Skip to content

Bump @metamask/auto-changelog from 3.4.4 to 6.1.1#12

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/main/metamask/auto-changelog-6.1.1
Open

Bump @metamask/auto-changelog from 3.4.4 to 6.1.1#12
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/main/metamask/auto-changelog-6.1.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 20, 2026

Copy link
Copy Markdown
Contributor

Bumps @metamask/auto-changelog from 3.4.4 to 6.1.1.

Release notes

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

6.1.1

Fixed

  • Consume comma separators between adjacent legacy long-form PR link groups (e.g. ([#A](https://github.com/MetaMask/auto-changelog/blob/HEAD/url)), ([#B](https://github.com/MetaMask/auto-changelog/blob/HEAD/url))) when parsing change entries so they are not left behind in the description after PR-link extraction. (#286)

6.1.0

Added

  • Add --formatter option and support Oxfmt for formatting changelog (#283, #285)
    • The oxfmt and prettier formatters are now available through the API as well.

6.0.0

Added

  • Add --checkDeps flag to validate command for dependency bump changelog validation (#267)
    • Compares dependencies and peerDependencies in package.json between git refs to detect version changes
    • With --fix --currentPr <number>, automatically adds missing changelog entries
    • Additional CLI options: --fromRef, --toRef, --remote, --baseBranch
  • Add dependencyBump support to Changelog class with addChange() and new updateChange() method (#267)
  • Detect Bump, Update, and Upgrade forms of dependency bump entries when parsing changelogs (#267)
  • Export getDependencyChanges, BaseRefNotFoundError, DependencyBump, DependencyCheckResult, and MissingDependencyEntriesError from package entry point (#267)

Changed

  • BREAKING: Throw error if any release section has no changelog entries (#275)

5.3.2

Fixed

  • Force fetch tags (#273)

5.3.1

Fixed

  • Fixed problems with validate on Windows with CRLF (#269)

5.3.0

Added

  • Add --requirePrNumbers flag to auto-changelog update CLI command for generation-time filtering (#253)
    • When enabled, commits without PR numbers are filtered out from the changelog
    • Disabled by default for backward compatibility
    • The updateChangelog function also supports this option via the requirePrNumbers parameter

5.2.0

Added

  • Deduplicate commits with no PR number in subject (#254)
    • For commits with no PR number in the subject (non-"Squash & Merge" commits), deduplication now checks if exact description text already exists in changelog
    • Merge commits are deduplicated using commit body instead of the generic merge subject

5.1.0

Added

  • Add --useChangelogEntry to auto-changelog update (#247)
    • This will read the PR referenced in each commit message, look for CHANGELOG entry: in the PR description, and use this as the new changelog entry in the changelog (or skip if the no-changelog label is present on the PR)
    • Note that GITHUB_TOKEN must be set in order to use this option
    • The updateChangelog function also supports this option

... (truncated)

Changelog

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

[6.1.1]

Fixed

  • Consume comma separators between adjacent legacy long-form PR link groups (e.g. ([#A](https://github.com/MetaMask/auto-changelog/blob/main/url)), ([#B](https://github.com/MetaMask/auto-changelog/blob/main/url))) when parsing change entries so they are not left behind in the description after PR-link extraction. (#286)

[6.1.0]

Added

  • Add --formatter option and support Oxfmt for formatting changelog (#283, #285)
    • The oxfmt and prettier formatters are now available through the API as well.

[6.0.0]

Added

  • Add --checkDeps flag to validate command for dependency bump changelog validation (#267)
    • Compares dependencies and peerDependencies in package.json between git refs to detect version changes
    • With --fix --currentPr <number>, automatically adds missing changelog entries
    • Additional CLI options: --fromRef, --toRef, --remote, --baseBranch
  • Add dependencyBump support to Changelog class with addChange() and new updateChange() method (#267)
  • Detect Bump, Update, and Upgrade forms of dependency bump entries when parsing changelogs (#267)
  • Export getDependencyChanges, BaseRefNotFoundError, DependencyBump, DependencyCheckResult, and MissingDependencyEntriesError from package entry point (#267)

Changed

  • BREAKING: Throw error if any release section has no changelog entries (#275)

[5.3.2]

Fixed

  • Force fetch tags (#273)

[5.3.1]

Fixed

  • Fixed problems with validate on Windows with CRLF (#269)

[5.3.0]

Added

  • Add --requirePrNumbers flag to auto-changelog update CLI command for generation-time filtering (#253)
    • When enabled, commits without PR numbers are filtered out from the changelog
    • Disabled by default for backward compatibility
    • The updateChangelog function also supports this option via the requirePrNumbers parameter

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [@metamask/auto-changelog](https://github.com/MetaMask/auto-changelog) from 3.4.4 to 6.1.1.
- [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...v6.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 20, 2026
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants