Skip to content

Commit

Permalink
chore: bump rimraf from 5.0.7 to 6.0.1 (#1097)
Browse files Browse the repository at this point in the history
Bumps [rimraf](https://github.com/isaacs/rimraf) from 5.0.7 to 6.0.1.
<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.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>
<li>ship CJS/ESM hybrid module</li>
<li>Error on unknown arguments to the bin. (Previously they were
silently ignored.)</li>
</ul>
<h1>v3.0</h1>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/isaacs/rimraf/commit/21560c7cdb46c039fccfd3f5fb4218946489881a"><code>21560c7</code></a>
6.0.1</li>
<li><a
href="https://github.com/isaacs/rimraf/commit/d3881ad3716f8d550014f836ec87793e116f31a3"><code>d3881ad</code></a>
load version with package-json-from-dist</li>
<li><a
href="https://github.com/isaacs/rimraf/commit/6de86bf5ace93bfa9e51e918a177183b1d620688"><code>6de86bf</code></a>
feat: add --version flag for CLI</li>
<li><a
href="https://github.com/isaacs/rimraf/commit/49e19237f1cb9140f97e7e2032a1e7c62baa93da"><code>49e1923</code></a>
chore: add <code>/.tap</code> to .gitignore</li>
<li><a
href="https://github.com/isaacs/rimraf/commit/90d1feb00fde6050fd04855540af3eb557257bf5"><code>90d1feb</code></a>
6.0.0</li>
<li><a
href="https://github.com/isaacs/rimraf/commit/9b2a2b13e79516794fc910aa7ca3e37563c777cf"><code>9b2a2b1</code></a>
drop dead node versions</li>
<li><a
href="https://github.com/isaacs/rimraf/commit/546c9ec50c0e94ac08af7188b02fc1dddfc5134e"><code>546c9ec</code></a>
5.0.9</li>
<li><a
href="https://github.com/isaacs/rimraf/commit/043338a50c7804146bf3c6970e148f21b58106aa"><code>043338a</code></a>
restore support for dead node versions</li>
<li><a
href="https://github.com/isaacs/rimraf/commit/0d83c12b15f2617f10deb6665d63e50a4512b967"><code>0d83c12</code></a>
5.0.8</li>
<li><a
href="https://github.com/isaacs/rimraf/commit/88e632b58132ffb2214f4233be57bd8a3cdcb21d"><code>88e632b</code></a>
drop eol node 14</li>
<li>Additional commits viewable in <a
href="https://github.com/isaacs/rimraf/compare/v5.0.7...v6.0.1">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=5.0.7&new-version=6.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR 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>

> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 25, 2024
1 parent 6a9fdfc commit e2f2f43
Show file tree
Hide file tree
Showing 5 changed files with 104 additions and 13 deletions.
109 changes: 100 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"execa": "5.1.1",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"rimraf": "^5.0.5",
"rimraf": "^6.0.1",
"sinon": "^18.0.0",
"tempy": "^1.0.0",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"express": "^4.18.2",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"rimraf": "^5.0.5",
"rimraf": "^6.0.1",
"ts-node": "^10.9.1",
"tsup": "^8.0.1",
"typescript": "^5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/webdriverio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"express": "^4.18.2",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"rimraf": "^5.0.5",
"rimraf": "^6.0.1",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.1",
"tsup": "^8.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/webdriverjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"express": "^4.18.2",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"rimraf": "^5.0.5",
"rimraf": "^6.0.1",
"selenium-webdriver": "^4.8.1",
"ts-node": "^10.9.1",
"tsup": "^8.0.1",
Expand Down

0 comments on commit e2f2f43

Please sign in to comment.