Skip to content

Commit 2766a49

Browse files
authored
Update tar 7.4.3 → 7.5.1 (minor) (#19035)
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request. ### What changed? #### ✳️ tar (7.4.3 → 7.5.1) · [Repo](https://github.com/isaacs/node-tar) · [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md) <details> <summary>Commits</summary> <p><a href="https://github.com/isaacs/node-tar/compare/206fcf91b01fae95ae859b8f3254bfd88744602a...64728e88cb5805faa78264204d520eb741ce4b6f">See the full diff on Github</a>. The new version differs by 21 commits:</p> <ul> <li><a href="https://github.com/isaacs/node-tar/commit/64728e88cb5805faa78264204d520eb741ce4b6f"><code>7.5.1</code></a></li> <li><a href="https://github.com/isaacs/node-tar/commit/5330eb04bc43014f216e5c271b40d5c00d45224d"><code>fix: consistent TOCTOU behavior in sync t.list</code></a></li> <li><a href="https://github.com/isaacs/node-tar/commit/dcb0287d7da925182aa8840ca1038bf44160ca5e"><code>7.5.0</code></a></li> <li><a href="https://github.com/isaacs/node-tar/commit/aa1bed928735d590d213770d4a3069ceecbfffa3"><code>changelog 7.5</code></a></li> <li><a href="https://github.com/isaacs/node-tar/commit/49bf8f9926f78c319cbeb1c26a7291284c41d2f4"><code>feat: add initial zstd support</code></a></li> <li><a href="https://github.com/isaacs/node-tar/commit/b35ff9474838fd05d039708d7011c469d9aca301"><code>ci: don&#39;t bother testing on node 18</code></a></li> <li><a href="https://github.com/isaacs/node-tar/commit/181be3a985cbe5371336da56745a55ea6b784cec"><code>update workflows, tshy configs</code></a></li> <li><a href="https://github.com/isaacs/node-tar/commit/15d4510393ef7c136d243ec09916d45779b90ad9"><code>7.4.4</code></a></li> <li><a href="https://github.com/isaacs/node-tar/commit/a4744652c379713d06a0ca30187f3d3456df5694"><code>Fix some typos</code></a></li> <li><a href="https://github.com/isaacs/node-tar/commit/65ff5bed156d851e32ccf13874c7c2e414fc2ace"><code>docs(changelog): add missing v7 breaking change</code></a></li> <li><a href="https://github.com/isaacs/node-tar/commit/458d0fd236f7a6eca8ad2bbe0456ba2b2473988f"><code>docs: clean up duplicate onwarn options</code></a></li> <li><a href="https://github.com/isaacs/node-tar/commit/afa8cf5e53e2efe9ad9c87bd7911a96a86d0604c"><code>update all deps</code></a></li> <li><a href="https://github.com/isaacs/node-tar/commit/bbfcec2e8b7896cfc7bf353fc924cfab688b4e93"><code>[email protected]</code></a></li> <li><a href="https://github.com/isaacs/node-tar/commit/cdd4f7dced56f5b42939adafafb9f121b72729f0"><code>doc: fix lowlevel tar.Parser typo</code></a></li> <li><a href="https://github.com/isaacs/node-tar/commit/eafc4b8454c59ed3c31d53bb6601a34dd8bf3dfb"><code>remove yallist from parse, but NOT from pack</code></a></li> <li><a href="https://github.com/isaacs/node-tar/commit/d281312a94882a50bd0a3f3b26e41adb9f954dfa"><code>Use built-in mkdir instead of mkdirp</code></a></li> <li><a href="https://github.com/isaacs/node-tar/commit/0411fb11c491005046cb079e32b82973c89983d9"><code>format readme</code></a></li> <li><a href="https://github.com/isaacs/node-tar/commit/d5f986a516451b9d3c3cb6f39163efdd80946db5"><code>limit normalize-unicode cache size</code></a></li> <li><a href="https://github.com/isaacs/node-tar/commit/e79814eaf3c96427767f7ecc069538341a0c6041"><code>remove dirCache from mkdir, unpack</code></a></li> <li><a href="https://github.com/isaacs/node-tar/commit/d3cd4392d4a35a8f1e10287a07e57da6ae079e78"><code>remove extraneous &#39;for example&#39;</code></a></li> <li><a href="https://github.com/isaacs/node-tar/commit/02f883aa4d3336c023fb826d4ba11dde01c7f338"><code>docs on how to use onWriteEntry</code></a></li> </ul> </details> --- ![Depfu Status](https://depfu.com/badges/edd6acd35d74c8d41cbb540c30442adf/stats.svg) [Depfu](https://depfu.com) will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with `@depfu rebase`. <details><summary>All Depfu comment commands</summary> <blockquote><dl> <dt>@​depfu rebase</dt><dd>Rebases against your default branch and redoes this update</dd> <dt>@​depfu recreate</dt><dd>Recreates this PR, overwriting any edits that you've made to it</dd> <dt>@​depfu merge</dt><dd>Merges this PR once your tests are passing and conflicts are resolved</dd> <dt>@​depfu cancel merge</dt><dd>Cancels automatic merging of this PR</dd> <dt>@​depfu close</dt><dd>Closes this PR and deletes the branch</dd> <dt>@​depfu reopen</dt><dd>Restores the branch and reopens this PR (if it's closed)</dd> <dt>@​depfu pause</dt><dd>Ignores all future updates for this dependency and closes this PR</dd> <dt>@​depfu pause [minor|major]</dt><dd>Ignores all future minor/major updates for this dependency and closes this PR</dd> <dt>@​depfu resume</dt><dd>Future versions of this dependency will create PRs again (leaves this PR as is)</dd> </dl></blockquote> </details> Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
1 parent 5cd49b0 commit 2766a49

File tree

2 files changed

+10
-18
lines changed

2 files changed

+10
-18
lines changed

crates/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"license": "MIT",
3535
"dependencies": {
36-
"tar": "^7.4.3",
36+
"tar": "^7.5.1",
3737
"detect-libc": "^2.0.4"
3838
},
3939
"devDependencies": {

pnpm-lock.yaml

Lines changed: 9 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)