Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency rimraf to v6 #7875

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/monorepo-npm-publisher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"is-ci": "^3.0.1",
"npm-packlist": "^8.0.2",
"npm-registry-client": "^8.6.0",
"rimraf": "^5.0.10",
"rimraf": "^6.0.1",
"semver": "^7.6.3",
"snapshot-diff": "^0.10.0",
"tar": "^7.4.3"
Expand Down
16 changes: 14 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ __metadata:
is-ci: "npm:^3.0.1"
npm-packlist: "npm:^8.0.2"
npm-registry-client: "npm:^8.6.0"
rimraf: "npm:^5.0.10"
rimraf: "npm:^6.0.1"
semver: "npm:^7.6.3"
snapshot-diff: "npm:^0.10.0"
tar: "npm:^7.4.3"
Expand Down Expand Up @@ -18502,7 +18502,7 @@ __metadata:
languageName: node
linkType: hard

"rimraf@npm:^5.0.10, rimraf@npm:^5.0.5":
"rimraf@npm:^5.0.5":
version: 5.0.10
resolution: "rimraf@npm:5.0.10"
dependencies:
Expand All @@ -18513,6 +18513,18 @@ __metadata:
languageName: node
linkType: hard

"rimraf@npm:^6.0.1":
version: 6.0.1
resolution: "rimraf@npm:6.0.1"
dependencies:
glob: "npm:^11.0.0"
package-json-from-dist: "npm:^1.0.0"
bin:
rimraf: dist/esm/bin.mjs
checksum: 10c0/b30b6b072771f0d1e73b4ca5f37bb2944ee09375be9db5f558fcd3310000d29dfcfa93cf7734d75295ad5a7486dc8e40f63089ced1722a664539ffc0c3ece8c6
languageName: node
linkType: hard

"robust-predicates@npm:^3.0.0":
version: 3.0.1
resolution: "robust-predicates@npm:3.0.1"
Expand Down
Loading