Skip to content

Commit 76c2775

Browse files
chore(deps-dev): bump the vitest group with 3 updates (#70)
Bumps the vitest group with 3 updates: [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8), [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Updates `@vitest/coverage-v8` from 2.1.6 to 2.1.8 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases"><code>@​vitest/coverage-v8</code>'s releases</a>.</em></p> <blockquote> <h2>v2.1.8</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li>Support Node 21  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> <a href="https://github.com/vitest-dev/vitest/commit/92f7a2ad"><!-- raw HTML omitted -->(92f7a)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v2.1.7...v2.1.8">View changes on GitHub</a></h5> <h2>v2.1.7</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li>Revert support for Vite 6  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> <a href="https://github.com/vitest-dev/vitest/commit/fbe5c39d"><!-- raw HTML omitted -->(fbe5c)<!-- raw HTML omitted --></a> <ul> <li>This introduced some breaking changes (<a href="https://redirect.github.com/vitest-dev/vitest/issues/6992">vitest-dev/vitest#6992</a>). We will enable support for it later. In the meantime, you can still use <code>pnpm.overrides</code> or yarn resolutions to override the <code>vite</code> version in the <code>vitest</code> package - the APIs are compatible.</li> </ul> </li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v2.1.6...v2.1.7">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/d69cc75698dd6dbeaed5c237ebb46ccd41bfb438"><code>d69cc75</code></a> bump: 2.1.8</li> <li><a href="https://github.com/vitest-dev/vitest/commit/81ed45b3a46759ac5b8aaa3a5fad80767316c4ae"><code>81ed45b</code></a> chore: release v2.1.7</li> <li>See full diff in <a href="https://github.com/vitest-dev/vitest/commits/v2.1.8/packages/coverage-v8">compare view</a></li> </ul> </details> <br /> Updates `@vitest/eslint-plugin` from 1.1.13 to 1.1.14 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/eslint-plugin-vitest/releases"><code>@​vitest/eslint-plugin</code>'s releases</a>.</em></p> <blockquote> <h2>v1.1.14</h2> <h2>What's Changed</h2> <ul> <li>docs: Add Documentation for valid-expect-in-promise Rule by <a href="https://github.com/y-hsgw"><code>@​y-hsgw</code></a> in <a href="https://redirect.github.com/vitest-dev/eslint-plugin-vitest/pull/581">vitest-dev/eslint-plugin-vitest#581</a></li> <li>[valid-describe-callback] Fix to support options as second parameter for valid-describe-callback by <a href="https://github.com/y-hsgw"><code>@​y-hsgw</code></a> in <a href="https://redirect.github.com/vitest-dev/eslint-plugin-vitest/pull/582">vitest-dev/eslint-plugin-vitest#582</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.13...v1.1.14">https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.13...v1.1.14</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/eslint-plugin-vitest/commit/66fbbce7b2b240d680a562584c6af6ea5250a0da"><code>66fbbce</code></a> chore: release v1.1.14</li> <li><a href="https://github.com/vitest-dev/eslint-plugin-vitest/commit/a1ef5162f50c934e28c9136a817ec2ce578677c7"><code>a1ef516</code></a> [valid-describe-callback] Fix to support options as second parameter for vali...</li> <li><a href="https://github.com/vitest-dev/eslint-plugin-vitest/commit/6ad414f46514e8ddfa738e90c9fc4736fea2cd29"><code>6ad414f</code></a> docs: Add Documentation for valid-expect-in-promise Rule (<a href="https://redirect.github.com/vitest-dev/eslint-plugin-vitest/issues/581">#581</a>)</li> <li>See full diff in <a href="https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.13...v1.1.14">compare view</a></li> </ul> </details> <br /> Updates `vitest` from 2.1.6 to 2.1.8 <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>v2.1.8</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li>Support Node 21  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> <a href="https://github.com/vitest-dev/vitest/commit/92f7a2ad"><!-- raw HTML omitted -->(92f7a)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v2.1.7...v2.1.8">View changes on GitHub</a></h5> <h2>v2.1.7</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li>Revert support for Vite 6  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> <a href="https://github.com/vitest-dev/vitest/commit/fbe5c39d"><!-- raw HTML omitted -->(fbe5c)<!-- raw HTML omitted --></a> <ul> <li>This introduced some breaking changes (<a href="https://redirect.github.com/vitest-dev/vitest/issues/6992">vitest-dev/vitest#6992</a>). We will enable support for it later. In the meantime, you can still use <code>pnpm.overrides</code> or yarn resolutions to override the <code>vite</code> version in the <code>vitest</code> package - the APIs are compatible.</li> </ul> </li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v2.1.6...v2.1.7">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/d69cc75698dd6dbeaed5c237ebb46ccd41bfb438"><code>d69cc75</code></a> bump: 2.1.8</li> <li><a href="https://github.com/vitest-dev/vitest/commit/92f7a2ad18453343bfef1333af4b4c8191f72ec4"><code>92f7a2a</code></a> fix: support Node 21</li> <li><a href="https://github.com/vitest-dev/vitest/commit/81ed45b3a46759ac5b8aaa3a5fad80767316c4ae"><code>81ed45b</code></a> chore: release v2.1.7</li> <li><a href="https://github.com/vitest-dev/vitest/commit/fbe5c39d8891abcd91dc6b03720ee2b6c7678197"><code>fbe5c39</code></a> fix: revert support for Vite 6</li> <li>See full diff in <a href="https://github.com/vitest-dev/vitest/commits/v2.1.8/packages/vitest">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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7ea5273 commit 76c2775

File tree

2 files changed

+324
-92
lines changed

2 files changed

+324
-92
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@
7777
"@types/node": "~18.18.0",
7878
"@typescript-eslint/rule-tester": "^8.16.0",
7979
"@typescript/vfs": "^1.6.0",
80-
"@vitest/coverage-v8": "^2.1.6",
81-
"@vitest/eslint-plugin": "^1.1.13",
80+
"@vitest/coverage-v8": "^2.1.8",
81+
"@vitest/eslint-plugin": "^1.1.14",
8282
"bumpp": "^9.8.1",
8383
"eslint": "^9.14.0",
8484
"eslint-config-flat-gitignore": "^0.3.0",
@@ -92,7 +92,7 @@
9292
"tsup": "^8.3.5",
9393
"typescript": "~5.7.2",
9494
"typescript-eslint": "^8.16.0",
95-
"vitest": "^2.1.6"
95+
"vitest": "^2.1.8"
9696
},
9797
"engines": {
9898
"node": "^18.18.0 || ^20.9.0 || >= 21.1.0"

0 commit comments

Comments
 (0)