Skip to content

Commit 75dffcc

Browse files
chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 (#3855)
Bumps [@metamask/auto-changelog](https://github.com/MetaMask/auto-changelog) from 5.3.1 to 5.3.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/MetaMask/auto-changelog/releases"><code>@​metamask/auto-changelog</code>'s releases</a>.</em></p> <blockquote> <h2>5.3.2</h2> <h3>Fixed</h3> <ul> <li>Force fetch tags (<a href="https://redirect.github.com/MetaMask/auto-changelog/pull/273">#273</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/MetaMask/auto-changelog/blob/main/CHANGELOG.md"><code>@​metamask/auto-changelog</code>'s changelog</a>.</em></p> <blockquote> <h2>[5.3.2]</h2> <h3>Fixed</h3> <ul> <li>Force fetch tags (<a href="https://redirect.github.com/MetaMask/auto-changelog/pull/273">#273</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/MetaMask/auto-changelog/commit/23b320a57aeb3d990d64b954cf22d04eb8328361"><code>23b320a</code></a> 5.3.2 (<a href="https://redirect.github.com/MetaMask/auto-changelog/issues/274">#274</a>)</li> <li><a href="https://github.com/MetaMask/auto-changelog/commit/e03831d36e7fa3c937be9c6d596ab158df84c13e"><code>e03831d</code></a> fix: Force fetch tags (<a href="https://redirect.github.com/MetaMask/auto-changelog/issues/273">#273</a>)</li> <li>See full diff in <a href="https://github.com/MetaMask/auto-changelog/compare/v5.3.1...v5.3.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@metamask/auto-changelog&package-manager=npm_and_yarn&previous-version=5.3.1&new-version=5.3.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Dependency-only bump limited to a dev tool (`@metamask/auto-changelog`) with no runtime code changes; primary risk is minor CI/release workflow behavior differences. > > **Overview** > Updates `@metamask/auto-changelog` from `5.3.1` to `5.3.2` across the monorepo (root and multiple workspace `package.json`s) and refreshes `yarn.lock` accordingly. > > This brings in the upstream fix to *force fetch tags* when generating changelogs. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 39d4555. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6d9f14d commit 75dffcc

53 files changed

Lines changed: 108 additions & 108 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
},
7575
"devDependencies": {
7676
"@lavamoat/allow-scripts": "^3.4.3",
77-
"@metamask/auto-changelog": "^5.3.1",
77+
"@metamask/auto-changelog": "^5.3.2",
7878
"@metamask/create-release-branch": "^4.1.4",
7979
"@metamask/eslint-config": "^14.0.0",
8080
"@metamask/eslint-config-browser": "^14.0.0",

packages/create-snap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
},
6767
"devDependencies": {
6868
"@lavamoat/allow-scripts": "^3.4.3",
69-
"@metamask/auto-changelog": "^5.3.1",
69+
"@metamask/auto-changelog": "^5.3.2",
7070
"@swc/core": "1.11.31",
7171
"@swc/jest": "^0.2.38",
7272
"@ts-bridge/cli": "^0.6.1",

packages/examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"devDependencies": {
4343
"@lavamoat/allow-scripts": "^3.4.3",
44-
"@metamask/auto-changelog": "^5.3.1",
44+
"@metamask/auto-changelog": "^5.3.2",
4545
"@types/node": "18.14.2",
4646
"depcheck": "^1.4.7",
4747
"eslint": "^9.11.0",

packages/examples/packages/background-events/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"devDependencies": {
4646
"@jest/globals": "^29.5.0",
4747
"@lavamoat/allow-scripts": "^3.4.3",
48-
"@metamask/auto-changelog": "^5.3.1",
48+
"@metamask/auto-changelog": "^5.3.2",
4949
"@metamask/snaps-cli": "workspace:^",
5050
"@metamask/snaps-jest": "workspace:^",
5151
"@metamask/snaps-sdk": "workspace:^",

packages/examples/packages/bip32/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"devDependencies": {
4646
"@jest/globals": "^29.5.0",
4747
"@lavamoat/allow-scripts": "^3.4.3",
48-
"@metamask/auto-changelog": "^5.3.1",
48+
"@metamask/auto-changelog": "^5.3.2",
4949
"@metamask/key-tree": "^10.1.1",
5050
"@metamask/snaps-cli": "workspace:^",
5151
"@metamask/snaps-jest": "workspace:^",

packages/examples/packages/bip44/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"devDependencies": {
4646
"@jest/globals": "^29.5.0",
4747
"@lavamoat/allow-scripts": "^3.4.3",
48-
"@metamask/auto-changelog": "^5.3.1",
48+
"@metamask/auto-changelog": "^5.3.2",
4949
"@metamask/key-tree": "^10.1.1",
5050
"@metamask/snaps-cli": "workspace:^",
5151
"@metamask/snaps-jest": "workspace:^",

packages/examples/packages/client-status/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"devDependencies": {
4646
"@jest/globals": "^29.5.0",
4747
"@lavamoat/allow-scripts": "^3.4.3",
48-
"@metamask/auto-changelog": "^5.3.1",
48+
"@metamask/auto-changelog": "^5.3.2",
4949
"@metamask/snaps-cli": "workspace:^",
5050
"@metamask/snaps-jest": "workspace:^",
5151
"@metamask/snaps-sdk": "workspace:^",

packages/examples/packages/cronjob-duration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"devDependencies": {
4646
"@jest/globals": "^29.5.0",
4747
"@lavamoat/allow-scripts": "^3.4.3",
48-
"@metamask/auto-changelog": "^5.3.1",
48+
"@metamask/auto-changelog": "^5.3.2",
4949
"@metamask/snaps-cli": "workspace:^",
5050
"@metamask/snaps-jest": "workspace:^",
5151
"@metamask/snaps-sdk": "workspace:^",

packages/examples/packages/cronjobs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"devDependencies": {
4646
"@jest/globals": "^29.5.0",
4747
"@lavamoat/allow-scripts": "^3.4.3",
48-
"@metamask/auto-changelog": "^5.3.1",
48+
"@metamask/auto-changelog": "^5.3.2",
4949
"@metamask/snaps-cli": "workspace:^",
5050
"@metamask/snaps-jest": "workspace:^",
5151
"@metamask/snaps-sdk": "workspace:^",

packages/examples/packages/dialogs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"devDependencies": {
4646
"@jest/globals": "^29.5.0",
4747
"@lavamoat/allow-scripts": "^3.4.3",
48-
"@metamask/auto-changelog": "^5.3.1",
48+
"@metamask/auto-changelog": "^5.3.2",
4949
"@metamask/snaps-cli": "workspace:^",
5050
"@metamask/snaps-jest": "workspace:^",
5151
"@metamask/snaps-sdk": "workspace:^",

0 commit comments

Comments
 (0)