30.md (10996B)
1 # PR #30 Bump @astrojs/check from 0.3.3 to 0.5.2 2 3 - **Status:** closed 4 - **Author:** @dependabot[bot] 5 - **Created:** 2024-02-12T01:43:51Z 6 - **Branch:** dependabot/npm_and_yarn/astrojs/check-0.5.2 → main 7 - **Closed:** 2024-02-19T01:44:14Z 8 - **Labels:** dependencies, javascript 9 - **Diff:** [30.diff](./30.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.2. 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.2</h2> 19 <h3>Patch Changes</h3> 20 <ul> 21 <li>a2280a8: Avoid checking Svelte and Vue files when running astro check</li> 22 <li>Updated dependencies [a2280a8] 23 <ul> 24 <li><code>@astrojs/language-server</code><a href="https://github.com/2"><code>@2</code></a>.7.2</li> 25 </ul> 26 </li> 27 </ul> 28 <h2><code>@astrojs/check</code><a href="https://github.com/0"><code>@0</code></a>.5.1</h2> 29 <h3>Patch Changes</h3> 30 <ul> 31 <li>7b1ab72: Fix TypeScript not working inside script tags</li> 32 <li>Updated dependencies [7b1ab72] 33 <ul> 34 <li><code>@astrojs/language-server</code><a href="https://github.com/2"><code>@2</code></a>.7.1</li> 35 </ul> 36 </li> 37 </ul> 38 <h2><code>@astrojs/check</code><a href="https://github.com/0"><code>@0</code></a>.5.0</h2> 39 <h3>Minor Changes</h3> 40 <ul> 41 <li> 42 <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> 43 <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> 44 </li> 45 </ul> 46 <h3>Patch Changes</h3> 47 <ul> 48 <li>Updated dependencies [15a5532] 49 <ul> 50 <li><code>@astrojs/language-server</code><a href="https://github.com/2"><code>@2</code></a>.7.0</li> 51 </ul> 52 </li> 53 </ul> 54 <h2><code>@astrojs/check</code><a href="https://github.com/0"><code>@0</code></a>.4.1</h2> 55 <h3>Patch Changes</h3> 56 <ul> 57 <li>63e2c81: Fix fallback types not being properly included in some contexts such as inside the VS Code extension</li> 58 <li>Updated dependencies [63e2c81] 59 <ul> 60 <li><code>@astrojs/language-server</code><a href="https://github.com/2"><code>@2</code></a>.6.2</li> 61 </ul> 62 </li> 63 </ul> 64 <h2><code>@astrojs/check</code><a href="https://github.com/0"><code>@0</code></a>.4.0</h2> 65 <h3>Minor Changes</h3> 66 <ul> 67 <li>a314bcc: Remove temporary workaround <code>astro check</code> that disabled checking JSX and TSX files</li> 68 </ul> 69 <h3>Patch Changes</h3> 70 <ul> 71 <li>Updated dependencies [a314bcc]</li> 72 <li>Updated dependencies [dab6801] 73 <ul> 74 <li><code>@astrojs/language-server</code><a href="https://github.com/2"><code>@2</code></a>.6.0</li> 75 </ul> 76 </li> 77 </ul> 78 <h2><code>@astrojs/check</code><a href="https://github.com/0"><code>@0</code></a>.3.4</h2> 79 <h3>Patch Changes</h3> 80 <ul> 81 <li>b16fcbb: Temporarily disable checking <code>.jsx</code> and <code>.tsx</code> files using <code>astro check</code> until <a href="https://redirect.github.com/withastro/language-tools/issues/727">withastro/language-tools#727</a> is fixed</li> 82 <li>Updated dependencies [b16fcbb] 83 <ul> 84 <li><code>@astrojs/language-server</code><a href="https://github.com/2"><code>@2</code></a>.5.5</li> 85 </ul> 86 </li> 87 </ul> 88 </blockquote> 89 </details> 90 <details> 91 <summary>Changelog</summary> 92 <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> 93 <blockquote> 94 <h2>0.5.2</h2> 95 <h3>Patch Changes</h3> 96 <ul> 97 <li>a2280a8: Avoid checking Svelte and Vue files when running astro check</li> 98 <li>Updated dependencies [a2280a8] 99 <ul> 100 <li><code>@astrojs/language-server</code><a href="https://github.com/2"><code>@2</code></a>.7.2</li> 101 </ul> 102 </li> 103 </ul> 104 <h2>0.5.1</h2> 105 <h3>Patch Changes</h3> 106 <ul> 107 <li>7b1ab72: Fix TypeScript not working inside script tags</li> 108 <li>Updated dependencies [7b1ab72] 109 <ul> 110 <li><code>@astrojs/language-server</code><a href="https://github.com/2"><code>@2</code></a>.7.1</li> 111 </ul> 112 </li> 113 </ul> 114 <h2>0.5.0</h2> 115 <h3>Minor Changes</h3> 116 <ul> 117 <li> 118 <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> 119 <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> 120 </li> 121 </ul> 122 <h3>Patch Changes</h3> 123 <ul> 124 <li>Updated dependencies [15a5532] 125 <ul> 126 <li><code>@astrojs/language-server</code><a href="https://github.com/2"><code>@2</code></a>.7.0</li> 127 </ul> 128 </li> 129 </ul> 130 <h2>0.4.1</h2> 131 <h3>Patch Changes</h3> 132 <ul> 133 <li>63e2c81: Fix fallback types not being properly included in some contexts such as inside the VS Code extension</li> 134 <li>Updated dependencies [63e2c81] 135 <ul> 136 <li><code>@astrojs/language-server</code><a href="https://github.com/2"><code>@2</code></a>.6.2</li> 137 </ul> 138 </li> 139 </ul> 140 <h2>0.4.0</h2> 141 <h3>Minor Changes</h3> 142 <ul> 143 <li>a314bcc: Remove temporary workaround <code>astro check</code> that disabled checking JSX and TSX files</li> 144 </ul> 145 <h3>Patch Changes</h3> 146 <ul> 147 <li>Updated dependencies [a314bcc]</li> 148 <li>Updated dependencies [dab6801] 149 <ul> 150 <li><code>@astrojs/language-server</code><a href="https://github.com/2"><code>@2</code></a>.6.0</li> 151 </ul> 152 </li> 153 </ul> 154 <h2>0.3.4</h2> 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/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> 163 <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> 164 <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> 165 <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> 166 <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> 167 <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> 168 <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> 169 <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> 170 <li><a href="https://github.com/withastro/language-tools/commit/0207697c2ddbd4d9111afba4128bb9c6390ebc87"><code>0207697</code></a> revert: Volar 2.0 Upgrade (<a href="https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check/issues/735">#735</a>)</li> 171 <li><a href="https://github.com/withastro/language-tools/commit/7de75d39e7a03368bf0e1429dbbd98b9ab6d0c36"><code>7de75d3</code></a> feat: upgrade to Volar 2.0 alpha (<a href="https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check/issues/701">#701</a>)</li> 172 <li>See full diff in <a href="https://github.com/withastro/language-tools/commits/@astrojs/check@0.5.2/packages/astro-check">compare view</a></li> 173 </ul> 174 </details> 175 <br /> 176 177 178 [](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-19T01:44:14Z 213 214 Superseded by #33. 215