Skip to content

Commit 735fbe9

Browse files
chore(deps-dev): bump @metamask/create-release-branch from 4.0.0 to 4.1.0 (#466)
Bumps [@metamask/create-release-branch](https://github.com/MetaMask/create-release-branch) from 4.0.0 to 4.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/MetaMask/create-release-branch/releases"><code>@​metamask/create-release-branch</code>'s releases</a>.</em></p> <blockquote> <h2>4.1.0</h2> <h3>Added</h3> <ul> <li>Add interactive web UI for selecting package versions to release (<a href="https://redirect.github.com/MetaMask/create-release-branch/pull/166">#166</a>) <ul> <li>Added <code>--interactive</code> (<code>-i</code>) flag to launch a web-based UI for easier version selection</li> <li>Added <code>--port</code> option to configure the web server port (default: 3000)</li> </ul> </li> </ul> <h3>Changed</h3> <ul> <li>Refine breaking change dependent detection to only consider peer dependencies (<a href="https://redirect.github.com/MetaMask/create-release-branch/pull/170">#170</a>) <ul> <li>This change supports our policy of requiring packages with breaking changes to be released alongside their dependents</li> <li>Regular dependencies are no longer included in this check</li> </ul> </li> <li>Allow <code>npm:name@version</code> dependency redirections in manifest (<a href="https://redirect.github.com/MetaMask/create-release-branch/pull/158">#158</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/MetaMask/create-release-branch/blob/main/CHANGELOG.md"><code>@​metamask/create-release-branch</code>'s changelog</a>.</em></p> <blockquote> <h2>[4.1.0]</h2> <h3>Added</h3> <ul> <li>Add interactive web UI for selecting package versions to release (<a href="https://redirect.github.com/MetaMask/create-release-branch/pull/166">#166</a>) <ul> <li>Added <code>--interactive</code> (<code>-i</code>) flag to launch a web-based UI for easier version selection</li> <li>Added <code>--port</code> option to configure the web server port (default: 3000)</li> </ul> </li> </ul> <h3>Changed</h3> <ul> <li>Refine breaking change dependent detection to only consider peer dependencies (<a href="https://redirect.github.com/MetaMask/create-release-branch/pull/170">#170</a>) <ul> <li>This change supports our policy of requiring packages with breaking changes to be released alongside their dependents</li> <li>Regular dependencies are no longer included in this check</li> </ul> </li> <li>Allow <code>npm:name@version</code> dependency redirections in manifest (<a href="https://redirect.github.com/MetaMask/create-release-branch/pull/158">#158</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/MetaMask/create-release-branch/commit/c2ef169a0751152d1a9d6ca0ef597c8738256976"><code>c2ef169</code></a> 4.1.0 (<a href="https://redirect.github.com/MetaMask/create-release-branch/issues/172">#172</a>)</li> <li><a href="https://github.com/MetaMask/create-release-branch/commit/8e257fce062bf1659ab3eed506fd22aca9118f43"><code>8e257fc</code></a> chore: bump <code>actions/upload-artifact</code> from <code>v3</code> to <code>v4</code> (<a href="https://redirect.github.com/MetaMask/create-release-branch/issues/171">#171</a>)</li> <li><a href="https://github.com/MetaMask/create-release-branch/commit/44404c38cd49d0ad0ba7f67d5eb04caca0a1972b"><code>44404c3</code></a> feat: release UI beta (<a href="https://redirect.github.com/MetaMask/create-release-branch/issues/166">#166</a>)</li> <li><a href="https://github.com/MetaMask/create-release-branch/commit/920bb9290df528ea89284417e29fa28510b35e97"><code>920bb92</code></a> fix: limit breaking change dependent detection to peer dependencies (<a href="https://redirect.github.com/MetaMask/create-release-branch/issues/170">#170</a>)</li> <li><a href="https://github.com/MetaMask/create-release-branch/commit/3125ca33cd795fa7bfa96d0010c53ecfb10c9537"><code>3125ca3</code></a> chore: add workflow_dispatch to security-code-scanner (<a href="https://redirect.github.com/MetaMask/create-release-branch/issues/169">#169</a>)</li> <li><a href="https://github.com/MetaMask/create-release-branch/commit/ee05a76af977fc790011c5c5250b3f571fa77de8"><code>ee05a76</code></a> Sync v3.x with main branch (<a href="https://redirect.github.com/MetaMask/create-release-branch/issues/162">#162</a>)</li> <li><a href="https://github.com/MetaMask/create-release-branch/commit/51f2db666e835ebb30fbcfd37bdd46a1935dc3a1"><code>51f2db6</code></a> feat: allow <code>npm:name@version</code> dependency redirections in manifest (<a href="https://redirect.github.com/MetaMask/create-release-branch/issues/158">#158</a>)</li> <li>See full diff in <a href="https://github.com/MetaMask/create-release-branch/compare/v4.0.0...v4.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@metamask/create-release-branch&package-manager=npm_and_yarn&previous-version=4.0.0&new-version=4.1.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 618c374 commit 735fbe9

File tree

2 files changed

+91
-7
lines changed

2 files changed

+91
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
6969
"@babel/preset-typescript": "^7.23.3",
7070
"@lavamoat/allow-scripts": "^3.2.1",
71-
"@metamask/create-release-branch": "^4.0.0",
71+
"@metamask/create-release-branch": "^4.1.0",
7272
"@metamask/eslint-config": "^14.0.0",
7373
"@metamask/eslint-config-jest": "^14.0.0",
7474
"@metamask/eslint-config-nodejs": "^14.0.0",

yarn.lock

Lines changed: 90 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3159,25 +3159,28 @@ __metadata:
31593159
languageName: node
31603160
linkType: hard
31613161

3162-
"@metamask/create-release-branch@npm:^4.0.0":
3163-
version: 4.0.0
3164-
resolution: "@metamask/create-release-branch@npm:4.0.0"
3162+
"@metamask/create-release-branch@npm:^4.1.0":
3163+
version: 4.1.0
3164+
resolution: "@metamask/create-release-branch@npm:4.1.0"
31653165
dependencies:
31663166
"@metamask/action-utils": "npm:^1.0.0"
31673167
"@metamask/auto-changelog": "npm:^4.0.0"
31683168
"@metamask/utils": "npm:^9.0.0"
31693169
debug: "npm:^4.3.4"
31703170
execa: "npm:^8.0.1"
3171+
express: "npm:^4.21.2"
3172+
open: "npm:^10.1.0"
31713173
pony-cause: "npm:^2.1.9"
31723174
semver: "npm:^7.5.4"
3175+
validate-npm-package-name: "npm:^5.0.0"
31733176
which: "npm:^3.0.0"
31743177
yaml: "npm:^2.2.2"
31753178
yargs: "npm:^17.7.1"
31763179
peerDependencies:
31773180
prettier: ">=3.0.0"
31783181
bin:
31793182
create-release-branch: bin/create-release-branch.js
3180-
checksum: 10/891ed4374e4caed4f7a97d57d095798fc5b31234729917276bd7f7888987e3ee1464393d75846e1379c3b7d46c482a14a0594b7f7b814fce75ce8c8a85e9c4cd
3183+
checksum: 10/e620f16e0f1746c6b901816de78f68d3d573b354f90e0be150695827e00b851477cc44922de4f3b163fe7c5023047c6c01491d5d5bcb08bf5881b8a66090aab9
31813184
languageName: node
31823185
linkType: hard
31833186

@@ -3386,7 +3389,7 @@ __metadata:
33863389
"@babel/plugin-transform-modules-commonjs": "npm:^7.23.3"
33873390
"@babel/preset-typescript": "npm:^7.23.3"
33883391
"@lavamoat/allow-scripts": "npm:^3.2.1"
3389-
"@metamask/create-release-branch": "npm:^4.0.0"
3392+
"@metamask/create-release-branch": "npm:^4.1.0"
33903393
"@metamask/eslint-config": "npm:^14.0.0"
33913394
"@metamask/eslint-config-jest": "npm:^14.0.0"
33923395
"@metamask/eslint-config-nodejs": "npm:^14.0.0"
@@ -7740,6 +7743,15 @@ __metadata:
77407743
languageName: node
77417744
linkType: hard
77427745

7746+
"bundle-name@npm:^4.1.0":
7747+
version: 4.1.0
7748+
resolution: "bundle-name@npm:4.1.0"
7749+
dependencies:
7750+
run-applescript: "npm:^7.0.0"
7751+
checksum: 10/1d966c8d2dbf4d9d394e53b724ac756c2414c45c01340b37743621f59cc565a435024b394ddcb62b9b335d1c9a31f4640eb648c3fec7f97ee74dc0694c9beb6c
7752+
languageName: node
7753+
linkType: hard
7754+
77437755
"bytes@npm:3.1.2":
77447756
version: 3.1.2
77457757
resolution: "bytes@npm:3.1.2"
@@ -9093,6 +9105,23 @@ __metadata:
90939105
languageName: node
90949106
linkType: hard
90959107

9108+
"default-browser-id@npm:^5.0.0":
9109+
version: 5.0.0
9110+
resolution: "default-browser-id@npm:5.0.0"
9111+
checksum: 10/185bfaecec2c75fa423544af722a3469b20704c8d1942794a86e4364fe7d9e8e9f63241a5b769d61c8151993bc65833a5b959026fa1ccea343b3db0a33aa6deb
9112+
languageName: node
9113+
linkType: hard
9114+
9115+
"default-browser@npm:^5.2.1":
9116+
version: 5.2.1
9117+
resolution: "default-browser@npm:5.2.1"
9118+
dependencies:
9119+
bundle-name: "npm:^4.1.0"
9120+
default-browser-id: "npm:^5.0.0"
9121+
checksum: 10/afab7eff7b7f5f7a94d9114d1ec67273d3fbc539edf8c0f80019879d53aa71e867303c6f6d7cffeb10a6f3cfb59d4f963dba3f9c96830b4540cc7339a1bf9840
9122+
languageName: node
9123+
linkType: hard
9124+
90969125
"default-gateway@npm:^4.2.0":
90979126
version: 4.2.0
90989127
resolution: "default-gateway@npm:4.2.0"
@@ -9130,6 +9159,13 @@ __metadata:
91309159
languageName: node
91319160
linkType: hard
91329161

9162+
"define-lazy-prop@npm:^3.0.0":
9163+
version: 3.0.0
9164+
resolution: "define-lazy-prop@npm:3.0.0"
9165+
checksum: 10/f28421cf9ee86eecaf5f3b8fe875f13d7009c2625e97645bfff7a2a49aca678270b86c39f9c32939e5ca7ab96b551377ed4139558c795e076774287ad3af1aa4
9166+
languageName: node
9167+
linkType: hard
9168+
91339169
"define-properties@npm:^1.2.0, define-properties@npm:^1.2.1":
91349170
version: 1.2.1
91359171
resolution: "define-properties@npm:1.2.1"
@@ -10770,7 +10806,7 @@ __metadata:
1077010806
languageName: node
1077110807
linkType: hard
1077210808

10773-
"express@npm:^4.17.1":
10809+
"express@npm:^4.17.1, express@npm:^4.21.2":
1077410810
version: 4.21.2
1077510811
resolution: "express@npm:4.21.2"
1077610812
dependencies:
@@ -12595,6 +12631,15 @@ __metadata:
1259512631
languageName: node
1259612632
linkType: hard
1259712633

12634+
"is-docker@npm:^3.0.0":
12635+
version: 3.0.0
12636+
resolution: "is-docker@npm:3.0.0"
12637+
bin:
12638+
is-docker: cli.js
12639+
checksum: 10/b698118f04feb7eaf3338922bd79cba064ea54a1c3db6ec8c0c8d8ee7613e7e5854d802d3ef646812a8a3ace81182a085dfa0a71cc68b06f3fa794b9783b3c90
12640+
languageName: node
12641+
linkType: hard
12642+
1259812643
"is-dom@npm:^1.0.0":
1259912644
version: 1.1.0
1260012645
resolution: "is-dom@npm:1.1.0"
@@ -12711,6 +12756,17 @@ __metadata:
1271112756
languageName: node
1271212757
linkType: hard
1271312758

12759+
"is-inside-container@npm:^1.0.0":
12760+
version: 1.0.0
12761+
resolution: "is-inside-container@npm:1.0.0"
12762+
dependencies:
12763+
is-docker: "npm:^3.0.0"
12764+
bin:
12765+
is-inside-container: cli.js
12766+
checksum: 10/c50b75a2ab66ab3e8b92b3bc534e1ea72ca25766832c0623ac22d134116a98bcf012197d1caabe1d1c4bd5f84363d4aa5c36bb4b585fbcaf57be172cd10a1a03
12767+
languageName: node
12768+
linkType: hard
12769+
1271412770
"is-interactive@npm:^1.0.0":
1271512771
version: 1.0.0
1271612772
resolution: "is-interactive@npm:1.0.0"
@@ -12969,6 +13025,15 @@ __metadata:
1296913025
languageName: node
1297013026
linkType: hard
1297113027

13028+
"is-wsl@npm:^3.1.0":
13029+
version: 3.1.0
13030+
resolution: "is-wsl@npm:3.1.0"
13031+
dependencies:
13032+
is-inside-container: "npm:^1.0.0"
13033+
checksum: 10/f9734c81f2f9cf9877c5db8356bfe1ff61680f1f4c1011e91278a9c0564b395ae796addb4bf33956871041476ec82c3e5260ed57b22ac91794d4ae70a1d2f0a9
13034+
languageName: node
13035+
linkType: hard
13036+
1297213037
"isarray@npm:1.0.0, isarray@npm:^1.0.0, isarray@npm:~1.0.0":
1297313038
version: 1.0.0
1297413039
resolution: "isarray@npm:1.0.0"
@@ -16105,6 +16170,18 @@ __metadata:
1610516170
languageName: node
1610616171
linkType: hard
1610716172

16173+
"open@npm:^10.1.0":
16174+
version: 10.1.0
16175+
resolution: "open@npm:10.1.0"
16176+
dependencies:
16177+
default-browser: "npm:^5.2.1"
16178+
define-lazy-prop: "npm:^3.0.0"
16179+
is-inside-container: "npm:^1.0.0"
16180+
is-wsl: "npm:^3.1.0"
16181+
checksum: 10/a9c4105243a1b3c5312bf2aeb678f78d31f00618b5100088ee01eed2769963ea1f2dd464ac8d93cef51bba2d911e1a9c0c34a753ec7b91d6b22795903ea6647a
16182+
languageName: node
16183+
linkType: hard
16184+
1610816185
"open@npm:^6.2.0":
1610916186
version: 6.4.0
1611016187
resolution: "open@npm:6.4.0"
@@ -18026,6 +18103,13 @@ __metadata:
1802618103
languageName: node
1802718104
linkType: hard
1802818105

18106+
"run-applescript@npm:^7.0.0":
18107+
version: 7.0.0
18108+
resolution: "run-applescript@npm:7.0.0"
18109+
checksum: 10/b02462454d8b182ad4117e5d4626e9e6782eb2072925c9fac582170b0627ae3c1ea92ee9b2df7daf84b5e9ffe14eb1cf5fb70bc44b15c8a0bfcdb47987e2410c
18110+
languageName: node
18111+
linkType: hard
18112+
1802918113
"run-parallel@npm:^1.1.9":
1803018114
version: 1.2.0
1803118115
resolution: "run-parallel@npm:1.2.0"

0 commit comments

Comments
 (0)