Skip to content

Commit dadf3fd

Browse files
committed
fix(deps): bump eslint-import-context to v0.1.5
close #456
1 parent 93aabc2 commit dadf3fd

File tree

2 files changed

+44
-36
lines changed

2 files changed

+44
-36
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@
7070
},
7171
"dependencies": {
7272
"debug": "^4.4.1",
73-
"eslint-import-context": "^0.1.3",
73+
"eslint-import-context": "^0.1.5",
7474
"get-tsconfig": "^4.10.1",
7575
"is-bun-module": "^2.0.0",
7676
"stable-hash": "^0.0.5",
77-
"tinyglobby": "^0.2.13",
77+
"tinyglobby": "^0.2.14",
7878
"unrs-resolver": "^1.7.2"
7979
},
8080
"devDependencies": {
@@ -95,9 +95,9 @@
9595
"dummy.js": "link:dummy.js",
9696
"eslint": "^9.27.0",
9797
"eslint-import-resolver-typescript": "workspace:*",
98-
"eslint-plugin-import-x": "^4.13.0",
98+
"eslint-plugin-import-x": "^4.13.1",
9999
"nano-staged": "^0.8.0",
100-
"npm-run-all2": "^8.0.3",
100+
"npm-run-all2": "^8.0.4",
101101
"path-serializer": "^0.4.0",
102102
"premove": "^4.0.0",
103103
"prettier": "^3.5.3",

yarn.lock

Lines changed: 40 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -3719,7 +3719,7 @@ __metadata:
37193719
languageName: node
37203720
linkType: hard
37213721

3722-
"@typescript-eslint/utils@npm:8.32.1, @typescript-eslint/utils@npm:^8.24.0, @typescript-eslint/utils@npm:^8.31.0":
3722+
"@typescript-eslint/utils@npm:8.32.1, @typescript-eslint/utils@npm:^8.24.0, @typescript-eslint/utils@npm:^8.32.1":
37233723
version: 8.32.1
37243724
resolution: "@typescript-eslint/utils@npm:8.32.1"
37253725
dependencies:
@@ -5997,10 +5997,18 @@ __metadata:
59975997
languageName: node
59985998
linkType: hard
59995999

6000-
"eslint-import-context@npm:^0.1.3":
6001-
version: 0.1.3
6002-
resolution: "eslint-import-context@npm:0.1.3"
6003-
checksum: 10c0/1f8edd5c0417d93abe06e810188b0444f2eb839fc2185ff67b22819a8de77bcfaa6bee9b7fe87184d0ed4bbb35c6afc2e10c463b03d00737202803cf0b265bbb
6000+
"eslint-import-context@npm:^0.1.4, eslint-import-context@npm:^0.1.5":
6001+
version: 0.1.5
6002+
resolution: "eslint-import-context@npm:0.1.5"
6003+
dependencies:
6004+
get-tsconfig: "npm:^4.10.1"
6005+
stable-hash: "npm:^0.0.5"
6006+
peerDependencies:
6007+
unrs-resolver: ^1.0.0
6008+
peerDependenciesMeta:
6009+
unrs-resolver:
6010+
optional: true
6011+
checksum: 10c0/30de54045e60fc8f084e2100122c8a4d77317ef2df3d3340a5f00d05ba6f6609d2b6bcc2f13414334959d8997753a5f63f69022baa7e462285949eec762ce586
60046012
languageName: node
60056013
linkType: hard
60066014

@@ -6036,13 +6044,13 @@ __metadata:
60366044
debug: "npm:^4.4.1"
60376045
dummy.js: "link:dummy.js"
60386046
eslint: "npm:^9.27.0"
6039-
eslint-import-context: "npm:^0.1.3"
6047+
eslint-import-context: "npm:^0.1.5"
60406048
eslint-import-resolver-typescript: "workspace:*"
6041-
eslint-plugin-import-x: "npm:^4.13.0"
6049+
eslint-plugin-import-x: "npm:^4.13.1"
60426050
get-tsconfig: "npm:^4.10.1"
60436051
is-bun-module: "npm:^2.0.0"
60446052
nano-staged: "npm:^0.8.0"
6045-
npm-run-all2: "npm:^8.0.3"
6053+
npm-run-all2: "npm:^8.0.4"
60466054
path-serializer: "npm:^0.4.0"
60476055
premove: "npm:^4.0.0"
60486056
prettier: "npm:^3.5.3"
@@ -6052,7 +6060,7 @@ __metadata:
60526060
size-limit-preset-node-lib: "npm:^0.4.0"
60536061
stable-hash: "npm:^0.0.5"
60546062
tinyexec: "npm:^1.0.1"
6055-
tinyglobby: "npm:^0.2.13"
6063+
tinyglobby: "npm:^0.2.14"
60566064
tsdown: "npm:^0.12.3"
60576065
type-coverage: "npm:^2.29.7"
60586066
typescript: "npm:^5.8.3"
@@ -6142,24 +6150,24 @@ __metadata:
61426150
languageName: node
61436151
linkType: hard
61446152

6145-
"eslint-plugin-import-x@npm:^4.12.2, eslint-plugin-import-x@npm:^4.13.0":
6146-
version: 4.13.0
6147-
resolution: "eslint-plugin-import-x@npm:4.13.0"
6153+
"eslint-plugin-import-x@npm:^4.12.2, eslint-plugin-import-x@npm:^4.13.1":
6154+
version: 4.13.1
6155+
resolution: "eslint-plugin-import-x@npm:4.13.1"
61486156
dependencies:
6149-
"@typescript-eslint/utils": "npm:^8.31.0"
6157+
"@typescript-eslint/utils": "npm:^8.32.1"
61506158
comment-parser: "npm:^1.4.1"
6151-
debug: "npm:^4.4.0"
6152-
eslint-import-context: "npm:^0.1.3"
6159+
debug: "npm:^4.4.1"
6160+
eslint-import-context: "npm:^0.1.4"
61536161
eslint-import-resolver-node: "npm:^0.3.9"
61546162
is-glob: "npm:^4.0.3"
61556163
minimatch: "npm:^9.0.3 || ^10.0.1"
6156-
semver: "npm:^7.7.1"
6164+
semver: "npm:^7.7.2"
61576165
stable-hash: "npm:^0.0.5"
61586166
tslib: "npm:^2.8.1"
6159-
unrs-resolver: "npm:^1.7.0"
6167+
unrs-resolver: "npm:^1.7.2"
61606168
peerDependencies:
61616169
eslint: ^8.57.0 || ^9.0.0
6162-
checksum: 10c0/6abce8dbafc901b04acb42824b3cc266ece788bcfc4bb8d52b8d4e4c055ac24b94125ed769a80cdf3734ec908ddb716cf16edd5d3976d86373c565531d63625c
6170+
checksum: 10c0/a7f134d69f63c865c2147c4eaad180437d2643f48838bb24246ccd7cce878603b6cd2ea30d0ba5fb5980464dba82184be30622b937c04cb8ec52957344ad991a
61636171
languageName: node
61646172
linkType: hard
61656173

@@ -7154,9 +7162,9 @@ __metadata:
71547162
linkType: hard
71557163

71567164
"globals@npm:^16.0.0, globals@npm:^16.1.0":
7157-
version: 16.1.0
7158-
resolution: "globals@npm:16.1.0"
7159-
checksum: 10c0/51df6319b5b9e679338baf058ecf1125af0d3148b97e57592deabd65fca5c5dcdcca321d7589282bd6afbea9f5a40bc7329c746f46d56780813d7d1c457209a2
7165+
version: 16.2.0
7166+
resolution: "globals@npm:16.2.0"
7167+
checksum: 10c0/c2b3ea163faa6f8a38076b471b12f4bda891f7df7f7d2e8294fb4801d735a51a73431bf4c1696c5bf5dbca5e0a0db894698acfcbd3068730c6b12eef185dea25
71607168
languageName: node
71617169
linkType: hard
71627170

@@ -9309,7 +9317,7 @@ __metadata:
93099317
languageName: node
93109318
linkType: hard
93119319

9312-
"minimatch@npm:10.0.1, minimatch@npm:6 || 7 || 8 || 9 || 10, minimatch@npm:^10.0.0, minimatch@npm:^10.0.1, minimatch@npm:^9.0.3 || ^10.0.1":
9320+
"minimatch@npm:10.0.1, minimatch@npm:6 || 7 || 8 || 9 || 10, minimatch@npm:^10.0.0, minimatch@npm:^9.0.3 || ^10.0.1":
93139321
version: 10.0.1
93149322
resolution: "minimatch@npm:10.0.1"
93159323
dependencies:
@@ -9698,14 +9706,14 @@ __metadata:
96989706
languageName: node
96999707
linkType: hard
97009708

9701-
"npm-run-all2@npm:^8.0.3":
9702-
version: 8.0.3
9703-
resolution: "npm-run-all2@npm:8.0.3"
9709+
"npm-run-all2@npm:^8.0.4":
9710+
version: 8.0.4
9711+
resolution: "npm-run-all2@npm:8.0.4"
97049712
dependencies:
97059713
ansi-styles: "npm:^6.2.1"
97069714
cross-spawn: "npm:^7.0.6"
97079715
memorystream: "npm:^0.3.1"
9708-
minimatch: "npm:^10.0.1"
9716+
picomatch: "npm:^4.0.2"
97099717
pidtree: "npm:^0.6.0"
97109718
read-package-json-fast: "npm:^4.0.0"
97119719
shell-quote: "npm:^1.7.3"
@@ -9715,7 +9723,7 @@ __metadata:
97159723
npm-run-all2: bin/npm-run-all/index.js
97169724
run-p: bin/run-p/index.js
97179725
run-s: bin/run-s/index.js
9718-
checksum: 10c0/22773c2144bf0477f2be464043e180c4b37078df63147a374a47b3bac9b5bc5825e7a7253d7b138a2a5e34d2ff13f0fc7cfff4f7d46170405728c373dd733855
9726+
checksum: 10c0/cfc2987df224e55456629301991b5fa6980cc644d1836fe3c22d74a4508512737d30389795b759bb5d659103e54281c59741ecdc0241cfd2615cb9bffbf7cceb
97199727
languageName: node
97209728
linkType: hard
97219729

@@ -12513,13 +12521,13 @@ __metadata:
1251312521
languageName: node
1251412522
linkType: hard
1251512523

12516-
"tinyglobby@npm:^0.2.11, tinyglobby@npm:^0.2.12, tinyglobby@npm:^0.2.13":
12517-
version: 0.2.13
12518-
resolution: "tinyglobby@npm:0.2.13"
12524+
"tinyglobby@npm:^0.2.11, tinyglobby@npm:^0.2.12, tinyglobby@npm:^0.2.13, tinyglobby@npm:^0.2.14":
12525+
version: 0.2.14
12526+
resolution: "tinyglobby@npm:0.2.14"
1251912527
dependencies:
1252012528
fdir: "npm:^6.4.4"
1252112529
picomatch: "npm:^4.0.2"
12522-
checksum: 10c0/ef07dfaa7b26936601d3f6d999f7928a4d1c6234c5eb36896bb88681947c0d459b7ebe797022400e555fe4b894db06e922b95d0ce60cb05fd827a0a66326b18c
12530+
checksum: 10c0/f789ed6c924287a9b7d3612056ed0cda67306cd2c80c249fd280cf1504742b12583a2089b61f4abbd24605f390809017240e250241f09938054c9b363e51c0a6
1252312531
languageName: node
1252412532
linkType: hard
1252512533

@@ -13077,7 +13085,7 @@ __metadata:
1307713085
languageName: node
1307813086
linkType: hard
1307913087

13080-
"unrs-resolver@npm:^1.7.0, unrs-resolver@npm:^1.7.2":
13088+
"unrs-resolver@npm:^1.7.2":
1308113089
version: 1.7.2
1308213090
resolution: "unrs-resolver@npm:1.7.2"
1308313091
dependencies:

0 commit comments

Comments
 (0)