Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency glob to v10 (#348)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [glob](https://togithub.com/isaacs/node-glob) | [`7.2.3` -> `10.3.10`](https://renovatebot.com/diffs/npm/glob/7.2.3/10.3.10) | [![age](https://developer.mend.io/api/mc/badges/age/npm/glob/10.3.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/glob/10.3.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/glob/7.2.3/10.3.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/glob/7.2.3/10.3.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>isaacs/node-glob (glob)</summary> ### [`v10.3.10`](https://togithub.com/isaacs/node-glob/compare/v10.3.9...v10.3.10) [Compare Source](https://togithub.com/isaacs/node-glob/compare/v10.3.9...v10.3.10) ### [`v10.3.9`](https://togithub.com/isaacs/node-glob/compare/v10.3.8...v10.3.9) [Compare Source](https://togithub.com/isaacs/node-glob/compare/v10.3.8...v10.3.9) ### [`v10.3.8`](https://togithub.com/isaacs/node-glob/compare/v10.3.7...v10.3.8) [Compare Source](https://togithub.com/isaacs/node-glob/compare/v10.3.7...v10.3.8) ### [`v10.3.7`](https://togithub.com/isaacs/node-glob/compare/v10.3.6...v10.3.7) [Compare Source](https://togithub.com/isaacs/node-glob/compare/v10.3.6...v10.3.7) ### [`v10.3.6`](https://togithub.com/isaacs/node-glob/compare/v10.3.5...v10.3.6) [Compare Source](https://togithub.com/isaacs/node-glob/compare/v10.3.5...v10.3.6) ### [`v10.3.5`](https://togithub.com/isaacs/node-glob/compare/v10.3.4...v10.3.5) [Compare Source](https://togithub.com/isaacs/node-glob/compare/v10.3.4...v10.3.5) ### [`v10.3.4`](https://togithub.com/isaacs/node-glob/compare/v10.3.3...v10.3.4) [Compare Source](https://togithub.com/isaacs/node-glob/compare/v10.3.3...v10.3.4) ### [`v10.3.3`](https://togithub.com/isaacs/node-glob/compare/v10.3.2...v10.3.3) [Compare Source](https://togithub.com/isaacs/node-glob/compare/v10.3.2...v10.3.3) ### [`v10.3.2`](https://togithub.com/isaacs/node-glob/compare/v10.3.1...v10.3.2) [Compare Source](https://togithub.com/isaacs/node-glob/compare/v10.3.1...v10.3.2) ### [`v10.3.1`](https://togithub.com/isaacs/node-glob/compare/v10.3.0...v10.3.1) [Compare Source](https://togithub.com/isaacs/node-glob/compare/v10.3.0...v10.3.1) ### [`v10.3.0`](https://togithub.com/isaacs/node-glob/blob/HEAD/changelog.md#1030) [Compare Source](https://togithub.com/isaacs/node-glob/compare/v10.2.7...v10.3.0) - Add `--default -p` flag to provide a default pattern ### [`v10.2.7`](https://togithub.com/isaacs/node-glob/compare/v10.2.6...v10.2.7) [Compare Source](https://togithub.com/isaacs/node-glob/compare/v10.2.6...v10.2.7) ### [`v10.2.6`](https://togithub.com/isaacs/node-glob/compare/v10.2.5...v10.2.6) [Compare Source](https://togithub.com/isaacs/node-glob/compare/v10.2.5...v10.2.6) ### [`v10.2.5`](https://togithub.com/isaacs/node-glob/compare/v10.2.4...v10.2.5) [Compare Source](https://togithub.com/isaacs/node-glob/compare/v10.2.4...v10.2.5) ### [`v10.2.4`](https://togithub.com/isaacs/node-glob/compare/v10.2.3...v10.2.4) [Compare Source](https://togithub.com/isaacs/node-glob/compare/v10.2.3...v10.2.4) ### [`v10.2.3`](https://togithub.com/isaacs/node-glob/compare/v10.2.2...v10.2.3) [Compare Source](https://togithub.com/isaacs/node-glob/compare/v10.2.2...v10.2.3) ### [`v10.2.2`](https://togithub.com/isaacs/node-glob/compare/v10.2.1...v10.2.2) [Compare Source](https://togithub.com/isaacs/node-glob/compare/v10.2.1...v10.2.2) ### [`v10.2.1`](https://togithub.com/isaacs/node-glob/compare/392e681b02599982c1b088736efab7cf44d168a4...v10.2.1) [Compare Source](https://togithub.com/isaacs/node-glob/compare/392e681b02599982c1b088736efab7cf44d168a4...v10.2.1) ### [`v10.2.0`](https://togithub.com/isaacs/node-glob/blob/HEAD/changelog.md#1020) [Compare Source](https://togithub.com/isaacs/node-glob/compare/v10.1.0...392e681b02599982c1b088736efab7cf44d168a4) - Add glob cli ### [`v10.1.0`](https://togithub.com/isaacs/node-glob/blob/HEAD/changelog.md#1010) [Compare Source](https://togithub.com/isaacs/node-glob/compare/v10.0.0...v10.1.0) - Return `'.'` instead of the empty string `''` when the current working directory is returned as a match. - Add `posix: true` option to return `/` delimited paths, even on Windows. ### [`v10.0.0`](https://togithub.com/isaacs/node-glob/blob/HEAD/changelog.md#1000) [Compare Source](https://togithub.com/isaacs/node-glob/compare/v9.3.5...v10.0.0) - No default exports, only named exports ### [`v9.3.5`](https://togithub.com/isaacs/node-glob/compare/v9.3.4...v9.3.5) [Compare Source](https://togithub.com/isaacs/node-glob/compare/v9.3.4...v9.3.5) ### [`v9.3.4`](https://togithub.com/isaacs/node-glob/compare/v9.3.3...v9.3.4) [Compare Source](https://togithub.com/isaacs/node-glob/compare/v9.3.3...v9.3.4) ### [`v9.3.3`](https://togithub.com/isaacs/node-glob/blob/HEAD/changelog.md#933) [Compare Source](https://togithub.com/isaacs/node-glob/compare/v9.3.2...v9.3.3) - Upgraded minimatch to v8, adding support for any degree of nested extglob patterns. ### [`v9.3.2`](https://togithub.com/isaacs/node-glob/compare/v9.3.1...v9.3.2) [Compare Source](https://togithub.com/isaacs/node-glob/compare/v9.3.1...v9.3.2) ### [`v9.3.1`](https://togithub.com/isaacs/node-glob/compare/v9.3.0...v9.3.1) [Compare Source](https://togithub.com/isaacs/node-glob/compare/v9.3.0...v9.3.1) ### [`v9.3.0`](https://togithub.com/isaacs/node-glob/compare/v9.2.1...v9.3.0) [Compare Source](https://togithub.com/isaacs/node-glob/compare/v9.2.1...v9.3.0) ### [`v9.2.1`](https://togithub.com/isaacs/node-glob/compare/v9.2.0...v9.2.1) [Compare Source](https://togithub.com/isaacs/node-glob/compare/v9.2.0...v9.2.1) ### [`v9.2.0`](https://togithub.com/isaacs/node-glob/compare/v9.1.2...v9.2.0) [Compare Source](https://togithub.com/isaacs/node-glob/compare/v9.1.2...v9.2.0) ### [`v9.1.2`](https://togithub.com/isaacs/node-glob/compare/v9.1.1...v9.1.2) [Compare Source](https://togithub.com/isaacs/node-glob/compare/v9.1.1...v9.1.2) ### [`v9.1.1`](https://togithub.com/isaacs/node-glob/compare/v9.1.0...v9.1.1) [Compare Source](https://togithub.com/isaacs/node-glob/compare/v9.1.0...v9.1.1) ### [`v9.1.0`](https://togithub.com/isaacs/node-glob/compare/v9.0.2...v9.1.0) [Compare Source](https://togithub.com/isaacs/node-glob/compare/v9.0.2...v9.1.0) ### [`v9.0.2`](https://togithub.com/isaacs/node-glob/compare/v9.0.1...v9.0.2) [Compare Source](https://togithub.com/isaacs/node-glob/compare/v9.0.1...v9.0.2) ### [`v9.0.1`](https://togithub.com/isaacs/node-glob/compare/v9.0.0...v9.0.1) [Compare Source](https://togithub.com/isaacs/node-glob/compare/v9.0.0...v9.0.1) ### [`v9.0.0`](https://togithub.com/isaacs/node-glob/compare/v8.1.0...v9.0.0) [Compare Source](https://togithub.com/isaacs/node-glob/compare/v8.1.0...v9.0.0) ### [`v8.1.0`](https://togithub.com/isaacs/node-glob/compare/v8.0.3...v8.1.0) [Compare Source](https://togithub.com/isaacs/node-glob/compare/v8.0.3...v8.1.0) ### [`v8.0.3`](https://togithub.com/isaacs/node-glob/compare/v8.0.2...v8.0.3) [Compare Source](https://togithub.com/isaacs/node-glob/compare/v8.0.2...v8.0.3) ### [`v8.0.2`](https://togithub.com/isaacs/node-glob/compare/v8.0.1...v8.0.2) [Compare Source](https://togithub.com/isaacs/node-glob/compare/v8.0.1...v8.0.2) ### [`v8.0.1`](https://togithub.com/isaacs/node-glob/compare/v7.2.3...v8.0.1) [Compare Source](https://togithub.com/isaacs/node-glob/compare/v7.2.3...v8.0.1) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/X-oss-byte/Nextjs).
- Loading branch information