Skip to content

Commit 52ba4ca

Browse files
chore(deps-dev): bump the vitest group with 3 updates (#62)
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.5 to 2.1.6 <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.6</h2> <h2>🚀 Features</h2> <ul> <li>Support Vite 6</li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v2.1.5...v2.1.6">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/b936702debce5a9deca637b25950afa485ad3639"><code>b936702</code></a> bump: 2.1.6</li> <li>See full diff in <a href="https://github.com/vitest-dev/vitest/commits/v2.1.6/packages/coverage-v8">compare view</a></li> </ul> </details> <br /> Updates `@vitest/eslint-plugin` from 1.1.10 to 1.1.13 <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.13</h2> <h2>What's Changed</h2> <ul> <li>Enhance &quot;all&quot; configuration and update documentation 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/578">vitest-dev/eslint-plugin-vitest#578</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.12...v1.1.13">https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.12...v1.1.13</a></p> <h2>v1.1.12</h2> <h3>Bug Fixes</h3> <ul> <li>dependancy import (<a href="https://github.com/vitest-dev/eslint-plugin-vitest/commit/a63b6c9">a63b6c9</a>)</li> </ul> <h2>What's Changed</h2> <ul> <li>[valid-expect] Support typecheck 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/576">vitest-dev/eslint-plugin-vitest#576</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.11...v1.1.12">https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.11...v1.1.12</a></p> <h2>v1.1.11</h2> <h2>What's Changed</h2> <ul> <li>docs: correct &quot;ESLint&quot; and &quot;Vitest&quot; capitalization in README.md by <a href="https://github.com/JoshuaKGoldberg"><code>@​JoshuaKGoldberg</code></a> in <a href="https://redirect.github.com/vitest-dev/eslint-plugin-vitest/pull/575">vitest-dev/eslint-plugin-vitest#575</a></li> <li>[valid-expect] include fixer for adding missing await 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/574">vitest-dev/eslint-plugin-vitest#574</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/y-hsgw"><code>@​y-hsgw</code></a> made their first contribution in <a href="https://redirect.github.com/vitest-dev/eslint-plugin-vitest/pull/574">vitest-dev/eslint-plugin-vitest#574</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.10...v1.1.11">https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.10...v1.1.11</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/eslint-plugin-vitest/commit/feb04a5963da5513c8c7a2b62c369a803d894c1f"><code>feb04a5</code></a> chore: release v1.1.13</li> <li><a href="https://github.com/vitest-dev/eslint-plugin-vitest/commit/e4133d5942bc0112f96fb61330914a965148c5d7"><code>e4133d5</code></a> chore: update deps</li> <li><a href="https://github.com/vitest-dev/eslint-plugin-vitest/commit/ec2366eb49e4c74ed7cdf834eaf4dc7ae4ae7a47"><code>ec2366e</code></a> Enhance &quot;all&quot; configuration and update documentation (<a href="https://redirect.github.com/vitest-dev/eslint-plugin-vitest/issues/578">#578</a>)</li> <li><a href="https://github.com/vitest-dev/eslint-plugin-vitest/commit/541f8b710cebeec2c8c943d416078246d2bde1e7"><code>541f8b7</code></a> chore: release v1.1.12</li> <li><a href="https://github.com/vitest-dev/eslint-plugin-vitest/commit/a63b6c9496d7fdde21e13635649ef9d1d696f211"><code>a63b6c9</code></a> fix: dependancy import</li> <li><a href="https://github.com/vitest-dev/eslint-plugin-vitest/commit/177aad00450e13264ea91f1a8794571b52ff647c"><code>177aad0</code></a> [valid-expect] Support typecheck (<a href="https://redirect.github.com/vitest-dev/eslint-plugin-vitest/issues/576">#576</a>)</li> <li><a href="https://github.com/vitest-dev/eslint-plugin-vitest/commit/1f4ff4758083aaec4b35a95e2dca137072cc1d04"><code>1f4ff47</code></a> chore: release v1.1.11</li> <li><a href="https://github.com/vitest-dev/eslint-plugin-vitest/commit/1da7ed4d89a2eade8fee9e831003f5832bc29d4c"><code>1da7ed4</code></a> [valid-expect] include fixer for adding missing await (<a href="https://redirect.github.com/vitest-dev/eslint-plugin-vitest/issues/574">#574</a>)</li> <li><a href="https://github.com/vitest-dev/eslint-plugin-vitest/commit/6388046472dcafe23db7029e10b8a8a56af34fec"><code>6388046</code></a> docs: correct &quot;ESLint&quot; and &quot;Vitest&quot; capitalization in README.md (<a href="https://redirect.github.com/vitest-dev/eslint-plugin-vitest/issues/575">#575</a>)</li> <li>See full diff in <a href="https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.10...v1.1.13">compare view</a></li> </ul> </details> <br /> Updates `vitest` from 2.1.5 to 2.1.6 <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.6</h2> <h2>🚀 Features</h2> <ul> <li>Support Vite 6</li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v2.1.5...v2.1.6">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/b936702debce5a9deca637b25950afa485ad3639"><code>b936702</code></a> bump: 2.1.6</li> <li>See full diff in <a href="https://github.com/vitest-dev/vitest/commits/v2.1.6/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> Co-authored-by: Jason Weinzierl <[email protected]>
1 parent 41c7be8 commit 52ba4ca

File tree

2 files changed

+174
-406
lines changed

2 files changed

+174
-406
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.5",
81-
"@vitest/eslint-plugin": "^1.1.10",
80+
"@vitest/coverage-v8": "^2.1.6",
81+
"@vitest/eslint-plugin": "^1.1.13",
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.5"
95+
"vitest": "^2.1.6"
9696
},
9797
"engines": {
9898
"node": "^18.18.0 || ^20.9.0 || >= 21.1.0"

0 commit comments

Comments
 (0)