Skip to content

Commit d04ea17

Browse files
committed
minimatch@8
1 parent e04ad30 commit d04ea17

File tree

3 files changed

+41
-6
lines changed

3 files changed

+41
-6
lines changed

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# changeglob
22

3+
## 9.3.3
4+
5+
- Upgraded minimatch to v8, adding support for any degree of
6+
nested extglob patterns.
7+
38
## 9.3
49

510
- Add aliases for methods. `glob.sync`, `glob.stream`,

package-lock.json

Lines changed: 35 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
},
6161
"dependencies": {
6262
"fs.realpath": "^1.0.0",
63-
"minimatch": "^7.4.1",
63+
"minimatch": "^8.0.0",
6464
"minipass": "^4.2.4",
6565
"path-scurry": "^1.6.1"
6666
},

0 commit comments

Comments
 (0)