-
-
Notifications
You must be signed in to change notification settings - Fork 9
chore(deps-dev): bump @metamask/auto-changelog from 3.4.4 to 5.3.0 #420
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
base: main
Are you sure you want to change the base?
chore(deps-dev): bump @metamask/auto-changelog from 3.4.4 to 5.3.0 #420
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Caution MetaMask internal reviewing guidelines:
|
| semver: "npm:^7.3.5" | ||
| yargs: "npm:^17.0.1" | ||
| peerDependencies: | ||
| prettier: ">=3.0.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Peer dependency version mismatch for prettier
The upgraded @metamask/auto-changelog@5.3.0 declares a peer dependency on prettier >=3.0.0, but the project's root package.json only has prettier ^2.8.8 as a dev dependency. This version mismatch means the auto-changelog CLI may fail or produce incorrectly formatted output when it attempts to use prettier for formatting changelogs. The peer dependency requirement changed from the previous version where prettier was a bundled direct dependency.
bd53cd7 to
bb0690f
Compare
Bumps [@metamask/auto-changelog](https://github.com/MetaMask/auto-changelog) from 3.4.4 to 5.3.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@v3.4.4...v5.3.0) --- updated-dependencies: - dependency-name: "@metamask/auto-changelog" dependency-version: 5.3.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
bb0690f to
e85052c
Compare
| semver: "npm:^7.3.5" | ||
| yargs: "npm:^17.0.1" | ||
| peerDependencies: | ||
| prettier: ">=3.0.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Peer dependency mismatch: prettier version incompatible
Medium Severity
The upgrade of @metamask/auto-changelog from 3.4.4 to 5.3.0 introduces a peer dependency requirement for prettier: ">=3.0.0". The previous version bundled prettier@^2.8.8 as a direct dependency, but the new version expects it to be provided by the project. The root package.json still specifies "prettier": "^2.8.8" (version 2.x), which does not satisfy the >=3.0.0 peer dependency requirement. This mismatch may cause auto-changelog commands to fail or behave unexpectedly at runtime.
Bumps @metamask/auto-changelog from 3.4.4 to 5.3.0.
Release notes
Sourced from
@metamask/auto-changelog's releases.... (truncated)
Changelog
Sourced from
@metamask/auto-changelog's changelog.... (truncated)
Commits
55c8ffe5.3.0 (#262)ebe6c6efeat(INFRA-3081): add --require-pr-numbers flag for generation-time filtering...e12cf19chore: Update CODEOWNERS (#261)5586ef85.2.0 (#260)c267d3afix(INFRA-3081): implement duplicate detection for all commit types (#254)47346f45.1.0 (#250)dcc88e3fix: make useChangelogEntry and useShortPrLink optional (#249)f8c5f7dfeat: parseCHANGELOG entry:andno-changelog(#247)3d17386fix: problems running auto-changelog on Windows (#246)24fcaf35.0.2 (#241)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Dev tooling upgrade
@metamask/auto-changelogfrom^3.4.4to^5.3.0across workspace packagesyarn.lockto new version, adding@octokit/*dependencies and updating CLI binary path/peerprettier>=3Written by Cursor Bugbot for commit e85052c. This will update automatically on new commits. Configure here.