Skip to content

Commit e52168e

Browse files
jribbensJounQin
andauthored
fix: allow minimatch 9 or 10 (#276)
`minimatch` 10 drops support for node < 20 fixes #275 --------- Co-authored-by: JounQin <[email protected]>
1 parent 6cba8eb commit e52168e

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.changeset/tasty-lemons-sing.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"eslint-plugin-import-x": patch
3+
---
4+
5+
fix: allow `minimatch` 9 or 10

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"eslint-import-resolver-node": "^0.3.9",
7979
"get-tsconfig": "^4.10.0",
8080
"is-glob": "^4.0.3",
81-
"minimatch": "^10.0.1",
81+
"minimatch": "^9.0.3 || ^10.0.1",
8282
"semver": "^7.7.1",
8383
"stable-hash": "^0.0.5",
8484
"tslib": "^2.8.1",

yarn.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -6393,7 +6393,7 @@ __metadata:
63936393
jest: "npm:^30.0.0-alpha.7"
63946394
klaw-sync: "npm:^7.0.0"
63956395
lint-staged: "npm:^15.5.0"
6396-
minimatch: "npm:^10.0.1"
6396+
minimatch: "npm:^9.0.3 || ^10.0.1"
63976397
npm-run-all2: "npm:^7.0.2"
63986398
path-serializer: "npm:^0.3.4"
63996399
prettier: "npm:^3.5.3"
@@ -10038,7 +10038,7 @@ __metadata:
1003810038
languageName: node
1003910039
linkType: hard
1004010040

10041-
"minimatch@npm:10.0.1, minimatch@npm:^10.0.0, minimatch@npm:^10.0.1":
10041+
"minimatch@npm:10.0.1, minimatch@npm:^10.0.0, minimatch@npm:^9.0.3 || ^10.0.1":
1004210042
version: 10.0.1
1004310043
resolution: "minimatch@npm:10.0.1"
1004410044
dependencies:

0 commit comments

Comments
 (0)