build(deps-dev): bump @metamask/auto-changelog from 3.4.4 to 4.1.0
Bumps @metamask/auto-changelog from 3.4.4 to 4.1.0.
Release notes
Sourced from @metamask/auto-changelog's releases.
4.1.0
Added
- Add
--autoCategorizeflag toupdatecommand (#212)
- When populating the Unreleased section, the tool will look for Conventional Commits prefixes in commit message subjects and place matching commits in corresponding categories automatically.
- Supported prefixes are
feat(which routes to "Added") andfix(which routes to "Fixed").4.0.0
Changed
- BREAKING: Drop support for Node.js <18.18 (#203)
- BREAKING: Require
prettier@>=3.0.0(#202)
- Prettier is now a peer dependency of this package.
- BREAKING: Enable Prettier formatting by default (#204)
- Changelogs are now formatted with Prettier by default when using the CLI.
- You can opt-out of this change by specifying
--no-prettier.
Changelog
Sourced from @metamask/auto-changelog's changelog.
[4.1.0]
Added
- Add
--autoCategorizeflag toupdatecommand (#212)
- When populating the Unreleased section, the tool will look for Conventional Commits prefixes in commit message subjects and place matching commits in corresponding categories automatically.
- Supported prefixes are
feat(which routes to "Added") andfix(which routes to "Fixed").[4.0.0]
Changed
- BREAKING: Drop support for Node.js <18.18 (#203)
- BREAKING: Require
prettier@>=3.0.0(#202)
- Prettier is now a peer dependency of this package.
- BREAKING: Enable Prettier formatting by default (#204)
- Changelogs are now formatted with Prettier by default when using the CLI.
- You can opt-out of this change by specifying
--no-prettier.
Commits
0b03d754.1.0 (#214)4136117Auto categorize CLI flag (#212)ef3e86e4.0.0 (#206)5e88a25BREAKING: Make Prettier the default option (#204)9d07843Update README to reflect latest changes (#205)0a736b6BREAKING: Bumpprettierto^3.3.3(#202)b07f539BREAKING: Drop support for Node.js <18.18 (#203)361c7f0Update CODEOWNERS (#193)60674f6Enabling MetaMask security code scanner (#189)5ebfe97Fix bug introduced toupdateChangelogin #158 (#181)- Additional commits viewable in compare view
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)
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
| Diff | Package | Supply Chain Security |
Vulnerability | Quality | Maintenance | License |
|---|---|---|---|---|---|---|
| @metamask/auto-changelog@3.4.4 ⏵ 5.0.2 |
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.
@dependabot recreate
Superseded by #318.