Bump the dev-dependencies group with 6 updates #118

Merged
dependabot[bot] merged 2 commits from dependabot/npm_and_yarn/dev-dependencies-e8d239d770 into main 2024-03-19 12:03:24 +00:00
dependabot[bot] commented 2024-03-18 11:32:50 +00:00 (Migrated from github.com)

Bumps the dev-dependencies group with 6 updates:

Package From To
@biomejs/biome 1.6.0 1.6.1
@vitest/ui 1.3.1 1.4.0
vitest 1.3.1 1.4.0
@types/node 20.11.25 20.11.28
@typescript-eslint/parser 7.1.1 7.2.0
@astrojs/check 0.5.7 0.5.9

Updates @biomejs/biome from 1.6.0 to 1.6.1

Release notes

Sourced from @​biomejs/biome's releases.

VSCode Extension v1.6.1

CLI

Bug fixes

  • Fix rage command, now it doesn't print info about running servers. Contributed by @​ematipico

Editors

Bug fixes

  • Fix #552, where the formatter isn't correctly triggered in Windows systems. Contributed by @​victor-teles

Linter

Bug fixes

What's Changed

Other changes

New Contributors

Full Changelog: https://github.com/biomejs/biome/compare/cli/v1.3.0...lsp/v1.6.1

CLI v1.6.1

CLI

Bug fixes

  • CLI is now able to automatically search and resolve biome.jsonc (#2008). Contributed by @​Sec-ant
  • Fix a false positive where some files were counted as "fixed" even though they weren't modified. Contributed by @​ematipico

Configuration

Bug fixes

  • json.formatter.trailingCommas option now works in overrides (#2009). Contributed by @​Sec-ant

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

1.6.1 (2024-03-12)

CLI

Bug fixes

  • CLI is now able to automatically search and resolve biome.jsonc (#2008). Contributed by @​Sec-ant
  • Fix a false positive where some files were counted as "fixed" even though they weren't modified. Contributed by @​ematipico

Configuration

Bug fixes

  • json.formatter.trailingCommas option now works in overrides (#2009). Contributed by @​Sec-ant

Linter

New features

  • Add rule noDoneCallback, this rule checks the function parameter of hooks & tests for use of the done argument, suggesting you return a promise instead. Contributed by @​vasucp1207

    beforeEach(done => {
      // ...
    });
    

Bug fixes

... (truncated)

Commits

Updates @vitest/ui from 1.3.1 to 1.4.0

Release notes

Sourced from @​vitest/ui's releases.

v1.4.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates vitest from 1.3.1 to 1.4.0

Release notes

Sourced from vitest's releases.

v1.4.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • a8da192 chore: release v1.4.0
  • d7e8b53 feat(config): deprecate cache.dir option (#5229)
  • c652148 chore: remove unused property
  • ce5ca6b fix(vitest): logs in beforeAll and afterAll (#5288)
  • 51d1d47 fix(vitest): correctly override api with --no-api flag (#5386)
  • efe441f chore: guard try/catch in websocket reporter
  • 07ec377 fix(coverage): prevent reportsDirectory from removing user's project (#5376)
  • 38119b7 fix(vitest): ignore timeout on websocket reporter rpc
  • e77c553 fix: --inspect-brk to pause before execution (#5355)
  • d627e20 feat: add a flag to include test location in tasks (#5342)
  • Additional commits viewable in compare view

Updates @types/node from 20.11.25 to 20.11.28

Commits

Updates @typescript-eslint/parser from 7.1.1 to 7.2.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v7.2.0

7.2.0 (2024-03-11)

🚀 Features

  • support TS 5.4 (#8630)
  • eslint-plugin: [prefer-string-starts-ends-with] add allowSingleElementEquality option (#8374)

🩹 Fixes

  • eslint-plugin: expose *-type-checked-only configs for extension (#8600)
  • eslint-plugin: [member-ordering] report alphabetical sorting for all groups instead of just the first failing group (#8263)
  • eslint-plugin: [no-var-requires, no-require-imports] support template literal (#8408)
  • eslint-plugin: [no-useless-template-literals] detect TemplateLiteral (#8575)
  • eslint-plugin: [no-unnecessary-condition] handle union array and tuple type (#8592)
  • eslint-plugin: [prefer-find] support ternary branches in prefer-find (#8421)
  • typescript-eslint: set sourceType: "module" in base shared config (#8622)
  • typescript-eslint: export ConfigWithExtends type (#8621)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

7.2.0 (2024-03-11)

🚀 Features

  • support TS 5.4

❤️ Thank You

  • Arka Pratim Chaudhuri
  • auvred
  • Chris Plummer
  • Fotis Papadogeorgopoulos
  • Josh Goldberg
  • Kirk Waiblinger
  • Wayne Zhang
  • YeonJuan

You can read about our versioning strategy and releases on our website.

Commits

Updates @astrojs/check from 0.5.7 to 0.5.9

Release notes

Sourced from @​astrojs/check's releases.

@​astrojs/check@​0.5.9

Patch Changes

  • f1447ef: chore: Update volar-service-prettier. This is only an internal refactor and there should be no visible changes.
  • Updated dependencies [f1447ef]
    • @​astrojs/language-server@​2.8.1

@​astrojs/check@​0.5.8

Patch Changes

  • 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.
  • Updated dependencies [85b42dc]
    • @​astrojs/language-server@​2.8.0
Changelog

Sourced from @​astrojs/check's changelog.

0.5.9

Patch Changes

  • f1447ef: chore: Update volar-service-prettier. This is only an internal refactor and there should be no visible changes.
  • Updated dependencies [f1447ef]
    • @​astrojs/language-server@​2.8.1

0.5.8

Patch Changes

  • 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.
  • Updated dependencies [85b42dc]
    • @​astrojs/language-server@​2.8.0
Commits

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.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
  • @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)
  • @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)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
Bumps the dev-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `1.6.0` | `1.6.1` | | [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) | `1.3.1` | `1.4.0` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `1.3.1` | `1.4.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.11.25` | `20.11.28` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.1.1` | `7.2.0` | | [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check) | `0.5.7` | `0.5.9` | Updates `@biomejs/biome` from 1.6.0 to 1.6.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/biomejs/biome/releases"><code>@​biomejs/biome</code>'s releases</a>.</em></p> <blockquote> <h2>VSCode Extension v1.6.1</h2> <h3>CLI</h3> <h4>Bug fixes</h4> <ul> <li>Fix <code>rage</code> command, now it doesn't print info about running servers. Contributed by <a href="https://github.com/ematipico"><code>@​ematipico</code></a></li> </ul> <h3>Editors</h3> <h4>Bug fixes</h4> <ul> <li>Fix <a href="https://redirect.github.com/biomejs/biome/issues/552">#552</a>, where the formatter isn't correctly triggered in Windows systems. Contributed by <a href="https://github.com/victor-teles"><code>@​victor-teles</code></a></li> </ul> <h3>Linter</h3> <h4>Bug fixes</h4> <ul> <li>Fix <a href="https://redirect.github.com/biomejs/biome/issues/548">#548</a> which made <a href="https://biomejs.dev/linter/rules/no-self-assign">noSelfAssign</a> panic.</li> <li>Fix <a href="https://redirect.github.com/biomejs/biome/issues/555">#555</a>, by correctly map <code>globals</code> into the workspace.</li> </ul> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>Other changes</h3> <ul> <li>fix(docs): config file name by <a href="https://github.com/bushuai"><code>@​bushuai</code></a> in <a href="https://redirect.github.com/biomejs/biome/pull/561">biomejs/biome#561</a></li> <li>fix(intellij): binary resolution on windows by <a href="https://github.com/victor-teles"><code>@​victor-teles</code></a> in <a href="https://redirect.github.com/biomejs/biome/pull/556">biomejs/biome#556</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/bushuai"><code>@​bushuai</code></a> made their first contribution in <a href="https://redirect.github.com/biomejs/biome/pull/561">biomejs/biome#561</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/biomejs/biome/compare/cli/v1.3.0...lsp/v1.6.1">https://github.com/biomejs/biome/compare/cli/v1.3.0...lsp/v1.6.1</a></p> <h2>CLI v1.6.1</h2> <h3>CLI</h3> <h4>Bug fixes</h4> <ul> <li>CLI is now able to automatically search and resolve <code>biome.jsonc</code> (<a href="https://redirect.github.com/biomejs/biome/issues/2008">#2008</a>). Contributed by <a href="https://github.com/Sec-ant"><code>@​Sec-ant</code></a></li> <li>Fix a false positive where some files were counted as &quot;fixed&quot; even though they weren't modified. Contributed by <a href="https://github.com/ematipico"><code>@​ematipico</code></a></li> </ul> <h3>Configuration</h3> <h4>Bug fixes</h4> <ul> <li><code>json.formatter.trailingCommas</code> option now works in <code>overrides</code> (<a href="https://redirect.github.com/biomejs/biome/issues/2009">#2009</a>). Contributed by <a href="https://github.com/Sec-ant"><code>@​Sec-ant</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/biomejs/biome/blob/main/CHANGELOG.md"><code>@​biomejs/biome</code>'s changelog</a>.</em></p> <blockquote> <h2>1.6.1 (2024-03-12)</h2> <h3>CLI</h3> <h4>Bug fixes</h4> <ul> <li>CLI is now able to automatically search and resolve <code>biome.jsonc</code> (<a href="https://redirect.github.com/biomejs/biome/issues/2008">#2008</a>). Contributed by <a href="https://github.com/Sec-ant"><code>@​Sec-ant</code></a></li> <li>Fix a false positive where some files were counted as &quot;fixed&quot; even though they weren't modified. Contributed by <a href="https://github.com/ematipico"><code>@​ematipico</code></a></li> </ul> <h3>Configuration</h3> <h4>Bug fixes</h4> <ul> <li><code>json.formatter.trailingCommas</code> option now works in <code>overrides</code> (<a href="https://redirect.github.com/biomejs/biome/issues/2009">#2009</a>). Contributed by <a href="https://github.com/Sec-ant"><code>@​Sec-ant</code></a></li> </ul> <h3>Linter</h3> <h4>New features</h4> <ul> <li> <p>Add rule <a href="https://biomejs.dev/linter/rules/no-done-callback">noDoneCallback</a>, this rule checks the function parameter of hooks &amp; tests for use of the done argument, suggesting you return a promise instead. Contributed by <a href="https://github.com/vasucp1207"><code>@​vasucp1207</code></a></p> <pre lang="js"><code>beforeEach(done =&gt; { // ... }); </code></pre> </li> </ul> <h4>Bug fixes</h4> <ul> <li> <p><a href="https://biomejs.dev/linter/rules/use-jsx-key-in-iterable">useJsxKeyInIterable</a> now recognizes function bodies wrapped in parentheses (<a href="https://redirect.github.com/biomejs/biome/issues/2011">#2011</a>). Contributed by <a href="https://github.com/Sec-ant"><code>@​Sec-ant</code></a></p> </li> <li> <p><a href="https://biomejs.dev/linter/rules/use-shorthand-function-type">useShorthandFunctionType</a> now preserves type parameters of generic interfaces when applying fixes (<a href="https://redirect.github.com/biomejs/biome/issues/2015">#2015</a>). Contributed by <a href="https://github.com/Sec-ant"><code>@​Sec-ant</code></a></p> </li> <li> <p>Code fixes of <a href="https://biomejs.dev/linter/rules/use-import-type">useImportType</a> and <a href="https://biomejs.dev/linter/rules/use-export-type">useExportType</a> now handle multiline statements (<a href="https://redirect.github.com/biomejs/biome/issues/2041">#2041</a>). Contributed by <a href="https://github.com/Conaclos"><code>@​Conaclos</code></a></p> </li> <li> <p><a href="https://biomejs.dev/linter/rules/no-redeclare">noRedeclare</a> no longer reports type parameter and parameter with identical names (<a href="https://redirect.github.com/biomejs/biome/issues/1992">#1992</a>).</p> <p>The following code is no longer reported:</p> <pre lang="ts"><code>function f&lt;a&gt;(a: a) {} </code></pre> <p>Contributed by <a href="https://github.com/Conaclos"><code>@​Conaclos</code></a></p> </li> <li> <p><a href="https://biomejs.dev/linter/rules/no-redeclare">noRedeclare</a> now reports duplicate type parameters in a same declaration.</p> <p>The following type parameters are now reported as a redeclaraion:</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/biomejs/biome/commit/4ed1cbe96bc9e6d7092e88dd0a54ff8ce78037e5"><code>4ed1cbe</code></a> release: 1.6.1 (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/2046">#2046</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/e2f67c2611a955242d84c5b193087fc419bcbfe5"><code>e2f67c2</code></a> feat(lint/noDoneCallback): add rule (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/1938">#1938</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/75eed2e0ade5256deadfa92bc560a1ca28800093"><code>75eed2e</code></a> fix(<code>overrides</code>): <code>json.formatter.trailingCommas</code> should work (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/2025">#2025</a>)</li> <li>See full diff in <a href="https://github.com/biomejs/biome/commits/cli/v1.6.1/packages/@biomejs/biome">compare view</a></li> </ul> </details> <br /> Updates `@vitest/ui` from 1.3.1 to 1.4.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases"><code>@​vitest/ui</code>'s releases</a>.</em></p> <blockquote> <h2>v1.4.0</h2> <h3>   🚀 Features</h3> <ul> <li>Throw error when using snapshot assertion with <code>not</code>  -  by <a href="https://github.com/fenghan34"><code>@​fenghan34</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5294">vitest-dev/vitest#5294</a> <a href="https://github.com/vitest-dev/vitest/commit/b9d378f5"><!-- raw HTML omitted -->(b9d37)<!-- raw HTML omitted --></a></li> <li>Add a flag to include test location in tasks  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5342">vitest-dev/vitest#5342</a> <a href="https://github.com/vitest-dev/vitest/commit/d627e209"><!-- raw HTML omitted -->(d627e)<!-- raw HTML omitted --></a></li> <li><strong>cli</strong>: <ul> <li>Support wildcards in <code>--project</code> option  -  by <a href="https://github.com/fenghan34"><code>@​fenghan34</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5295">vitest-dev/vitest#5295</a> <a href="https://github.com/vitest-dev/vitest/commit/201bd067"><!-- raw HTML omitted -->(201bd)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>config</strong>: <ul> <li>Add <code>shuffle.files</code> and <code>shuffle.tests</code> options  -  by <a href="https://github.com/fenghan34"><code>@​fenghan34</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5281">vitest-dev/vitest#5281</a> <a href="https://github.com/vitest-dev/vitest/commit/356db87b"><!-- raw HTML omitted -->(356db)<!-- raw HTML omitted --></a></li> <li>Deprecate <code>cache.dir</code> option  -  by <a href="https://github.com/fenghan34"><code>@​fenghan34</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5229">vitest-dev/vitest#5229</a> <a href="https://github.com/vitest-dev/vitest/commit/d7e8b53e"><!-- raw HTML omitted -->(d7e8b)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>coverage</strong>: <ul> <li>Support <code>--changed</code> option  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5314">vitest-dev/vitest#5314</a> <a href="https://github.com/vitest-dev/vitest/commit/600b44d6"><!-- raw HTML omitted -->(600b4)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>vitest</strong>: <ul> <li>Support <code>clearScreen</code> cli flag  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5241">vitest-dev/vitest#5241</a> <a href="https://github.com/vitest-dev/vitest/commit/e1735fb6"><!-- raw HTML omitted -->(e1735)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li>Repeatable <code>--project</code> option  -  by <a href="https://github.com/fenghan34"><code>@​fenghan34</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5265">vitest-dev/vitest#5265</a> <a href="https://github.com/vitest-dev/vitest/commit/d1a06730"><!-- raw HTML omitted -->(d1a06)<!-- raw HTML omitted --></a></li> <li><code>--inspect-brk</code> to pause before execution  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5355">vitest-dev/vitest#5355</a> <a href="https://github.com/vitest-dev/vitest/commit/e77c553f"><!-- raw HTML omitted -->(e77c5)<!-- raw HTML omitted --></a></li> <li>Correct locations in test.each tasks  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> <a href="https://github.com/vitest-dev/vitest/commit/4f6e39c1"><!-- raw HTML omitted -->(4f6e3)<!-- raw HTML omitted --></a></li> <li><strong>api</strong>: <ul> <li>Use resolvedUrls from devserver  -  by <a href="https://github.com/saitonakamura"><code>@​saitonakamura</code></a> and <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5289">vitest-dev/vitest#5289</a> <a href="https://github.com/vitest-dev/vitest/commit/2fef5a7e"><!-- raw HTML omitted -->(2fef5)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>browser</strong>: <ul> <li>Add <code>magic-string</code> to <code>optimizeDeps.include</code>  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5278">vitest-dev/vitest#5278</a> <a href="https://github.com/vitest-dev/vitest/commit/8f04e798"><!-- raw HTML omitted -->(8f04e)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>coverage</strong>: <ul> <li>Expensive regexp hangs v8 report generation  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5259">vitest-dev/vitest#5259</a> <a href="https://github.com/vitest-dev/vitest/commit/d68a7390"><!-- raw HTML omitted -->(d68a7)<!-- raw HTML omitted --></a></li> <li>V8 to ignore type-only files  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5328">vitest-dev/vitest#5328</a> <a href="https://github.com/vitest-dev/vitest/commit/c3eb8deb"><!-- raw HTML omitted -->(c3eb8)<!-- raw HTML omitted --></a></li> <li>Respect source maps of pre-transpiled sources  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5367">vitest-dev/vitest#5367</a> <a href="https://github.com/vitest-dev/vitest/commit/6eda473f"><!-- raw HTML omitted -->(6eda4)<!-- raw HTML omitted --></a></li> <li>Prevent <code>reportsDirectory</code> from removing user's project  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5376">vitest-dev/vitest#5376</a> <a href="https://github.com/vitest-dev/vitest/commit/07ec3779"><!-- raw HTML omitted -->(07ec3)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>expect</strong>: <ul> <li>Show diff on <code>toContain/toMatch</code> assertion error  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5267">vitest-dev/vitest#5267</a> <a href="https://github.com/vitest-dev/vitest/commit/8ee59f0d"><!-- raw HTML omitted -->(8ee59)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>forks</strong>: <ul> <li>Wrap <code>defines</code> to support <code>undefined</code> values  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5284">vitest-dev/vitest#5284</a> <a href="https://github.com/vitest-dev/vitest/commit/5b58b399"><!-- raw HTML omitted -->(5b58b)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>typecheck</strong>: <ul> <li>Update get-tsconfig 4.7.3 to fix false circularity error  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5384">vitest-dev/vitest#5384</a> <a href="https://github.com/vitest-dev/vitest/commit/bdc371ee"><!-- raw HTML omitted -->(bdc37)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>ui</strong>: <ul> <li>Escape html in error diff  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5325">vitest-dev/vitest#5325</a> <a href="https://github.com/vitest-dev/vitest/commit/ab60bf8d"><!-- raw HTML omitted -->(ab60b)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>vitest</strong>: <ul> <li>Loosen <code>onConsoleLog</code> return type  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5337">vitest-dev/vitest#5337</a> <a href="https://github.com/vitest-dev/vitest/commit/6d1b1451"><!-- raw HTML omitted -->(6d1b1)<!-- raw HTML omitted --></a></li> <li>Ensure restoring terminal cursor on close  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5292">vitest-dev/vitest#5292</a> <a href="https://github.com/vitest-dev/vitest/commit/0bea2247"><!-- raw HTML omitted -->(0bea2)<!-- raw HTML omitted --></a></li> <li>Ignore timeout on websocket reporter rpc  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> <a href="https://github.com/vitest-dev/vitest/commit/38119b75"><!-- raw HTML omitted -->(38119)<!-- raw HTML omitted --></a></li> <li>Correctly override api with --no-api flag  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5386">vitest-dev/vitest#5386</a> <a href="https://github.com/vitest-dev/vitest/commit/51d1d472"><!-- raw HTML omitted -->(51d1d)<!-- raw HTML omitted --></a></li> <li>Logs in <code>beforeAll</code> and <code>afterAll</code>  -  by <a href="https://github.com/fenghan34"><code>@​fenghan34</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5288">vitest-dev/vitest#5288</a> <a href="https://github.com/vitest-dev/vitest/commit/ce5ca6bf"><!-- raw HTML omitted -->(ce5ca)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>workspace</strong>: <ul> <li>Throw error when browser mode and <code>@vitest/coverage-v8</code> are used  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5250">vitest-dev/vitest#5250</a> <a href="https://github.com/vitest-dev/vitest/commit/29f98cd3"><!-- raw HTML omitted -->(29f98)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v1.3.1...v1.4.0">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/a8da192c61ff0e3adf64b31378546de3b2f4c1bc"><code>a8da192</code></a> chore: release v1.4.0</li> <li><a href="https://github.com/vitest-dev/vitest/commit/ab60bf8dff46c05bc67194c3cc2a5fa753916609"><code>ab60bf8</code></a> fix(ui): escape html in error diff (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui/issues/5325">#5325</a>)</li> <li>See full diff in <a href="https://github.com/vitest-dev/vitest/commits/v1.4.0/packages/ui">compare view</a></li> </ul> </details> <br /> Updates `vitest` from 1.3.1 to 1.4.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases">vitest's releases</a>.</em></p> <blockquote> <h2>v1.4.0</h2> <h3>   🚀 Features</h3> <ul> <li>Throw error when using snapshot assertion with <code>not</code>  -  by <a href="https://github.com/fenghan34"><code>@​fenghan34</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5294">vitest-dev/vitest#5294</a> <a href="https://github.com/vitest-dev/vitest/commit/b9d378f5"><!-- raw HTML omitted -->(b9d37)<!-- raw HTML omitted --></a></li> <li>Add a flag to include test location in tasks  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5342">vitest-dev/vitest#5342</a> <a href="https://github.com/vitest-dev/vitest/commit/d627e209"><!-- raw HTML omitted -->(d627e)<!-- raw HTML omitted --></a></li> <li><strong>cli</strong>: <ul> <li>Support wildcards in <code>--project</code> option  -  by <a href="https://github.com/fenghan34"><code>@​fenghan34</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5295">vitest-dev/vitest#5295</a> <a href="https://github.com/vitest-dev/vitest/commit/201bd067"><!-- raw HTML omitted -->(201bd)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>config</strong>: <ul> <li>Add <code>shuffle.files</code> and <code>shuffle.tests</code> options  -  by <a href="https://github.com/fenghan34"><code>@​fenghan34</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5281">vitest-dev/vitest#5281</a> <a href="https://github.com/vitest-dev/vitest/commit/356db87b"><!-- raw HTML omitted -->(356db)<!-- raw HTML omitted --></a></li> <li>Deprecate <code>cache.dir</code> option  -  by <a href="https://github.com/fenghan34"><code>@​fenghan34</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5229">vitest-dev/vitest#5229</a> <a href="https://github.com/vitest-dev/vitest/commit/d7e8b53e"><!-- raw HTML omitted -->(d7e8b)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>coverage</strong>: <ul> <li>Support <code>--changed</code> option  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5314">vitest-dev/vitest#5314</a> <a href="https://github.com/vitest-dev/vitest/commit/600b44d6"><!-- raw HTML omitted -->(600b4)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>vitest</strong>: <ul> <li>Support <code>clearScreen</code> cli flag  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5241">vitest-dev/vitest#5241</a> <a href="https://github.com/vitest-dev/vitest/commit/e1735fb6"><!-- raw HTML omitted -->(e1735)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li>Repeatable <code>--project</code> option  -  by <a href="https://github.com/fenghan34"><code>@​fenghan34</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5265">vitest-dev/vitest#5265</a> <a href="https://github.com/vitest-dev/vitest/commit/d1a06730"><!-- raw HTML omitted -->(d1a06)<!-- raw HTML omitted --></a></li> <li><code>--inspect-brk</code> to pause before execution  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5355">vitest-dev/vitest#5355</a> <a href="https://github.com/vitest-dev/vitest/commit/e77c553f"><!-- raw HTML omitted -->(e77c5)<!-- raw HTML omitted --></a></li> <li>Correct locations in test.each tasks  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> <a href="https://github.com/vitest-dev/vitest/commit/4f6e39c1"><!-- raw HTML omitted -->(4f6e3)<!-- raw HTML omitted --></a></li> <li><strong>api</strong>: <ul> <li>Use resolvedUrls from devserver  -  by <a href="https://github.com/saitonakamura"><code>@​saitonakamura</code></a> and <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5289">vitest-dev/vitest#5289</a> <a href="https://github.com/vitest-dev/vitest/commit/2fef5a7e"><!-- raw HTML omitted -->(2fef5)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>browser</strong>: <ul> <li>Add <code>magic-string</code> to <code>optimizeDeps.include</code>  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5278">vitest-dev/vitest#5278</a> <a href="https://github.com/vitest-dev/vitest/commit/8f04e798"><!-- raw HTML omitted -->(8f04e)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>coverage</strong>: <ul> <li>Expensive regexp hangs v8 report generation  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5259">vitest-dev/vitest#5259</a> <a href="https://github.com/vitest-dev/vitest/commit/d68a7390"><!-- raw HTML omitted -->(d68a7)<!-- raw HTML omitted --></a></li> <li>V8 to ignore type-only files  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5328">vitest-dev/vitest#5328</a> <a href="https://github.com/vitest-dev/vitest/commit/c3eb8deb"><!-- raw HTML omitted -->(c3eb8)<!-- raw HTML omitted --></a></li> <li>Respect source maps of pre-transpiled sources  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5367">vitest-dev/vitest#5367</a> <a href="https://github.com/vitest-dev/vitest/commit/6eda473f"><!-- raw HTML omitted -->(6eda4)<!-- raw HTML omitted --></a></li> <li>Prevent <code>reportsDirectory</code> from removing user's project  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5376">vitest-dev/vitest#5376</a> <a href="https://github.com/vitest-dev/vitest/commit/07ec3779"><!-- raw HTML omitted -->(07ec3)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>expect</strong>: <ul> <li>Show diff on <code>toContain/toMatch</code> assertion error  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5267">vitest-dev/vitest#5267</a> <a href="https://github.com/vitest-dev/vitest/commit/8ee59f0d"><!-- raw HTML omitted -->(8ee59)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>forks</strong>: <ul> <li>Wrap <code>defines</code> to support <code>undefined</code> values  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5284">vitest-dev/vitest#5284</a> <a href="https://github.com/vitest-dev/vitest/commit/5b58b399"><!-- raw HTML omitted -->(5b58b)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>typecheck</strong>: <ul> <li>Update get-tsconfig 4.7.3 to fix false circularity error  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5384">vitest-dev/vitest#5384</a> <a href="https://github.com/vitest-dev/vitest/commit/bdc371ee"><!-- raw HTML omitted -->(bdc37)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>ui</strong>: <ul> <li>Escape html in error diff  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5325">vitest-dev/vitest#5325</a> <a href="https://github.com/vitest-dev/vitest/commit/ab60bf8d"><!-- raw HTML omitted -->(ab60b)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>vitest</strong>: <ul> <li>Loosen <code>onConsoleLog</code> return type  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5337">vitest-dev/vitest#5337</a> <a href="https://github.com/vitest-dev/vitest/commit/6d1b1451"><!-- raw HTML omitted -->(6d1b1)<!-- raw HTML omitted --></a></li> <li>Ensure restoring terminal cursor on close  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5292">vitest-dev/vitest#5292</a> <a href="https://github.com/vitest-dev/vitest/commit/0bea2247"><!-- raw HTML omitted -->(0bea2)<!-- raw HTML omitted --></a></li> <li>Ignore timeout on websocket reporter rpc  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> <a href="https://github.com/vitest-dev/vitest/commit/38119b75"><!-- raw HTML omitted -->(38119)<!-- raw HTML omitted --></a></li> <li>Correctly override api with --no-api flag  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5386">vitest-dev/vitest#5386</a> <a href="https://github.com/vitest-dev/vitest/commit/51d1d472"><!-- raw HTML omitted -->(51d1d)<!-- raw HTML omitted --></a></li> <li>Logs in <code>beforeAll</code> and <code>afterAll</code>  -  by <a href="https://github.com/fenghan34"><code>@​fenghan34</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5288">vitest-dev/vitest#5288</a> <a href="https://github.com/vitest-dev/vitest/commit/ce5ca6bf"><!-- raw HTML omitted -->(ce5ca)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>workspace</strong>: <ul> <li>Throw error when browser mode and <code>@vitest/coverage-v8</code> are used  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5250">vitest-dev/vitest#5250</a> <a href="https://github.com/vitest-dev/vitest/commit/29f98cd3"><!-- raw HTML omitted -->(29f98)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v1.3.1...v1.4.0">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/a8da192c61ff0e3adf64b31378546de3b2f4c1bc"><code>a8da192</code></a> chore: release v1.4.0</li> <li><a href="https://github.com/vitest-dev/vitest/commit/d7e8b53ed057b2127d8073b11f5f2732354bdd7c"><code>d7e8b53</code></a> feat(config): deprecate <code>cache.dir</code> option (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/5229">#5229</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/c65214822a06639e915128496e0534184f219d2f"><code>c652148</code></a> chore: remove unused property</li> <li><a href="https://github.com/vitest-dev/vitest/commit/ce5ca6bf6c8f9b30a2331b2dcd761e72c13392e9"><code>ce5ca6b</code></a> fix(vitest): logs in <code>beforeAll</code> and <code>afterAll</code> (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/5288">#5288</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/51d1d47263e80f6a40da7639382efd5160f4145c"><code>51d1d47</code></a> fix(vitest): correctly override api with --no-api flag (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/5386">#5386</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/efe441fd217d4ec3081ec7aca58543b2233bab2d"><code>efe441f</code></a> chore: guard try/catch in websocket reporter</li> <li><a href="https://github.com/vitest-dev/vitest/commit/07ec3779aba22680ae1dd4cb83cd276354c8023f"><code>07ec377</code></a> fix(coverage): prevent <code>reportsDirectory</code> from removing user's project (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/5376">#5376</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/38119b75aff28682b0c8088991cc2c761760ff6d"><code>38119b7</code></a> fix(vitest): ignore timeout on websocket reporter rpc</li> <li><a href="https://github.com/vitest-dev/vitest/commit/e77c553ffb389a79bf568ab0ec4a48f2c572f9a3"><code>e77c553</code></a> fix: <code>--inspect-brk</code> to pause before execution (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/5355">#5355</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/d627e209dd99ba17557ef6ba2e4b2c52ddf6fa97"><code>d627e20</code></a> feat: add a flag to include test location in tasks (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/5342">#5342</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitest-dev/vitest/commits/v1.4.0/packages/vitest">compare view</a></li> </ul> </details> <br /> Updates `@types/node` from 20.11.25 to 20.11.28 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> Updates `@typescript-eslint/parser` from 7.1.1 to 7.2.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/parser</code>'s releases</a>.</em></p> <blockquote> <h2>v7.2.0</h2> <h2>7.2.0 (2024-03-11)</h2> <h3>🚀 Features</h3> <ul> <li>support TS 5.4 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8630">#8630</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-string-starts-ends-with] add allowSingleElementEquality option (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8374">#8374</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> expose *-type-checked-only configs for extension (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8600">#8600</a>)</li> <li><strong>eslint-plugin:</strong> [member-ordering] report alphabetical sorting for all groups instead of just the first failing group (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8263">#8263</a>)</li> <li><strong>eslint-plugin:</strong> [no-var-requires, no-require-imports] support template literal (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8408">#8408</a>)</li> <li><strong>eslint-plugin:</strong> [no-useless-template-literals] detect TemplateLiteral (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8575">#8575</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-condition] handle union array and tuple type (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8592">#8592</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-find] support ternary branches in prefer-find (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8421">#8421</a>)</li> <li><strong>typescript-eslint:</strong> set <code>sourceType: &quot;module&quot;</code> in base shared config (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8622">#8622</a>)</li> <li><strong>typescript-eslint:</strong> export <code>ConfigWithExtends</code> type (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8621">#8621</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Arka Pratim Chaudhuri <a href="https://github.com/arka1002"><code>@​arka1002</code></a></li> <li>auvred <a href="https://github.com/auvred"><code>@​auvred</code></a></li> <li>Chris Plummer</li> <li>Fotis Papadogeorgopoulos <a href="https://github.com/fpapado"><code>@​fpapado</code></a></li> <li>Josh Goldberg ✨</li> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</code></a></li> <li>Wayne Zhang</li> <li>YeonJuan <a href="https://github.com/yeonjuan"><code>@​yeonjuan</code></a></li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md"><code>@​typescript-eslint/parser</code>'s changelog</a>.</em></p> <blockquote> <h2>7.2.0 (2024-03-11)</h2> <h3>🚀 Features</h3> <ul> <li>support TS 5.4</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Arka Pratim Chaudhuri</li> <li>auvred</li> <li>Chris Plummer</li> <li>Fotis Papadogeorgopoulos</li> <li>Josh Goldberg ✨</li> <li>Kirk Waiblinger</li> <li>Wayne Zhang</li> <li>YeonJuan</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/95cf1391bfd07f5c1929e798a85418b78f75f173"><code>95cf139</code></a> chore(release): publish 7.2.0</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v7.2.0/packages/parser">compare view</a></li> </ul> </details> <br /> Updates `@astrojs/check` from 0.5.7 to 0.5.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/withastro/language-tools/releases"><code>@​astrojs/check</code>'s releases</a>.</em></p> <blockquote> <h2><code>@​astrojs/check</code><a href="https://github.com/0"><code>@​0</code></a>.5.9</h2> <h3>Patch Changes</h3> <ul> <li>f1447ef: chore: Update <code>volar-service-prettier</code>. This is only an internal refactor and there should be no visible changes.</li> <li>Updated dependencies [f1447ef] <ul> <li><code>@​astrojs/language-server</code><a href="https://github.com/2"><code>@​2</code></a>.8.1</li> </ul> </li> </ul> <h2><code>@​astrojs/check</code><a href="https://github.com/0"><code>@​0</code></a>.5.8</h2> <h3>Patch Changes</h3> <ul> <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> <li>Updated dependencies [85b42dc] <ul> <li><code>@​astrojs/language-server</code><a href="https://github.com/2"><code>@​2</code></a>.8.0</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <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> <blockquote> <h2>0.5.9</h2> <h3>Patch Changes</h3> <ul> <li>f1447ef: chore: Update <code>volar-service-prettier</code>. This is only an internal refactor and there should be no visible changes.</li> <li>Updated dependencies [f1447ef] <ul> <li><code>@​astrojs/language-server</code><a href="https://github.com/2"><code>@​2</code></a>.8.1</li> </ul> </li> </ul> <h2>0.5.8</h2> <h3>Patch Changes</h3> <ul> <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> <li>Updated dependencies [85b42dc] <ul> <li><code>@​astrojs/language-server</code><a href="https://github.com/2"><code>@​2</code></a>.8.0</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <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> <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> <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> <li>See full diff in <a href="https://github.com/withastro/language-tools/commits/@astrojs/check@0.5.9/packages/astro-check">compare view</a></li> </ul> </details> <br /> 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`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) - `@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) - `@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) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details>
changeset-bot[bot] commented 2024-03-18 11:32:54 +00:00 (Migrated from github.com)

🦋 Changeset detected

Latest commit: f68bc39b9c

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 0 packages

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

### 🦋 Changeset detected Latest commit: f68bc39b9c70114342f626789c93f48a92479108 **The changes in this PR will be included in the next version bump.** <details><summary>This PR includes changesets to release 0 packages</summary> When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types </details> Not sure what this means? [Click here to learn what changesets are](https://github.com/changesets/changesets/blob/main/docs/adding-a-changeset.md). [Click here if you're a maintainer who wants to add another changeset to this PR](https://github.com/MatthiesenXYZ/astro-ghostcms/new/dependabot/npm_and_yarn/dev-dependencies-e8d239d770?filename=.changeset/neat-bags-swim.md&value=---%0A%22%40matthiesenxyz%2Fastro-ghostcms-brutalbyelian%22%3A%20patch%0A%22%40matthiesenxyz%2Fastro-ghostcms-theme-default%22%3A%20patch%0A%22%40matthiesenxyz%2Fastro-ghostcms%22%3A%20patch%0A%22%40matthiesenxyz%2Fcreate-astro-ghostcms%22%3A%20patch%0A%22%40matthiesenxyz%2Fstarlight-ghostcms%22%3A%20patch%0A%22starlight-playground%22%3A%20patch%0A---%0A%0ABump%20the%20dev-dependencies%20group%20with%206%20updates%0A)
Sign in to join this conversation.
No description provided.