Skip to content

Commit ebf8ca8

Browse files
chore(deps): update dependency glob to v12 (#7948)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [glob](https://redirect.github.com/isaacs/node-glob) | [`11.1.0` -> `12.0.0`](https://renovatebot.com/diffs/npm/glob/11.1.0/12.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/glob/12.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/glob/11.1.0/12.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>isaacs/node-glob (glob)</summary> ### [`v12.0.0`](https://redirect.github.com/isaacs/node-glob/compare/v11.1.0...2b03ccaf9fc397b6054d639cd5fbe97104d36221) [Compare Source](https://redirect.github.com/isaacs/node-glob/compare/v11.1.0...v12.0.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/UI5/webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 15d6d82 commit ebf8ca8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"eslint-plugin-react": "7.37.5",
8484
"eslint-plugin-react-hooks": "6.1.1",
8585
"eslint-plugin-storybook": "9.1.16",
86-
"glob": "11.1.0",
86+
"glob": "12.0.0",
8787
"globals": "16.5.0",
8888
"husky": "9.1.7",
8989
"lerna": "9.0.1",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11422,9 +11422,9 @@ __metadata:
1142211422
languageName: node
1142311423
linkType: hard
1142411424

11425-
"glob@npm:11.1.0":
11426-
version: 11.1.0
11427-
resolution: "glob@npm:11.1.0"
11425+
"glob@npm:12.0.0":
11426+
version: 12.0.0
11427+
resolution: "glob@npm:12.0.0"
1142811428
dependencies:
1142911429
foreground-child: "npm:^3.3.1"
1143011430
jackspeak: "npm:^4.1.1"
@@ -11434,7 +11434,7 @@ __metadata:
1143411434
path-scurry: "npm:^2.0.0"
1143511435
bin:
1143611436
glob: dist/esm/bin.mjs
11437-
checksum: 10c0/1ceae07f23e316a6fa74581d9a74be6e8c2e590d2f7205034dd5c0435c53f5f7b712c2be00c3b65bf0a49294a1c6f4b98cd84c7637e29453b5aa13b79f1763a2
11437+
checksum: 10c0/923fbb7e30913496dc1c30191edb7ebb610a26edac81710a5f697c718b08694bce7fb0245baceba5383472778a8431ff7c36571703507cc6563602d3c139c993
1143811438
languageName: node
1143911439
linkType: hard
1144011440

@@ -20966,7 +20966,7 @@ __metadata:
2096620966
eslint-plugin-react: "npm:7.37.5"
2096720967
eslint-plugin-react-hooks: "npm:6.1.1"
2096820968
eslint-plugin-storybook: "npm:9.1.16"
20969-
glob: "npm:11.1.0"
20969+
glob: "npm:12.0.0"
2097020970
globals: "npm:16.5.0"
2097120971
husky: "npm:9.1.7"
2097220972
lerna: "npm:9.0.1"

0 commit comments

Comments
 (0)