Skip to content

Commit 2150888

Browse files
chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 (#3283)
Bumps [@metamask/auto-changelog](https://github.com/MetaMask/auto-changelog) from 5.0.0 to 5.0.1. <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.0.1</h2> <h3>Fixed</h3> <ul> <li>Fix CLI path (<a href="https://redirect.github.com/MetaMask/auto-changelog/pull/235">#235</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.0.1]</h2> <h3>Fixed</h3> <ul> <li>Fix CLI path (<a href="https://redirect.github.com/MetaMask/auto-changelog/pull/235">#235</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/MetaMask/auto-changelog/commit/92b933de6e87004865d9fcde208fd5198d717e4d"><code>92b933d</code></a> 5.0.1 (<a href="https://redirect.github.com/MetaMask/auto-changelog/issues/236">#236</a>)</li> <li><a href="https://github.com/MetaMask/auto-changelog/commit/69835c95494b4ba654525884b3475b245ac0565e"><code>69835c9</code></a> Fix CLI path (<a href="https://redirect.github.com/MetaMask/auto-changelog/issues/235">#235</a>)</li> <li>See full diff in <a href="https://github.com/MetaMask/auto-changelog/compare/v5.0.0...v5.0.1">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.0.0&new-version=5.0.1)](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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8d1d907 commit 2150888

File tree

53 files changed

+109
-109
lines changed

Some content is hidden

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

53 files changed

+109
-109
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
},
7979
"devDependencies": {
8080
"@lavamoat/allow-scripts": "^3.0.4",
81-
"@metamask/auto-changelog": "^5.0.0",
81+
"@metamask/auto-changelog": "^5.0.1",
8282
"@metamask/create-release-branch": "^4.1.1",
8383
"@metamask/eslint-config": "^14.0.0",
8484
"@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.0.4",
69-
"@metamask/auto-changelog": "^5.0.0",
69+
"@metamask/auto-changelog": "^5.0.1",
7070
"@swc/core": "1.3.78",
7171
"@swc/jest": "^0.2.26",
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
@@ -42,7 +42,7 @@
4242
},
4343
"devDependencies": {
4444
"@lavamoat/allow-scripts": "^3.0.4",
45-
"@metamask/auto-changelog": "^5.0.0",
45+
"@metamask/auto-changelog": "^5.0.1",
4646
"@types/node": "18.14.2",
4747
"depcheck": "^1.4.7",
4848
"eslint": "^9.11.0",

packages/examples/packages/bip32/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"devDependencies": {
5353
"@jest/globals": "^29.5.0",
5454
"@lavamoat/allow-scripts": "^3.0.4",
55-
"@metamask/auto-changelog": "^5.0.0",
55+
"@metamask/auto-changelog": "^5.0.1",
5656
"@metamask/snaps-cli": "workspace:^",
5757
"@metamask/snaps-jest": "workspace:^",
5858
"@swc/core": "1.3.78",

packages/examples/packages/bip44/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"devDependencies": {
5252
"@jest/globals": "^29.5.0",
5353
"@lavamoat/allow-scripts": "^3.0.4",
54-
"@metamask/auto-changelog": "^5.0.0",
54+
"@metamask/auto-changelog": "^5.0.1",
5555
"@metamask/snaps-cli": "workspace:^",
5656
"@metamask/snaps-jest": "workspace:^",
5757
"@swc/core": "1.3.78",

packages/examples/packages/browserify-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@babel/core": "^7.23.2",
4949
"@jest/globals": "^29.5.0",
5050
"@lavamoat/allow-scripts": "^3.0.4",
51-
"@metamask/auto-changelog": "^5.0.0",
51+
"@metamask/auto-changelog": "^5.0.1",
5252
"@metamask/snaps-browserify-plugin": "workspace:^",
5353
"@metamask/snaps-jest": "workspace:^",
5454
"@swc/core": "1.3.78",

packages/examples/packages/browserify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"devDependencies": {
4949
"@jest/globals": "^29.5.0",
5050
"@lavamoat/allow-scripts": "^3.0.4",
51-
"@metamask/auto-changelog": "^5.0.0",
51+
"@metamask/auto-changelog": "^5.0.1",
5252
"@metamask/snaps-cli": "workspace:^",
5353
"@metamask/snaps-jest": "workspace:^",
5454
"@swc/core": "1.3.78",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"devDependencies": {
4949
"@jest/globals": "^29.5.0",
5050
"@lavamoat/allow-scripts": "^3.0.4",
51-
"@metamask/auto-changelog": "^5.0.0",
51+
"@metamask/auto-changelog": "^5.0.1",
5252
"@metamask/snaps-cli": "workspace:^",
5353
"@metamask/snaps-jest": "workspace:^",
5454
"@swc/core": "1.3.78",

packages/examples/packages/cronjobs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"devDependencies": {
4949
"@jest/globals": "^29.5.0",
5050
"@lavamoat/allow-scripts": "^3.0.4",
51-
"@metamask/auto-changelog": "^5.0.0",
51+
"@metamask/auto-changelog": "^5.0.1",
5252
"@metamask/snaps-cli": "workspace:^",
5353
"@metamask/snaps-jest": "workspace:^",
5454
"@swc/core": "1.3.78",

packages/examples/packages/dialogs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"devDependencies": {
4949
"@jest/globals": "^29.5.0",
5050
"@lavamoat/allow-scripts": "^3.0.4",
51-
"@metamask/auto-changelog": "^5.0.0",
51+
"@metamask/auto-changelog": "^5.0.1",
5252
"@metamask/snaps-cli": "workspace:^",
5353
"@metamask/snaps-jest": "workspace:^",
5454
"@swc/core": "1.3.78",

0 commit comments

Comments
 (0)