Move to native fs/promises usage instead of promisifying
manually.
6.0
Drop support for nodes before v20
Add --version to CLI
5.0
No default export, only named exports
4.4
Provide Dirent or Stats object as second argument to filter
4.3
Return boolean indicating whether the path was fully removed
Add filter option
bin: add --verbose, -v to print files as they are deleted
bin: add --no-verbose, -V to not print files as they are deleted
bin: add -i --interactive to be prompted on each deletion
bin: add -I --no-interactive to not be prompted on each
deletion
4.3.1 Fixed inappropriately following symbolic links to
directories
v4.2
Brought back glob support, using the new and improved glob v9
v4.1
Improved hybrid module with no need to look at the .default
dangly bit. .default preserved as a reference to rimraf
for compatibility with anyone who came to rely on it in v4.0.
Accept and ignore -rf and -fr arguments to the bin.
v4.0
Remove glob dependency entirely. This library now only
accepts actual file and folder names to delete.
Accept array of paths or single path.
Windows performance and reliability improved.
All strategies separated into explicitly exported methods.
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 commands and options
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)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/veggiemonk/awesome-docker/pull/1201
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 11/3/2025
**Status:** ✅ Merged
**Merged:** 11/3/2025
**Merged by:** [@agebhar1](https://github.com/agebhar1)
**Base:** `master` ← **Head:** `dependabot/npm_and_yarn/rimraf-6.1.0`
---
### 📝 Commits (1)
- [`4ce4476`](https://github.com/veggiemonk/awesome-docker/commit/4ce4476cded4bab0030b1a638a03b747b744547f) Bump rimraf from 6.0.1 to 6.1.0
### 📊 Changes
**2 files changed** (+8 additions, -8 deletions)
<details>
<summary>View changed files</summary>
📝 `package-lock.json` (+7 -7)
📝 `package.json` (+1 -1)
</details>
### 📄 Description
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 />
[](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>
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/veggiemonk/awesome-docker/pull/1201
Author: @dependabot[bot]
Created: 11/3/2025
Status: ✅ Merged
Merged: 11/3/2025
Merged by: @agebhar1
Base:
master← Head:dependabot/npm_and_yarn/rimraf-6.1.0📝 Commits (1)
4ce4476Bump rimraf from 6.0.1 to 6.1.0📊 Changes
2 files changed (+8 additions, -8 deletions)
View changed files
📝
package-lock.json(+7 -7)📝
package.json(+1 -1)📄 Description
Bumps rimraf from 6.0.1 to 6.1.0.
Changelog
Sourced from rimraf's changelog.
... (truncated)
Commits
18dc77a6.1.02bd2e62changelog 6.119311cfrefactor: switch to native fs.promises0c437d4Create separate dir for integration tests65a3b8aDo not pass unnecessary rest args to fs functions02b31b7Use the same ignoreENOENT and fixEPERM utils everywherec012f4fMock process.platform with t.interceptc72278aUse tap.intercept to test bin549d1e8Configure tap coverage-mapa76970bbenchmark: add options to filter and compare benchmarksDependabot 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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.