[compiler] Update rimraf (#32868)
Just updating the compiler workspace package. --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/react/pull/32868). * #32859 * __->__ #32868
lauren committed
Apr 14, 2025 at 15:15 UTC
4eea4fcf41ab325455a6e3421a638404f5a902aa
2 files changed
+54
-8
compiler/package.json
+1
-2
@@ -37,7 +37,7 @@
37
"prettier": "^3.3.3",
38
"prettier-plugin-hermes-parser": "^0.26.0",
39
"prompt-promise": "^1.0.3",
40
- "rimraf": "^5.0.10",
40
+ "rimraf": "^6.0.1",
41
"to-fast-properties": "^2.0.0",
42
"tsup": "^8.4.0",
43
"typescript": "^5.4.3",
@@ -45,7 +45,6 @@
45
"yargs": "^17.7.2"
46
},
47
"resolutions": {
48
- "rimraf": "5.0.10",
48
"@babel/types": "7.26.3"
49
},
50
"packageManager": "yarn@1.22.22"
compiler/yarn.lock
+53
-6
@@ -5274,7 +5274,7 @@ glob@^10.3.10:
5274
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
5275
path-scurry "^1.10.1"
5276
5277
-glob@^10.3.7, glob@^10.4.5:
5277
+glob@^10.4.5:
5278
version "10.4.5"
5279
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.5.tgz#f4d9f0b90ffdbab09c9d77f5f29b4262517b0956"
5280
integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==
@@ -5286,6 +5286,18 @@ glob@^10.3.7, glob@^10.4.5:
5286
package-json-from-dist "^1.0.0"
5287
path-scurry "^1.11.1"
5288
5289
+glob@^11.0.0:
5290
+ version "11.0.1"
5291
+ resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.1.tgz#1c3aef9a59d680e611b53dcd24bb8639cef064d9"
5292
+ integrity sha512-zrQDm8XPnYEKawJScsnM0QzobJxlT/kHOOlRTio8IH/GrmxRE5fjllkzdaHclIuNjUQTJYH2xHNIGfdpJkDJUw==
5293
+ dependencies:
5294
+ foreground-child "^3.1.0"
5295
+ jackspeak "^4.0.1"
5296
+ minimatch "^10.0.0"
5297
+ minipass "^7.1.2"
5298
+ package-json-from-dist "^1.0.0"
5299
+ path-scurry "^2.0.0"
5300
+
5301
glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
5302
version "7.2.3"
5303
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
@@ -5782,6 +5794,13 @@ jackspeak@^3.1.2:
5794
optionalDependencies:
5795
"@pkgjs/parseargs" "^0.11.0"
5796
5797
+jackspeak@^4.0.1:
5798
+ version "4.1.0"
5799
+ resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.1.0.tgz#c489c079f2b636dc4cbe9b0312a13ff1282e561b"
5800
+ integrity sha512-9DDdhb5j6cpeitCbvLO7n7J4IxnbM6hoF6O1g4HQ5TfhvvKN8ywDM7668ZhMHRqVmxqhps/F6syWK2KcPxYlkw==
5801
+ dependencies:
5802
+ "@isaacs/cliui" "^8.0.2"
5803
+
5804
jest-changed-files@^28.1.3:
5805
version "28.1.3"
5806
resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-28.1.3.tgz#d9aeee6792be3686c47cb988a8eaf82ff4238831"
@@ -7197,6 +7216,11 @@ lru-cache@^10.2.0:
7216
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
7217
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
7218
7219
+lru-cache@^11.0.0:
7220
+ version "11.1.0"
7221
+ resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.1.0.tgz#afafb060607108132dbc1cf8ae661afb69486117"
7222
+ integrity sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==
7223
+
7224
lru-cache@^5.1.1:
7225
version "5.1.1"
7226
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -7302,6 +7326,13 @@ minimatch@9.0.3, minimatch@^9.0.1:
7326
dependencies:
7327
brace-expansion "^2.0.1"
7328
7329
+minimatch@^10.0.0:
7330
+ version "10.0.1"
7331
+ resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
7332
+ integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
7333
+ dependencies:
7334
+ brace-expansion "^2.0.1"
7335
+
7336
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
7337
version "3.1.2"
7338
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -7749,6 +7780,14 @@ path-scurry@^1.11.1:
7780
lru-cache "^10.2.0"
7781
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
7782
7783
+path-scurry@^2.0.0:
7784
+ version "2.0.0"
7785
+ resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
7786
+ integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
7787
+ dependencies:
7788
+ lru-cache "^11.0.0"
7789
+ minipass "^7.1.2"
7790
+
7791
path-type@^4.0.0:
7792
version "4.0.0"
7793
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
@@ -8157,12 +8196,20 @@ reusify@^1.0.4:
8196
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
8197
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
8198
8160
-rimraf@5.0.10, rimraf@6.0.1, rimraf@^3.0.0, rimraf@^3.0.2, rimraf@^5.0.10:
8161
- version "5.0.10"
8162
- resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.10.tgz#23b9843d3dc92db71f96e1a2ce92e39fd2a8221c"
8163
- integrity sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==
8199
+rimraf@6.0.1, rimraf@^6.0.1:
8200
+ version "6.0.1"
8201
+ resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.1.tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e"
8202
+ integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==
8203
+ dependencies:
8204
+ glob "^11.0.0"
8205
+ package-json-from-dist "^1.0.0"
8206
+
8207
+rimraf@^3.0.0, rimraf@^3.0.2:
8208
+ version "3.0.2"
8209
+ resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
8210
+ integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
8211
dependencies:
8165
- glob "^10.3.7"
8212
+ glob "^7.1.3"
8213
8214
rollup@^4.34.8:
8215
version "4.34.9"