Skip to content

Commit

Permalink
chore(deps-dev): Bump rimraf from 3.0.2 to 4.0.4 (#1492)
Browse files Browse the repository at this point in the history
Bumps [rimraf](https://github.com/isaacs/rimraf) from 3.0.2 to 4.0.4.
<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>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>
</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>
<ul>
<li>Make <code>glob</code> an optional dependency</li>
</ul>
<h1>2.6</h1>
<ul>
<li>Retry on EBUSY on non-windows platforms as well</li>
<li>Make <code>rimraf.sync</code> 10000% more reliable on Windows</li>
</ul>
<h1>2.5</h1>
<ul>
<li>Handle Windows EPERM when lstat-ing read-only dirs</li>
<li>Add glob option to pass options to glob</li>
</ul>
<h1>2.4</h1>
<ul>
<li>Add EPERM to delay/retry loop</li>
<li>Add <code>disableGlob</code> option</li>
</ul>
<h1>2.3</h1>
<ul>
<li>Make maxBusyTries and emfileWait configurable</li>
<li>Handle weird SunOS unlink-dir issue</li>
<li>Glob the CLI arg for better Windows support</li>
</ul>
<h1>2.2</h1>
<ul>
<li>Handle ENOENT properly on Windows</li>
<li>Allow overriding fs methods</li>
<li>Treat EPERM as indicative of non-empty dir</li>
<li>Remove optional graceful-fs dep</li>
<li>Consistently return null error instead of undefined on success</li>
<li>win32: Treat ENOTEMPTY the same as EBUSY</li>
<li>Add <code>rimraf</code> binary</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/isaacs/rimraf/commit/a02bb88bd3897d4259a6a2c9cd53cde1b8b3dda4"><code>a02bb88</code></a>
4.0.4</li>
<li><a
href="https://github.com/isaacs/rimraf/commit/00b50ce1f4d521c719d1943378be1fb4b4e30710"><code>00b50ce</code></a>
more ESM syntax issues</li>
<li><a
href="https://github.com/isaacs/rimraf/commit/9ba1a2e54e57a3841486e36bb6f431b905cba46f"><code>9ba1a2e</code></a>
4.0.3</li>
<li><a
href="https://github.com/isaacs/rimraf/commit/bcc76915a853a664780b20d76a5bbad420ff5a4e"><code>bcc7691</code></a>
fix syntax error in mjs</li>
<li><a
href="https://github.com/isaacs/rimraf/commit/bad1ecfbc17cf1bae488835e86b1eb0a27b667b0"><code>bad1ecf</code></a>
4.0.2</li>
<li><a
href="https://github.com/isaacs/rimraf/commit/8ade1b69228eab65aba7b21f552b7883b6b8a73f"><code>8ade1b6</code></a>
Only retry for the specific thing raising EBUSY</li>
<li><a
href="https://github.com/isaacs/rimraf/commit/5d5e87c9ae0f5676376e45ef7e6993709e890a7a"><code>5d5e87c</code></a>
4.0.1</li>
<li><a
href="https://github.com/isaacs/rimraf/commit/d9b722e84378adf43319f8bb9a0f3cf912cee0af"><code>d9b722e</code></a>
default to manual on Windows</li>
<li><a
href="https://github.com/isaacs/rimraf/commit/3b6b098c16a535295dbaada20d5b237fd4f7469c"><code>3b6b098</code></a>
4.0.0</li>
<li><a
href="https://github.com/isaacs/rimraf/commit/e0cffea0671685174c27bf6ba13215cf6270b8bf"><code>e0cffea</code></a>
ci: reduce workload even more</li>
<li>Additional commits viewable in <a
href="https://github.com/isaacs/rimraf/compare/v3.0.2...v4.0.4">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=3.0.2&new-version=4.0.4)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 13, 2023
1 parent ca29407 commit 704115b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"mockdate": "^3.0.5",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.2",
"rimraf": "^3.0.2",
"rimraf": "^4.0.4",
"simple-git": "^3.15.1",
"ts-jest": "^29.0.5",
"ts-loader": "^9.4.2",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9470,6 +9470,11 @@ [email protected], rimraf@^3.0.0, rimraf@^3.0.2:
dependencies:
glob "^7.1.3"

rimraf@^4.0.4:
version "4.0.4"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-4.0.4.tgz#8d0a91709fdc294d40f59c773f63c44e8dc878f1"
integrity sha512-R0hoVr9xTwemarQjoWlNt/nb5dEGVTBhVdkRmEX2zEkT8T6onH0XKiGjuaC7rNNj/gYzY2p4NVRJ3sjO1ascHQ==

run-async@^2.4.0:
version "2.4.1"
resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.4.1.tgz#8440eccf99ea3e70bd409d49aab88e10c189a455"
Expand Down

0 comments on commit 704115b

Please sign in to comment.