Skip to content

Commit 36f40af

Browse files
chore(deps): update dependency rimraf to v6.1.0 (#7922)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [rimraf](https://redirect.github.com/isaacs/rimraf) | [`6.0.1` -> `6.1.0`](https://renovatebot.com/diffs/npm/rimraf/6.0.1/6.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/rimraf/6.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/rimraf/6.0.1/6.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>isaacs/rimraf (rimraf)</summary> ### [`v6.1.0`](https://redirect.github.com/isaacs/rimraf/compare/v6.0.1...v6.1.0) [Compare Source](https://redirect.github.com/isaacs/rimraf/compare/v6.0.1...v6.1.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 65b9ee4 commit 36f40af

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"postcss-modules": "6.0.1",
9696
"postcss-nesting": "13.0.2",
9797
"prettier": "3.6.2",
98-
"rimraf": "6.0.1",
98+
"rimraf": "6.1.0",
9999
"typescript": "5.7.3",
100100
"typescript-eslint": "8.46.3",
101101
"vite": "7.2.2",

yarn.lock

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11462,7 +11462,7 @@ __metadata:
1146211462
languageName: node
1146311463
linkType: hard
1146411464

11465-
"glob@npm:11.0.3, glob@npm:^11.0.0, glob@npm:^11.0.3":
11465+
"glob@npm:11.0.3, glob@npm:^11.0.3":
1146611466
version: 11.0.3
1146711467
resolution: "glob@npm:11.0.3"
1146811468
dependencies:
@@ -16768,6 +16768,13 @@ __metadata:
1676816768
languageName: node
1676916769
linkType: hard
1677016770

16771+
"package-json-from-dist@npm:^1.0.1":
16772+
version: 1.0.1
16773+
resolution: "package-json-from-dist@npm:1.0.1"
16774+
checksum: 10c0/62ba2785eb655fec084a257af34dbe24292ab74516d6aecef97ef72d4897310bc6898f6c85b5cd22770eaa1ce60d55a0230e150fb6a966e3ecd6c511e23d164b
16775+
languageName: node
16776+
linkType: hard
16777+
1677116778
"pacote@npm:21.0.1":
1677216779
version: 21.0.1
1677316780
resolution: "pacote@npm:21.0.1"
@@ -18899,15 +18906,15 @@ __metadata:
1889918906
languageName: node
1890018907
linkType: hard
1890118908

18902-
"rimraf@npm:6.0.1":
18903-
version: 6.0.1
18904-
resolution: "rimraf@npm:6.0.1"
18909+
"rimraf@npm:6.1.0":
18910+
version: 6.1.0
18911+
resolution: "rimraf@npm:6.1.0"
1890518912
dependencies:
18906-
glob: "npm:^11.0.0"
18907-
package-json-from-dist: "npm:^1.0.0"
18913+
glob: "npm:^11.0.3"
18914+
package-json-from-dist: "npm:^1.0.1"
1890818915
bin:
1890918916
rimraf: dist/esm/bin.mjs
18910-
checksum: 10c0/b30b6b072771f0d1e73b4ca5f37bb2944ee09375be9db5f558fcd3310000d29dfcfa93cf7734d75295ad5a7486dc8e40f63089ced1722a664539ffc0c3ece8c6
18917+
checksum: 10c0/19658c91a08e43cd5f930384410135a1194082d5e73e0863137bc02c03d684817e30848f734ef05ec84094fe5e3eb9ffd6814ecec65d8fc2e234f5c391ab42e0
1891118918
languageName: node
1891218919
linkType: hard
1891318920

@@ -20959,7 +20966,7 @@ __metadata:
2095920966
react: "npm:19.2.0"
2096020967
react-dom: "npm:19.2.0"
2096120968
remark-gfm: "npm:4.0.1"
20962-
rimraf: "npm:6.0.1"
20969+
rimraf: "npm:6.1.0"
2096320970
storybook: "npm:9.1.16"
2096420971
tocbot: "npm:4.36.4"
2096520972
typescript: "npm:5.7.3"

0 commit comments

Comments
 (0)