Skip to content

chore(deps-dev): bump @metamask/auto-changelog from 3.4.4 to 6.2.0 - #459

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

chore(deps-dev): bump @metamask/auto-changelog from 3.4.4 to 6.2.0#459
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/main/metamask/auto-changelog-6.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

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

Release notes

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

6.2.0

Added

  • Add --normalizeToPastTense to convert recognized leading verbs in generated entries to past tense (#292)
  • Add --excludeChoreWithoutChangelogEntry to omit chore: commits unless they include an authored CHANGELOG entry: (#292)
  • Add --verbose to print parsing, filtering, deduplication, and emission decisions to stderr (#292)
  • Add --preventBackfill to avoid restoring commits older than an existing PR-linked entry in the target changelog section (#292)

Fixed

  • Correctly parse authored CHANGELOG entry: values, including multiple, wrapped, CRLF, Markdown-link, and commented entries (#292)
  • Respect explicit changelog opt-outs and no-changelog labels without emitting empty or malformed entries (#292)
  • Use original PR numbers and suppress duplicate release-automation cherry-picks, including Runway cherry-picks (#292)
  • Improve automatic categorization for authored chore entries and update, bump, and migrate descriptions (#292)
  • Detect repository metadata and GitHub authentication more reliably when the CLI runs directly from a project checkout (#292)

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

... (truncated)

Changelog

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

[6.2.0]

Added

  • Add --normalizeToPastTense to convert recognized leading verbs in generated entries to past tense (#292)
  • Add --excludeChoreWithoutChangelogEntry to omit chore: commits unless they include an authored CHANGELOG entry: (#292)
  • Add --verbose to print parsing, filtering, deduplication, and emission decisions to stderr (#292)
  • Add --preventBackfill to avoid restoring commits older than an existing PR-linked entry in the target changelog section (#292)

Fixed

  • Correctly parse authored CHANGELOG entry: values, including multiple, wrapped, CRLF, Markdown-link, and commented entries (#292)
  • Respect explicit changelog opt-outs and no-changelog labels without emitting empty or malformed entries (#292)
  • Use original PR numbers and suppress duplicate release-automation cherry-picks, including Runway cherry-picks (#292)
  • Improve automatic categorization for authored chore entries and update, bump, and migrate descriptions (#292)
  • Detect repository metadata and GitHub authentication more reliably when the CLI runs directly from a project checkout (#292)

[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

... (truncated)

Commits
  • a0c30c4 6.2.0 (#293)
  • d8e8f15 feat: much better changelog parsing (#292)
  • a187829 ci: Add missing top-level permissions to publish-release workflow (#290)
  • ae550be ci: Upgrade Yarn to 4.16.0 and update action-npm-publish to v6 (#289)
  • 9fca579 6.1.1 (#287)
  • 5684b5d fix: pin fflate to 0.8.2 to work around attw tarball-read crash (#288)
  • 16f7742 fix: stop leaving stray commas when parsing legacy multi-group PR links (#286)
  • 902c1f9 6.1.0 (#284)
  • 8803322 chore: Export Oxfmt and Prettier formatters (#285)
  • 1216239 feat: Add option to use Oxfmt for formatting changelog (#283)
  • Additional commits viewable in compare view
Maintainer changes

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


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.2.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...v6.2.0)

---
updated-dependencies:
- dependency-name: "@metamask/auto-changelog"
  dependency-version: 6.2.0
  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 Aug 17, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 17, 2026 06:03
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 17, 2026
@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​metamask/​auto-changelog@​3.4.4 ⏵ 6.2.099100100 +194 +4100

View full report

@socket-security

Copy link
Copy Markdown

Caution

MetaMask internal reviewing guidelines:

  • Do not ignore-all
  • Each alert has instructions on how to review if you don't know what it means. If lost, ask your Security Liaison or the supply-chain group
  • Copy-paste ignore lines for specific packages or a group of one kind with a note on what research you did to deem it safe.
    @SocketSecurity ignore npm/PACKAGE@VERSION
Action Severity Alert  (click "▶" to expand/collapse)
Block Medium
Network access: npm @octokit/request in module globalThis["fetch"]

Module: globalThis["fetch"]

Location: Package overview

From: ?npm/@metamask/auto-changelog@6.2.0npm/@octokit/request@8.4.1

ℹ Read more on: This package | This alert | What is network access?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should remove all network access that is functionally unnecessary. Consumers should audit network access to ensure legitimate use.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/@octokit/request@8.4.1. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

View full report

@dependabot @github

dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #460.

@dependabot dependabot Bot closed this Aug 24, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/main/metamask/auto-changelog-6.2.0 branch August 24, 2026 06:03
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