From 321135f81ec5eb8f1694de78ab7af472651dc0df Mon Sep 17 00:00:00 2001 From: ffmcgee Date: Thu, 16 Apr 2026 11:55:20 +0200 Subject: [PATCH 1/4] refactor: rename connect-monorepo to metamask-connect --- README.md | 2 +- docs/contributing.md | 4 ++-- package.json | 4 ++-- packages/analytics/README.md | 2 +- packages/analytics/package.json | 6 +++--- packages/connect-evm/README.md | 2 +- packages/connect-evm/package.json | 4 ++-- packages/connect-multichain/README.md | 2 +- packages/connect-multichain/package.json | 6 +++--- packages/connect-solana/README.md | 2 +- packages/connect-solana/package.json | 6 +++--- packages/connect/README.md | 2 +- packages/connect/package.json | 6 +++--- packages/multichain-ui/package.json | 6 +++--- playground/browser-playground/package.json | 4 ++-- playground/node-playground/package.json | 6 +++--- playground/playground-ui/package.json | 4 ++-- playground/react-native-playground/README.md | 14 +++++++------- playground/react-native-playground/package.json | 6 +++--- scripts/bump-dependent-playgrounds.ts | 4 ++-- scripts/create-package/package-template/README.md | 2 +- .../create-package/package-template/package.json | 6 +++--- scripts/generate-preview-build-message.ts | 2 +- 23 files changed, 51 insertions(+), 51 deletions(-) diff --git a/README.md b/README.md index 4644aa81..5d994a72 100644 --- a/README.md +++ b/README.md @@ -221,7 +221,7 @@ MetaMask Connect has been independently audited. Reports are stored in the [`aud | Auditor | Report | Date | Scope | Findings | | --------------------------- | ----------------------------------------------------------- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------- | -| [Cyfrin](https://cyfrin.io) | [PDF](./audits/2026-03-05-cyfrin-metamask-connect-v2.0.pdf) | March 2026 | Cryptographic implementation (ECIES, key management), session management, transport layer security, input validation, third-party dependency review across `connect-monorepo`, `mobile-wallet-protocol`, `metamask-mobile`, `metamask-extension`, and relay server | 14 issues (0 critical, 1 high, 5 medium, 5 low, 3 informational) — 12 resolved, 2 acknowledged | +| [Cyfrin](https://cyfrin.io) | [PDF](./audits/2026-03-05-cyfrin-metamask-connect-v2.0.pdf) | March 2026 | Cryptographic implementation (ECIES, key management), session management, transport layer security, input validation, third-party dependency review across `metamask-connect`, `mobile-wallet-protocol`, `metamask-mobile`, `metamask-extension`, and relay server | 14 issues (0 critical, 1 high, 5 medium, 5 low, 3 informational) — 12 resolved, 2 acknowledged | ## Contributing diff --git a/docs/contributing.md b/docs/contributing.md index a325f261..9dce7945 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -111,10 +111,10 @@ If you're developing your project locally and want to test changes to a package, > **Example:** > - > - If your project uses Yarn, `@metamask/wallet-utils` is listed in dependencies at `^1.1.4`, and your clone of this repo (`connect-monorepo`) is at the same level as your project, add the following to `resolutions`: + > - If your project uses Yarn, `@metamask/wallet-utils` is listed in dependencies at `^1.1.4`, and your clone of this repo (`metamask-connect`) is at the same level as your project, add the following to `resolutions`: > > ``` - > "@metamask/wallet-utils@^1.1.4": "file:../connect-monorepo/packages/controller-utils" + > "@metamask/wallet-utils@^1.1.4": "file:../metamask-connect/packages/controller-utils" > ``` 4. Run `yarn install`. diff --git a/package.json b/package.json index 589d0d7d..4cd8121e 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { - "name": "@metamask/connect-monorepo", + "name": "@metamask/metamask-connect", "version": "27.0.0", "private": true, "description": "MetaMask Connect Monorepo", "repository": { "type": "git", - "url": "https://github.com/MetaMask/connect-monorepo.git" + "url": "https://github.com/MetaMask/metamask-connect.git" }, "files": [], "workspaces": [ diff --git a/packages/analytics/README.md b/packages/analytics/README.md index 97e2133f..c3d298b7 100644 --- a/packages/analytics/README.md +++ b/packages/analytics/README.md @@ -12,4 +12,4 @@ or ## Contributing -This package is part of a monorepo. Instructions for contributing can be found in the [monorepo README](https://github.com/MetaMask/connect-monorepo#readme). +This package is part of a monorepo. Instructions for contributing can be found in the [monorepo README](https://github.com/MetaMask/metamask-connect#readme). diff --git a/packages/analytics/package.json b/packages/analytics/package.json index a2052072..47f69c03 100644 --- a/packages/analytics/package.json +++ b/packages/analytics/package.json @@ -6,13 +6,13 @@ "MetaMask", "Ethereum" ], - "homepage": "https://github.com/MetaMask/connect-monorepo/tree/main/packages/analytics#readme", + "homepage": "https://github.com/MetaMask/metamask-connect/tree/main/packages/analytics#readme", "bugs": { - "url": "https://github.com/MetaMask/connect-monorepo/issues" + "url": "https://github.com/MetaMask/metamask-connect/issues" }, "repository": { "type": "git", - "url": "https://github.com/MetaMask/connect-monorepo.git" + "url": "https://github.com/MetaMask/metamask-connect.git" }, "license": "SEE LICENSE IN LICENSE", "sideEffects": false, diff --git a/packages/connect-evm/README.md b/packages/connect-evm/README.md index ade1dad6..ca6e8893 100644 --- a/packages/connect-evm/README.md +++ b/packages/connect-evm/README.md @@ -575,7 +575,7 @@ type AddEthereumChainParameter = { ## Contributing -This package is part of a monorepo. Instructions for contributing can be found in the [monorepo README](https://github.com/MetaMask/connect-monorepo#readme). +This package is part of a monorepo. Instructions for contributing can be found in the [monorepo README](https://github.com/MetaMask/metamask-connect#readme). ## License diff --git a/packages/connect-evm/package.json b/packages/connect-evm/package.json index 4b0f5ace..ce0ec044 100644 --- a/packages/connect-evm/package.json +++ b/packages/connect-evm/package.json @@ -6,13 +6,13 @@ "MetaMask", "Ethereum" ], - "homepage": "https://github.com/MetaMask/connect-monorepo/tree/main/packages/connect-evm#readme", + "homepage": "https://github.com/MetaMask/metamask-connect/tree/main/packages/connect-evm#readme", "bugs": { "url": "" }, "repository": { "type": "git", - "url": "https://github.com/MetaMask/connect-monorepo.git" + "url": "https://github.com/MetaMask/metamask-connect.git" }, "license": "SEE LICENSE IN LICENSE", "sideEffects": false, diff --git a/packages/connect-multichain/README.md b/packages/connect-multichain/README.md index b8024669..bb258efe 100644 --- a/packages/connect-multichain/README.md +++ b/packages/connect-multichain/README.md @@ -435,7 +435,7 @@ await client.connect(['eip155:1'], []); ## Contributing -This package is part of a monorepo. Instructions for contributing can be found in the [monorepo README](https://github.com/MetaMask/connect-monorepo#readme). +This package is part of a monorepo. Instructions for contributing can be found in the [monorepo README](https://github.com/MetaMask/metamask-connect#readme). ## License diff --git a/packages/connect-multichain/package.json b/packages/connect-multichain/package.json index 30eae41b..ceaeb9df 100644 --- a/packages/connect-multichain/package.json +++ b/packages/connect-multichain/package.json @@ -6,13 +6,13 @@ "MetaMask", "Ethereum" ], - "homepage": "https://github.com/MetaMask/connect-monorepo/tree/main/packages/multichain#readme", + "homepage": "https://github.com/MetaMask/metamask-connect/tree/main/packages/multichain#readme", "bugs": { - "url": "https://github.com/MetaMask/connect-monorepo/issues" + "url": "https://github.com/MetaMask/metamask-connect/issues" }, "repository": { "type": "git", - "url": "https://github.com/MetaMask/connect-monorepo.git" + "url": "https://github.com/MetaMask/metamask-connect.git" }, "license": "SEE LICENSE IN LICENSE", "sideEffects": [ diff --git a/packages/connect-solana/README.md b/packages/connect-solana/README.md index 1dc26cbf..2157c9fc 100644 --- a/packages/connect-solana/README.md +++ b/packages/connect-solana/README.md @@ -221,7 +221,7 @@ yarn workspace @metamask/connect-solana run lint ## Contributing -This package is part of a monorepo. Instructions for contributing can be found in the [monorepo README](https://github.com/MetaMask/connect-monorepo#readme). +This package is part of a monorepo. Instructions for contributing can be found in the [monorepo README](https://github.com/MetaMask/metamask-connect#readme). ## License diff --git a/packages/connect-solana/package.json b/packages/connect-solana/package.json index d2faf67b..0d988415 100644 --- a/packages/connect-solana/package.json +++ b/packages/connect-solana/package.json @@ -6,13 +6,13 @@ "MetaMask", "Solana" ], - "homepage": "https://github.com/MetaMask/connect-monorepo/tree/main/packages/connect-solana#readme", + "homepage": "https://github.com/MetaMask/metamask-connect/tree/main/packages/connect-solana#readme", "bugs": { - "url": "https://github.com/MetaMask/connect-monorepo/issues" + "url": "https://github.com/MetaMask/metamask-connect/issues" }, "repository": { "type": "git", - "url": "https://github.com/MetaMask/connect-monorepo.git" + "url": "https://github.com/MetaMask/metamask-connect.git" }, "license": "SEE LICENSE IN LICENSE", "sideEffects": false, diff --git a/packages/connect/README.md b/packages/connect/README.md index 463b13c0..21d05853 100644 --- a/packages/connect/README.md +++ b/packages/connect/README.md @@ -136,4 +136,4 @@ See [@metamask/connect-multichain](../connect-multichain/README.md) for detailed ## Contributing -This package is part of a monorepo. Instructions for contributing can be found in the [monorepo README](https://github.com/MetaMask/connect-monorepo#readme). +This package is part of a monorepo. Instructions for contributing can be found in the [monorepo README](https://github.com/MetaMask/metamask-connect#readme). diff --git a/packages/connect/package.json b/packages/connect/package.json index 5dbc636f..cd3e0e71 100644 --- a/packages/connect/package.json +++ b/packages/connect/package.json @@ -6,13 +6,13 @@ "MetaMask", "Ethereum" ], - "homepage": "https://github.com/MetaMask/connect-monorepo/tree/main/packages/connect#readme", + "homepage": "https://github.com/MetaMask/metamask-connect/tree/main/packages/connect#readme", "bugs": { - "url": "https://github.com/MetaMask/connect-monorepo/issues" + "url": "https://github.com/MetaMask/metamask-connect/issues" }, "repository": { "type": "git", - "url": "https://github.com/MetaMask/connect-monorepo.git" + "url": "https://github.com/MetaMask/metamask-connect.git" }, "license": "SEE LICENSE IN LICENSE", "sideEffects": false, diff --git a/packages/multichain-ui/package.json b/packages/multichain-ui/package.json index b531f927..ca0564f0 100644 --- a/packages/multichain-ui/package.json +++ b/packages/multichain-ui/package.json @@ -6,13 +6,13 @@ "MetaMask", "Ethereum" ], - "homepage": "https://github.com/MetaMask/connect-monorepo/tree/main/packages/multichain-ui#readme", + "homepage": "https://github.com/MetaMask/metamask-connect/tree/main/packages/multichain-ui#readme", "bugs": { - "url": "https://github.com/MetaMask/connect-monorepo/issues" + "url": "https://github.com/MetaMask/metamask-connect/issues" }, "repository": { "type": "git", - "url": "https://github.com/MetaMask/connect-monorepo.git" + "url": "https://github.com/MetaMask/metamask-connect.git" }, "license": "SEE LICENSE IN LICENSE", "sideEffects": false, diff --git a/playground/browser-playground/package.json b/playground/browser-playground/package.json index ba73a76c..3680e658 100644 --- a/playground/browser-playground/package.json +++ b/playground/browser-playground/package.json @@ -8,11 +8,11 @@ ], "homepage": ".", "bugs": { - "url": "https://github.com/MetaMask/connect-monorepo/issues" + "url": "https://github.com/MetaMask/metamask-connect/issues" }, "repository": { "type": "git", - "url": "https://github.com/MetaMask/connect-monorepo.git" + "url": "https://github.com/MetaMask/metamask-connect.git" }, "license": "UNLICENSED", "exports": { diff --git a/playground/node-playground/package.json b/playground/node-playground/package.json index ac234973..04c6d26e 100644 --- a/playground/node-playground/package.json +++ b/playground/node-playground/package.json @@ -7,13 +7,13 @@ "MetaMask", "Ethereum" ], - "homepage": "https://github.com/MetaMask/connect-monorepo/tree/main/playground/node-playground#readme", + "homepage": "https://github.com/MetaMask/metamask-connect/tree/main/playground/node-playground#readme", "bugs": { - "url": "https://github.com/MetaMask/connect-monorepo/issues" + "url": "https://github.com/MetaMask/metamask-connect/issues" }, "repository": { "type": "git", - "url": "https://github.com/MetaMask/connect-monorepo.git" + "url": "https://github.com/MetaMask/metamask-connect.git" }, "license": "UNLICENSED", "sideEffects": false, diff --git a/playground/playground-ui/package.json b/playground/playground-ui/package.json index 7f18dccc..c4ee1ff1 100644 --- a/playground/playground-ui/package.json +++ b/playground/playground-ui/package.json @@ -9,13 +9,13 @@ "playground", "UI" ], - "homepage": "https://github.com/MetaMask/connect-monorepo/tree/main/playground/playground-ui#readme", + "homepage": "https://github.com/MetaMask/metamask-connect/tree/main/playground/playground-ui#readme", "bugs": { "url": "" }, "repository": { "type": "git", - "url": "https://github.com/MetaMask/connect-monorepo.git" + "url": "https://github.com/MetaMask/metamask-connect.git" }, "license": "UNLICENSED", "sideEffects": false, diff --git a/playground/react-native-playground/README.md b/playground/react-native-playground/README.md index 17ed0609..f6b55bd3 100644 --- a/playground/react-native-playground/README.md +++ b/playground/react-native-playground/README.md @@ -150,7 +150,7 @@ See [scripts/README.md](./scripts/README.md) for detailed polyfill documentation ### CI Secrets (GitHub Actions) -The following secrets must be configured in the connect-monorepo repository +The following secrets must be configured in the metamask-connect repository settings for the APK CI build workflow: | Secret | Required | Description | @@ -218,7 +218,7 @@ android/app/build/outputs/apk/release/app-release.apk # Fetch the APK for a specific playground version TAG="@metamask/react-native-playground@0.1.2" curl -fsSL -H "Authorization: token $GITHUB_TOKEN" \ - "https://api.github.com/repos/MetaMask/connect-monorepo/releases/tags/$TAG" \ + "https://api.github.com/repos/MetaMask/metamask-connect/releases/tags/$TAG" \ | jq -r '.assets[] | select(.name | startswith("rn-playground-")) | .browser_download_url' \ | xargs curl -fsSL -o rn-playground.apk ``` @@ -238,9 +238,9 @@ BrowserStack. Three upload approaches were evaluated: | Approach | Description | Recommendation | | ----------------------------- | ----------------------------------------------------------------------------------------------- | --------------- | -| Upload in connect-monorepo CI | Release pipeline uploads APK to BrowserStack; stores `bs://` URL as a release artifact | Not recommended | +| Upload in metamask-connect CI | Release pipeline uploads APK to BrowserStack; stores `bs://` URL as a release artifact | Not recommended | | Upload in metamask-mobile CI | metamask-mobile downloads APK from GitHub Releases, uploads to BrowserStack before tests | **Recommended** | -| Hybrid | connect-monorepo publishes to GitHub Releases; metamask-mobile fetches, uploads, caches `bs://` | Acceptable | +| Hybrid | metamask-connect publishes to GitHub Releases; metamask-mobile fetches, uploads, caches `bs://` | Acceptable | ### Recommended approach: Upload in metamask-mobile CI @@ -249,7 +249,7 @@ BrowserStack. Three upload approaches were evaluated: 1. **Credential scoping** — BrowserStack credentials (`BROWSERSTACK_USERNAME`, `BROWSERSTACK_ACCESS_KEY`) remain scoped to the metamask-mobile repo where they are already configured and used for all other BrowserStack uploads. - Adding them to connect-monorepo would expand the secret surface area. + Adding them to metamask-connect would expand the secret surface area. 2. **Consistency** — The existing metamask-mobile pattern (build/download APK → upload to BrowserStack → run tests) already works for the MetaMask wallet @@ -258,7 +258,7 @@ BrowserStack. Three upload approaches were evaluated: 3. **Freshness control** — BrowserStack apps expire after 30 days of inactivity. Uploading per-test-run guarantees the APK is always available regardless of - connect-monorepo release cadence. + metamask-connect release cadence. 4. **Version pinning** — metamask-mobile controls which playground version to test via `RN_PLAYGROUND_APK_VERSION` (env var or repo variable), enabling @@ -269,7 +269,7 @@ BrowserStack. Three upload approaches were evaluated: The `run-performance-e2e.yml` workflow in metamask-mobile includes a `fetch-rn-playground-apk` job that: -1. Downloads the playground APK from connect-monorepo GitHub Releases using +1. Downloads the playground APK from metamask-connect GitHub Releases using `scripts/fetch-rn-playground-apk.sh` 2. Uploads it to BrowserStack via the App Automate REST API 3. Passes the resulting `bs://` URL to mm-connect test jobs via the diff --git a/playground/react-native-playground/package.json b/playground/react-native-playground/package.json index 6bb308b8..357e7318 100644 --- a/playground/react-native-playground/package.json +++ b/playground/react-native-playground/package.json @@ -7,13 +7,13 @@ "MetaMask", "Ethereum" ], - "homepage": "https://github.com/MetaMask/connect-monorepo/tree/main/playground/react-native-playground#readme", + "homepage": "https://github.com/MetaMask/metamask-connect/tree/main/playground/react-native-playground#readme", "bugs": { - "url": "https://github.com/MetaMask/connect-monorepo/issues" + "url": "https://github.com/MetaMask/metamask-connect/issues" }, "repository": { "type": "git", - "url": "https://github.com/MetaMask/connect-monorepo.git" + "url": "https://github.com/MetaMask/metamask-connect.git" }, "license": "UNLICENSED", "main": "expo-router/entry", diff --git a/scripts/bump-dependent-playgrounds.ts b/scripts/bump-dependent-playgrounds.ts index 93fc2b7b..ceb376ad 100644 --- a/scripts/bump-dependent-playgrounds.ts +++ b/scripts/bump-dependent-playgrounds.ts @@ -238,7 +238,7 @@ ${depsList} // Update the links at the bottom const unreleasedLinkPattern = new RegExp( - `\\[Unreleased\\]: (https://github\\.com/MetaMask/connect-monorepo/compare/${packageName.replace(/\//gu, '\\/')}@)[\\d.]+\\.\\.\\.HEAD`, + `\\[Unreleased\\]: (https://github\\.com/MetaMask/metamask-connect/compare/${packageName.replace(/\//gu, '\\/')}@)[\\d.]+\\.\\.\\.HEAD`, 'u', ); @@ -259,7 +259,7 @@ ${depsList} const previousVersionMatch = firstLink.match(/\[(\d+\.\d+\.\d+)\]/u); if (previousVersionMatch) { const prevVersion = previousVersionMatch[1]; - const newVersionLink = `[${newVersion}]: https://github.com/MetaMask/connect-monorepo/compare/${packageName}@${prevVersion}...${packageName}@${newVersion}\n`; + const newVersionLink = `[${newVersion}]: https://github.com/MetaMask/metamask-connect/compare/${packageName}@${prevVersion}...${packageName}@${newVersion}\n`; changelog = changelog.replace( firstLink, `${newVersionLink}${firstLink}`, diff --git a/scripts/create-package/package-template/README.md b/scripts/create-package/package-template/README.md index 9d336f64..2276a21a 100644 --- a/scripts/create-package/package-template/README.md +++ b/scripts/create-package/package-template/README.md @@ -12,4 +12,4 @@ or ## Contributing -This package is part of a monorepo. Instructions for contributing can be found in the [monorepo README](https://github.com/MetaMask/connect-monorepo#readme). +This package is part of a monorepo. Instructions for contributing can be found in the [monorepo README](https://github.com/MetaMask/metamask-connect#readme). diff --git a/scripts/create-package/package-template/package.json b/scripts/create-package/package-template/package.json index b18cd5eb..c9c1cd44 100644 --- a/scripts/create-package/package-template/package.json +++ b/scripts/create-package/package-template/package.json @@ -6,13 +6,13 @@ "MetaMask", "Ethereum" ], - "homepage": "https://github.com/MetaMask/connect-monorepo/tree/main/packages/PACKAGE_DIRECTORY_NAME#readme", + "homepage": "https://github.com/MetaMask/metamask-connect/tree/main/packages/PACKAGE_DIRECTORY_NAME#readme", "bugs": { - "url": "https://github.com/MetaMask/connect-monorepo/issues" + "url": "https://github.com/MetaMask/metamask-connect/issues" }, "repository": { "type": "git", - "url": "https://github.com/MetaMask/connect-monorepo.git" + "url": "https://github.com/MetaMask/metamask-connect.git" }, "license": "SEE LICENSE IN LICENSE", "sideEffects": false, diff --git a/scripts/generate-preview-build-message.ts b/scripts/generate-preview-build-message.ts index 1e305c6d..d085fd2e 100644 --- a/scripts/generate-preview-build-message.ts +++ b/scripts/generate-preview-build-message.ts @@ -30,7 +30,7 @@ async function main(): Promise { } const previewBuildMessage = ` -Preview builds have been published. [See these instructions](https://github.com/MetaMask/connect-monorepo/blob/main/docs/contributing.md#using-packages-in-other-projects-during-developmenttesting) for more information about preview builds. +Preview builds have been published. [See these instructions](https://github.com/MetaMask/metamask-connect/blob/main/docs/contributing.md#using-packages-in-other-projects-during-developmenttesting) for more information about preview builds.
From 82198fa173e6562113b6035cb5a139a9d10e2287 Mon Sep 17 00:00:00 2001 From: ffmcgee Date: Thu, 16 Apr 2026 12:02:51 +0200 Subject: [PATCH 2/4] yarn --- yarn.lock | 106 +++++++++++++++++++++++++++--------------------------- 1 file changed, 53 insertions(+), 53 deletions(-) diff --git a/yarn.lock b/yarn.lock index 05a0fb19..f5120ebe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4013,59 +4013,6 @@ __metadata: languageName: unknown linkType: soft -"@metamask/connect-monorepo@workspace:.": - version: 0.0.0-use.local - resolution: "@metamask/connect-monorepo@workspace:." - dependencies: - "@babel/core": "npm:^7.28.4" - "@babel/plugin-transform-modules-commonjs": "npm:^7.23.3" - "@babel/preset-typescript": "npm:^7.23.3" - "@lavamoat/allow-scripts": "npm:^3.0.4" - "@metamask/create-release-branch": "npm:^4.1.3" - "@metamask/eslint-config": "npm:^14.0.0" - "@metamask/eslint-config-jest": "npm:^14.0.0" - "@metamask/eslint-config-nodejs": "npm:^14.0.0" - "@metamask/eslint-config-typescript": "npm:^14.0.0" - "@metamask/utils": "npm:^11.8.1" - "@ts-bridge/cli": "npm:^0.5.1" - "@types/jest": "npm:^29.5.14" - "@types/lodash": "npm:^4.14.191" - "@types/node": "npm:^22.9.0" - "@types/semver": "npm:^7" - "@typescript-eslint/eslint-plugin": "npm:^5.62.0" - "@typescript-eslint/parser": "npm:^5.62.0" - "@yarnpkg/types": "npm:^4.0.0" - babel-jest: "npm:^27.5.1" - depcheck: "npm:^1.4.7" - eslint: "npm:^9.25.0" - eslint-config-prettier: "npm:^9.1.0" - eslint-import-resolver-typescript: "npm:^3.6.3" - eslint-interactive: "npm:^10.8.0" - eslint-plugin-import: "npm:2.26.0" - eslint-plugin-import-x: "npm:^4.3.0" - eslint-plugin-jest: "npm:^28.11.0" - eslint-plugin-jsdoc: "npm:^50.2.4" - eslint-plugin-n: "npm:^17.10.3" - eslint-plugin-prettier: "npm:^5.2.1" - eslint-plugin-promise: "npm:^7.1.0" - execa: "npm:^5.0.0" - jest: "npm:^29.6.4" - jest-silent-reporter: "npm:^0.5.0" - lodash: "npm:^4.17.21" - prettier: "npm:^3.3.3" - prettier-2: "npm:prettier@^2.8.8" - prettier-plugin-packagejson: "npm:^2.4.5" - rimraf: "npm:^5.0.5" - semver: "npm:^7.6.3" - simple-git-hooks: "npm:^2.8.0" - tsx: "npm:^4.19.3" - turbo: "npm:^2.8.17" - typescript: "npm:^5.9.3" - typescript-eslint: "npm:^8.10.0" - yargs: "npm:^17.7.2" - languageName: unknown - linkType: soft - "@metamask/connect-multichain@workspace:^, @metamask/connect-multichain@workspace:packages/connect-multichain": version: 0.0.0-use.local resolution: "@metamask/connect-multichain@workspace:packages/connect-multichain" @@ -4368,6 +4315,59 @@ __metadata: languageName: node linkType: hard +"@metamask/metamask-connect@workspace:.": + version: 0.0.0-use.local + resolution: "@metamask/metamask-connect@workspace:." + dependencies: + "@babel/core": "npm:^7.28.4" + "@babel/plugin-transform-modules-commonjs": "npm:^7.23.3" + "@babel/preset-typescript": "npm:^7.23.3" + "@lavamoat/allow-scripts": "npm:^3.0.4" + "@metamask/create-release-branch": "npm:^4.1.3" + "@metamask/eslint-config": "npm:^14.0.0" + "@metamask/eslint-config-jest": "npm:^14.0.0" + "@metamask/eslint-config-nodejs": "npm:^14.0.0" + "@metamask/eslint-config-typescript": "npm:^14.0.0" + "@metamask/utils": "npm:^11.8.1" + "@ts-bridge/cli": "npm:^0.5.1" + "@types/jest": "npm:^29.5.14" + "@types/lodash": "npm:^4.14.191" + "@types/node": "npm:^22.9.0" + "@types/semver": "npm:^7" + "@typescript-eslint/eslint-plugin": "npm:^5.62.0" + "@typescript-eslint/parser": "npm:^5.62.0" + "@yarnpkg/types": "npm:^4.0.0" + babel-jest: "npm:^27.5.1" + depcheck: "npm:^1.4.7" + eslint: "npm:^9.25.0" + eslint-config-prettier: "npm:^9.1.0" + eslint-import-resolver-typescript: "npm:^3.6.3" + eslint-interactive: "npm:^10.8.0" + eslint-plugin-import: "npm:2.26.0" + eslint-plugin-import-x: "npm:^4.3.0" + eslint-plugin-jest: "npm:^28.11.0" + eslint-plugin-jsdoc: "npm:^50.2.4" + eslint-plugin-n: "npm:^17.10.3" + eslint-plugin-prettier: "npm:^5.2.1" + eslint-plugin-promise: "npm:^7.1.0" + execa: "npm:^5.0.0" + jest: "npm:^29.6.4" + jest-silent-reporter: "npm:^0.5.0" + lodash: "npm:^4.17.21" + prettier: "npm:^3.3.3" + prettier-2: "npm:prettier@^2.8.8" + prettier-plugin-packagejson: "npm:^2.4.5" + rimraf: "npm:^5.0.5" + semver: "npm:^7.6.3" + simple-git-hooks: "npm:^2.8.0" + tsx: "npm:^4.19.3" + turbo: "npm:^2.8.17" + typescript: "npm:^5.9.3" + typescript-eslint: "npm:^8.10.0" + yargs: "npm:^17.7.2" + languageName: unknown + linkType: soft + "@metamask/mobile-wallet-protocol-core@npm:^0.4.0": version: 0.4.0 resolution: "@metamask/mobile-wallet-protocol-core@npm:0.4.0" From 497cd6bff5041da9cb2ceb10e4a8190d31c6f0db Mon Sep 17 00:00:00 2001 From: ffmcgee Date: Thu, 16 Apr 2026 12:18:49 +0200 Subject: [PATCH 3/4] docs: update link reference definitions in each changelog --- packages/analytics/CHANGELOG.md | 12 +++--- packages/connect-evm/CHANGELOG.md | 32 +++++++-------- packages/connect-multichain/CHANGELOG.md | 40 +++++++++---------- packages/connect-solana/CHANGELOG.md | 20 +++++----- packages/connect/CHANGELOG.md | 6 +-- packages/multichain-ui/CHANGELOG.md | 10 ++--- playground/browser-playground/CHANGELOG.md | 30 +++++++------- playground/node-playground/CHANGELOG.md | 2 +- playground/playground-ui/CHANGELOG.md | 2 +- .../react-native-playground/CHANGELOG.md | 22 +++++----- .../package-template/CHANGELOG.md | 2 +- 11 files changed, 89 insertions(+), 89 deletions(-) diff --git a/packages/analytics/CHANGELOG.md b/packages/analytics/CHANGELOG.md index 4d9987f7..f9f0cee2 100644 --- a/packages/analytics/CHANGELOG.md +++ b/packages/analytics/CHANGELOG.md @@ -45,9 +45,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[Unreleased]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/analytics@0.4.0...HEAD -[0.4.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/analytics@0.3.0...@metamask/analytics@0.4.0 -[0.3.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/analytics@0.2.0...@metamask/analytics@0.3.0 -[0.2.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/analytics@0.1.1...@metamask/analytics@0.2.0 -[0.1.1]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/analytics@0.1.0...@metamask/analytics@0.1.1 -[0.1.0]: https://github.com/MetaMask/connect-monorepo/releases/tag/@metamask/analytics@0.1.0 +[Unreleased]: https://github.com/MetaMask/metamask-connect/compare/@metamask/analytics@0.4.0...HEAD +[0.4.0]: https://github.com/MetaMask/metamask-connect/compare/@metamask/analytics@0.3.0...@metamask/analytics@0.4.0 +[0.3.0]: https://github.com/MetaMask/metamask-connect/compare/@metamask/analytics@0.2.0...@metamask/analytics@0.3.0 +[0.2.0]: https://github.com/MetaMask/metamask-connect/compare/@metamask/analytics@0.1.1...@metamask/analytics@0.2.0 +[0.1.1]: https://github.com/MetaMask/metamask-connect/compare/@metamask/analytics@0.1.0...@metamask/analytics@0.1.1 +[0.1.0]: https://github.com/MetaMask/metamask-connect/releases/tag/@metamask/analytics@0.1.0 diff --git a/packages/connect-evm/CHANGELOG.md b/packages/connect-evm/CHANGELOG.md index e98407d8..cfc7b5d9 100644 --- a/packages/connect-evm/CHANGELOG.md +++ b/packages/connect-evm/CHANGELOG.md @@ -176,19 +176,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release ([#58](https://github.com/MetaMask/connect-monorepo/pull/58)) -[Unreleased]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-evm@0.10.0...HEAD -[0.10.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-evm@0.9.1...@metamask/connect-evm@0.10.0 -[0.9.1]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-evm@0.9.0...@metamask/connect-evm@0.9.1 -[0.9.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-evm@0.8.0...@metamask/connect-evm@0.9.0 -[0.8.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-evm@0.7.0...@metamask/connect-evm@0.8.0 -[0.7.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-evm@0.6.0...@metamask/connect-evm@0.7.0 -[0.6.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-evm@0.5.0...@metamask/connect-evm@0.6.0 -[0.5.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-evm@0.4.1...@metamask/connect-evm@0.5.0 -[0.4.1]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-evm@0.4.0...@metamask/connect-evm@0.4.1 -[0.4.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-evm@0.3.1...@metamask/connect-evm@0.4.0 -[0.3.1]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-evm@0.3.0...@metamask/connect-evm@0.3.1 -[0.3.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-evm@0.2.0...@metamask/connect-evm@0.3.0 -[0.2.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-evm@0.1.2...@metamask/connect-evm@0.2.0 -[0.1.2]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-evm@0.1.1...@metamask/connect-evm@0.1.2 -[0.1.1]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-evm@0.1.0...@metamask/connect-evm@0.1.1 -[0.1.0]: https://github.com/MetaMask/connect-monorepo/releases/tag/@metamask/connect-evm@0.1.0 +[Unreleased]: https://github.com/MetaMask/metamask-connect/compare/@metamask/connect-evm@0.10.0...HEAD +[0.10.0]: https://github.com/MetaMask/metamask-connect/compare/@metamask/connect-evm@0.9.1...@metamask/connect-evm@0.10.0 +[0.9.1]: https://github.com/MetaMask/metamask-connect/compare/@metamask/connect-evm@0.9.0...@metamask/connect-evm@0.9.1 +[0.9.0]: https://github.com/MetaMask/metamask-connect/compare/@metamask/connect-evm@0.8.0...@metamask/connect-evm@0.9.0 +[0.8.0]: https://github.com/MetaMask/metamask-connect/compare/@metamask/connect-evm@0.7.0...@metamask/connect-evm@0.8.0 +[0.7.0]: https://github.com/MetaMask/metamask-connect/compare/@metamask/connect-evm@0.6.0...@metamask/connect-evm@0.7.0 +[0.6.0]: https://github.com/MetaMask/metamask-connect/compare/@metamask/connect-evm@0.5.0...@metamask/connect-evm@0.6.0 +[0.5.0]: https://github.com/MetaMask/metamask-connect/compare/@metamask/connect-evm@0.4.1...@metamask/connect-evm@0.5.0 +[0.4.1]: https://github.com/MetaMask/metamask-connect/compare/@metamask/connect-evm@0.4.0...@metamask/connect-evm@0.4.1 +[0.4.0]: https://github.com/MetaMask/metamask-connect/compare/@metamask/connect-evm@0.3.1...@metamask/connect-evm@0.4.0 +[0.3.1]: https://github.com/MetaMask/metamask-connect/compare/@metamask/connect-evm@0.3.0...@metamask/connect-evm@0.3.1 +[0.3.0]: https://github.com/MetaMask/metamask-connect/compare/@metamask/connect-evm@0.2.0...@metamask/connect-evm@0.3.0 +[0.2.0]: https://github.com/MetaMask/metamask-connect/compare/@metamask/connect-evm@0.1.2...@metamask/connect-evm@0.2.0 +[0.1.2]: https://github.com/MetaMask/metamask-connect/compare/@metamask/connect-evm@0.1.1...@metamask/connect-evm@0.1.2 +[0.1.1]: https://github.com/MetaMask/metamask-connect/compare/@metamask/connect-evm@0.1.0...@metamask/connect-evm@0.1.1 +[0.1.0]: https://github.com/MetaMask/metamask-connect/releases/tag/@metamask/connect-evm@0.1.0 diff --git a/packages/connect-multichain/CHANGELOG.md b/packages/connect-multichain/CHANGELOG.md index 1a9cea82..51289a1f 100644 --- a/packages/connect-multichain/CHANGELOG.md +++ b/packages/connect-multichain/CHANGELOG.md @@ -245,23 +245,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[Unreleased]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-multichain@0.12.0...HEAD -[0.12.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-multichain@0.11.1...@metamask/connect-multichain@0.12.0 -[0.11.1]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-multichain@0.11.0...@metamask/connect-multichain@0.11.1 -[0.11.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-multichain@0.10.0...@metamask/connect-multichain@0.11.0 -[0.10.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-multichain@0.9.0...@metamask/connect-multichain@0.10.0 -[0.9.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-multichain@0.8.0...@metamask/connect-multichain@0.9.0 -[0.8.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-multichain@0.7.0...@metamask/connect-multichain@0.8.0 -[0.7.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-multichain@0.6.0...@metamask/connect-multichain@0.7.0 -[0.6.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-multichain@0.5.3...@metamask/connect-multichain@0.6.0 -[0.5.3]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-multichain@0.5.2...@metamask/connect-multichain@0.5.3 -[0.5.2]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-multichain@0.5.1...@metamask/connect-multichain@0.5.2 -[0.5.1]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-multichain@0.5.0...@metamask/connect-multichain@0.5.1 -[0.5.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-multichain@0.4.0...@metamask/connect-multichain@0.5.0 -[0.4.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-multichain@0.3.2...@metamask/connect-multichain@0.4.0 -[0.3.2]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-multichain@0.3.1...@metamask/connect-multichain@0.3.2 -[0.3.1]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-multichain@0.3.0...@metamask/connect-multichain@0.3.1 -[0.3.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-multichain@0.2.1...@metamask/connect-multichain@0.3.0 -[0.2.1]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-multichain@0.2.0...@metamask/connect-multichain@0.2.1 -[0.2.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-multichain@0.1.0...@metamask/connect-multichain@0.2.0 -[0.1.0]: https://github.com/MetaMask/connect-monorepo/releases/tag/@metamask/connect-multichain@0.1.0 +[Unreleased]: https://github.com/MetaMask/metamask-connect/compare/@metamask/connect-multichain@0.12.0...HEAD +[0.12.0]: https://github.com/MetaMask/metamask-connect/compare/@metamask/connect-multichain@0.11.1...@metamask/connect-multichain@0.12.0 +[0.11.1]: https://github.com/MetaMask/metamask-connect/compare/@metamask/connect-multichain@0.11.0...@metamask/connect-multichain@0.11.1 +[0.11.0]: https://github.com/MetaMask/metamask-connect/compare/@metamask/connect-multichain@0.10.0...@metamask/connect-multichain@0.11.0 +[0.10.0]: https://github.com/MetaMask/metamask-connect/compare/@metamask/connect-multichain@0.9.0...@metamask/connect-multichain@0.10.0 +[0.9.0]: https://github.com/MetaMask/metamask-connect/compare/@metamask/connect-multichain@0.8.0...@metamask/connect-multichain@0.9.0 +[0.8.0]: https://github.com/MetaMask/metamask-connect/compare/@metamask/connect-multichain@0.7.0...@metamask/connect-multichain@0.8.0 +[0.7.0]: https://github.com/MetaMask/metamask-connect/compare/@metamask/connect-multichain@0.6.0...@metamask/connect-multichain@0.7.0 +[0.6.0]: https://github.com/MetaMask/metamask-connect/compare/@metamask/connect-multichain@0.5.3...@metamask/connect-multichain@0.6.0 +[0.5.3]: https://github.com/MetaMask/metamask-connect/compare/@metamask/connect-multichain@0.5.2...@metamask/connect-multichain@0.5.3 +[0.5.2]: https://github.com/MetaMask/metamask-connect/compare/@metamask/connect-multichain@0.5.1...@metamask/connect-multichain@0.5.2 +[0.5.1]: https://github.com/MetaMask/metamask-connect/compare/@metamask/connect-multichain@0.5.0...@metamask/connect-multichain@0.5.1 +[0.5.0]: https://github.com/MetaMask/metamask-connect/compare/@metamask/connect-multichain@0.4.0...@metamask/connect-multichain@0.5.0 +[0.4.0]: https://github.com/MetaMask/metamask-connect/compare/@metamask/connect-multichain@0.3.2...@metamask/connect-multichain@0.4.0 +[0.3.2]: https://github.com/MetaMask/metamask-connect/compare/@metamask/connect-multichain@0.3.1...@metamask/connect-multichain@0.3.2 +[0.3.1]: https://github.com/MetaMask/metamask-connect/compare/@metamask/connect-multichain@0.3.0...@metamask/connect-multichain@0.3.1 +[0.3.0]: https://github.com/MetaMask/metamask-connect/compare/@metamask/connect-multichain@0.2.1...@metamask/connect-multichain@0.3.0 +[0.2.1]: https://github.com/MetaMask/metamask-connect/compare/@metamask/connect-multichain@0.2.0...@metamask/connect-multichain@0.2.1 +[0.2.0]: https://github.com/MetaMask/metamask-connect/compare/@metamask/connect-multichain@0.1.0...@metamask/connect-multichain@0.2.0 +[0.1.0]: https://github.com/MetaMask/metamask-connect/releases/tag/@metamask/connect-multichain@0.1.0 diff --git a/packages/connect-solana/CHANGELOG.md b/packages/connect-solana/CHANGELOG.md index f0bff792..743acd13 100644 --- a/packages/connect-solana/CHANGELOG.md +++ b/packages/connect-solana/CHANGELOG.md @@ -73,13 +73,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[Unreleased]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-solana@0.8.0...HEAD -[0.8.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-solana@0.7.1...@metamask/connect-solana@0.8.0 -[0.7.1]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-solana@0.7.0...@metamask/connect-solana@0.7.1 -[0.7.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-solana@0.6.0...@metamask/connect-solana@0.7.0 -[0.6.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-solana@0.5.0...@metamask/connect-solana@0.6.0 -[0.5.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-solana@0.4.0...@metamask/connect-solana@0.5.0 -[0.4.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-solana@0.3.0...@metamask/connect-solana@0.4.0 -[0.3.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-solana@0.2.0...@metamask/connect-solana@0.3.0 -[0.2.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-solana@0.1.0...@metamask/connect-solana@0.2.0 -[0.1.0]: https://github.com/MetaMask/connect-monorepo/releases/tag/@metamask/connect-solana@0.1.0 +[Unreleased]: https://github.com/MetaMask/metamask-connect/compare/@metamask/connect-solana@0.8.0...HEAD +[0.8.0]: https://github.com/MetaMask/metamask-connect/compare/@metamask/connect-solana@0.7.1...@metamask/connect-solana@0.8.0 +[0.7.1]: https://github.com/MetaMask/metamask-connect/compare/@metamask/connect-solana@0.7.0...@metamask/connect-solana@0.7.1 +[0.7.0]: https://github.com/MetaMask/metamask-connect/compare/@metamask/connect-solana@0.6.0...@metamask/connect-solana@0.7.0 +[0.6.0]: https://github.com/MetaMask/metamask-connect/compare/@metamask/connect-solana@0.5.0...@metamask/connect-solana@0.6.0 +[0.5.0]: https://github.com/MetaMask/metamask-connect/compare/@metamask/connect-solana@0.4.0...@metamask/connect-solana@0.5.0 +[0.4.0]: https://github.com/MetaMask/metamask-connect/compare/@metamask/connect-solana@0.3.0...@metamask/connect-solana@0.4.0 +[0.3.0]: https://github.com/MetaMask/metamask-connect/compare/@metamask/connect-solana@0.2.0...@metamask/connect-solana@0.3.0 +[0.2.0]: https://github.com/MetaMask/metamask-connect/compare/@metamask/connect-solana@0.1.0...@metamask/connect-solana@0.2.0 +[0.1.0]: https://github.com/MetaMask/metamask-connect/releases/tag/@metamask/connect-solana@0.1.0 diff --git a/packages/connect/CHANGELOG.md b/packages/connect/CHANGELOG.md index 90b2f0d4..c0baf248 100644 --- a/packages/connect/CHANGELOG.md +++ b/packages/connect/CHANGELOG.md @@ -23,6 +23,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[Unreleased]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect@0.2.0...HEAD -[0.2.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect@0.1.0...@metamask/connect@0.2.0 -[0.1.0]: https://github.com/MetaMask/connect-monorepo/releases/tag/@metamask/connect@0.1.0 +[Unreleased]: https://github.com/MetaMask/metamask-connect/compare/@metamask/connect@0.2.0...HEAD +[0.2.0]: https://github.com/MetaMask/metamask-connect/compare/@metamask/connect@0.1.0...@metamask/connect@0.2.0 +[0.1.0]: https://github.com/MetaMask/metamask-connect/releases/tag/@metamask/connect@0.1.0 diff --git a/packages/multichain-ui/CHANGELOG.md b/packages/multichain-ui/CHANGELOG.md index 23c00134..1c39edab 100644 --- a/packages/multichain-ui/CHANGELOG.md +++ b/packages/multichain-ui/CHANGELOG.md @@ -37,8 +37,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[Unreleased]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/multichain-ui@0.4.0...HEAD -[0.4.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/multichain-ui@0.3.0...@metamask/multichain-ui@0.4.0 -[0.3.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/multichain-ui@0.2.0...@metamask/multichain-ui@0.3.0 -[0.2.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/multichain-ui@0.1.0...@metamask/multichain-ui@0.2.0 -[0.1.0]: https://github.com/MetaMask/connect-monorepo/releases/tag/@metamask/multichain-ui@0.1.0 +[Unreleased]: https://github.com/MetaMask/metamask-connect/compare/@metamask/multichain-ui@0.4.0...HEAD +[0.4.0]: https://github.com/MetaMask/metamask-connect/compare/@metamask/multichain-ui@0.3.0...@metamask/multichain-ui@0.4.0 +[0.3.0]: https://github.com/MetaMask/metamask-connect/compare/@metamask/multichain-ui@0.2.0...@metamask/multichain-ui@0.3.0 +[0.2.0]: https://github.com/MetaMask/metamask-connect/compare/@metamask/multichain-ui@0.1.0...@metamask/multichain-ui@0.2.0 +[0.1.0]: https://github.com/MetaMask/metamask-connect/releases/tag/@metamask/multichain-ui@0.1.0 diff --git a/playground/browser-playground/CHANGELOG.md b/playground/browser-playground/CHANGELOG.md index bc8d6081..5e7232c5 100644 --- a/playground/browser-playground/CHANGELOG.md +++ b/playground/browser-playground/CHANGELOG.md @@ -151,18 +151,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[Unreleased]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/browser-playground@0.6.3...HEAD -[0.6.3]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/browser-playground@0.6.2...@metamask/browser-playground@0.6.3 -[0.6.2]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/browser-playground@0.6.1...@metamask/browser-playground@0.6.2 -[0.6.1]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/browser-playground@0.6.0...@metamask/browser-playground@0.6.1 -[0.6.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/browser-playground@0.5.1...@metamask/browser-playground@0.6.0 -[0.5.1]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/browser-playground@0.5.0...@metamask/browser-playground@0.5.1 -[0.5.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/browser-playground@0.4.2...@metamask/browser-playground@0.5.0 -[0.4.2]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/browser-playground@0.4.1...@metamask/browser-playground@0.4.2 -[0.4.1]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/browser-playground@0.4.0...@metamask/browser-playground@0.4.1 -[0.4.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/browser-playground@0.3.1...@metamask/browser-playground@0.4.0 -[0.3.1]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/browser-playground@0.3.0...@metamask/browser-playground@0.3.1 -[0.3.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/browser-playground@0.2.0...@metamask/browser-playground@0.3.0 -[0.2.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/browser-playground@0.1.1...@metamask/browser-playground@0.2.0 -[0.1.1]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/browser-playground@0.1.0...@metamask/browser-playground@0.1.1 -[0.1.0]: https://github.com/MetaMask/connect-monorepo/releases/tag/@metamask/browser-playground@0.1.0 +[Unreleased]: https://github.com/MetaMask/metamask-connect/compare/@metamask/browser-playground@0.6.3...HEAD +[0.6.3]: https://github.com/MetaMask/metamask-connect/compare/@metamask/browser-playground@0.6.2...@metamask/browser-playground@0.6.3 +[0.6.2]: https://github.com/MetaMask/metamask-connect/compare/@metamask/browser-playground@0.6.1...@metamask/browser-playground@0.6.2 +[0.6.1]: https://github.com/MetaMask/metamask-connect/compare/@metamask/browser-playground@0.6.0...@metamask/browser-playground@0.6.1 +[0.6.0]: https://github.com/MetaMask/metamask-connect/compare/@metamask/browser-playground@0.5.1...@metamask/browser-playground@0.6.0 +[0.5.1]: https://github.com/MetaMask/metamask-connect/compare/@metamask/browser-playground@0.5.0...@metamask/browser-playground@0.5.1 +[0.5.0]: https://github.com/MetaMask/metamask-connect/compare/@metamask/browser-playground@0.4.2...@metamask/browser-playground@0.5.0 +[0.4.2]: https://github.com/MetaMask/metamask-connect/compare/@metamask/browser-playground@0.4.1...@metamask/browser-playground@0.4.2 +[0.4.1]: https://github.com/MetaMask/metamask-connect/compare/@metamask/browser-playground@0.4.0...@metamask/browser-playground@0.4.1 +[0.4.0]: https://github.com/MetaMask/metamask-connect/compare/@metamask/browser-playground@0.3.1...@metamask/browser-playground@0.4.0 +[0.3.1]: https://github.com/MetaMask/metamask-connect/compare/@metamask/browser-playground@0.3.0...@metamask/browser-playground@0.3.1 +[0.3.0]: https://github.com/MetaMask/metamask-connect/compare/@metamask/browser-playground@0.2.0...@metamask/browser-playground@0.3.0 +[0.2.0]: https://github.com/MetaMask/metamask-connect/compare/@metamask/browser-playground@0.1.1...@metamask/browser-playground@0.2.0 +[0.1.1]: https://github.com/MetaMask/metamask-connect/compare/@metamask/browser-playground@0.1.0...@metamask/browser-playground@0.1.1 +[0.1.0]: https://github.com/MetaMask/metamask-connect/releases/tag/@metamask/browser-playground@0.1.0 diff --git a/playground/node-playground/CHANGELOG.md b/playground/node-playground/CHANGELOG.md index 8dbb73e5..9c0c5a1f 100644 --- a/playground/node-playground/CHANGELOG.md +++ b/playground/node-playground/CHANGELOG.md @@ -21,4 +21,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bump `typescript` from ~5.2.2 to ~5.9.2 ([#11](https://github.com/MetaMask/connect-monorepo/pull/11)) - Update to use hex chain ID format for `@metamask/connect-evm` API compatibility ([#150](https://github.com/MetaMask/connect-monorepo/pull/150)) -[Unreleased]: https://github.com/MetaMask/connect-monorepo/ +[Unreleased]: https://github.com/MetaMask/metamask-connect/ diff --git a/playground/playground-ui/CHANGELOG.md b/playground/playground-ui/CHANGELOG.md index 7621d2fb..89df7caf 100644 --- a/playground/playground-ui/CHANGELOG.md +++ b/playground/playground-ui/CHANGELOG.md @@ -11,4 +11,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release with shared constants, helpers, types, and configuration for playground applications -[Unreleased]: https://github.com/MetaMask/connect-monorepo/ +[Unreleased]: https://github.com/MetaMask/metamask-connect/ diff --git a/playground/react-native-playground/CHANGELOG.md b/playground/react-native-playground/CHANGELOG.md index 0ed3a5af..e787321f 100644 --- a/playground/react-native-playground/CHANGELOG.md +++ b/playground/react-native-playground/CHANGELOG.md @@ -106,14 +106,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[Unreleased]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/react-native-playground@0.3.3...HEAD -[0.3.3]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/react-native-playground@0.3.2...@metamask/react-native-playground@0.3.3 -[0.3.2]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/react-native-playground@0.3.1...@metamask/react-native-playground@0.3.2 -[0.3.1]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/react-native-playground@0.3.0...@metamask/react-native-playground@0.3.1 -[0.3.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/react-native-playground@0.2.1...@metamask/react-native-playground@0.3.0 -[0.2.1]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/react-native-playground@0.2.0...@metamask/react-native-playground@0.2.1 -[0.2.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/react-native-playground@0.1.3...@metamask/react-native-playground@0.2.0 -[0.1.3]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/react-native-playground@0.1.2...@metamask/react-native-playground@0.1.3 -[0.1.2]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/react-native-playground@0.1.1...@metamask/react-native-playground@0.1.2 -[0.1.1]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/react-native-playground@0.1.0...@metamask/react-native-playground@0.1.1 -[0.1.0]: https://github.com/MetaMask/connect-monorepo/releases/tag/@metamask/react-native-playground@0.1.0 +[Unreleased]: https://github.com/MetaMask/metamask-connect/compare/@metamask/react-native-playground@0.3.3...HEAD +[0.3.3]: https://github.com/MetaMask/metamask-connect/compare/@metamask/react-native-playground@0.3.2...@metamask/react-native-playground@0.3.3 +[0.3.2]: https://github.com/MetaMask/metamask-connect/compare/@metamask/react-native-playground@0.3.1...@metamask/react-native-playground@0.3.2 +[0.3.1]: https://github.com/MetaMask/metamask-connect/compare/@metamask/react-native-playground@0.3.0...@metamask/react-native-playground@0.3.1 +[0.3.0]: https://github.com/MetaMask/metamask-connect/compare/@metamask/react-native-playground@0.2.1...@metamask/react-native-playground@0.3.0 +[0.2.1]: https://github.com/MetaMask/metamask-connect/compare/@metamask/react-native-playground@0.2.0...@metamask/react-native-playground@0.2.1 +[0.2.0]: https://github.com/MetaMask/metamask-connect/compare/@metamask/react-native-playground@0.1.3...@metamask/react-native-playground@0.2.0 +[0.1.3]: https://github.com/MetaMask/metamask-connect/compare/@metamask/react-native-playground@0.1.2...@metamask/react-native-playground@0.1.3 +[0.1.2]: https://github.com/MetaMask/metamask-connect/compare/@metamask/react-native-playground@0.1.1...@metamask/react-native-playground@0.1.2 +[0.1.1]: https://github.com/MetaMask/metamask-connect/compare/@metamask/react-native-playground@0.1.0...@metamask/react-native-playground@0.1.1 +[0.1.0]: https://github.com/MetaMask/metamask-connect/releases/tag/@metamask/react-native-playground@0.1.0 diff --git a/scripts/create-package/package-template/CHANGELOG.md b/scripts/create-package/package-template/CHANGELOG.md index da72099a..865abdf1 100644 --- a/scripts/create-package/package-template/CHANGELOG.md +++ b/scripts/create-package/package-template/CHANGELOG.md @@ -13,4 +13,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bump `@types/jest` from ^27.4.1 to ^29.5.14 ([#11](https://github.com/MetaMask/connect-monorepo/pull/11)) - Bump `typescript` from ~5.2.2 to ~5.9.2 ([#11](https://github.com/MetaMask/connect-monorepo/pull/11)) -[Unreleased]: https://github.com/MetaMask/connect-monorepo/ +[Unreleased]: https://github.com/MetaMask/metamask-connect/ From a623b0f957303fbe63b4504a579ee0b022e1799b Mon Sep 17 00:00:00 2001 From: ffmcgee <51971598+ffmcgee725@users.noreply.github.com> Date: Mon, 20 Apr 2026 16:20:39 +0200 Subject: [PATCH 4/4] fix for pull request finding 'CodeQL / Incomplete string escaping or encoding' Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- scripts/bump-dependent-playgrounds.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/bump-dependent-playgrounds.ts b/scripts/bump-dependent-playgrounds.ts index ceb376ad..5541c18e 100644 --- a/scripts/bump-dependent-playgrounds.ts +++ b/scripts/bump-dependent-playgrounds.ts @@ -238,7 +238,10 @@ ${depsList} // Update the links at the bottom const unreleasedLinkPattern = new RegExp( - `\\[Unreleased\\]: (https://github\\.com/MetaMask/metamask-connect/compare/${packageName.replace(/\//gu, '\\/')}@)[\\d.]+\\.\\.\\.HEAD`, + `\\[Unreleased\\]: (https://github\\.com/MetaMask/metamask-connect/compare/${packageName.replace( + /[.*+?^${}()|[\]\\]/gu, + '\\$&', + )}@)[\\d.]+\\.\\.\\.HEAD`, 'u', );