-
-
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/[email protected] 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
1780244 to
59460a9
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] <[email protected]>
59460a9 to
2ffabc9
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)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
Medium Risk
This changes release/changelog generation tooling (new Octokit deps, ESM CLI entry, and a
prettier>=3 peer dependency), which could break CI or local changelog scripts if the toolchain isn’t compatible. No production/runtime code is affected.Overview
Dev dependency upgrade: bumps
@metamask/auto-changelogfrom^3.4.4to^5.3.0across the workspace packages.Lockfile/tooling impact: updates
yarn.lockfor the new@metamask/auto-changelogrelease, pulling in new@octokit/*dependencies and switching theauto-changelogbin target todist/cli.mjs(plus adding aprettierpeer dependency requirement).Written by Cursor Bugbot for commit 2ffabc9. This will update automatically on new commits. Configure here.