Skip to content

Commit 2d1bcd1

Browse files
chore(deps-dev): bump eslint-plugin-n to 17.19.0
1 parent 48dafe7 commit 2d1bcd1

File tree

2 files changed

+20
-7
lines changed

2 files changed

+20
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"eslint-import-resolver-typescript": "^4.4.2",
8888
"eslint-plugin-eslint-plugin": "^6.4.0",
8989
"eslint-plugin-import-x": "^4.15.0",
90-
"eslint-plugin-n": "^17.18.0",
90+
"eslint-plugin-n": "^17.19.0",
9191
"markdownlint-cli2": "^0.18.1",
9292
"rxjs": "^7.8.2",
9393
"tsup": "^8.5.0",

yarn.lock

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,7 @@ __metadata:
935935
languageName: node
936936
linkType: hard
937937

938-
"@typescript-eslint/utils@npm:8.33.1, @typescript-eslint/utils@npm:^8.0.0, @typescript-eslint/utils@npm:^8.19.1, @typescript-eslint/utils@npm:^8.24.0, @typescript-eslint/utils@npm:^8.32.1":
938+
"@typescript-eslint/utils@npm:8.33.1, @typescript-eslint/utils@npm:^8.0.0, @typescript-eslint/utils@npm:^8.19.1, @typescript-eslint/utils@npm:^8.24.0, @typescript-eslint/utils@npm:^8.26.1, @typescript-eslint/utils@npm:^8.32.1":
939939
version: 8.33.1
940940
resolution: "@typescript-eslint/utils@npm:8.33.1"
941941
dependencies:
@@ -2130,21 +2130,23 @@ __metadata:
21302130
languageName: node
21312131
linkType: hard
21322132

2133-
"eslint-plugin-n@npm:^17.18.0":
2134-
version: 17.18.0
2135-
resolution: "eslint-plugin-n@npm:17.18.0"
2133+
"eslint-plugin-n@npm:^17.19.0":
2134+
version: 17.19.0
2135+
resolution: "eslint-plugin-n@npm:17.19.0"
21362136
dependencies:
21372137
"@eslint-community/eslint-utils": "npm:^4.5.0"
2138+
"@typescript-eslint/utils": "npm:^8.26.1"
21382139
enhanced-resolve: "npm:^5.17.1"
21392140
eslint-plugin-es-x: "npm:^7.8.0"
21402141
get-tsconfig: "npm:^4.8.1"
21412142
globals: "npm:^15.11.0"
21422143
ignore: "npm:^5.3.2"
21432144
minimatch: "npm:^9.0.5"
21442145
semver: "npm:^7.6.3"
2146+
ts-declaration-location: "npm:^1.0.6"
21452147
peerDependencies:
21462148
eslint: ">=8.23.0"
2147-
checksum: 10c0/ba2d624036a55be6f713b4e5bb6b015045abbcdbc328a2d9a384eb79f8e5ce062d8eafb14d8711bd283b5102cbf57ffad11a79bb563c94c881b11c4cf795783b
2149+
checksum: 10c0/50100038b256cb51ef1cbb114b83b7f0536a73c35092e03c7135b5071002dd950242e611b61344b9a406536ac4e99db10d7203290db30bcaa83180507752da2a
21482150
languageName: node
21492151
linkType: hard
21502152

@@ -2171,7 +2173,7 @@ __metadata:
21712173
eslint-import-resolver-typescript: "npm:^4.4.2"
21722174
eslint-plugin-eslint-plugin: "npm:^6.4.0"
21732175
eslint-plugin-import-x: "npm:^4.15.0"
2174-
eslint-plugin-n: "npm:^17.18.0"
2176+
eslint-plugin-n: "npm:^17.19.0"
21752177
markdownlint-cli2: "npm:^0.18.1"
21762178
rxjs: "npm:^7.8.2"
21772179
ts-api-utils: "npm:^2.0.0"
@@ -4544,6 +4546,17 @@ __metadata:
45444546
languageName: node
45454547
linkType: hard
45464548

4549+
"ts-declaration-location@npm:^1.0.6":
4550+
version: 1.0.7
4551+
resolution: "ts-declaration-location@npm:1.0.7"
4552+
dependencies:
4553+
picomatch: "npm:^4.0.2"
4554+
peerDependencies:
4555+
typescript: ">=4.0.0"
4556+
checksum: 10c0/b579b7630907052cc174b051dffdb169424824d887d8fb5abdc61e7ab0eede348c2b71c998727b9e4b314c0436f5003a15bb7eedb1c851afe96e12499f159630
4557+
languageName: node
4558+
linkType: hard
4559+
45474560
"ts-interface-checker@npm:^0.1.9":
45484561
version: 0.1.13
45494562
resolution: "ts-interface-checker@npm:0.1.13"

0 commit comments

Comments
 (0)