Skip to content

chore(deps): bump tar, semantic-release and npm#1279

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 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.7.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 dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 15, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 15, 2026 18:39
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 15, 2026
@cursor

cursor Bot commented Jun 15, 2026

Copy link
Copy Markdown

PR Summary

Low Risk
Lockfile-only dev dependency bumps for release tooling; no production SDK code or runtime dependency changes.

Overview
This PR refreshes dev/release tooling dependencies via the lockfile, mainly bumping semantic-release to 25.0.5 (from the 24.x line) and the bundled npm dev dependency to 11.17.0.

The tar package is dropped from the resolved tree as a standalone concern after the coordinated updates—tar remains only as a transitive dependency inside npm and related install tooling, not as something the SDK uses directly.

There are no changes to SDK source, build scripts, or runtime dependencies beyond what’s implied by the updated lock resolution for release-related dev packages.

Reviewed by Cursor Bugbot for commit 05466e5. Bugbot is set up for automated code reviews on this repo. Configure here.

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.7.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.7.0...v11.17.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/multi-c920b82e59 branch from e98975d to 05466e5 Compare June 23, 2026 19:22
@sonarqubecloud

Copy link
Copy Markdown

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