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

55.md (10537B)


      1 # PR #55 Bump @astrojs/check from 0.3.3 to 0.7.0
      2 
      3 - **Status:** open
      4 - **Author:** @dependabot[bot]
      5 - **Created:** 2024-05-20T01:26:27Z
      6 - **Branch:** dependabot/npm_and_yarn/astrojs/check-0.7.0 → main
      7 - **Labels:** dependencies, javascript
      8 - **Diff:** [55.diff](./55.diff)
      9 
     10 ---
     11 
     12 Bumps [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check) from 0.3.3 to 0.7.0.
     13 <details>
     14 <summary>Release notes</summary>
     15 <p><em>Sourced from <a href="https://github.com/withastro/language-tools/releases"><code>@​astrojs/check</code>'s releases</a>.</em></p>
     16 <blockquote>
     17 <h2><code>@​astrojs/check</code><a href="https://github.com/0"><code>@​0</code></a>.7.0</h2>
     18 <h3>Minor Changes</h3>
     19 <ul>
     20 <li>c8af6db: Upgrades the language server to use the latest version of Volar. This changes should have no negative impacts on the experience.</li>
     21 </ul>
     22 <h3>Patch Changes</h3>
     23 <ul>
     24 <li>Updated dependencies [c8af6db]
     25 <ul>
     26 <li><code>@​astrojs/language-server</code><a href="https://github.com/2"><code>@​2</code></a>.10.0</li>
     27 </ul>
     28 </li>
     29 </ul>
     30 <h2><code>@​astrojs/check</code><a href="https://github.com/0"><code>@​0</code></a>.6.0</h2>
     31 <h3>Minor Changes</h3>
     32 <ul>
     33 <li>65d3425: Upgrades the language server to use Volar 2.2. This changes should have no negative impacts on the experience.</li>
     34 </ul>
     35 <h3>Patch Changes</h3>
     36 <ul>
     37 <li>Updated dependencies [65d3425]
     38 <ul>
     39 <li><code>@​astrojs/language-server</code><a href="https://github.com/2"><code>@​2</code></a>.9.0</li>
     40 </ul>
     41 </li>
     42 </ul>
     43 <h2><code>@​astrojs/check</code><a href="https://github.com/0"><code>@​0</code></a>.5.10</h2>
     44 <h3>Patch Changes</h3>
     45 <ul>
     46 <li>9ca368b: Update to the latest version of Volar. This release should fix some of the caching issues that has crept up recently</li>
     47 <li>Updated dependencies [9ca368b]</li>
     48 <li>Updated dependencies [d57daad]</li>
     49 <li>Updated dependencies [b166787]</li>
     50 <li>Updated dependencies [eb49fb2]
     51 <ul>
     52 <li><code>@​astrojs/language-server</code><a href="https://github.com/2"><code>@​2</code></a>.8.4</li>
     53 </ul>
     54 </li>
     55 </ul>
     56 <h2><code>@​astrojs/check</code><a href="https://github.com/0"><code>@​0</code></a>.5.9</h2>
     57 <h3>Patch Changes</h3>
     58 <ul>
     59 <li>f1447ef: chore: Update <code>volar-service-prettier</code>. This is only an internal refactor and there should be no visible changes.</li>
     60 <li>Updated dependencies [f1447ef]
     61 <ul>
     62 <li><code>@​astrojs/language-server</code><a href="https://github.com/2"><code>@​2</code></a>.8.1</li>
     63 </ul>
     64 </li>
     65 </ul>
     66 <h2><code>@​astrojs/check</code><a href="https://github.com/0"><code>@​0</code></a>.5.8</h2>
     67 <h3>Patch Changes</h3>
     68 <ul>
     69 <li>85b42dc: Update to the latest version of Volar. This release fixes a few issues such as missing Prettier crashing the language server in some cases, resolutions not working correctly inside TSX files, and more.</li>
     70 <li>Updated dependencies [85b42dc]
     71 <ul>
     72 <li><code>@​astrojs/language-server</code><a href="https://github.com/2"><code>@​2</code></a>.8.0</li>
     73 </ul>
     74 </li>
     75 </ul>
     76 <h2><code>@​astrojs/check</code><a href="https://github.com/0"><code>@​0</code></a>.5.7</h2>
     77 <h3>Patch Changes</h3>
     78 <ul>
     79 <li>1b68dfb: Improves descriptions for attributes specific to Astro (<code>is:raw</code>, <code>set:html</code>, etc.)</li>
     80 <li>Updated dependencies [2bad6a8]</li>
     81 <li>Updated dependencies [1b68dfb]</li>
     82 </ul>
     83 <!-- raw HTML omitted -->
     84 </blockquote>
     85 <p>... (truncated)</p>
     86 </details>
     87 <details>
     88 <summary>Changelog</summary>
     89 <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>
     90 <blockquote>
     91 <h2>0.7.0</h2>
     92 <h3>Minor Changes</h3>
     93 <ul>
     94 <li>c8af6db: Upgrades the language server to use the latest version of Volar. This changes should have no negative impacts on the experience.</li>
     95 </ul>
     96 <h3>Patch Changes</h3>
     97 <ul>
     98 <li>Updated dependencies [c8af6db]
     99 <ul>
    100 <li><code>@​astrojs/language-server</code><a href="https://github.com/2"><code>@​2</code></a>.10.0</li>
    101 </ul>
    102 </li>
    103 </ul>
    104 <h2>0.6.0</h2>
    105 <h3>Minor Changes</h3>
    106 <ul>
    107 <li>65d3425: Upgrades the language server to use Volar 2.2. This changes should have no negative impacts on the experience.</li>
    108 </ul>
    109 <h3>Patch Changes</h3>
    110 <ul>
    111 <li>Updated dependencies [65d3425]
    112 <ul>
    113 <li><code>@​astrojs/language-server</code><a href="https://github.com/2"><code>@​2</code></a>.9.0</li>
    114 </ul>
    115 </li>
    116 </ul>
    117 <h2>0.5.10</h2>
    118 <h3>Patch Changes</h3>
    119 <ul>
    120 <li>9ca368b: Update to the latest version of Volar. This release should fix some of the caching issues that has crept up recently</li>
    121 <li>Updated dependencies [9ca368b]</li>
    122 <li>Updated dependencies [d57daad]</li>
    123 <li>Updated dependencies [b166787]</li>
    124 <li>Updated dependencies [eb49fb2]
    125 <ul>
    126 <li><code>@​astrojs/language-server</code><a href="https://github.com/2"><code>@​2</code></a>.8.4</li>
    127 </ul>
    128 </li>
    129 </ul>
    130 <h2>0.5.9</h2>
    131 <h3>Patch Changes</h3>
    132 <ul>
    133 <li>f1447ef: chore: Update <code>volar-service-prettier</code>. This is only an internal refactor and there should be no visible changes.</li>
    134 <li>Updated dependencies [f1447ef]
    135 <ul>
    136 <li><code>@​astrojs/language-server</code><a href="https://github.com/2"><code>@​2</code></a>.8.1</li>
    137 </ul>
    138 </li>
    139 </ul>
    140 <h2>0.5.8</h2>
    141 <h3>Patch Changes</h3>
    142 <ul>
    143 <li>85b42dc: Update to the latest version of Volar. This release fixes a few issues such as missing Prettier crashing the language server in some cases, resolutions not working correctly inside TSX files, and more.</li>
    144 <li>Updated dependencies [85b42dc]
    145 <ul>
    146 <li><code>@​astrojs/language-server</code><a href="https://github.com/2"><code>@​2</code></a>.8.0</li>
    147 </ul>
    148 </li>
    149 </ul>
    150 <h2>0.5.7</h2>
    151 <!-- raw HTML omitted -->
    152 </blockquote>
    153 <p>... (truncated)</p>
    154 </details>
    155 <details>
    156 <summary>Commits</summary>
    157 <ul>
    158 <li><a href="https://github.com/withastro/language-tools/commit/260167fd69827aaf4909b2ef74d3b6027dd673ca"><code>260167f</code></a> Version Packages (<a href="https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check/issues/873">#873</a>)</li>
    159 <li><a href="https://github.com/withastro/language-tools/commit/2a86df7fa5b2a4e6a067f8aac92077e71ace7c0a"><code>2a86df7</code></a> Version Packages (<a href="https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check/issues/865">#865</a>)</li>
    160 <li><a href="https://github.com/withastro/language-tools/commit/65d3425cb7ceb05e75e00cf8f3769d4cc1edd323"><code>65d3425</code></a> feat: Upgrade to Volar 2.2 (<a href="https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check/issues/863">#863</a>)</li>
    161 <li><a href="https://github.com/withastro/language-tools/commit/1fe7503493dbda54d64243af224c17e8c90c9229"><code>1fe7503</code></a> Version Packages (<a href="https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check/issues/839">#839</a>)</li>
    162 <li><a href="https://github.com/withastro/language-tools/commit/f3e69cce39c9ca1200894e9618e72c4e4c10e5e8"><code>f3e69cc</code></a> Version Packages (<a href="https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check/issues/825">#825</a>)</li>
    163 <li><a href="https://github.com/withastro/language-tools/commit/1a55b6f122f35d1e08716627fad6c8bcfeedab2f"><code>1a55b6f</code></a> Version Packages (<a href="https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check/issues/822">#822</a>)</li>
    164 <li><a href="https://github.com/withastro/language-tools/commit/ba47241fc7198df00ee772e32219c4d85c65cced"><code>ba47241</code></a> chore: don't format fixtures (<a href="https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check/issues/818">#818</a>)</li>
    165 <li><a href="https://github.com/withastro/language-tools/commit/19610cb00ddd0e5ab879f6986adf2b3a88d1526a"><code>19610cb</code></a> Version Packages (<a href="https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check/issues/811">#811</a>)</li>
    166 <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>
    167 <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>
    168 <li>Additional commits viewable in <a href="https://github.com/withastro/language-tools/commits/@astrojs/check@0.7.0/packages/astro-check">compare view</a></li>
    169 </ul>
    170 </details>
    171 <br />
    172 
    173 
    174 [![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.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    175 
    176 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`.
    177 
    178 [//]: # (dependabot-automerge-start)
    179 [//]: # (dependabot-automerge-end)
    180 
    181 ---
    182 
    183 <details>
    184 <summary>Dependabot commands and options</summary>
    185 <br />
    186 
    187 You can trigger Dependabot actions by commenting on this PR:
    188 - `@dependabot rebase` will rebase this PR
    189 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    190 - `@dependabot merge` will merge this PR after your CI passes on it
    191 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    192 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    193 - `@dependabot reopen` will reopen this PR if it is closed
    194 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    195 - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
    196 - `@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)
    197 - `@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)
    198 - `@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)
    199 
    200 
    201 </details>
    202