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

chore(deps): update dependency eslint-plugin-n to v17.16.1 #8452

Merged
merged 1 commit into from
Mar 2, 2025
Merged
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 @@ -89,7 +89,7 @@
"eslint-config-prettier": "10.0.2",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-n": "17.15.1",
"eslint-plugin-n": "17.16.1",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-standard": "5.0.0",
"globby": "11.1.0",
Expand Down
25 changes: 19 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14312,7 +14312,7 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:8.25.0":
"@typescript-eslint/utils@npm:8.25.0, @typescript-eslint/utils@npm:^8.21.0":
version: 8.25.0
resolution: "@typescript-eslint/utils@npm:8.25.0"
dependencies:
Expand Down Expand Up @@ -19943,21 +19943,23 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-n@npm:17.15.1":
version: 17.15.1
resolution: "eslint-plugin-n@npm:17.15.1"
"eslint-plugin-n@npm:17.16.1":
version: 17.16.1
resolution: "eslint-plugin-n@npm:17.16.1"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.4.1"
"@typescript-eslint/utils": "npm:^8.21.0"
enhanced-resolve: "npm:^5.17.1"
eslint-plugin-es-x: "npm:^7.8.0"
get-tsconfig: "npm:^4.8.1"
globals: "npm:^15.11.0"
ignore: "npm:^5.3.2"
minimatch: "npm:^9.0.5"
semver: "npm:^7.6.3"
ts-declaration-location: "npm:^1.0.5"
peerDependencies:
eslint: ">=8.23.0"
checksum: 10c0/0b52ffed0b80d74977e1157b4c0cc79efcdf81ea35d2997bdbf02f3d41f428f52ccb7fb3a08cf02e6fed8ae1bf4708d69fdf496e75b8b2bd3e671029d89ccc6c
checksum: 10c0/9298e143b637ddda59e4be3e569d916033552103f0f3df13bc82fb248430b478f3f552f4d76d81430476e6e57a5bf368ea76c83c1dd0fc2913acab0195acf441
languageName: node
linkType: hard

Expand Down Expand Up @@ -22176,7 +22178,7 @@ __metadata:
eslint-config-prettier: "npm:10.0.2"
eslint-config-standard: "npm:17.1.0"
eslint-plugin-import: "npm:2.31.0"
eslint-plugin-n: "npm:17.15.1"
eslint-plugin-n: "npm:17.16.1"
eslint-plugin-promise: "npm:7.2.1"
eslint-plugin-standard: "npm:5.0.0"
globby: "npm:11.1.0"
Expand Down Expand Up @@ -35353,6 +35355,17 @@ __metadata:
languageName: node
linkType: hard

"ts-declaration-location@npm:^1.0.5":
version: 1.0.5
resolution: "ts-declaration-location@npm:1.0.5"
dependencies:
minimatch: "npm:^10.0.1"
peerDependencies:
typescript: ">=4.0.0"
checksum: 10c0/b733288856a360cc811fb030c384c9ac33c3e987f67bb90e584de472bc0a72d9aa078fdf901f20b62b94e758937cf3bcd99dff6cd7d9d278f51d515d85a6c67f
languageName: node
linkType: hard

"ts-dedent@npm:^2.2.0":
version: 2.2.0
resolution: "ts-dedent@npm:2.2.0"
Expand Down
Loading