Skip to content

Commit c0d1dfa

Browse files
chore(deps-dev): bump @vitest/eslint-plugin from 1.1.14 to 1.1.16 in the vitest group (#83)
Bumps the vitest group with 1 update: [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest). Updates `@vitest/eslint-plugin` from 1.1.14 to 1.1.16 <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.16</h2> <h2>What's Changed</h2> <ul> <li>Change jest.mock → vi.mock in rule message by <a href="https://github.com/FloEdelmann"><code>@​FloEdelmann</code></a> in <a href="https://redirect.github.com/vitest-dev/eslint-plugin-vitest/pull/590">vitest-dev/eslint-plugin-vitest#590</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/FloEdelmann"><code>@​FloEdelmann</code></a> made their first contribution in <a href="https://redirect.github.com/vitest-dev/eslint-plugin-vitest/pull/590">vitest-dev/eslint-plugin-vitest#590</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.15...v1.1.16">https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.15...v1.1.16</a></p> <h2>v1.1.15</h2> <h3>Bug Fixes</h3> <ul> <li>padding-around-expect-groups doesn't detect expectTypeOf as an expect clause (<a href="https://redirect.github.com/vitest-dev/eslint-plugin-vitest/issues/588">#588</a>) (<a href="https://github.com/vitest-dev/eslint-plugin-vitest/commit/1138003">1138003</a>)</li> </ul> <h2>What's Changed</h2> <ul> <li>fix: padding-around-expect-groups doesn't detect expectTypeOf as an expect clause 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/588">vitest-dev/eslint-plugin-vitest#588</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.14...v1.1.15">https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.14...v1.1.15</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/eslint-plugin-vitest/commit/79d11eaaaf7574fd59da1b9a8885cd9ed6276d4e"><code>79d11ea</code></a> chore: release v1.1.16</li> <li><a href="https://github.com/vitest-dev/eslint-plugin-vitest/commit/bc03dcb8c8bc8ecd14ef30816339c9ef260920dc"><code>bc03dcb</code></a> Change jest.mock → vi.mock in rule message (<a href="https://redirect.github.com/vitest-dev/eslint-plugin-vitest/issues/590">#590</a>)</li> <li><a href="https://github.com/vitest-dev/eslint-plugin-vitest/commit/84f9b6800637bd65ba6db2e2d8ac8d9632049fea"><code>84f9b68</code></a> chore: release v1.1.15</li> <li><a href="https://github.com/vitest-dev/eslint-plugin-vitest/commit/11380035421baa676433854964fcec4b694f68ee"><code>1138003</code></a> fix: padding-around-expect-groups doesn't detect expectTypeOf as an expect cl...</li> <li>See full diff in <a href="https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.14...v1.1.16">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.1.14&new-version=1.1.16)](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 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 94d7df2 commit c0d1dfa

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"@typescript-eslint/rule-tester": "^8.17.0",
8181
"@typescript/vfs": "^1.6.0",
8282
"@vitest/coverage-v8": "^2.1.8",
83-
"@vitest/eslint-plugin": "^1.1.14",
83+
"@vitest/eslint-plugin": "^1.1.16",
8484
"bumpp": "^9.9.0",
8585
"eslint": "^9.16.0",
8686
"eslint-config-flat-gitignore": "^0.3.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1087,9 +1087,9 @@ __metadata:
10871087
languageName: node
10881088
linkType: hard
10891089

1090-
"@vitest/eslint-plugin@npm:^1.1.14":
1091-
version: 1.1.14
1092-
resolution: "@vitest/eslint-plugin@npm:1.1.14"
1090+
"@vitest/eslint-plugin@npm:^1.1.16":
1091+
version: 1.1.16
1092+
resolution: "@vitest/eslint-plugin@npm:1.1.16"
10931093
peerDependencies:
10941094
"@typescript-eslint/utils": ">= 8.0"
10951095
eslint: ">= 8.57.0"
@@ -1100,7 +1100,7 @@ __metadata:
11001100
optional: true
11011101
vitest:
11021102
optional: true
1103-
checksum: 10c0/83fe9dfa2b5d22f576cbd89c7f039c79f81c172552972aa4688d098dac712a0d35e10f54e9626928598da8615f768a88d637aa873c2bb8fe409684b8349dae67
1103+
checksum: 10c0/b815a3e5ddfe2acc745650d599a91765abba5b07c7deee7c2be31e683128607943beaf13da47dd7598a067a25b00b4c1e17ecc6eae1c2772d1830b5fce60463f
11041104
languageName: node
11051105
linkType: hard
11061106

@@ -2115,7 +2115,7 @@ __metadata:
21152115
"@typescript-eslint/utils": "npm:^8.1.0"
21162116
"@typescript/vfs": "npm:^1.6.0"
21172117
"@vitest/coverage-v8": "npm:^2.1.8"
2118-
"@vitest/eslint-plugin": "npm:^1.1.14"
2118+
"@vitest/eslint-plugin": "npm:^1.1.16"
21192119
bumpp: "npm:^9.9.0"
21202120
common-tags: "npm:^1.8.0"
21212121
decamelize: "npm:^5.0.1"

0 commit comments

Comments
 (0)