Skip to content

build(deps): bump tar and ls-engines#987

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-e130a324a9
Open

build(deps): bump tar and ls-engines#987
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-e130a324a9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Bumps tar to 7.5.16 and updates ancestor dependency ls-engines. These dependencies need to be updated together.

Updates tar from 6.2.1 to 7.5.16

Changelog

Sourced from tar's changelog.

Changelog

7.5

  • Added zstd compression support.
  • Consistent TOCTOU behavior in sync t.list
  • Only read from ustar block if not specified in Pax
  • Fix sync tar.list when file size reduces while reading
  • Sanitize absolute linkpaths properly
  • Prevent writing hardlink entries to the archive ahead of their file target

7.4

  • Deprecate onentry in favor of onReadEntry for clarity.

7.3

  • Add onWriteEntry option

7.2

  • DRY the command definitions into a single makeCommand method, and update the type signatures to more appropriately infer the return type from the options and arguments provided.

7.1

  • Update minipass to v7.1.0
  • Update the type definitions of write() and end() methods on Unpack and Parser classes to be compatible with the NodeJS.WritableStream type in the latest versions of @types/node.

7.0

  • Drop support for node <18
  • Rewrite in TypeScript, provide ESM and CommonJS hybrid interface
  • Add tree-shake friendly exports, like import('tar/create') and import('tar/read-entry') to get individual functions or classes.
  • Add chmod option that defaults to false, and deprecate noChmod. That is, reverse the default option regarding explicitly setting file system modes to match tar entry settings.
  • Add processUmask option to avoid having to call process.umask() when chmod: true (or noChmod: false) is set.

... (truncated)

Commits
  • cf21338 7.5.16
  • 21a8220 do not apply PAX header fields to meta entries
  • 52632cf update project deps
  • 302f51f fix inconsequential typo in PENDINGLINKS symbol name
  • 55dbb99 remove some uses of mutate-fs
  • 87cc309 7.5.15
  • 7aef486 fix: regression in pending links detection
  • 6244eb3 7.5.14
  • 9704d8c stricter protection against hardlinks preempting their targets
  • 700734f update workflows and deps
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by isaacs, a new releaser for tar since your current version.

Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


Updates ls-engines from 0.9.4 to 0.10.1

Changelog

Sourced from ls-engines's changelog.

v0.10.1 - 2026-06-19

Commits

  • [New] add types 13ff435
  • [Tests] update fixtures 0b249a1
  • [eslint] some cleanup c5046f7
  • [actions] update workflows 0ceb848
  • [Deps] update pargs 12170a9
  • [Robustness] avoid .push, use void 79e28f2
  • [Dev Deps] update auto-changelog, eslint, npmignore, tape 27c9468
  • [meta] exclude some files from the publish ae9bf18
  • [Refactor] store valid engines in an importable file c2cee45
  • [Fix] use valid subpath imports specifier for node <24 301a113
  • [eslint] fix errors 523e825
  • [Deps] update pargs, semver afa5e63
  • [Tests] update tape 7366498
  • [Dev Deps] update eslint 3c8a241
  • [Deps] update pargs 7c4b17d
  • [readme] replace runkit CI badge with shields.io check-runs badge 46608fe
  • [eslint] fix linting dd08850

v0.10.0 - 2025-12-22

Commits

  • [Dev Deps] update eslint, @ljharb/eslint-config 9bdfde1
  • [Refactor] switch from yargs to pargs 52031da
  • [Refactor] extract fulfilled result processing into separate module 6621295
  • [Deps] remove unused and no-longer-needed deps 04c90fb
  • [Refactor] use util.styleText instead of colors b77a164
  • [Tests] add regression test for --save flag modifying package.json fb74dd9
  • [Refactor] convert CLI entrypoint to ESM f5f4084
  • [Breaking] require node 22 9d4fbbc
  • [Fix] correctly extract save function from fulfilled result value 4d04d3c
  • [Deps] update @npmcli/arborist, json-file-plus, pacote a6f1e0e
  • [Dev Deps] update nyc 1569183
  • [Dev Deps] update npmignore b1342bb
  • [Deps] update json-file-plus fa28493
  • [Deps] update get-dep-tree 53f3cfa
  • [Dev Deps] update @ljharb/eslint-config db2c528
Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 15, 2026
@socket-security

socket-security Bot commented Jun 15, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedls-engines@​0.9.4 ⏵ 0.10.192 +11008488 +7100

View full report

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/multi-e130a324a9 branch from 5fd0424 to ebb694b Compare June 15, 2026 18:45
Bumps [tar](https://github.com/isaacs/node-tar) to 7.5.16 and updates ancestor dependency [ls-engines](https://github.com/ljharb/ls-engines). These dependencies need to be updated together.


Updates `tar` from 6.2.1 to 7.5.16
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v6.2.1...v7.5.16)

Updates `ls-engines` from 0.9.4 to 0.10.1
- [Changelog](https://github.com/ljharb/ls-engines/blob/main/CHANGELOG.md)
- [Commits](ljharb/ls-engines@v0.9.4...v0.10.1)

---
updated-dependencies:
- dependency-name: ls-engines
  dependency-version: 0.10.0
  dependency-type: direct:development
- dependency-name: tar
  dependency-version: 7.5.16
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/multi-e130a324a9 branch from ebb694b to 847add1 Compare June 22, 2026 02:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants