Skip to content

Bump tar, @npmcli/arborist, npm-profile and pacote#433

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-fcc281c352
Open

Bump tar, @npmcli/arborist, npm-profile and pacote#433
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-fcc281c352

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 18, 2026

Bumps tar to 7.5.9 and updates ancestor dependencies tar, @npmcli/arborist, npm-profile and pacote. These dependencies need to be updated together.

Updates tar from 6.2.1 to 7.5.9

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
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 @npmcli/arborist from 6.5.1 to 9.3.0

Release notes

Sourced from @​npmcli/arborist's releases.

arborist: v9.3.0

9.3.0 (2026-02-11)

Features

arborist: v9.2.0

9.2.0 (2026-02-04)

Features

arborist: v9.1.10

9.1.10 (2026-01-21)

Dependencies

arborist: v9.1.9

9.1.9 (2025-12-09)

Bug Fixes

arborist: v9.1.8

9.1.8 (2025-11-25)

Bug Fixes

Dependencies

arborist: v9.1.7

9.1.7 (2025-11-19)

Bug Fixes

Dependencies

arborist: v9.1.6

... (truncated)

Changelog

Sourced from @​npmcli/arborist's changelog.

9.3.0 (2026-02-11)

Features

9.2.0 (2026-02-04)

Features

9.1.10 (2026-01-21)

Dependencies

9.1.9 (2025-12-09)

Bug Fixes

9.1.8 (2025-11-25)

Bug Fixes

Dependencies

9.1.7 (2025-11-19)

Bug Fixes

Dependencies

9.1.6 (2025-10-08)

Bug Fixes

Chores

... (truncated)

Commits
  • 4d27592 chore: release 9.3.0
  • b584af0 fix: remove unneeded param default
  • 2ba1171 fix: streamline workspace loading code
  • 35c94e0 chore: remove coverage map
  • 2383deb fix: clean urls from arborist, owner, and ping commands (#6037)
  • c52cf6b fix: properly handle directory, file, git and alias specs in overrides
  • 7018b3d chore: release 9.2.0
  • 599c25e chore(deps): minify-registry-metadata@3.0.0 (#5939)
  • 55e8e72 chore(deps): tap@16.3.2 (#5937)
  • 372d158 deps: minimatch@5.1.1 (#5935)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by reggi, a new releaser for @​npmcli/arborist since your current version.


Updates npm-profile from 9.0.2 to 12.0.1

Release notes

Sourced from npm-profile's releases.

v12.0.1

12.0.1 (2025-10-23)

Dependencies

Chores

v12.0.0

12.0.0 (2025-07-24)

⚠️ BREAKING CHANGES

  • npm-profile now supports node ^20.17.0 || >=22.9.0

Bug Fixes

Dependencies

Chores

v11.0.1

11.0.1 (2024-10-02)

Dependencies

v11.0.0

11.0.0 (2024-09-26)

⚠️ BREAKING CHANGES

  • npm-profile now supports node ^18.17.0 || >=20.5.0

Bug Fixes

Dependencies

Chores

v10.0.0

10.0.0 (2024-05-02)

⚠️ BREAKING CHANGES

  • this uses AbortSignal.throwIfAborted() which is not available in all versions of Node 16
  • hostname is no longer sent as part of the web auth body

... (truncated)

Changelog

Sourced from npm-profile's changelog.

12.0.1 (2025-10-23)

Dependencies

Chores

12.0.0 (2025-07-24)

⚠️ BREAKING CHANGES

  • npm-profile now supports node ^20.17.0 || >=22.9.0

Bug Fixes

Dependencies

Chores

11.0.1 (2024-10-02)

Dependencies

11.0.0 (2024-09-26)

⚠️ BREAKING CHANGES

  • npm-profile now supports node ^18.17.0 || >=20.5.0

Bug Fixes

Dependencies

Chores

10.0.0 (2024-05-02)

⚠️ BREAKING CHANGES

  • this uses AbortSignal.throwIfAborted() which is not available in all versions of Node 16
  • hostname is no longer sent as part of the web auth body
  • the opener function will now receive an object with an abort signal which can be used to listen for the abort event intead of an event emitter

Features

... (truncated)

Commits
  • 7be7bec chore: release 12.0.1 (#172)
  • f147b6d deps: bump proc-log from 5.0.0 to 6.0.0 (#171)
  • baa7d79 chore: bump @​npmcli/template-oss from 4.26.0 to 4.27.1 (#170)
  • 0bbb4b0 chore: bump @​npmcli/template-oss from 4.25.1 to 4.26.0 (#169)
  • c26e344 chore: bump @​npmcli/template-oss from 4.25.0 to 4.25.1 (#167)
  • d5e547c chore: release 12.0.0 (#165)
  • 8934c09 chore: nock@13.5.6
  • 7366688 deps: npm-registry-fetch@19.0.0
  • ea70eaa chore: template-oss apply fix
  • 637f654 fix!: align to npm 11 node engine range
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for npm-profile since your current version.


Updates pacote from 15.2.0 to 21.3.1

Release notes

Sourced from pacote's releases.

v21.3.1

21.3.1 (2026-02-10)

Bug Fixes

Chores

v21.3.0

21.3.0 (2026-02-09)

Features

v21.2.0

21.2.0 (2026-02-06)

Features

v21.1.0

21.1.0 (2026-01-28)

Features

v21.0.4

21.0.4 (2025-11-13)

Dependencies

Chores

v21.0.3

21.0.3 (2025-09-17)

Dependencies

v21.0.2

21.0.2 (2025-09-17)

Dependencies

v21.0.1

21.0.1 (2025-09-02)

Dependencies

... (truncated)

Changelog

Sourced from pacote's changelog.

21.3.1 (2026-02-10)

Bug Fixes

Chores

21.3.0 (2026-02-09)

Features

21.2.0 (2026-02-06)

Features

21.1.0 (2026-01-28)

Features

21.0.4 (2025-11-13)

Dependencies

Chores

21.0.3 (2025-09-17)

Dependencies

21.0.2 (2025-09-17)

Dependencies

21.0.1 (2025-09-02)

Dependencies

Chores

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for pacote since your current version.


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 commands and options

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [tar](https://github.com/isaacs/node-tar) to 7.5.9 and updates ancestor dependencies [tar](https://github.com/isaacs/node-tar), [@npmcli/arborist](https://github.com/npm/cli/tree/HEAD/workspaces/arborist), [npm-profile](https://github.com/npm/npm-profile) and [pacote](https://github.com/npm/pacote). These dependencies need to be updated together.


Updates `tar` from 6.2.1 to 7.5.9
- [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.9)

Updates `@npmcli/arborist` from 6.5.1 to 9.3.0
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/latest/workspaces/arborist/CHANGELOG.md)
- [Commits](https://github.com/npm/cli/commits/v9.3.0/workspaces/arborist)

Updates `npm-profile` from 9.0.2 to 12.0.1
- [Release notes](https://github.com/npm/npm-profile/releases)
- [Changelog](https://github.com/npm/npm-profile/blob/main/CHANGELOG.md)
- [Commits](npm/npm-profile@v9.0.2...v12.0.1)

Updates `pacote` from 15.2.0 to 21.3.1
- [Release notes](https://github.com/npm/pacote/releases)
- [Changelog](https://github.com/npm/pacote/blob/main/CHANGELOG.md)
- [Commits](npm/pacote@v15.2.0...v21.3.1)

---
updated-dependencies:
- dependency-name: tar
  dependency-version: 7.5.9
  dependency-type: indirect
- dependency-name: "@npmcli/arborist"
  dependency-version: 9.3.0
  dependency-type: direct:production
- dependency-name: npm-profile
  dependency-version: 12.0.1
  dependency-type: direct:production
- dependency-name: pacote
  dependency-version: 21.3.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 18, 2026
@netlify
Copy link

netlify bot commented Feb 18, 2026

Deploy Preview for lando-core failed. Why did it fail? →

Name Link
🔨 Latest commit 386fd54
🔍 Latest deploy log https://app.netlify.com/projects/lando-core/deploys/69953aefde2cca0008dae02e

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

Comments