Skip to content

refactor: Bump @semantic-release/npm from 7.1.3 to 9.0.2 #1694

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 30, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 30, 2023

Bumps @semantic-release/npm from 7.1.3 to 9.0.2.

Release notes

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

v9.0.2

9.0.2 (2023-01-13)

Bug Fixes

  • deps: update dependency fs-extra to v11 (7157d76)
  • deps: update dependency npm to v9 (28265ec)
  • deps: update dependency registry-auth-token to v5 (187671f)
  • revert): "fix(deps: update dependency npm to v9" (#561) (c28a848)

v9.0.1

9.0.1 (2022-02-28)

Bug Fixes

  • add missed preferLocal option for execa call (#458) (c817a88)

v9.0.0

9.0.0 (2022-01-18)

Bug Fixes

  • add preferLocal option to allow execa to use local npm version (#445) (002439e)
  • updated the peer requirement for semantic-release to the new stable version (575a5a4)
  • updated the peer requirement on semantic-release to a version matching the engines definition of this package (2d1f5f2)
  • upgrade npm dependency to v8 (a12d6e5)

BREAKING CHANGES

  • the minimum required peer of semantic-release has been raised to match the engines.node requirements of this package
  • npm v8 dropped support for node v15, so it is no longer supported in this plugin. this should be low impact since node v15 is already EOL

Co-authored-by: Matt Travi [email protected]

v9.0.0-beta.3

9.0.0-beta.3 (2022-01-18)

Bug Fixes

  • updated the peer requirement for semantic-release to the new stable version (575a5a4)

v9.0.0-beta.2

... (truncated)

Commits
  • 2b97ece build(release.yml): set node-version to lts/*
  • 7157d76 fix(deps): update dependency fs-extra to v11
  • 399b557 chore(deps): lock file maintenance (#563)
  • c28a848 fix(revert): "fix(deps): update dependency npm to v9" (#561)
  • 2cf3c1b chore(deps): update dependency semantic-release to v20.0.2 (#562)
  • 7854354 chore(deps): update dependency semantic-release to v20.0.1 (#560)
  • 187671f fix(deps): update dependency registry-auth-token to v5
  • 28265ec fix(deps): update dependency npm to v9
  • 27fd270 chore(deps): update dependency sinon to v15 (#554)
  • 4a8089d chore(deps): update dependency semantic-release to v20 (#555)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 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)

Bumps [@semantic-release/npm](https://github.com/semantic-release/npm) from 7.1.3 to 9.0.2.
- [Release notes](https://github.com/semantic-release/npm/releases)
- [Commits](semantic-release/npm@v7.1.3...v9.0.2)

---
updated-dependencies:
- dependency-name: "@semantic-release/npm"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Bot label; pull requests that updates a dependency file label Jan 30, 2023
@parse-github-assistant
Copy link

I will reformat the title to use the proper commit message syntax.

@parse-github-assistant parse-github-assistant bot changed the title refactor: bump @semantic-release/npm from 7.1.3 to 9.0.2 refactor: Bump @semantic-release/npm from 7.1.3 to 9.0.2 Jan 30, 2023
@codecov
Copy link

codecov bot commented Jan 30, 2023

Codecov Report

Base: 99.89% // Head: 99.89% // No change to project coverage 👍

Coverage data is based on head (b718878) compared to base (98979b1).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##            alpha    #1694   +/-   ##
=======================================
  Coverage   99.89%   99.89%           
=======================================
  Files          61       61           
  Lines        5984     5984           
  Branches     1372     1372           
=======================================
  Hits         5978     5978           
  Misses          6        6           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@mtrezza mtrezza merged commit 118cbf3 into alpha Jan 30, 2023
@mtrezza mtrezza deleted the dependabot/npm_and_yarn/semantic-release/npm-9.0.2 branch January 30, 2023 15:48
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 4.0.1-beta.1

@parseplatformorg parseplatformorg added the state:released-beta Released as beta version label Jan 31, 2023
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 4.0.1

@parseplatformorg parseplatformorg added the state:released Released as stable version label Jan 31, 2023
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 4.0.0-alpha.8

@parseplatformorg parseplatformorg added the state:released-alpha Released as alpha version label Feb 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Bot label; pull requests that updates a dependency file state:released Released as stable version state:released-alpha Released as alpha version state:released-beta Released as beta version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants