Skip to content

Commit 76b41ba

Browse files
chore(deps-dev): bump @vitest/eslint-plugin from 1.6.12 to 1.6.14 (#1063)
Bumps [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest) from 1.6.12 to 1.6.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.6.14</h2> <h2>What's Changed</h2> <ul> <li>chore: bump <a href="https://github.com/typescript-eslint"><code>@​typescript-eslint</code></a> packages to ^8.58.0 by <a href="https://github.com/null0rUndefined"><code>@​null0rUndefined</code></a> in <a href="https://redirect.github.com/vitest-dev/eslint-plugin-vitest/pull/886">vitest-dev/eslint-plugin-vitest#886</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/null0rUndefined"><code>@​null0rUndefined</code></a> made their first contribution in <a href="https://redirect.github.com/vitest-dev/eslint-plugin-vitest/pull/886">vitest-dev/eslint-plugin-vitest#886</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.6.13...v1.6.14">https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.6.13...v1.6.14</a></p> <h2>v1.6.13</h2> <h3>   🚀 Features</h3> <ul> <li><strong>unbound-method</strong>: Re-enable rule  -  by <a href="https://github.com/FloEdelmann"><code>@​FloEdelmann</code></a> in <a href="https://redirect.github.com/vitest-dev/eslint-plugin-vitest/issues/883">vitest-dev/eslint-plugin-vitest#883</a> <a href="https://github.com/vitest-dev/eslint-plugin-vitest/commit/944f2a3"><!-- raw HTML omitted -->(944f2)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.6.12...v1.6.13">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/eslint-plugin-vitest/commit/5a408dff695cedf05298f324a9884b124373b5b1"><code>5a408df</code></a> chore: release v1.6.14</li> <li><a href="https://github.com/vitest-dev/eslint-plugin-vitest/commit/09ab936ca501d2ddc6ba8572757aeb0b8b9851f1"><code>09ab936</code></a> chore: bump <a href="https://github.com/typescript-eslint"><code>@​typescript-eslint</code></a> packages to ^8.58.0 (<a href="https://redirect.github.com/vitest-dev/eslint-plugin-vitest/issues/886">#886</a>)</li> <li><a href="https://github.com/vitest-dev/eslint-plugin-vitest/commit/a01185234a3342f9970e303a626ab4daa047b4be"><code>a011852</code></a> chore: release v1.6.13</li> <li><a href="https://github.com/vitest-dev/eslint-plugin-vitest/commit/944f2a3f67b765bb2ffb42bf082fcb290d7de4d6"><code>944f2a3</code></a> feat(unbound-method): re-enable rule (<a href="https://redirect.github.com/vitest-dev/eslint-plugin-vitest/issues/883">#883</a>)</li> <li>See full diff in <a href="https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.6.12...v1.6.14">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@vitest/eslint-plugin&package-manager=npm_and_yarn&previous-version=1.6.12&new-version=1.6.14)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) - `@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) - `@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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 94496d9 commit 76b41ba

2 files changed

Lines changed: 33 additions & 192 deletions

File tree

package-lock.json

Lines changed: 32 additions & 191 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@types/node": "^25.5.0",
3333
"@typescript-eslint/parser": "^8.58.0",
3434
"@vitest/coverage-v8": "^4.1.2",
35-
"@vitest/eslint-plugin": "^1.6.12",
35+
"@vitest/eslint-plugin": "^1.6.14",
3636
"deep-diff": "^1.0.2",
3737
"eslint": "^10.2.0",
3838
"eslint-config-prettier": "^10.1.8",

0 commit comments

Comments
 (0)