Skip to content

Commit

Permalink
minimatch@8
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Apr 2, 2023
1 parent e04ad30 commit d04ea17
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 6 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# changeglob

## 9.3.3

- Upgraded minimatch to v8, adding support for any degree of
nested extglob patterns.

## 9.3

- Add aliases for methods. `glob.sync`, `glob.stream`,
Expand Down
40 changes: 35 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
},
"dependencies": {
"fs.realpath": "^1.0.0",
"minimatch": "^7.4.1",
"minimatch": "^8.0.0",
"minipass": "^4.2.4",
"path-scurry": "^1.6.1"
},
Expand Down

0 comments on commit d04ea17

Please sign in to comment.