Skip to content

Commit 7220e8b

Browse files
chore(deps-dev): bump @vitest/eslint-plugin from 1.1.7 to 1.1.8 in the vitest group (#16)
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.7 to 1.1.8 <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.8</h2> <p>No release notes provided.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/eslint-plugin-vitest/commit/0b67bef5456170793c998c68655f7b3626f9baee"><code>0b67bef</code></a> chore: release v1.1.8</li> <li><a href="https://github.com/vitest-dev/eslint-plugin-vitest/commit/c509d260853f3cfb442a61b05f93763c5ffb5d2f"><code>c509d26</code></a> Update expect-expect.ts (<a href="https://redirect.github.com/vitest-dev/eslint-plugin-vitest/issues/568">#568</a>)</li> <li>See full diff in <a href="https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.7...v1.1.8">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.7&new-version=1.1.8)](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 6001a8e commit 7220e8b

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
@@ -78,7 +78,7 @@
7878
"@typescript-eslint/rule-tester": "^8.13.0",
7979
"@typescript/vfs": "^1.6.0",
8080
"@vitest/coverage-v8": "^2.1.4",
81-
"@vitest/eslint-plugin": "^1.1.7",
81+
"@vitest/eslint-plugin": "^1.1.8",
8282
"bumpp": "^9.8.0",
8383
"eslint": "^9.14.0",
8484
"eslint-config-flat-gitignore": "^0.3.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1262,9 +1262,9 @@ __metadata:
12621262
languageName: node
12631263
linkType: hard
12641264

1265-
"@vitest/eslint-plugin@npm:^1.1.7":
1266-
version: 1.1.7
1267-
resolution: "@vitest/eslint-plugin@npm:1.1.7"
1265+
"@vitest/eslint-plugin@npm:^1.1.8":
1266+
version: 1.1.8
1267+
resolution: "@vitest/eslint-plugin@npm:1.1.8"
12681268
peerDependencies:
12691269
"@typescript-eslint/utils": ">= 8.0"
12701270
eslint: ">= 8.57.0"
@@ -1275,7 +1275,7 @@ __metadata:
12751275
optional: true
12761276
vitest:
12771277
optional: true
1278-
checksum: 10c0/a2c7e3361dcf02b214eaaead63838abd0a07f0fa6294871b61df4e5dc3ca951056acf75b64feeec196e12f129306dc5780601dd94a88f9df3c2e6623863b39f2
1278+
checksum: 10c0/4cd0314800e82a0dd332c83b32c576d4b4f0622fbf63ae358afc9f9991ddb97033c9378317e40caa6dc2380b9928b4c86d088c195f360224534e61c6bb261bbb
12791279
languageName: node
12801280
linkType: hard
12811281

@@ -2420,7 +2420,7 @@ __metadata:
24202420
"@typescript-eslint/utils": "npm:^8.1.0"
24212421
"@typescript/vfs": "npm:^1.6.0"
24222422
"@vitest/coverage-v8": "npm:^2.1.4"
2423-
"@vitest/eslint-plugin": "npm:^1.1.7"
2423+
"@vitest/eslint-plugin": "npm:^1.1.8"
24242424
bumpp: "npm:^9.8.0"
24252425
common-tags: "npm:^1.8.0"
24262426
decamelize: "npm:^5.0.1"

0 commit comments

Comments
 (0)