Skip to content

fix(deps): bump tar, @cablanchard/semantic-release and semantic-release#676

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/multi-430d2514cd
Open

fix(deps): bump tar, @cablanchard/semantic-release and semantic-release#676
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/multi-430d2514cd

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 24, 2025

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

Removes tar

Updates @cablanchard/semantic-release from 1.3.4 to 2.0.0

Release notes

Sourced from @​cablanchard/semantic-release's releases.

2.0.0

2.0.0 (2024-07-10)

Features

  • Bump: Bump major releases for semantic-release and related (7b90d70)
  • Deps: Update semantic-release versions (050d642)

BREAKING CHANGES

  • Bump: Many major release bumps
Changelog

Sourced from @​cablanchard/semantic-release's changelog.

2.0.0 (2024-07-10)

Features

  • Bump: Bump major releases for semantic-release and related (7b90d70)
  • Deps: Update semantic-release versions (050d642)

BREAKING CHANGES

  • Bump: Many major release bumps
Commits
  • 2f5f7a0 chore(release): 2.0.0 [skip ci]
  • 5636fe3 chore(release): 2.0.0 [skip ci]
  • f289124 Bump node
  • 3844346 Drop test
  • 7b90d70 feat(Bump): Bump major releases for semantic-release and related
  • 92a6c5b Fixup
  • 0205b90 Move CI to node 16
  • 050d642 feat(Deps): Update semantic-release versions
  • 07a1e50 Upgrade to GitHub-native Dependabot
  • bd594b8 chore(deps-dev): bump mocha from 8.2.1 to 8.3.0
  • Additional commits viewable in compare view

Updates semantic-release from 19.0.5 to 24.2.3

Release notes

Sourced from semantic-release's releases.

v24.2.3

24.2.3 (2025-02-15)

Bug Fixes

  • types: fixed typescript definition (0e08b5c), closes #3601

v24.2.2

24.2.2 (2025-02-09)

Bug Fixes

  • get-git-auth-url.js: Added debug for success (#3595) (2616d93)

v24.2.1

24.2.1 (2025-01-03)

Bug Fixes

  • deps: update dependency import-from-esm to v2 (#3556) (f15019c)

v24.2.0

24.2.0 (2024-10-25)

Features

  • clarify branch existence requirement in error messages (#3462) (05a2ea9)

v24.1.3

24.1.3 (2024-10-18)

Bug Fixes

  • branch-naming: prevent non-range versions from being identified as maintenance branches (07f2672)

v24.1.2

24.1.2 (2024-09-27)

Bug Fixes

  • deps: update @semantic-release/github to v11.0.0 (#3460) (43df51b)

v24.1.1

24.1.1 (2024-09-11)

... (truncated)

Commits
  • 0e08b5c fix(types): fixed typescript definition
  • 5e939a0 Use labels in issue templates (#3599)
  • 0a3049f build(deps): bump @​octokit/endpoint from 10.1.2 to 10.1.3 (#3608)
  • 552f62e build(deps): bump @​octokit/request-error from 6.1.6 to 6.1.7 (#3609)
  • 43c32b2 chore(deps): update dependency prettier to v3.5.1 (#3605)
  • e2dd84c chore(deps): update dependency publint to v0.3.5 (#3603)
  • 1724ee3 chore(deps): update dependency got to v14.4.6 (#3600)
  • bb5736f chore(deps): lock file maintenance (#3597)
  • fbfaba6 chore(deps): update dependency prettier to v3.5.0 (#3596)
  • 2616d93 fix(get-git-auth-url.js): Added debug for success (#3595)
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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


Removes `tar`

Updates `@cablanchard/semantic-release` from 1.3.4 to 2.0.0
- [Release notes](https://github.com/cblanc/semantic-release/releases)
- [Changelog](https://github.com/cblanc/semantic-release/blob/master/CHANGELOG.md)
- [Commits](cblanc/semantic-release@1.3.4...2.0.0)

Updates `semantic-release` from 19.0.5 to 24.2.3
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](semantic-release/semantic-release@v19.0.5...v24.2.3)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
- dependency-name: "@cablanchard/semantic-release"
  dependency-type: direct:development
- dependency-name: semantic-release
  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 Mar 24, 2025
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

Development

Successfully merging this pull request may close these issues.

0 participants