Skip to content

Commit

Permalink
chore(deps-dev): Bump rimraf from 4.3.1 to 4.4.0 (#1585)
Browse files Browse the repository at this point in the history
Bumps [rimraf](https://github.com/isaacs/rimraf) from 4.3.1 to 4.4.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>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>
<ul>
<li>Make <code>glob</code> an optional dependency</li>
</ul>
<h1>2.6</h1>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<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...v4.4.0">compare
view</a></li>
</ul>
</details>
  • Loading branch information
dependabot[bot] authored Mar 9, 2023
1 parent 5b29b42 commit 340981e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"mockdate": "^3.0.5",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.4",
"rimraf": "^4.3.1",
"rimraf": "^4.4.0",
"simple-git": "^3.17.0",
"ts-jest": "^29.0.5",
"ts-loader": "^9.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/ado-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"mockdate": "^3.0.5",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.4",
"rimraf": "^4.3.1",
"rimraf": "^4.4.0",
"tfx-cli": "^0.14.0",
"ts-jest": "^29.0.5",
"ts-loader": "^9.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"mockdate": "^3.0.5",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.4",
"rimraf": "^4.3.1",
"rimraf": "^4.4.0",
"ts-jest": "^29.0.5",
"ts-loader": "^9.4.2",
"typemoq": "^2.1.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ __metadata:
npm-run-all: ^4.1.5
prettier: ^2.8.4
reflect-metadata: ^0.1.13
rimraf: ^4.3.1
rimraf: ^4.4.0
tfx-cli: ^0.14.0
ts-jest: ^29.0.5
ts-loader: ^9.4.2
Expand Down Expand Up @@ -77,7 +77,7 @@ __metadata:
pony-cause: ^2.1.8
prettier: ^2.8.4
reflect-metadata: ^0.1.13
rimraf: ^4.3.1
rimraf: ^4.4.0
serialize-error: ^11.0.0
serve-static: ^1.15.0
ts-jest: ^29.0.5
Expand Down Expand Up @@ -2672,7 +2672,7 @@ __metadata:
mockdate: ^3.0.5
npm-run-all: ^4.1.5
prettier: ^2.8.4
rimraf: ^4.3.1
rimraf: ^4.4.0
simple-git: ^3.17.0
ts-jest: ^29.0.5
ts-loader: ^9.4.2
Expand Down Expand Up @@ -10030,14 +10030,14 @@ __metadata:
languageName: node
linkType: hard

"rimraf@npm:^4.3.1":
version: 4.3.1
resolution: "rimraf@npm:4.3.1"
"rimraf@npm:^4.4.0":
version: 4.4.0
resolution: "rimraf@npm:4.4.0"
dependencies:
glob: ^9.2.0
bin:
rimraf: dist/cjs/src/bin.js
checksum: d5893862a1e96cde610599ae76e338a709252667408d38bffa07cd24891a840a95957c4bb7178a9b0d3b6141e3b1bea20b9ba4b4f99d8c9edc492723e7b125ec
checksum: 0cedaf9d138589d1bb0ab851f05804c6d30827aa66563472b04ab76245f83537e23e7b94f1f79ea6c368c0d84a18fcde6a756fca3a44c967e08792671b3a0a6e
languageName: node
linkType: hard

Expand Down

0 comments on commit 340981e

Please sign in to comment.