Skip to content

Commit

Permalink
Bump rimraf from 4.3.1 to 5.0.0 (#251)
Browse files Browse the repository at this point in the history
Bumps [rimraf](https://github.com/isaacs/rimraf) from 4.3.1 to 5.0.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>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>
<ul>
<li>Add <code>--preserve-root</code> option to executable (default
true)</li>
<li>Drop support for Node.js below version 6</li>
</ul>
<h1>v2.7</h1>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/isaacs/rimraf/commit/98ee1e9e5784f776b71df27b73058afb026613f4"><code>98ee1e9</code></a>
5.0.0</li>
<li><a
href="https://github.com/isaacs/rimraf/commit/5d2b876c0700720395357f117858e282be070b1e"><code>5d2b876</code></a>
update to typescript 5</li>
<li><a
href="https://github.com/isaacs/rimraf/commit/c7a3fd4e7e299eb5ba27d913e1d4d04951eb661d"><code>c7a3fd4</code></a>
Named export only, no default export</li>
<li><a
href="https://github.com/isaacs/rimraf/commit/04bcedfd7bb8d39e657d513cc6542758db6dc130"><code>04bcedf</code></a>
4.4.1</li>
<li><a
href="https://github.com/isaacs/rimraf/commit/a96c8ffcee0253d873dca480deb4abba92570655"><code>a96c8ff</code></a>
add inline sources to tsconfig</li>
<li><a
href="https://github.com/isaacs/rimraf/commit/cd0b6f485b6334fb7ee45d3af716be7105293296"><code>cd0b6f4</code></a>
4.4.0</li>
<li><a
href="https://github.com/isaacs/rimraf/commit/bc6c09afb8c6cf0df336729ad700c64912122cef"><code>bc6c09a</code></a>
provide dirent/stats as second arg to filter method</li>
<li>See full diff in <a
href="https://github.com/isaacs/rimraf/compare/v4.3.1...v5.0.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=4.3.1&new-version=5.0.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 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>
  • Loading branch information
bseber authored May 2, 2023
2 parents a5ce360 + 4b9e1a0 commit bc7d44c
Show file tree
Hide file tree
Showing 2 changed files with 371 additions and 55 deletions.
Loading

0 comments on commit bc7d44c

Please sign in to comment.