Skip to content
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

Bump @metamask/auto-changelog from 2.6.1 to 3.1.0 #248

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 16, 2022

Bumps @metamask/auto-changelog from 2.6.1 to 3.1.0.

Release notes

Sourced from @​metamask/auto-changelog's releases.

3.1.0

Added

  • Allow prerelease versions in release headers (#130)

3.0.0

Added

  • Support alternate tag prefixes (#120)

Changed

  • BREAKING: Update minimum Node.js version to v14 (#117)
  • Get package version from manifest (#121)
Changelog

Sourced from @​metamask/auto-changelog's changelog.

[3.1.0]

Added

  • Allow prerelease versions in release headers (#130)

[3.0.0]

Added

  • Support alternate tag prefixes (#120)

Changed

  • BREAKING: Update minimum Node.js version to v14 (#117)
  • Get package version from manifest (#121)
Commits
Maintainer changes

This version was pushed to npm by metamaskbot, a new releaser for @​metamask/auto-changelog since your current version.


Dependabot compatibility score

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 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from a team as a code owner November 16, 2022 06:25
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 16, 2022
@metamaskbot
Copy link
Collaborator

Builds ready [273c3b3]

@georgewrmarshall
Copy link
Collaborator

Hey @mcmire, apologies I'm not aware of the details of this package. Should we merge this?

Bumps [@metamask/auto-changelog](https://github.com/MetaMask/auto-changelog) from 2.6.1 to 3.1.0.
- [Release notes](https://github.com/MetaMask/auto-changelog/releases)
- [Changelog](https://github.com/MetaMask/auto-changelog/blob/main/CHANGELOG.md)
- [Commits](MetaMask/auto-changelog@v2.6.1...v3.1.0)

---
updated-dependencies:
- dependency-name: "@metamask/auto-changelog"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@georgewrmarshall georgewrmarshall force-pushed the dependabot/npm_and_yarn/main/metamask/auto-changelog-3.1.0 branch from 273c3b3 to 2030d14 Compare June 28, 2023 21:02
@socket-security
Copy link

Updated dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
@metamask/auto-changelog 2.6.1...3.1.0 None +0/-0 166 kB metamaskbot

@metamaskbot
Copy link
Collaborator

Builds ready [2030d14]

@metamaskbot
Copy link
Collaborator

Builds ready [d9686b4]

@metamaskbot
Copy link
Collaborator

Builds ready [10ab3de]

@georgewrmarshall georgewrmarshall merged commit 809a23c into main Jun 28, 2023
@georgewrmarshall georgewrmarshall deleted the dependabot/npm_and_yarn/main/metamask/auto-changelog-3.1.0 branch June 28, 2023 22:38
@@ -78,7 +78,7 @@
"typescript": "^4.2.4"
},
"engines": {
"node": ">=12.0.0"
"node": "^16.20.0"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This would prevent the package from being used on v18. Was this what you intended? We use v18 and v20 in most of our repositories, and likely will be upgrading the clients to v18 soon.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably a good idea to avoid making significant changes in these dependency bump PRs if possible. If it was just a dependency bump, this PR would have no impact upon users of this package. But this change makes it a breaking change.

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants