Skip to content

Commit ff2d138

Browse files
chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 (#3277)
Bumps [@metamask/auto-changelog](https://github.com/MetaMask/auto-changelog) from 4.1.0 to 5.0.0. <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.0</h2> <h3>Added</h3> <ul> <li>JavaScript sources and TypeScript declarations are now available in both CommonJS- and ESM-compatible variants (<a href="https://redirect.github.com/MetaMask/auto-changelog/pull/226">#226</a>)</li> <li>Add option to changelog validation to ensure that each entry in the changelog links to one or more originating PRs (<a href="https://redirect.github.com/MetaMask/auto-changelog/pull/222">#222</a>) <ul> <li>Pass <code>--pr-links</code> to the CLI, or pass <code>ensureValidPrLinksPresent</code> to <code>validateChangelog</code> to enable this behavior, ideally in your <code>lint</code> package script or CI workflow</li> </ul> </li> <li>Add an optional <code>shouldExtractPrLinks</code> option to <code>parseChangelog</code> (<a href="https://redirect.github.com/MetaMask/auto-changelog/pull/222">#222</a>) <ul> <li>When true, this will extract pull request links from the text of each entry, identify the pull numbers, and keep them in a separate array</li> <li>See note on <code>Changelog.getReleaseChanges</code> below for more</li> </ul> </li> </ul> <h3>Changed</h3> <ul> <li><strong>BREAKING:</strong> <code>Changelog.getReleaseChanges</code> now returns an object whose values are objects of shape <code>{ description: string; prNumbers: string[] }</code> rather than simply <code>string</code> (the description) (<a href="https://redirect.github.com/MetaMask/auto-changelog/pull/222">#222</a>) <ul> <li>This affects <code>parseChangelog</code> as well, since it returns an instance of <code>Changelog</code></li> </ul> </li> <li><strong>BREAKING:</strong> Bump minimum Node version to 18.20 (<a href="https://redirect.github.com/MetaMask/auto-changelog/pull/227">#227</a>)</li> <li><strong>BREAKING:</strong> Custom subpath imports are no longer supported (<a href="https://redirect.github.com/MetaMask/auto-changelog/pull/226">#226</a>) <ul> <li>You may now only import <code>@metamask/auto-changelog</code> and <code>@metamask/auto-changelog/package.json</code></li> </ul> </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.0]</h2> <h3>Added</h3> <ul> <li>JavaScript sources and TypeScript declarations are now available in both CommonJS- and ESM-compatible variants (<a href="https://redirect.github.com/MetaMask/auto-changelog/pull/226">#226</a>)</li> <li>Add option to changelog validation to ensure that each entry in the changelog links to one or more originating PRs (<a href="https://redirect.github.com/MetaMask/auto-changelog/pull/222">#222</a>) <ul> <li>Pass <code>--pr-links</code> to the CLI, or pass <code>ensureValidPrLinksPresent</code> to <code>validateChangelog</code> to enable this behavior, ideally in your <code>lint</code> package script or CI workflow</li> </ul> </li> <li>Add an optional <code>shouldExtractPrLinks</code> option to <code>parseChangelog</code> (<a href="https://redirect.github.com/MetaMask/auto-changelog/pull/222">#222</a>) <ul> <li>When true, this will extract pull request links from the text of each entry, identify the pull numbers, and keep them in a separate array</li> <li>See note on <code>Changelog.getReleaseChanges</code> below for more</li> </ul> </li> </ul> <h3>Changed</h3> <ul> <li><strong>BREAKING:</strong> <code>Changelog.getReleaseChanges</code> now returns an object whose values are objects of shape <code>{ description: string; prNumbers: string[] }</code> rather than simply <code>string</code> (the description) (<a href="https://redirect.github.com/MetaMask/auto-changelog/pull/222">#222</a>) <ul> <li>This affects <code>parseChangelog</code> as well, since it returns an instance of <code>Changelog</code></li> </ul> </li> <li><strong>BREAKING:</strong> Bump minimum Node version to 18.20 (<a href="https://redirect.github.com/MetaMask/auto-changelog/pull/227">#227</a>)</li> <li><strong>BREAKING:</strong> Custom subpath imports are no longer supported (<a href="https://redirect.github.com/MetaMask/auto-changelog/pull/226">#226</a>) <ul> <li>You may now only import <code>@metamask/auto-changelog</code> and <code>@metamask/auto-changelog/package.json</code></li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/MetaMask/auto-changelog/commit/e65c485a64c60d5724275d4c08dbb9c2676b9bc9"><code>e65c485</code></a> 5.0.0 (<a href="https://redirect.github.com/MetaMask/auto-changelog/issues/228">#228</a>)</li> <li><a href="https://github.com/MetaMask/auto-changelog/commit/9577a9bd8dfb72007b34db84b2ed85ef5c5308b9"><code>9577a9b</code></a> Use ts-bridge instead of tsc; restrict imports (<a href="https://redirect.github.com/MetaMask/auto-changelog/issues/226">#226</a>)</li> <li><a href="https://github.com/MetaMask/auto-changelog/commit/8eff000f23e3edc3a3ad82a5e7ec7dbcd55234cb"><code>8eff000</code></a> Sync GitHub workflows with module template (<a href="https://redirect.github.com/MetaMask/auto-changelog/issues/225">#225</a>)</li> <li><a href="https://github.com/MetaMask/auto-changelog/commit/e76de2267bfbe2e9b0082130edcfbd91f66d9731"><code>e76de22</code></a> Bump braces and cross-spawn to address security vulns (<a href="https://redirect.github.com/MetaMask/auto-changelog/issues/229">#229</a>)</li> <li><a href="https://github.com/MetaMask/auto-changelog/commit/5de0dd553fcdd37f71a19f3a4b18687690785bc9"><code>5de0dd5</code></a> Bump tar from 6.1.12 to 6.2.1 in the npm_and_yarn group across 1 directory (#...</li> <li><a href="https://github.com/MetaMask/auto-changelog/commit/dbf22dc5af503daec05028adc8f8abf0cbca092d"><code>dbf22dc</code></a> Sync supported Node versions w/ module template (<a href="https://redirect.github.com/MetaMask/auto-changelog/issues/227">#227</a>)</li> <li><a href="https://github.com/MetaMask/auto-changelog/commit/8bb2c5e6b1fa4b3e435da5350073f4d9f17c951a"><code>8bb2c5e</code></a> chore: add workflow_dispatch to security-code-scanner (<a href="https://redirect.github.com/MetaMask/auto-changelog/issues/223">#223</a>)</li> <li><a href="https://github.com/MetaMask/auto-changelog/commit/b7c5c0e60921b3a14a020e492e8bbd0194af0697"><code>b7c5c0e</code></a> Add way to verify each change has associated PRs (<a href="https://redirect.github.com/MetaMask/auto-changelog/issues/222">#222</a>)</li> <li>See full diff in <a href="https://github.com/MetaMask/auto-changelog/compare/v4.1.0...v5.0.0">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=4.1.0&new-version=5.0.0)](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 c1b55b0 commit ff2d138

File tree

53 files changed

+121
-105
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

+121
-105
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": "^4.1.0",
81+
"@metamask/auto-changelog": "^5.0.0",
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": "^4.1.0",
69+
"@metamask/auto-changelog": "^5.0.0",
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": "^4.1.0",
45+
"@metamask/auto-changelog": "^5.0.0",
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": "^4.1.0",
55+
"@metamask/auto-changelog": "^5.0.0",
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": "^4.1.0",
54+
"@metamask/auto-changelog": "^5.0.0",
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": "^4.1.0",
51+
"@metamask/auto-changelog": "^5.0.0",
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": "^4.1.0",
51+
"@metamask/auto-changelog": "^5.0.0",
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": "^4.1.0",
51+
"@metamask/auto-changelog": "^5.0.0",
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": "^4.1.0",
51+
"@metamask/auto-changelog": "^5.0.0",
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": "^4.1.0",
51+
"@metamask/auto-changelog": "^5.0.0",
5252
"@metamask/snaps-cli": "workspace:^",
5353
"@metamask/snaps-jest": "workspace:^",
5454
"@swc/core": "1.3.78",

0 commit comments

Comments
 (0)