Skip to content

Commit b42d18f

Browse files
chore(deps): pin dependency rimraf to 6.0.1 (main) (#7357)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [rimraf](https://redirect.github.com/isaacs/rimraf) | devDependencies | pin | [`^6.0.0` -> `6.0.1`](https://renovatebot.com/diffs/npm/rimraf/6.0.1/6.0.1) | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### 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/SAP/ui5-webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xMS4xOCIsInVwZGF0ZWRJblZlciI6IjQwLjExLjE4IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 27886c1 commit b42d18f

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"postcss-modules": "6.0.1",
9898
"postcss-nesting": "13.0.1",
9999
"prettier": "3.5.3",
100-
"rimraf": "^6.0.0",
100+
"rimraf": "6.0.1",
101101
"typescript": "5.7.3",
102102
"typescript-eslint": "8.32.0",
103103
"vite": "6.3.5",

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21600,18 +21600,7 @@ __metadata:
2160021600
languageName: node
2160121601
linkType: hard
2160221602

21603-
"rimraf@npm:^4.4.1":
21604-
version: 4.4.1
21605-
resolution: "rimraf@npm:4.4.1"
21606-
dependencies:
21607-
glob: "npm:^9.2.0"
21608-
bin:
21609-
rimraf: dist/cjs/src/bin.js
21610-
checksum: 10c0/8c5e142d26d8b222be9dc9a1a41ba48e95d8f374e813e66a8533e87c6180174fcb3f573b9b592eca12740ebf8b78526d136acd971d4a790763d6f2232c34fa24
21611-
languageName: node
21612-
linkType: hard
21613-
21614-
"rimraf@npm:^6.0.0":
21603+
"rimraf@npm:6.0.1":
2161521604
version: 6.0.1
2161621605
resolution: "rimraf@npm:6.0.1"
2161721606
dependencies:
@@ -21623,6 +21612,17 @@ __metadata:
2162321612
languageName: node
2162421613
linkType: hard
2162521614

21615+
"rimraf@npm:^4.4.1":
21616+
version: 4.4.1
21617+
resolution: "rimraf@npm:4.4.1"
21618+
dependencies:
21619+
glob: "npm:^9.2.0"
21620+
bin:
21621+
rimraf: dist/cjs/src/bin.js
21622+
checksum: 10c0/8c5e142d26d8b222be9dc9a1a41ba48e95d8f374e813e66a8533e87c6180174fcb3f573b9b592eca12740ebf8b78526d136acd971d4a790763d6f2232c34fa24
21623+
languageName: node
21624+
linkType: hard
21625+
2162621626
"rollup@npm:^4.20.0":
2162721627
version: 4.21.0
2162821628
resolution: "rollup@npm:4.21.0"
@@ -24032,7 +24032,7 @@ __metadata:
2403224032
react: "npm:19.1.0"
2403324033
react-dom: "npm:19.1.0"
2403424034
remark-gfm: "npm:4.0.1"
24035-
rimraf: "npm:^6.0.0"
24035+
rimraf: "npm:6.0.1"
2403624036
storybook: "npm:8.6.12"
2403724037
tocbot: "npm:4.36.3"
2403824038
typescript: "npm:5.7.3"

0 commit comments

Comments
 (0)