chore(deps-dev): bump @metamask/auto-changelog from 3.4.4 to 5.3.0#420
chore(deps-dev): bump @metamask/auto-changelog from 3.4.4 to 5.3.0#420dependabot[bot] wants to merge 1 commit intomainfrom
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.
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.
bb0690f to
e85052c
Compare
b1d9af0 to
a241fe3
Compare
54e5683 to
e4caa28
Compare
2ffabc9 to
eab5c10
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>
eab5c10 to
15e6bfc
Compare
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)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 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
Low Risk
Dev-only dependency bump across multiple packages; risk is limited to changelog generation/CI behavior changes (e.g., new peer dependency expectations and CLI entrypoint changes).
Overview
Updates the dev dependency
@metamask/auto-changelogfrom^3.4.4to^5.3.1across the monorepo packages that generate/validate changelogs.Refreshes
yarn.lockaccordingly, pulling in new transitive dependencies (notably@octokit/*) and reflecting upstream packaging changes (e.g.,auto-changelogCLI now resolves todist/cli.mjsandprettierbecomes a peer dependency).Written by Cursor Bugbot for commit 15e6bfc. This will update automatically on new commits. Configure here.