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 <admin@1stg.me>
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

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: allow `minimatch` 9 or 10

package.json

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy