Skip to content

Commit a55dcc7

Browse files
authored
fix(deps): bump eslint-import-context to v0.1.5 (#342)
1 parent c942229 commit a55dcc7

File tree

3 files changed

+19
-14
lines changed

3 files changed

+19
-14
lines changed

.changeset/stale-rats-knock.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"eslint-plugin-import-x": patch
3+
---
4+
5+
fix(deps): bump `eslint-import-context` to v0.1.5

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@typescript-eslint/utils": "^8.32.1",
7171
"comment-parser": "^1.4.1",
7272
"debug": "^4.4.1",
73-
"eslint-import-context": "^0.1.4",
73+
"eslint-import-context": "^0.1.5",
7474
"eslint-import-resolver-node": "^0.3.9",
7575
"is-glob": "^4.0.3",
7676
"minimatch": "^9.0.3 || ^10.0.1",
@@ -142,7 +142,7 @@
142142
"jest": "^30.0.0-alpha.7",
143143
"klaw-sync": "^7.0.0",
144144
"nano-staged": "^0.8.0",
145-
"npm-run-all2": "^8.0.3",
145+
"npm-run-all2": "^8.0.4",
146146
"path-serializer": "^0.4.0",
147147
"premove": "^4.0.0",
148148
"prettier": "^3.5.3",

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5769,9 +5769,9 @@ __metadata:
57695769
languageName: node
57705770
linkType: hard
57715771

5772-
"eslint-import-context@npm:^0.1.3, eslint-import-context@npm:^0.1.4":
5773-
version: 0.1.4
5774-
resolution: "eslint-import-context@npm:0.1.4"
5772+
"eslint-import-context@npm:^0.1.3, eslint-import-context@npm:^0.1.5":
5773+
version: 0.1.5
5774+
resolution: "eslint-import-context@npm:0.1.5"
57755775
dependencies:
57765776
get-tsconfig: "npm:^4.10.1"
57775777
stable-hash: "npm:^0.0.5"
@@ -5780,7 +5780,7 @@ __metadata:
57805780
peerDependenciesMeta:
57815781
unrs-resolver:
57825782
optional: true
5783-
checksum: 10c0/e595cc6006c7ede73401edfcc98e44b224219f46ffbf401f5bfb6dc0d8d30971b0617859625ce5b87d5b332e1d495ecb33861edd1fa0147d83b2ea0dc2803979
5783+
checksum: 10c0/30de54045e60fc8f084e2100122c8a4d77317ef2df3d3340a5f00d05ba6f6609d2b6bcc2f13414334959d8997753a5f63f69022baa7e462285949eec762ce586
57845784
languageName: node
57855785
linkType: hard
57865786

@@ -5955,7 +5955,7 @@ __metadata:
59555955
eslint: "npm:^9.27.0"
59565956
eslint-config-prettier: "npm:^10.1.5"
59575957
eslint-doc-generator: "npm:^2.1.2"
5958-
eslint-import-context: "npm:^0.1.4"
5958+
eslint-import-context: "npm:^0.1.5"
59595959
eslint-import-resolver-node: "npm:^0.3.9"
59605960
eslint-import-resolver-typescript: "npm:^4.4.0"
59615961
eslint-import-resolver-webpack: "npm:^0.13.10"
@@ -5978,7 +5978,7 @@ __metadata:
59785978
klaw-sync: "npm:^7.0.0"
59795979
minimatch: "npm:^9.0.3 || ^10.0.1"
59805980
nano-staged: "npm:^0.8.0"
5981-
npm-run-all2: "npm:^8.0.3"
5981+
npm-run-all2: "npm:^8.0.4"
59825982
path-serializer: "npm:^0.4.0"
59835983
premove: "npm:^4.0.0"
59845984
prettier: "npm:^3.5.3"
@@ -9431,7 +9431,7 @@ __metadata:
94319431
languageName: node
94329432
linkType: hard
94339433

9434-
"minimatch@npm:10.0.1, minimatch@npm:^10.0.1, minimatch@npm:^9.0.3 || ^10.0.1":
9434+
"minimatch@npm:10.0.1, minimatch@npm:^9.0.3 || ^10.0.1":
94359435
version: 10.0.1
94369436
resolution: "minimatch@npm:10.0.1"
94379437
dependencies:
@@ -9766,14 +9766,14 @@ __metadata:
97669766
languageName: node
97679767
linkType: hard
97689768

9769-
"npm-run-all2@npm:^8.0.3":
9770-
version: 8.0.3
9771-
resolution: "npm-run-all2@npm:8.0.3"
9769+
"npm-run-all2@npm:^8.0.4":
9770+
version: 8.0.4
9771+
resolution: "npm-run-all2@npm:8.0.4"
97729772
dependencies:
97739773
ansi-styles: "npm:^6.2.1"
97749774
cross-spawn: "npm:^7.0.6"
97759775
memorystream: "npm:^0.3.1"
9776-
minimatch: "npm:^10.0.1"
9776+
picomatch: "npm:^4.0.2"
97779777
pidtree: "npm:^0.6.0"
97789778
read-package-json-fast: "npm:^4.0.0"
97799779
shell-quote: "npm:^1.7.3"
@@ -9783,7 +9783,7 @@ __metadata:
97839783
npm-run-all2: bin/npm-run-all/index.js
97849784
run-p: bin/run-p/index.js
97859785
run-s: bin/run-s/index.js
9786-
checksum: 10c0/22773c2144bf0477f2be464043e180c4b37078df63147a374a47b3bac9b5bc5825e7a7253d7b138a2a5e34d2ff13f0fc7cfff4f7d46170405728c373dd733855
9786+
checksum: 10c0/cfc2987df224e55456629301991b5fa6980cc644d1836fe3c22d74a4508512737d30389795b759bb5d659103e54281c59741ecdc0241cfd2615cb9bffbf7cceb
97879787
languageName: node
97889788
linkType: hard
97899789

0 commit comments

Comments
 (0)