Skip to content

Commit 9e3ecdb

Browse files
Update dependency glob to v9 (#2156)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [glob](https://redirect.github.com/isaacs/node-glob) | dependencies | major | [`^8.0.3` -> `^9.0.0`](https://renovatebot.com/diffs/npm/glob/8.1.0/9.3.5) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>isaacs/node-glob (glob)</summary> ### [`v9.3.5`](https://redirect.github.com/isaacs/node-glob/compare/v9.3.4...v9.3.5) [Compare Source](https://redirect.github.com/isaacs/node-glob/compare/v9.3.4...v9.3.5) ### [`v9.3.4`](https://redirect.github.com/isaacs/node-glob/compare/v9.3.3...v9.3.4) [Compare Source](https://redirect.github.com/isaacs/node-glob/compare/v9.3.3...v9.3.4) ### [`v9.3.3`](https://redirect.github.com/isaacs/node-glob/blob/HEAD/changelog.md#933) [Compare Source](https://redirect.github.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://redirect.github.com/isaacs/node-glob/compare/v9.3.1...v9.3.2) [Compare Source](https://redirect.github.com/isaacs/node-glob/compare/v9.3.1...v9.3.2) ### [`v9.3.1`](https://redirect.github.com/isaacs/node-glob/compare/v9.3.0...v9.3.1) [Compare Source](https://redirect.github.com/isaacs/node-glob/compare/v9.3.0...v9.3.1) ### [`v9.3.0`](https://redirect.github.com/isaacs/node-glob/compare/v9.2.1...v9.3.0) [Compare Source](https://redirect.github.com/isaacs/node-glob/compare/v9.2.1...v9.3.0) ### [`v9.2.1`](https://redirect.github.com/isaacs/node-glob/compare/v9.2.0...v9.2.1) [Compare Source](https://redirect.github.com/isaacs/node-glob/compare/v9.2.0...v9.2.1) ### [`v9.2.0`](https://redirect.github.com/isaacs/node-glob/compare/v9.1.2...v9.2.0) [Compare Source](https://redirect.github.com/isaacs/node-glob/compare/v9.1.2...v9.2.0) ### [`v9.1.2`](https://redirect.github.com/isaacs/node-glob/compare/v9.1.1...v9.1.2) [Compare Source](https://redirect.github.com/isaacs/node-glob/compare/v9.1.1...v9.1.2) ### [`v9.1.1`](https://redirect.github.com/isaacs/node-glob/compare/v9.1.0...v9.1.1) [Compare Source](https://redirect.github.com/isaacs/node-glob/compare/v9.1.0...v9.1.1) ### [`v9.1.0`](https://redirect.github.com/isaacs/node-glob/compare/v9.0.2...v9.1.0) [Compare Source](https://redirect.github.com/isaacs/node-glob/compare/v9.0.2...v9.1.0) ### [`v9.0.2`](https://redirect.github.com/isaacs/node-glob/compare/v9.0.1...v9.0.2) [Compare Source](https://redirect.github.com/isaacs/node-glob/compare/v9.0.1...v9.0.2) ### [`v9.0.1`](https://redirect.github.com/isaacs/node-glob/compare/v9.0.0...v9.0.1) [Compare Source](https://redirect.github.com/isaacs/node-glob/compare/v9.0.0...v9.0.1) ### [`v9.0.0`](https://redirect.github.com/isaacs/node-glob/compare/v8.1.0...v9.0.0) [Compare Source](https://redirect.github.com/isaacs/node-glob/compare/v8.1.0...v9.0.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10am every weekday" (UTC), Automerge - "every weekday" (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJpbXBhY3Qvbm8tY2hhbmdlbG9nLXJlcXVpcmVkIl19--> Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>
1 parent 44498a8 commit 9e3ecdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-ts-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"@pulumi/aws": "6.73.0",
77
"@pulumi/pulumi": "3.158.0",
8-
"glob": "^8.0.3",
8+
"glob": "^9.0.0",
99
"mime": "^2.0.3"
1010
},
1111
"devDependencies": {

0 commit comments

Comments
 (0)