Skip to content

Commit

Permalink
Merge pull request #24726 from MetaMask/Version-v11.15.6
Browse files Browse the repository at this point in the history
Version v11.15.6
  • Loading branch information
danjm authored May 22, 2024
2 parents 477bb6d + 61625c4 commit 8620dac
Show file tree
Hide file tree
Showing 10 changed files with 307 additions and 391 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [11.15.6]
### Changed
- Disable smart transaction opt-in modal ([#24715](https://github.com/MetaMask/metamask-extension/pull/24715))

## [11.15.5]
### Changed
- Update copy in Smart Transactions opt-in modal([#24461](https://github.com/MetaMask/metamask-extension/pull/24461))
Expand Down Expand Up @@ -4696,7 +4700,8 @@ Update styles and spacing on the critical error page ([#20350](https://github.c
- Added the ability to restore accounts from seed words.


[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v11.15.5...HEAD
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v11.15.6...HEAD
[11.15.6]: https://github.com/MetaMask/metamask-extension/compare/v11.15.5...v11.15.6
[11.15.5]: https://github.com/MetaMask/metamask-extension/compare/v11.15.4...v11.15.5
[11.15.4]: https://github.com/MetaMask/metamask-extension/compare/v11.15.3...v11.15.4
[11.15.3]: https://github.com/MetaMask/metamask-extension/compare/v11.15.2...v11.15.3
Expand Down
8 changes: 1 addition & 7 deletions lavamoat/browserify/beta/policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -4362,13 +4362,7 @@
"console.error": true
},
"packages": {
"browserify>process": true,
"semver>lru-cache": true
}
},
"semver>lru-cache": {
"packages": {
"semver>lru-cache>yallist": true
"browserify>process": true
}
},
"sinon>nise>path-to-regexp": {
Expand Down
8 changes: 1 addition & 7 deletions lavamoat/browserify/desktop/policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -4805,13 +4805,7 @@
"console.error": true
},
"packages": {
"browserify>process": true,
"semver>lru-cache": true
}
},
"semver>lru-cache": {
"packages": {
"semver>lru-cache>yallist": true
"browserify>process": true
}
},
"sinon>nise>path-to-regexp": {
Expand Down
8 changes: 1 addition & 7 deletions lavamoat/browserify/flask/policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -4857,13 +4857,7 @@
"console.error": true
},
"packages": {
"browserify>process": true,
"semver>lru-cache": true
}
},
"semver>lru-cache": {
"packages": {
"semver>lru-cache>yallist": true
"browserify>process": true
}
},
"sinon>nise>path-to-regexp": {
Expand Down
8 changes: 1 addition & 7 deletions lavamoat/browserify/main/policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -4772,13 +4772,7 @@
"console.error": true
},
"packages": {
"browserify>process": true,
"semver>lru-cache": true
}
},
"semver>lru-cache": {
"packages": {
"semver>lru-cache>yallist": true
"browserify>process": true
}
},
"sinon>nise>path-to-regexp": {
Expand Down
8 changes: 1 addition & 7 deletions lavamoat/browserify/mmi/policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -4881,13 +4881,7 @@
"console.error": true
},
"packages": {
"browserify>process": true,
"semver>lru-cache": true
}
},
"semver>lru-cache": {
"packages": {
"semver>lru-cache>yallist": true
"browserify>process": true
}
},
"sinon>nise>path-to-regexp": {
Expand Down
68 changes: 31 additions & 37 deletions lavamoat/build-system/policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -1315,21 +1315,6 @@
"crypto": true
}
},
"@sentry/cli>which": {
"builtin": {
"path.join": true
},
"globals": {
"process.cwd": true,
"process.env.OSTYPE": true,
"process.env.PATH": true,
"process.env.PATHEXT": true,
"process.platform": true
},
"packages": {
"@sentry/cli>which>isexe": true
}
},
"@sentry/cli>which>isexe": {
"builtin": {
"fs": true
Expand Down Expand Up @@ -2194,9 +2179,9 @@
"process.platform": true
},
"packages": {
"@sentry/cli>which": true,
"cross-spawn>path-key": true,
"cross-spawn>shebang-command": true
"cross-spawn>shebang-command": true,
"cross-spawn>which": true
}
},
"cross-spawn>path-key": {
Expand All @@ -2210,6 +2195,21 @@
"cross-spawn>shebang-command>shebang-regex": true
}
},
"cross-spawn>which": {
"builtin": {
"path.join": true
},
"globals": {
"process.cwd": true,
"process.env.OSTYPE": true,
"process.env.PATH": true,
"process.env.PATHEXT": true,
"process.platform": true
},
"packages": {
"@sentry/cli>which>isexe": true
}
},
"debounce-stream>duplexer": {
"builtin": {
"stream": true
Expand Down Expand Up @@ -6118,10 +6118,12 @@
},
"lavamoat>@lavamoat/aa": {
"builtin": {
"fs.readFileSync": true,
"path.dirname": true,
"path.join": true,
"path.relative": true
"node:fs.lstatSync": true,
"node:fs.readFileSync": true,
"node:fs.realpathSync": true,
"node:path.dirname": true,
"node:path.join": true,
"node:path.relative": true
},
"packages": {
"brfs>resolve": true
Expand Down Expand Up @@ -6274,6 +6276,13 @@
"process.argv": true
}
},
"mockttp>portfinder>mkdirp": {
"builtin": {
"fs": true,
"path.dirname": true,
"path.resolve": true
}
},
"nock>debug": {
"builtin": {
"tty.isatty": true,
Expand Down Expand Up @@ -7535,14 +7544,6 @@
"globals": {
"console.error": true,
"process": true
},
"packages": {
"semver>lru-cache": true
}
},
"semver>lru-cache": {
"packages": {
"semver>lru-cache>yallist": true
}
},
"source-map": {
Expand Down Expand Up @@ -7990,14 +7991,7 @@
"path.dirname": true
},
"packages": {
"stylelint>file-entry-cache>flat-cache>write>mkdirp": true
}
},
"stylelint>file-entry-cache>flat-cache>write>mkdirp": {
"builtin": {
"fs": true,
"path.dirname": true,
"path.resolve": true
"mockttp>portfinder>mkdirp": true
}
},
"stylelint>global-modules": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metamask-crx",
"version": "11.15.5",
"version": "11.15.6",
"private": true,
"repository": {
"type": "git",
Expand Down Expand Up @@ -420,7 +420,7 @@
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.23.2",
"@babel/register": "^7.22.15",
"@lavamoat/allow-scripts": "^3.0.1",
"@lavamoat/allow-scripts": "^3.0.4",
"@lavamoat/lavadome-core": "0.0.10",
"@lavamoat/lavapack": "^6.1.0",
"@lgbot/madge": "^6.2.0",
Expand Down
4 changes: 3 additions & 1 deletion ui/pages/home/home.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -846,8 +846,10 @@ export default class Home extends PureComponent {
!process.env.IN_TEST &&
!newNetworkAddedConfigurationId;

// TODO(dbrans): temporary fix to disable the smart transactions opt-in modal
// in 11.15 to unblock the release. Change this line in 11.16.
const showSmartTransactionsOptInModal =
canSeeModals && isSmartTransactionsOptInModalAvailable;
false && canSeeModals && isSmartTransactionsOptInModalAvailable;

const showWhatsNew =
canSeeModals &&
Expand Down
Loading

0 comments on commit 8620dac

Please sign in to comment.