Skip to content
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

fix(deps): replace dependency eslint-plugin-node with eslint-plugin-n ^14.0.0 #1648

Open
wants to merge 1 commit into
base: dev
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 eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-n": "^14.0.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-security": "^3.0.1",
Expand Down
34 changes: 22 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5553,7 +5553,7 @@ __metadata:
eslint: "npm:^9.15.0"
eslint-config-prettier: "npm:^9.1.0"
eslint-plugin-import: "npm:^2.31.0"
eslint-plugin-node: "npm:^11.1.0"
eslint-plugin-n: "npm:^14.0.0"
eslint-plugin-prettier: "npm:^5.2.1"
eslint-plugin-promise: "npm:^6.6.0"
eslint-plugin-security: "npm:^3.0.1"
Expand Down Expand Up @@ -17232,15 +17232,15 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-es@npm:^3.0.0":
version: 3.0.1
resolution: "eslint-plugin-es@npm:3.0.1"
"eslint-plugin-es@npm:^4.1.0":
version: 4.1.0
resolution: "eslint-plugin-es@npm:4.1.0"
dependencies:
eslint-utils: "npm:^2.0.0"
regexpp: "npm:^3.0.0"
peerDependencies:
eslint: ">=4.19.1"
checksum: 10/9814e6305183edfdff7d99cbc0f95f0aed1446045cbd1d4f28e7be0903d0013880f0aaf04486a27de96bfb2f5a746bea97cbb238f9b0035cb378d48d179a0a1b
checksum: 10/431c7a6296f6f44d94acfb65c8d00fdd2c1c187d8aa97e1eab1d6780e9ed6cf6b62007fd403509ed5ec788a75cf41c8f1e3174cc16f5cc08b9ea266dc92de68e
languageName: node
linkType: hard

Expand Down Expand Up @@ -17329,19 +17329,20 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-node@npm:^11.1.0":
version: 11.1.0
resolution: "eslint-plugin-node@npm:11.1.0"
"eslint-plugin-n@npm:^14.0.0":
version: 14.0.0
resolution: "eslint-plugin-n@npm:14.0.0"
dependencies:
eslint-plugin-es: "npm:^3.0.0"
eslint-utils: "npm:^2.0.0"
eslint-plugin-es: "npm:^4.1.0"
eslint-utils: "npm:^3.0.0"
ignore: "npm:^5.1.1"
is-core-module: "npm:^2.3.0"
minimatch: "npm:^3.0.4"
resolve: "npm:^1.10.1"
semver: "npm:^6.1.0"
peerDependencies:
eslint: ">=5.16.0"
checksum: 10/bda540f390a84d835989f21f56743f3aa8f41fd9b53359d635c116632c86af92d70d8e6449ddd18860e6241f9cef04fc90c37eb192a9047c3c3a46de6145c30c
eslint: ">=7.0.0"
checksum: 10/37161c1fcfb83dd03e04771de48a3ddcd33b41517164b57eb968a015cf8cda54b74d124c939f7855d8caee908622698d3ad6244907e22ec6c45f697bf8b2a877
languageName: node
linkType: hard

Expand Down Expand Up @@ -20912,6 +20913,15 @@ __metadata:
languageName: node
linkType: hard

"is-core-module@npm:^2.3.0":
version: 2.16.1
resolution: "is-core-module@npm:2.16.1"
dependencies:
hasown: "npm:^2.0.2"
checksum: 10/452b2c2fb7f889cbbf7e54609ef92cf6c24637c568acc7e63d166812a0fb365ae8a504c333a29add8bdb1686704068caa7f4e4b639b650dde4f00a038b8941fb
languageName: node
linkType: hard

"is-data-view@npm:^1.0.1":
version: 1.0.1
resolution: "is-data-view@npm:1.0.1"
Expand Down