Skip to content

chore(deps): bump tar, @npmcli/template-oss, @npmcli/metavuln-calculator, @npmcli/run-script, cacache, npm-registry-fetch, pacote, sigstore, @sigstore/tuf, make-fetch-happen, node-gyp, npm-profile and licensee#5

Open
dependabot[bot] wants to merge 1 commit into
latestfrom
dependabot/npm_and_yarn/multi-1132761bed

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps tar, @npmcli/template-oss, @npmcli/metavuln-calculator, @npmcli/run-script, cacache, npm-registry-fetch, pacote, sigstore, @sigstore/tuf, make-fetch-happen, node-gyp, npm-profile and licensee. These dependencies needed to be updated together.
Updates tar from 6.2.0 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 @npmcli/template-oss from 4.19.0 to 4.30.0

Release notes

Sourced from @​npmcli/template-oss's releases.

v4.30.0

4.30.0 (2026-03-19)

Features

v4.29.0

4.29.0 (2026-01-15)

Features

Dependencies

v4.28.1

4.28.1 (2025-11-21)

Dependencies

Chores

v4.28.0

4.28.0 (2025-10-29)

Features

v4.27.1

4.27.1 (2025-10-20)

Bug Fixes

v4.27.0

4.27.0 (2025-10-20)

Features

v4.26.1

4.26.1 (2025-10-20)

Bug Fixes

v4.26.0

4.26.0 (2025-10-16)

Features

... (truncated)

Changelog

Sourced from @​npmcli/template-oss's changelog.

4.30.0 (2026-03-19)

Features

4.29.0 (2026-01-15)

Features

Dependencies

4.28.1 (2025-11-21)

Dependencies

Chores

4.28.0 (2025-10-29)

Features

4.27.1 (2025-10-20)

Bug Fixes

4.27.0 (2025-10-20)

Features

4.26.1 (2025-10-20)

Bug Fixes

4.26.0 (2025-10-16)

Features

4.25.1 (2025-09-18)

Bug Fixes

Dependencies

... (truncated)

Commits
  • afcb3c1 chore: release 4.30.0 (#554)
  • 6bc2bc0 feat: filters items out of the release process that aren't for backports (#553)
  • 08b30f8 chore: release 4.29.0 (#550)
  • 040af67 feat: move node14 tests to macos-15-intel (#551)
  • ed24fbf deps: bump @​actions/core from 1.11.1 to 2.0.0 (#549)
  • fc3fc00 chore: release 4.28.1 (#547)
  • 06ab9b5 deps: bump ini from 5.0.0 to 6.0.0 (#546)
  • d0dc345 deps: bump @​commitlint/cli from 19.8.1 to 20.1.0 (#541)
  • 0c603c7 deps: bump proc-log from 5.0.0 to 6.0.0 (#544)
  • 1137f1b deps: bump @​commitlint/config-conventional from 19.8.1 to 20.0.0 (#540)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​npmcli/template-oss since your current version.


Updates @npmcli/metavuln-calculator from 7.0.0 to 7.1.1

Release notes

Sourced from @​npmcli/metavuln-calculator's releases.

v7.1.1

7.1.1 (2024-05-04)

Bug Fixes

Chores

v7.1.0

7.1.0 (2024-04-16)

Features

Dependencies

v7.0.1

7.0.1 (2024-04-15)

Dependencies

Chores

Changelog

Sourced from @​npmcli/metavuln-calculator's changelog.

7.1.1 (2024-05-04)

Bug Fixes

Chores

7.1.0 (2024-04-16)

Features

Dependencies

7.0.1 (2024-04-15)

Dependencies

Chores

Commits
  • 104d996 chore: release 7.1.1 (#135)
  • 1631d76 fix(linting): no-unused-vars
  • b81c6ed chore: postinstall for dependabot template-oss PR
  • c506f88 chore: bump @​npmcli/template-oss to 4.22.0
  • 8f49709 chore: release 7.1.0 (#133)
  • beb5c1f feat: emit timers with proc-log
  • 434f93e deps: proc-log@4.1.0
  • 8590b9b chore: release 7.0.1 (#125)
  • bd72803 chore: postinstall for dependabot template-oss PR
  • 290eb7c chore: bump @​npmcli/template-oss from 4.21.3 to 4.21.4
  • Additional commits viewable in compare view

Updates @npmcli/run-script from 7.0.2 to 11.0.0

Release notes

Sourced from @​npmcli/run-script's releases.

v11.0.0

11.0.0 (2026-06-15)

⚠️ BREAKING CHANGES

  • @npmcli/run-script now supports node ^22.22.2 || ^24.15.0 || >=26.0.0
  • template-oss-apply
  • If a package has a server.js file but no start script, it will no longer be automatically run when the start event is triggered. This change removes the implicit behavior of running server.js and requires an explicit start script to be defined in the package.json.
  • the banner that shows the command being ran has been moved to a log event

Features

Bug Fixes

Dependencies

Chores

v10.0.4

10.0.4 (2026-02-26)

Bug Fixes

Dependencies

Chores

v10.0.3

10.0.3 (2025-11-13)

Dependencies

Chores

v10.0.2

10.0.2 (2025-10-24)

Dependencies

... (truncated)

Changelog

Sourced from @​npmcli/run-script's changelog.

11.0.0 (2026-06-15)

⚠️ BREAKING CHANGES

  • @npmcli/run-script now supports node ^22.22.2 || ^24.15.0 || >=26.0.0
  • template-oss-apply
  • If a package has a server.js file but no start script, it will no longer be automatically run when the start event is triggered. This change removes the implicit behavior of running server.js and requires an explicit start script to be defined in the package.json.
  • the banner that shows the command being ran has been moved to a log event

Features

Bug Fixes

Dependencies

Chores

10.0.4 (2026-02-26)

Bug Fixes

Dependencies

Chores

10.0.3 (2025-11-13)

Dependencies

Chores

10.0.2 (2025-10-24)

Dependencies

Chores

10.0.1 (2025-10-23)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​npmcli/run-script since your current version.


Updates cacache from 18.0.0 to 21.0.1

Release notes

Sourced from cacache's releases.

v21.0.1

21.0.1 (2026-06-09)

Bug Fixes

Chores

v21.0.0

21.0.0 (2026-05-18)

⚠️ BREAKING CHANGES

  • cacache now supports node ^22.22.2 || ^24.15.0 || >=26.0.0
  • template-oss-apply

Features

Dependencies

Chores

v20.0.4

20.0.4 (2026-03-18)

Dependencies

Chores

v20.0.3

20.0.3 (2025-11-19)

Dependencies

Chores

v20.0.2

20.0.2 (2025-11-17)

Dependencies

v20.0.1

20.0.1 (2025-08-18)

Dependencies

... (truncated)

Changelog

Sourced from cacache's changelog.

21.0.1 (2026-06-09)

Bug Fixes

Chores

21.0.0 (2026-05-18)

⚠️ BREAKING CHANGES

  • cacache now supports node ^22.22.2 || ^24.15.0 || >=26.0.0
  • template-oss-apply

Features

Dependencies

…tor, @npmcli/run-script, cacache, npm-registry-fetch, pacote, sigstore, @sigstore/tuf, make-fetch-happen, node-gyp, npm-profile and licensee

Bumps [tar](https://github.com/isaacs/node-tar), [@npmcli/template-oss](https://github.com/npm/template-oss), [@npmcli/metavuln-calculator](https://github.com/npm/metavuln-calculator), [@npmcli/run-script](https://github.com/npm/run-script), [cacache](https://github.com/npm/cacache), [npm-registry-fetch](https://github.com/npm/npm-registry-fetch), [pacote](https://github.com/npm/pacote), [sigstore](https://github.com/sigstore/sigstore-js), [@sigstore/tuf](https://github.com/sigstore/sigstore-js), [make-fetch-happen](https://github.com/npm/make-fetch-happen), [node-gyp](https://github.com/nodejs/node-gyp), [npm-profile](https://github.com/npm/npm-profile) and [licensee](https://github.com/jslicense/licensee.js). These dependencies needed to be updated together.

Updates `tar` from 6.2.0 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.0...v7.5.16)

Updates `@npmcli/template-oss` from 4.19.0 to 4.30.0
- [Release notes](https://github.com/npm/template-oss/releases)
- [Changelog](https://github.com/npm/template-oss/blob/main/CHANGELOG.md)
- [Commits](npm/template-oss@v4.19.0...v4.30.0)

Updates `@npmcli/metavuln-calculator` from 7.0.0 to 7.1.1
- [Release notes](https://github.com/npm/metavuln-calculator/releases)
- [Changelog](https://github.com/npm/metavuln-calculator/blob/main/CHANGELOG.md)
- [Commits](npm/metavuln-calculator@v7.0.0...v7.1.1)

Updates `@npmcli/run-script` from 7.0.2 to 11.0.0
- [Release notes](https://github.com/npm/run-script/releases)
- [Changelog](https://github.com/npm/run-script/blob/main/CHANGELOG.md)
- [Commits](npm/run-script@v7.0.2...v11.0.0)

Updates `cacache` from 18.0.0 to 21.0.1
- [Release notes](https://github.com/npm/cacache/releases)
- [Changelog](https://github.com/npm/cacache/blob/main/CHANGELOG.md)
- [Commits](npm/cacache@v18.0.0...v21.0.1)

Updates `npm-registry-fetch` from 16.1.0 to 20.0.1
- [Release notes](https://github.com/npm/npm-registry-fetch/releases)
- [Changelog](https://github.com/npm/npm-registry-fetch/blob/main/CHANGELOG.md)
- [Commits](npm/npm-registry-fetch@v16.1.0...v20.0.1)

Updates `pacote` from 17.0.4 to 22.0.0
- [Release notes](https://github.com/npm/pacote/releases)
- [Changelog](https://github.com/npm/pacote/blob/main/CHANGELOG.md)
- [Commits](npm/pacote@v17.0.4...v22.0.0)

Updates `sigstore` from 2.1.0 to 5.0.0
- [Release notes](https://github.com/sigstore/sigstore-js/releases)
- [Commits](https://github.com/sigstore/sigstore-js/compare/sigstore@2.1.0...sigstore@5.0.0)

Updates `@sigstore/tuf` from 2.1.0 to 5.0.0
- [Release notes](https://github.com/sigstore/sigstore-js/releases)
- [Commits](https://github.com/sigstore/sigstore-js/compare/@sigstore/tuf@2.1.0...@sigstore/tuf@5.0.0)

Updates `make-fetch-happen` from 13.0.0 to 16.0.1
- [Release notes](https://github.com/npm/make-fetch-happen/releases)
- [Changelog](https://github.com/npm/make-fetch-happen/blob/main/CHANGELOG.md)
- [Commits](npm/make-fetch-happen@v13.0.0...v16.0.1)

Updates `node-gyp` from 10.0.0 to 13.0.0
- [Release notes](https://github.com/nodejs/node-gyp/releases)
- [Changelog](https://github.com/nodejs/node-gyp/blob/main/CHANGELOG.md)
- [Commits](nodejs/node-gyp@v10.0.0...v13.0.0)

Updates `npm-profile` from 9.0.0 to 13.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.0...v13.0.1)

Updates `licensee` from 10.0.0 to 12.0.1
- [Commits](jslicense/licensee.js@v10.0.0...v12.0.1)

---
updated-dependencies:
- dependency-name: tar
  dependency-version: 7.5.16
  dependency-type: direct:production
- dependency-name: "@npmcli/template-oss"
  dependency-version: 4.30.0
  dependency-type: direct:development
- dependency-name: "@npmcli/metavuln-calculator"
  dependency-version: 7.1.1
  dependency-type: direct:production
- dependency-name: "@npmcli/run-script"
  dependency-version: 11.0.0
  dependency-type: direct:production
- dependency-name: cacache
  dependency-version: 21.0.1
  dependency-type: direct:production
- dependency-name: npm-registry-fetch
  dependency-version: 20.0.1
  dependency-type: direct:production
- dependency-name: pacote
  dependency-version: 22.0.0
  dependency-type: direct:production
- dependency-name: sigstore
  dependency-version: 5.0.0
  dependency-type: direct:production
- dependency-name: "@sigstore/tuf"
  dependency-version: 5.0.0
  dependency-type: direct:production
- dependency-name: make-fetch-happen
  dependency-version: 16.0.1
  dependency-type: direct:production
- dependency-name: node-gyp
  dependency-version: 13.0.0
  dependency-type: direct:production
- dependency-name: npm-profile
  dependency-version: 13.0.1
  dependency-type: direct:production
- dependency-name: licensee
  dependency-version: 12.0.1
  dependency-type: direct:development
...

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 Jun 19, 2026
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