msc-viewer.meta

Issues/PRs archive for MTRNord/msc-viewer
git clone git://archive.git.mtrnord.blog/MTRNord/msc-viewer.meta.git
Log | Files | Refs

33.md (11049B)


      1 # PR #33 Bump @astrojs/check from 0.3.3 to 0.5.4
      2 
      3 - **Status:** closed
      4 - **Author:** @dependabot[bot]
      5 - **Created:** 2024-02-19T01:44:12Z
      6 - **Branch:** dependabot/npm_and_yarn/astrojs/check-0.5.4 → main
      7 - **Closed:** 2024-02-26T01:47:57Z
      8 - **Labels:** dependencies, javascript
      9 - **Diff:** [33.diff](./33.diff)
     10 
     11 ---
     12 
     13 Bumps [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check) from 0.3.3 to 0.5.4.
     14 <details>
     15 <summary>Release notes</summary>
     16 <p><em>Sourced from <a href="https://github.com/withastro/language-tools/releases"><code>@​astrojs/check</code>'s releases</a>.</em></p>
     17 <blockquote>
     18 <h2><code>@​astrojs/check</code><a href="https://github.com/0"><code>@​0</code></a>.5.4</h2>
     19 <h3>Patch Changes</h3>
     20 <ul>
     21 <li>6924c7e: Fixes semantic highlighting not working inside .ts(x) files in certain cases</li>
     22 <li>310fbfe: Fix Svelte and Vue integrations not working on Windows in certain cases</li>
     23 <li>Updated dependencies [6924c7e]</li>
     24 <li>Updated dependencies [310fbfe]
     25 <ul>
     26 <li><code>@​astrojs/language-server</code><a href="https://github.com/2"><code>@​2</code></a>.7.4</li>
     27 </ul>
     28 </li>
     29 </ul>
     30 <h2><code>@​astrojs/check</code><a href="https://github.com/0"><code>@​0</code></a>.5.3</h2>
     31 <h3>Patch Changes</h3>
     32 <ul>
     33 <li>de58706: Fix imports from certain packages not working correctly in certain cases</li>
     34 <li>Updated dependencies [de58706]
     35 <ul>
     36 <li><code>@​astrojs/language-server</code><a href="https://github.com/2"><code>@​2</code></a>.7.3</li>
     37 </ul>
     38 </li>
     39 </ul>
     40 <h2><code>@​astrojs/check</code><a href="https://github.com/0"><code>@​0</code></a>.5.2</h2>
     41 <h3>Patch Changes</h3>
     42 <ul>
     43 <li>a2280a8: Avoid checking Svelte and Vue files when running astro check</li>
     44 <li>Updated dependencies [a2280a8]
     45 <ul>
     46 <li><code>@​astrojs/language-server</code><a href="https://github.com/2"><code>@​2</code></a>.7.2</li>
     47 </ul>
     48 </li>
     49 </ul>
     50 <h2><code>@​astrojs/check</code><a href="https://github.com/0"><code>@​0</code></a>.5.1</h2>
     51 <h3>Patch Changes</h3>
     52 <ul>
     53 <li>7b1ab72: Fix TypeScript not working inside script tags</li>
     54 <li>Updated dependencies [7b1ab72]
     55 <ul>
     56 <li><code>@​astrojs/language-server</code><a href="https://github.com/2"><code>@​2</code></a>.7.1</li>
     57 </ul>
     58 </li>
     59 </ul>
     60 <h2><code>@​astrojs/check</code><a href="https://github.com/0"><code>@​0</code></a>.5.0</h2>
     61 <h3>Minor Changes</h3>
     62 <ul>
     63 <li>
     64 <p>15a5532: Upgrade to Volar 2.0. No regressions are currently expected, however as this is a fairly consequential backend change, please report any issues you encounter.</p>
     65 <p>For reference, Volar is the underlying framework that powers the Astro language server, you can think of it as Vite for editor tooling.</p>
     66 </li>
     67 </ul>
     68 <h3>Patch Changes</h3>
     69 <ul>
     70 <li>Updated dependencies [15a5532]
     71 <ul>
     72 <li><code>@​astrojs/language-server</code><a href="https://github.com/2"><code>@​2</code></a>.7.0</li>
     73 </ul>
     74 </li>
     75 </ul>
     76 <h2><code>@​astrojs/check</code><a href="https://github.com/0"><code>@​0</code></a>.4.1</h2>
     77 <h3>Patch Changes</h3>
     78 <ul>
     79 <li>63e2c81: Fix fallback types not being properly included in some contexts such as inside the VS Code extension</li>
     80 <li>Updated dependencies [63e2c81]
     81 <ul>
     82 <li><code>@​astrojs/language-server</code><a href="https://github.com/2"><code>@​2</code></a>.6.2</li>
     83 </ul>
     84 </li>
     85 </ul>
     86 <h2><code>@​astrojs/check</code><a href="https://github.com/0"><code>@​0</code></a>.4.0</h2>
     87 <!-- raw HTML omitted -->
     88 </blockquote>
     89 <p>... (truncated)</p>
     90 </details>
     91 <details>
     92 <summary>Changelog</summary>
     93 <p><em>Sourced from <a href="https://github.com/withastro/language-tools/blob/main/packages/astro-check/CHANGELOG.md"><code>@​astrojs/check</code>'s changelog</a>.</em></p>
     94 <blockquote>
     95 <h2>0.5.4</h2>
     96 <h3>Patch Changes</h3>
     97 <ul>
     98 <li>6924c7e: Fixes semantic highlighting not working inside .ts(x) files in certain cases</li>
     99 <li>310fbfe: Fix Svelte and Vue integrations not working on Windows in certain cases</li>
    100 <li>Updated dependencies [6924c7e]</li>
    101 <li>Updated dependencies [310fbfe]
    102 <ul>
    103 <li><code>@​astrojs/language-server</code><a href="https://github.com/2"><code>@​2</code></a>.7.4</li>
    104 </ul>
    105 </li>
    106 </ul>
    107 <h2>0.5.3</h2>
    108 <h3>Patch Changes</h3>
    109 <ul>
    110 <li>de58706: Fix imports from certain packages not working correctly in certain cases</li>
    111 <li>Updated dependencies [de58706]
    112 <ul>
    113 <li><code>@​astrojs/language-server</code><a href="https://github.com/2"><code>@​2</code></a>.7.3</li>
    114 </ul>
    115 </li>
    116 </ul>
    117 <h2>0.5.2</h2>
    118 <h3>Patch Changes</h3>
    119 <ul>
    120 <li>a2280a8: Avoid checking Svelte and Vue files when running astro check</li>
    121 <li>Updated dependencies [a2280a8]
    122 <ul>
    123 <li><code>@​astrojs/language-server</code><a href="https://github.com/2"><code>@​2</code></a>.7.2</li>
    124 </ul>
    125 </li>
    126 </ul>
    127 <h2>0.5.1</h2>
    128 <h3>Patch Changes</h3>
    129 <ul>
    130 <li>7b1ab72: Fix TypeScript not working inside script tags</li>
    131 <li>Updated dependencies [7b1ab72]
    132 <ul>
    133 <li><code>@​astrojs/language-server</code><a href="https://github.com/2"><code>@​2</code></a>.7.1</li>
    134 </ul>
    135 </li>
    136 </ul>
    137 <h2>0.5.0</h2>
    138 <h3>Minor Changes</h3>
    139 <ul>
    140 <li>
    141 <p>15a5532: Upgrade to Volar 2.0. No regressions are currently expected, however as this is a fairly consequential backend change, please report any issues you encounter.</p>
    142 <p>For reference, Volar is the underlying framework that powers the Astro language server, you can think of it as Vite for editor tooling.</p>
    143 </li>
    144 </ul>
    145 <h3>Patch Changes</h3>
    146 <ul>
    147 <li>Updated dependencies [15a5532]
    148 <ul>
    149 <li><code>@​astrojs/language-server</code><a href="https://github.com/2"><code>@​2</code></a>.7.0</li>
    150 </ul>
    151 </li>
    152 </ul>
    153 <h2>0.4.1</h2>
    154 <h3>Patch Changes</h3>
    155 <!-- raw HTML omitted -->
    156 </blockquote>
    157 <p>... (truncated)</p>
    158 </details>
    159 <details>
    160 <summary>Commits</summary>
    161 <ul>
    162 <li><a href="https://github.com/withastro/language-tools/commit/c2c2a46d58abecbd56675886fcadd3cbc9d88b82"><code>c2c2a46</code></a> Version Packages (<a href="https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check/issues/792">#792</a>)</li>
    163 <li><a href="https://github.com/withastro/language-tools/commit/5a5a0988a70d1fa328adbf3bf20af1497219675e"><code>5a5a098</code></a> Version Packages (<a href="https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check/issues/786">#786</a>)</li>
    164 <li><a href="https://github.com/withastro/language-tools/commit/b8158fa437cfdf2bc8069ef1a1c1133107e83c9b"><code>b8158fa</code></a> Version Packages (<a href="https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check/issues/779">#779</a>)</li>
    165 <li><a href="https://github.com/withastro/language-tools/commit/82ef517fabb2bec0e6a30e3d9531b7d563e3a5c0"><code>82ef517</code></a> Version Packages (<a href="https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check/issues/776">#776</a>)</li>
    166 <li><a href="https://github.com/withastro/language-tools/commit/7cc3dc1118f581d95dba0a8c8272c9e4dd7b9cd9"><code>7cc3dc1</code></a> chore: add biome to sort imports and format code (<a href="https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check/issues/712">#712</a>)</li>
    167 <li><a href="https://github.com/withastro/language-tools/commit/12ed6dc3fa378e473b311f18f4df1692f5e01ad4"><code>12ed6dc</code></a> Version Packages (<a href="https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check/issues/774">#774</a>)</li>
    168 <li><a href="https://github.com/withastro/language-tools/commit/15a553258623932d2ae38f53f9bc9d38d730df26"><code>15a5532</code></a> Update to Volar 2 stable (<a href="https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check/issues/762">#762</a>)</li>
    169 <li><a href="https://github.com/withastro/language-tools/commit/782176228cbf051a7be9a2e930141daf1c946afb"><code>7821762</code></a> Version Packages (<a href="https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check/issues/753">#753</a>)</li>
    170 <li><a href="https://github.com/withastro/language-tools/commit/f8b2a503d10d31914ae9f99e469531967a516a77"><code>f8b2a50</code></a> Version Packages (<a href="https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check/issues/748">#748</a>)</li>
    171 <li><a href="https://github.com/withastro/language-tools/commit/271d99dac1482d66463406bdd7ab100bea309384"><code>271d99d</code></a> Version Packages (<a href="https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check/issues/738">#738</a>)</li>
    172 <li>Additional commits viewable in <a href="https://github.com/withastro/language-tools/commits/@astrojs/check@0.5.4/packages/astro-check">compare view</a></li>
    173 </ul>
    174 </details>
    175 <br />
    176 
    177 
    178 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@astrojs/check&package-manager=npm_and_yarn&previous-version=0.3.3&new-version=0.5.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    179 
    180 Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    181 
    182 [//]: # (dependabot-automerge-start)
    183 [//]: # (dependabot-automerge-end)
    184 
    185 ---
    186 
    187 <details>
    188 <summary>Dependabot commands and options</summary>
    189 <br />
    190 
    191 You can trigger Dependabot actions by commenting on this PR:
    192 - `@dependabot rebase` will rebase this PR
    193 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    194 - `@dependabot merge` will merge this PR after your CI passes on it
    195 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    196 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    197 - `@dependabot reopen` will reopen this PR if it is closed
    198 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    199 - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
    200 - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
    201 - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
    202 - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
    203 - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency
    204 - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions
    205 
    206 
    207 </details>
    208 
    209 
    210 ## Comments
    211 
    212 ### @dependabot[bot] — 2024-02-26T01:47:56Z
    213 
    214 Superseded by #36.
    215