Skip to content

chore(deps): update dependency eslint-plugin-eslint-plugin to v7 #281

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"eslint": "^7.0.0 || ^8.0.0",
"eslint-config-prettier": "^10.0.0",
"eslint-doc-generator": "^1.0.0",
"eslint-plugin-eslint-plugin": "^6.0.0",
"eslint-plugin-eslint-plugin": "^7.0.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-n": "^17.0.0",
"eslint-plugin-prettier": "^5.0.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5085,15 +5085,15 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-eslint-plugin@npm:^6.0.0":
version: 6.5.0
resolution: "eslint-plugin-eslint-plugin@npm:6.5.0"
"eslint-plugin-eslint-plugin@npm:^7.0.0":
version: 7.0.0
resolution: "eslint-plugin-eslint-plugin@npm:7.0.0"
dependencies:
"@eslint-community/eslint-utils": ^4.4.0
estraverse: ^5.3.0
peerDependencies:
eslint: ">=8.23.0"
checksum: 77684c3da1292acf4db04a19cdc0fc4f8ab2347ebc1a9d2df933f476478c3b5778595ce67f0b996d648df29bd9ae147df0cc12fa8bce38c5a1a6c46159bd021a
eslint: ">=9.0.0"
checksum: b67099bbb56a2abc28e09f296ae9b04e23401c72cf2f611c50010644f8a5ab732801c7367f1784c6522ca4e727e1144d4590878065c84b384bb634b70c4d0f5e
languageName: node
linkType: hard

Expand Down Expand Up @@ -5154,7 +5154,7 @@ __metadata:
eslint: ^7.0.0 || ^8.0.0
eslint-config-prettier: ^10.0.0
eslint-doc-generator: ^1.0.0
eslint-plugin-eslint-plugin: ^6.0.0
eslint-plugin-eslint-plugin: ^7.0.0
eslint-plugin-import: ^2.18.0
eslint-plugin-n: ^17.0.0
eslint-plugin-prettier: ^5.0.0
Expand Down
Loading