Skip to content

Commit d4c3bcd

Browse files
chore(deps): update dependency glob to v11 (main) (#6043)
[![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) | [`^10.3.10` -> `^11.0.0`](https://renovatebot.com/diffs/npm/glob/10.4.2/11.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/glob/11.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/glob/11.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/glob/10.4.2/11.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/glob/10.4.2/11.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>isaacs/node-glob (glob)</summary> ### [`v11.0.0`](https://togithub.com/isaacs/node-glob/compare/v10.4.4...561601d9d14935970ea78b0c1ca3a25addbf5379) [Compare Source](https://togithub.com/isaacs/node-glob/compare/v10.4.4...v11.0.0) ### [`v10.4.4`](https://togithub.com/isaacs/node-glob/compare/v10.4.3...v10.4.4) [Compare Source](https://togithub.com/isaacs/node-glob/compare/v10.4.3...v10.4.4) ### [`v10.4.3`](https://togithub.com/isaacs/node-glob/compare/v10.4.2...c14b787771f269651f27f6207aaf410fe171f0b6) [Compare Source](https://togithub.com/isaacs/node-glob/compare/v10.4.2...v10.4.3) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/SAP/ui5-webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e7b56c3 commit d4c3bcd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"eslint-plugin-react": "^7.32.2",
8383
"eslint-plugin-react-hooks": "^4.6.0",
8484
"eslint-plugin-storybook": "^0.8.0",
85-
"glob": "^10.3.10",
85+
"glob": "^11.0.0",
8686
"husky": "^9.0.6",
8787
"lerna": "^8.0.0",
8888
"lint-staged": "^15.0.0",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22498,7 +22498,7 @@ __metadata:
2249822498
eslint-plugin-react: "npm:^7.32.2"
2249922499
eslint-plugin-react-hooks: "npm:^4.6.0"
2250022500
eslint-plugin-storybook: "npm:^0.8.0"
22501-
glob: "npm:^10.3.10"
22501+
glob: "npm:^11.0.0"
2250222502
husky: "npm:^9.0.6"
2250322503
lerna: "npm:^8.0.0"
2250422504
lint-staged: "npm:^15.0.0"

0 commit comments

Comments
 (0)