Skip to content

chore(deps): bump tar, semantic-release and npm in /packages/fetch#12878

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/packages/fetch/multi-c920b82e59
Open

chore(deps): bump tar, semantic-release and npm in /packages/fetch#12878
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/packages/fetch/multi-c920b82e59

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Removes tar. It's no longer used after updating ancestor dependencies tar, semantic-release and npm. These dependencies need to be updated together.

Removes tar

Updates semantic-release from 24.2.9 to 25.0.5

Release notes

Sourced from semantic-release's releases.

v25.0.5

25.0.5 (2026-06-09)

Bug Fixes

v25.0.4

25.0.4 (2026-06-09)

Bug Fixes

  • code-quality: add missing comma in context object for consistency (493d6cd)

v25.0.3

25.0.3 (2026-01-30)

Bug Fixes

v25.0.2

25.0.2 (2025-11-07)

Bug Fixes

  • deps: update dependency read-package-up to v12 (#3935) (1494cb9)

v25.0.1

25.0.1 (2025-10-19)

Bug Fixes

v25.0.1-beta.3

25.0.1-beta.3 (2025-10-19)

Bug Fixes

  • deps: update to latest npm plugin (a96aced)

... (truncated)

Commits
  • db8ffaa fix(revert): next (#4200)
  • 4e476de docs: update README to include information about the new core engine integration
  • 493d6cd fix(code-quality): add missing comma in context object for consistency
  • d05e160 refactor: replace direct logger and env-ci replacements with a mockCore funct...
  • 4f464a7 test: add tests for core delegation and dry-run policy handling
  • 3f5d1b7 refactor: integrate core; remove unused imports and restructuring the main ...
  • 7d71f2e refactor: remove obsolete release type constants and notes separator
  • 1ae1a19 refactor: remove obsolete test files for logger, git, sensitive data handling...
  • bedddc4 refactor: remove obsolete Git-related utilities and logging functions
  • 7172195 refactor(tests): remove obsolete tests for plugins and verification
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for semantic-release since your current version.


Updates npm from 11.12.0 to 11.17.0

Release notes

Sourced from npm's releases.

v11.17.0

11.17.0 (2026-06-11)

Features

Bug Fixes

Documentation

Dependencies

Chores

v11.16.0

11.16.0 (2026-05-27)

Features

Bug Fixes

Documentation

... (truncated)

Changelog

Sourced from npm's changelog.

11.17.0 (2026-06-11)

Features

Bug Fixes

Documentation

Dependencies

Chores

11.16.0 (2026-05-27)

Features

Bug Fixes

Documentation

Dependencies

... (truncated)

Commits
  • 5866280 chore: release 11.17.0
  • 2922fa4 chore: dev dependency updates
  • bd09b87 deps: postcss-selector-parser@7.1.4
  • 95bfc4c deps: tinyglobby@0.2.17
  • 8c0d5fd deps: tar@7.5.16
  • 967d377 deps: semver@7.8.4
  • cdaac1b deps: pacote@21.5.1
  • 25c8a9e deps: node-gyp@12.4.0
  • 847cdf8 fix: match dotted and versioned args in approve-scripts/deny-scripts
  • 5f73e31 feat: differentiate GitHub Actions environments in user-agent (#9517)
  • Additional commits viewable in compare view

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.

Summary by cubic

Remove unused tar in packages/fetch and upgrade semantic-release to v25 to keep release tooling current and reduce transitive dependencies.

  • Dependencies
    • Removed: tar (no longer used after upstream updates)
    • Updated: semantic-release 24.x → 25.0.5
    • Regenerated lockfile to align with npm 11.17.0, dropping tar and updating related transitive packages

Written for commit 2598a08. Summary will update on new commits.

Review in cubic

Removes [tar](https://github.com/isaacs/node-tar). It's no longer used after updating ancestor dependencies [tar](https://github.com/isaacs/node-tar), [semantic-release](https://github.com/semantic-release/semantic-release) and [npm](https://github.com/npm/cli). These dependencies need to be updated together.


Removes `tar`

Updates `semantic-release` from 24.2.9 to 25.0.5
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](semantic-release/semantic-release@v24.2.9...v25.0.5)

Updates `npm` from 11.12.0 to 11.17.0
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/v11.17.0/CHANGELOG.md)
- [Commits](npm/cli@v11.12.0...v11.17.0)

---
updated-dependencies:
- dependency-name: tar
  dependency-version:
  dependency-type: indirect
- dependency-name: semantic-release
  dependency-version: 25.0.5
  dependency-type: direct:development
- dependency-name: npm
  dependency-version: 11.17.0
  dependency-type: indirect
...

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 22, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 22, 2026 23:05
@dependabot dependabot Bot requested review from sestinj and removed request for a team June 22, 2026 23:05
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 22, 2026
@dosubot dosubot Bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Jun 22, 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 size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants