Skip to content

Commit d35f78b

Browse files
chore(deps): update dependency rimraf to v6 (#10050)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 53d6ce2 commit d35f78b

File tree

2 files changed

+58
-11
lines changed

2 files changed

+58
-11
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"patch-package": "8.0.0",
6464
"prettier": "2.8.8",
6565
"prettier-plugin-svelte": "2.10.1",
66-
"rimraf": "5.0.9",
66+
"rimraf": "6.0.1",
6767
"ts-jest": "28.0.8",
6868
"ts-node": "10.9.1",
6969
"tslib": "2.6.3",

yarn.lock

+57-10
Original file line numberDiff line numberDiff line change
@@ -8522,7 +8522,7 @@ [email protected], glob@^7.1.1, glob@^7.1.3, glob@^7.1.4, glob@^7.1.7:
85228522
once "^1.3.0"
85238523
path-is-absolute "^1.0.0"
85248524

8525-
glob@^10.0.0, glob@^10.2.2, glob@^10.3.7:
8525+
glob@^10.0.0, glob@^10.2.2:
85268526
version "10.3.10"
85278527
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.10.tgz#0351ebb809fd187fe421ab96af83d3a70715df4b"
85288528
integrity sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==
@@ -8533,6 +8533,18 @@ glob@^10.0.0, glob@^10.2.2, glob@^10.3.7:
85338533
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
85348534
path-scurry "^1.10.1"
85358535

8536+
glob@^11.0.0:
8537+
version "11.0.0"
8538+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.0.tgz#6031df0d7b65eaa1ccb9b29b5ced16cea658e77e"
8539+
integrity sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==
8540+
dependencies:
8541+
foreground-child "^3.1.0"
8542+
jackspeak "^4.0.1"
8543+
minimatch "^10.0.0"
8544+
minipass "^7.1.2"
8545+
package-json-from-dist "^1.0.0"
8546+
path-scurry "^2.0.0"
8547+
85368548
global-dirs@^3.0.0:
85378549
version "3.0.1"
85388550
resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-3.0.1.tgz#0c488971f066baceda21447aecb1a8b911d22485"
@@ -9740,6 +9752,15 @@ jackspeak@^2.3.5:
97409752
optionalDependencies:
97419753
"@pkgjs/parseargs" "^0.11.0"
97429754

9755+
jackspeak@^4.0.1:
9756+
version "4.0.1"
9757+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.0.1.tgz#9fca4ce961af6083e259c376e9e3541431f5287b"
9758+
integrity sha512-cub8rahkh0Q/bw1+GxP7aeSe29hHHn2V4m29nnDlvCdlgU+3UGxkZp7Z53jLUdpX3jdTO0nJZUDl3xvbWc2Xog==
9759+
dependencies:
9760+
"@isaacs/cliui" "^8.0.2"
9761+
optionalDependencies:
9762+
"@pkgjs/parseargs" "^0.11.0"
9763+
97439764
jest-changed-files@^28.1.3:
97449765
version "28.1.3"
97459766
resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-28.1.3.tgz#d9aeee6792be3686c47cb988a8eaf82ff4238831"
@@ -10729,6 +10750,11 @@ lru-cache@^10.0.0, "lru-cache@^9.1.1 || ^10.0.0":
1072910750
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.0.1.tgz#0a3be479df549cca0e5d693ac402ff19537a6b7a"
1073010751
integrity sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g==
1073110752

10753+
lru-cache@^11.0.0:
10754+
version "11.0.0"
10755+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.0.0.tgz#15d93a196f189034d7166caf9fe55e7384c98a21"
10756+
integrity sha512-Qv32eSV1RSCfhY3fpPE2GNZ8jgM9X7rdAfemLWqTUxwiyIC4jJ6Sy0fZ8H+oLWevO6i4/bizg7c8d8i6bxrzbA==
10757+
1073210758
lru-cache@^4.0.1:
1073310759
version "4.1.5"
1073410760
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd"
@@ -12020,6 +12046,13 @@ [email protected]:
1202012046
dependencies:
1202112047
brace-expansion "^2.0.1"
1202212048

12049+
minimatch@^10.0.0:
12050+
version "10.0.1"
12051+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
12052+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
12053+
dependencies:
12054+
brace-expansion "^2.0.1"
12055+
1202312056
minimatch@^9.0.0, minimatch@^9.0.1, minimatch@^9.0.3, minimatch@^9.0.4:
1202412057
version "9.0.4"
1202512058
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
@@ -12041,10 +12074,10 @@ minimist@^1.2.0, minimist@^1.2.6, minimist@^1.2.8:
1204112074
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
1204212075
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
1204312076

12044-
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0":
12045-
version "7.0.3"
12046-
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.3.tgz#05ea638da44e475037ed94d1c7efcc76a25e1974"
12047-
integrity sha512-LhbbwCfz3vsb12j/WkWQPZfKTsgqIe1Nf/ti1pKjYESGLHIVjWU96G9/ljLH4F9mWNVhlQOm0VySdAWzf05dpg==
12077+
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.1.2:
12078+
version "7.1.2"
12079+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
12080+
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
1204812081

1204912082
mixme@^0.5.1:
1205012083
version "0.5.5"
@@ -12646,6 +12679,11 @@ p-try@^2.0.0:
1264612679
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
1264712680
integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
1264812681

12682+
package-json-from-dist@^1.0.0:
12683+
version "1.0.0"
12684+
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz#e501cd3094b278495eb4258d4c9f6d5ac3019f00"
12685+
integrity sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==
12686+
1264912687
param-case@^3.0.4:
1265012688
version "3.0.4"
1265112689
resolved "https://registry.yarnpkg.com/param-case/-/param-case-3.0.4.tgz#7d17fe4aa12bde34d4a77d91acfb6219caad01c5"
@@ -12840,6 +12878,14 @@ path-scurry@^1.10.1:
1284012878
lru-cache "^9.1.1 || ^10.0.0"
1284112879
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
1284212880

12881+
path-scurry@^2.0.0:
12882+
version "2.0.0"
12883+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
12884+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
12885+
dependencies:
12886+
lru-cache "^11.0.0"
12887+
minipass "^7.1.2"
12888+
1284312889
1284412890
version "2.2.1"
1284512891
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-2.2.1.tgz#90b617025a16381a879bc82a38d4e8bdeb2bcf45"
@@ -14017,12 +14063,13 @@ rfdc@^1.3.0:
1401714063
resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.3.0.tgz#d0b7c441ab2720d05dc4cf26e01c89631d9da08b"
1401814064
integrity sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==
1401914065

14020-
rimraf@5.0.9:
14021-
version "5.0.9"
14022-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.9.tgz#c3baa1b886eadc2ec7981a06a593c3d01134ffe9"
14023-
integrity sha512-3i7b8OcswU6CpU8Ej89quJD4O98id7TtVM5U4Mybh84zQXdrFmDLouWBEEaD/QfO3gDDfH+AGFCGsR7kngzQnA==
14066+
rimraf@6.0.1:
14067+
version "6.0.1"
14068+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.1.tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e"
14069+
integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==
1402414070
dependencies:
14025-
glob "^10.3.7"
14071+
glob "^11.0.0"
14072+
package-json-from-dist "^1.0.0"
1402614073

1402714074
rimraf@^2.6.3:
1402814075
version "2.7.1"

0 commit comments

Comments
 (0)