37.md (10493B)
1 # PR #37 Bump @astrojs/check from 0.3.3 to 0.5.6 2 3 - **Status:** closed 4 - **Author:** @dependabot[bot] 5 - **Created:** 2024-03-04T01:51:03Z 6 - **Branch:** dependabot/npm_and_yarn/astrojs/check-0.5.6 → main 7 - **Closed:** 2024-04-01T02:05:24Z 8 - **Labels:** dependencies, javascript 9 - **Diff:** [37.diff](./37.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.6. 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.6</h2> 19 <h3>Patch Changes</h3> 20 <ul> 21 <li>fe6165b: Makes astro check --tsconfig understand relative file names</li> 22 <li>Updated dependencies [fe6165b] 23 <ul> 24 <li><code>@astrojs/language-server</code><a href="https://github.com/2"><code>@2</code></a>.7.6</li> 25 </ul> 26 </li> 27 </ul> 28 <h2><code>@astrojs/check</code><a href="https://github.com/0"><code>@0</code></a>.5.5</h2> 29 <h3>Patch Changes</h3> 30 <ul> 31 <li>1436e6e: Fixes mapping from compiler location to LSP range.</li> 32 <li>Updated dependencies [7c4c1f2]</li> 33 <li>Updated dependencies [1436e6e] 34 <ul> 35 <li><code>@astrojs/language-server</code><a href="https://github.com/2"><code>@2</code></a>.7.5</li> 36 </ul> 37 </li> 38 </ul> 39 <h2><code>@astrojs/check</code><a href="https://github.com/0"><code>@0</code></a>.5.4</h2> 40 <h3>Patch Changes</h3> 41 <ul> 42 <li>6924c7e: Fixes semantic highlighting not working inside .ts(x) files in certain cases</li> 43 <li>310fbfe: Fix Svelte and Vue integrations not working on Windows in certain cases</li> 44 <li>Updated dependencies [6924c7e]</li> 45 <li>Updated dependencies [310fbfe] 46 <ul> 47 <li><code>@astrojs/language-server</code><a href="https://github.com/2"><code>@2</code></a>.7.4</li> 48 </ul> 49 </li> 50 </ul> 51 <h2><code>@astrojs/check</code><a href="https://github.com/0"><code>@0</code></a>.5.3</h2> 52 <h3>Patch Changes</h3> 53 <ul> 54 <li>de58706: Fix imports from certain packages not working correctly in certain cases</li> 55 <li>Updated dependencies [de58706] 56 <ul> 57 <li><code>@astrojs/language-server</code><a href="https://github.com/2"><code>@2</code></a>.7.3</li> 58 </ul> 59 </li> 60 </ul> 61 <h2><code>@astrojs/check</code><a href="https://github.com/0"><code>@0</code></a>.5.2</h2> 62 <h3>Patch Changes</h3> 63 <ul> 64 <li>a2280a8: Avoid checking Svelte and Vue files when running astro check</li> 65 <li>Updated dependencies [a2280a8] 66 <ul> 67 <li><code>@astrojs/language-server</code><a href="https://github.com/2"><code>@2</code></a>.7.2</li> 68 </ul> 69 </li> 70 </ul> 71 <h2><code>@astrojs/check</code><a href="https://github.com/0"><code>@0</code></a>.5.1</h2> 72 <h3>Patch Changes</h3> 73 <ul> 74 <li>7b1ab72: Fix TypeScript not working inside script tags</li> 75 <li>Updated dependencies [7b1ab72] 76 <ul> 77 <li><code>@astrojs/language-server</code><a href="https://github.com/2"><code>@2</code></a>.7.1</li> 78 </ul> 79 </li> 80 </ul> 81 <h2><code>@astrojs/check</code><a href="https://github.com/0"><code>@0</code></a>.5.0</h2> 82 <h3>Minor Changes</h3> 83 <ul> 84 <li>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.</li> 85 </ul> 86 <!-- raw HTML omitted --> 87 </blockquote> 88 <p>... (truncated)</p> 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.6</h2> 95 <h3>Patch Changes</h3> 96 <ul> 97 <li>fe6165b: Makes astro check --tsconfig understand relative file names</li> 98 <li>Updated dependencies [fe6165b] 99 <ul> 100 <li><code>@astrojs/language-server</code><a href="https://github.com/2"><code>@2</code></a>.7.6</li> 101 </ul> 102 </li> 103 </ul> 104 <h2>0.5.5</h2> 105 <h3>Patch Changes</h3> 106 <ul> 107 <li>1436e6e: Fixes mapping from compiler location to LSP range.</li> 108 <li>Updated dependencies [7c4c1f2]</li> 109 <li>Updated dependencies [1436e6e] 110 <ul> 111 <li><code>@astrojs/language-server</code><a href="https://github.com/2"><code>@2</code></a>.7.5</li> 112 </ul> 113 </li> 114 </ul> 115 <h2>0.5.4</h2> 116 <h3>Patch Changes</h3> 117 <ul> 118 <li>6924c7e: Fixes semantic highlighting not working inside .ts(x) files in certain cases</li> 119 <li>310fbfe: Fix Svelte and Vue integrations not working on Windows in certain cases</li> 120 <li>Updated dependencies [6924c7e]</li> 121 <li>Updated dependencies [310fbfe] 122 <ul> 123 <li><code>@astrojs/language-server</code><a href="https://github.com/2"><code>@2</code></a>.7.4</li> 124 </ul> 125 </li> 126 </ul> 127 <h2>0.5.3</h2> 128 <h3>Patch Changes</h3> 129 <ul> 130 <li>de58706: Fix imports from certain packages not working correctly in certain cases</li> 131 <li>Updated dependencies [de58706] 132 <ul> 133 <li><code>@astrojs/language-server</code><a href="https://github.com/2"><code>@2</code></a>.7.3</li> 134 </ul> 135 </li> 136 </ul> 137 <h2>0.5.2</h2> 138 <h3>Patch Changes</h3> 139 <ul> 140 <li>a2280a8: Avoid checking Svelte and Vue files when running astro check</li> 141 <li>Updated dependencies [a2280a8] 142 <ul> 143 <li><code>@astrojs/language-server</code><a href="https://github.com/2"><code>@2</code></a>.7.2</li> 144 </ul> 145 </li> 146 </ul> 147 <h2>0.5.1</h2> 148 <h3>Patch Changes</h3> 149 <ul> 150 <li>7b1ab72: Fix TypeScript not working inside script tags</li> 151 <li>Updated dependencies [7b1ab72] 152 <ul> 153 <li><code>@astrojs/language-server</code><a href="https://github.com/2"><code>@2</code></a>.7.1</li> 154 </ul> 155 </li> 156 </ul> 157 <!-- raw HTML omitted --> 158 </blockquote> 159 <p>... (truncated)</p> 160 </details> 161 <details> 162 <summary>Commits</summary> 163 <ul> 164 <li><a href="https://github.com/withastro/language-tools/commit/153e9bb290069b84795fe35f1a30e47d5046a602"><code>153e9bb</code></a> Version Packages (<a href="https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check/issues/807">#807</a>)</li> 165 <li><a href="https://github.com/withastro/language-tools/commit/28ecc4749aa828f883e47483b748dd24d2c3812b"><code>28ecc47</code></a> Version Packages (<a href="https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check/issues/801">#801</a>)</li> 166 <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> 167 <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> 168 <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> 169 <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> 170 <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> 171 <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> 172 <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> 173 <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> 174 <li>Additional commits viewable in <a href="https://github.com/withastro/language-tools/commits/@astrojs/check@0.5.6/packages/astro-check">compare view</a></li> 175 </ul> 176 </details> 177 <br /> 178 179 180 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 181 182 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`. 183 184 [//]: # (dependabot-automerge-start) 185 [//]: # (dependabot-automerge-end) 186 187 --- 188 189 <details> 190 <summary>Dependabot commands and options</summary> 191 <br /> 192 193 You can trigger Dependabot actions by commenting on this PR: 194 - `@dependabot rebase` will rebase this PR 195 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 196 - `@dependabot merge` will merge this PR after your CI passes on it 197 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 198 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 199 - `@dependabot reopen` will reopen this PR if it is closed 200 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 201 - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency 202 - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) 203 - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) 204 - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) 205 206 207 </details> 208 209 210 ## Comments 211 212 ### @dependabot[bot] — 2024-04-01T02:05:23Z 213 214 Superseded by #43. 215