Skip to content

Commit 9dee296

Browse files
Bump rimraf from 6.0.1 to 6.1.0 (#442)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [rimraf](https://github.com/isaacs/rimraf) from 6.0.1 to 6.1.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md">rimraf's changelog</a>.</em></p> <blockquote> <h1>6.1</h1> <ul> <li>Move to native <code>fs/promises</code> usage instead of promisifying manually.</li> </ul> <h1>6.0</h1> <ul> <li>Drop support for nodes before v20</li> <li>Add <code>--version</code> to CLI</li> </ul> <h1>5.0</h1> <ul> <li>No default export, only named exports</li> </ul> <h1>4.4</h1> <ul> <li>Provide Dirent or Stats object as second argument to filter</li> </ul> <h1>4.3</h1> <ul> <li>Return boolean indicating whether the path was fully removed</li> <li>Add filter option</li> <li>bin: add --verbose, -v to print files as they are deleted</li> <li>bin: add --no-verbose, -V to not print files as they are deleted</li> <li>bin: add -i --interactive to be prompted on each deletion</li> <li>bin: add -I --no-interactive to not be prompted on each deletion</li> <li><strong>4.3.1</strong> Fixed inappropriately following symbolic links to directories</li> </ul> <h1>v4.2</h1> <ul> <li>Brought back <code>glob</code> support, using the new and improved glob v9</li> </ul> <h1>v4.1</h1> <ul> <li>Improved hybrid module with no need to look at the <code>.default</code> dangly bit. <code>.default</code> preserved as a reference to <code>rimraf</code> for compatibility with anyone who came to rely on it in v4.0.</li> <li>Accept and ignore <code>-rf</code> and <code>-fr</code> arguments to the bin.</li> </ul> <h1>v4.0</h1> <ul> <li>Remove <code>glob</code> dependency entirely. This library now only accepts actual file and folder names to delete.</li> <li>Accept array of paths or single path.</li> <li>Windows performance and reliability improved.</li> <li>All strategies separated into explicitly exported methods.</li> <li>Drop support for Node.js below version 14</li> <li>rewrite in TypeScript</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/isaacs/rimraf/commit/18dc77a0450314fffde79679071d38e20d3b99df"><code>18dc77a</code></a> 6.1.0</li> <li><a href="https://github.com/isaacs/rimraf/commit/2bd2e62e1dd0418f066b54763e8c16d82e76b983"><code>2bd2e62</code></a> changelog 6.1</li> <li><a href="https://github.com/isaacs/rimraf/commit/19311cfd321368c931d47f837d02930b3bfcbff7"><code>19311cf</code></a> refactor: switch to native fs.promises</li> <li><a href="https://github.com/isaacs/rimraf/commit/0c437d40ce2187eb471df740eb3f913d34a24120"><code>0c437d4</code></a> Create separate dir for integration tests</li> <li><a href="https://github.com/isaacs/rimraf/commit/65a3b8a7f6d40c16d1209e0f92da41b73c819d25"><code>65a3b8a</code></a> Do not pass unnecessary rest args to fs functions</li> <li><a href="https://github.com/isaacs/rimraf/commit/02b31b7360f100cf7801ca0f3804f53c51fd8483"><code>02b31b7</code></a> Use the same ignoreENOENT and fixEPERM utils everywhere</li> <li><a href="https://github.com/isaacs/rimraf/commit/c012f4f1c374ecdb79ce177470bbaa0963145dc4"><code>c012f4f</code></a> Mock process.platform with t.intercept</li> <li><a href="https://github.com/isaacs/rimraf/commit/c72278af0a86843c38e026e9041b13fac9d1ab25"><code>c72278a</code></a> Use tap.intercept to test bin</li> <li><a href="https://github.com/isaacs/rimraf/commit/549d1e8bf5a68b0d31478246ef0145d87f8a1e8e"><code>549d1e8</code></a> Configure tap coverage-map</li> <li><a href="https://github.com/isaacs/rimraf/commit/a76970b808bd823a615ad43f38727c60077a599b"><code>a76970b</code></a> benchmark: add options to filter and compare benchmarks</li> <li>Additional commits viewable in <a href="https://github.com/isaacs/rimraf/compare/v6.0.1...v6.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rimraf&package-manager=npm_and_yarn&previous-version=6.0.1&new-version=6.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b0e696e commit 9dee296

File tree

2 files changed

+57
-28
lines changed

2 files changed

+57
-28
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"eslint": "9.39.0",
3838
"jest": "30.2.0",
3939
"prettier": "3.6.2",
40-
"rimraf": "6.0.1",
40+
"rimraf": "6.1.0",
4141
"ts-jest": "29.4.5",
4242
"typescript": "5.9.3",
4343
"typescript-eslint": "8.46.2"

yarn.lock

Lines changed: 56 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ __metadata:
814814
eslint: "npm:9.39.0"
815815
jest: "npm:30.2.0"
816816
prettier: "npm:3.6.2"
817-
rimraf: "npm:6.0.1"
817+
rimraf: "npm:6.1.0"
818818
ts-jest: "npm:29.4.5"
819819
tslib: "npm:^2.8.1"
820820
typescript: "npm:5.9.3"
@@ -867,6 +867,22 @@ __metadata:
867867
languageName: node
868868
linkType: hard
869869

870+
"@isaacs/balanced-match@npm:^4.0.1":
871+
version: 4.0.1
872+
resolution: "@isaacs/balanced-match@npm:4.0.1"
873+
checksum: 10c0/7da011805b259ec5c955f01cee903da72ad97c5e6f01ca96197267d3f33103d5b2f8a1af192140f3aa64526c593c8d098ae366c2b11f7f17645d12387c2fd420
874+
languageName: node
875+
linkType: hard
876+
877+
"@isaacs/brace-expansion@npm:^5.0.0":
878+
version: 5.0.0
879+
resolution: "@isaacs/brace-expansion@npm:5.0.0"
880+
dependencies:
881+
"@isaacs/balanced-match": "npm:^4.0.1"
882+
checksum: 10c0/b4d4812f4be53afc2c5b6c545001ff7a4659af68d4484804e9d514e183d20269bb81def8682c01a22b17c4d6aed14292c8494f7d2ac664e547101c1a905aa977
883+
languageName: node
884+
linkType: hard
885+
870886
"@isaacs/cliui@npm:^8.0.2":
871887
version: 8.0.2
872888
resolution: "@isaacs/cliui@npm:8.0.2"
@@ -3438,6 +3454,16 @@ __metadata:
34383454
languageName: node
34393455
linkType: hard
34403456

3457+
"foreground-child@npm:^3.3.1":
3458+
version: 3.3.1
3459+
resolution: "foreground-child@npm:3.3.1"
3460+
dependencies:
3461+
cross-spawn: "npm:^7.0.6"
3462+
signal-exit: "npm:^4.0.1"
3463+
checksum: 10c0/8986e4af2430896e65bc2788d6679067294d6aee9545daefc84923a0a4b399ad9c7a3ea7bd8c0b2b80fdf4a92de4c69df3f628233ff3224260e9c1541a9e9ed3
3464+
languageName: node
3465+
linkType: hard
3466+
34413467
"fs-minipass@npm:^2.0.0":
34423468
version: 2.1.0
34433469
resolution: "fs-minipass@npm:2.1.0"
@@ -3593,19 +3619,19 @@ __metadata:
35933619
languageName: node
35943620
linkType: hard
35953621

3596-
"glob@npm:^11.0.0":
3597-
version: 11.0.0
3598-
resolution: "glob@npm:11.0.0"
3622+
"glob@npm:^11.0.3":
3623+
version: 11.0.3
3624+
resolution: "glob@npm:11.0.3"
35993625
dependencies:
3600-
foreground-child: "npm:^3.1.0"
3601-
jackspeak: "npm:^4.0.1"
3602-
minimatch: "npm:^10.0.0"
3626+
foreground-child: "npm:^3.3.1"
3627+
jackspeak: "npm:^4.1.1"
3628+
minimatch: "npm:^10.0.3"
36033629
minipass: "npm:^7.1.2"
36043630
package-json-from-dist: "npm:^1.0.0"
36053631
path-scurry: "npm:^2.0.0"
36063632
bin:
36073633
glob: dist/esm/bin.mjs
3608-
checksum: 10c0/419866015d8795258a8ac51de5b9d1a99c72634fc3ead93338e4da388e89773ab21681e494eac0fbc4250b003451ca3110bb4f1c9393d15d14466270094fdb4e
3634+
checksum: 10c0/7d24457549ec2903920dfa3d8e76850e7c02aa709122f0164b240c712f5455c0b457e6f2a1eee39344c6148e39895be8094ae8cfef7ccc3296ed30bce250c661
36093635
languageName: node
36103636
linkType: hard
36113637

@@ -4245,16 +4271,12 @@ __metadata:
42454271
languageName: node
42464272
linkType: hard
42474273

4248-
"jackspeak@npm:^4.0.1":
4249-
version: 4.0.1
4250-
resolution: "jackspeak@npm:4.0.1"
4274+
"jackspeak@npm:^4.1.1":
4275+
version: 4.1.1
4276+
resolution: "jackspeak@npm:4.1.1"
42514277
dependencies:
42524278
"@isaacs/cliui": "npm:^8.0.2"
4253-
"@pkgjs/parseargs": "npm:^0.11.0"
4254-
dependenciesMeta:
4255-
"@pkgjs/parseargs":
4256-
optional: true
4257-
checksum: 10c0/c87997d9c9c5b7366259b1f2a444ef148692f8eedad5307caca939babbb60af2b47d306e5c63bf9d5fefbab2ab48d4da275188c3de525d0e716cc21b784bbccb
4279+
checksum: 10c0/84ec4f8e21d6514db24737d9caf65361511f75e5e424980eebca4199f400874f45e562ac20fa8aeb1dd20ca2f3f81f0788b6e9c3e64d216a5794fd6f30e0e042
42584280
languageName: node
42594281
linkType: hard
42604282

@@ -5089,12 +5111,12 @@ __metadata:
50895111
languageName: node
50905112
linkType: hard
50915113

5092-
"minimatch@npm:^10.0.0":
5093-
version: 10.0.1
5094-
resolution: "minimatch@npm:10.0.1"
5114+
"minimatch@npm:^10.0.3":
5115+
version: 10.1.1
5116+
resolution: "minimatch@npm:10.1.1"
50955117
dependencies:
5096-
brace-expansion: "npm:^2.0.1"
5097-
checksum: 10c0/e6c29a81fe83e1877ad51348306be2e8aeca18c88fdee7a99df44322314279e15799e41d7cb274e4e8bb0b451a3bc622d6182e157dfa1717d6cda75e9cd8cd5d
5118+
"@isaacs/brace-expansion": "npm:^5.0.0"
5119+
checksum: 10c0/c85d44821c71973d636091fddbfbffe62370f5ee3caf0241c5b60c18cd289e916200acb2361b7e987558cd06896d153e25d505db9fc1e43e6b4b6752e2702902
50985120
languageName: node
50995121
linkType: hard
51005122

@@ -5504,6 +5526,13 @@ __metadata:
55045526
languageName: node
55055527
linkType: hard
55065528

5529+
"package-json-from-dist@npm:^1.0.1":
5530+
version: 1.0.1
5531+
resolution: "package-json-from-dist@npm:1.0.1"
5532+
checksum: 10c0/62ba2785eb655fec084a257af34dbe24292ab74516d6aecef97ef72d4897310bc6898f6c85b5cd22770eaa1ce60d55a0230e150fb6a966e3ecd6c511e23d164b
5533+
languageName: node
5534+
linkType: hard
5535+
55075536
"parent-module@npm:^1.0.0":
55085537
version: 1.0.1
55095538
resolution: "parent-module@npm:1.0.1"
@@ -5871,15 +5900,15 @@ __metadata:
58715900
languageName: node
58725901
linkType: hard
58735902

5874-
"rimraf@npm:6.0.1":
5875-
version: 6.0.1
5876-
resolution: "rimraf@npm:6.0.1"
5903+
"rimraf@npm:6.1.0":
5904+
version: 6.1.0
5905+
resolution: "rimraf@npm:6.1.0"
58775906
dependencies:
5878-
glob: "npm:^11.0.0"
5879-
package-json-from-dist: "npm:^1.0.0"
5907+
glob: "npm:^11.0.3"
5908+
package-json-from-dist: "npm:^1.0.1"
58805909
bin:
58815910
rimraf: dist/esm/bin.mjs
5882-
checksum: 10c0/b30b6b072771f0d1e73b4ca5f37bb2944ee09375be9db5f558fcd3310000d29dfcfa93cf7734d75295ad5a7486dc8e40f63089ced1722a664539ffc0c3ece8c6
5911+
checksum: 10c0/19658c91a08e43cd5f930384410135a1194082d5e73e0863137bc02c03d684817e30848f734ef05ec84094fe5e3eb9ffd6814ecec65d8fc2e234f5c391ab42e0
58835912
languageName: node
58845913
linkType: hard
58855914

0 commit comments

Comments
 (0)