chore: release main#1643
Merged
Merged
Conversation
730ea40 to
94c3d92
Compare
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
7005950 to
bff9e0d
Compare
6e196c2 to
716abd0
Compare
1771232 to
7192a70
Compare
81cdcf9 to
6a64173
Compare
1a44095 to
a402860
Compare
f78a149 to
6a8d76b
Compare
6a8d76b to
d7f735a
Compare
leotm
requested changes
Jun 24, 2025
leotm
left a comment
Member
There was a problem hiding this comment.
pending webpack version bump to 1.0.0
d7f735a to
cd61037
Compare
cd61037 to
fb26c8b
Compare
leotm
reviewed
Jun 24, 2025
Comment on lines
+40
to
+50
| * **deps:** update babel monorepo ([afc9fe5](https://github.com/LavaMoat/LavaMoat/commit/afc9fe5fef98c53abe014ff657a1d4f59883abe8)) | ||
| * **deps:** update babel monorepo ([e6f4e70](https://github.com/LavaMoat/LavaMoat/commit/e6f4e70cffe8237c27126046bb0cfa5515c2d138)) | ||
| * **deps:** update babel monorepo to v7.25.8 ([1dcb35e](https://github.com/LavaMoat/LavaMoat/commit/1dcb35e023823710343b5f0a4ca589cdfe647e7d)) | ||
| * **deps:** update babel monorepo to v7.25.9 ([6d9d5a3](https://github.com/LavaMoat/LavaMoat/commit/6d9d5a3336444fada49e239756ffc3c207d3ff5d)) | ||
| * **deps:** update babel monorepo to v7.26.7 ([#1524](https://github.com/LavaMoat/LavaMoat/issues/1524)) ([7285fdf](https://github.com/LavaMoat/LavaMoat/commit/7285fdf6ce5c337443840525b79c7653708b541f)) | ||
| * **deps:** update babel monorepo to v7.26.9 ([6a9dc73](https://github.com/LavaMoat/LavaMoat/commit/6a9dc735f18a5b95e82b86ec2bd466ee4433172f)) | ||
| * **deps:** update babel monorepo to v7.27.0 ([#1589](https://github.com/LavaMoat/LavaMoat/issues/1589)) ([efd83d7](https://github.com/LavaMoat/LavaMoat/commit/efd83d7ea7a5f5f9d2157248d4e2f8b7f9c48c56)) | ||
| * **deps:** update dependency json-stable-stringify to v1.3.0 ([#1613](https://github.com/LavaMoat/LavaMoat/issues/1613)) ([f9314d1](https://github.com/LavaMoat/LavaMoat/commit/f9314d1a238d31a0164356c1c6bd6f6e36246d56)) | ||
| * **deps:** update dependency ses to v1.10.0 ([#1422](https://github.com/LavaMoat/LavaMoat/issues/1422)) ([b6f0589](https://github.com/LavaMoat/LavaMoat/commit/b6f0589cf9730fac8173a3fca0c4a031bd64f12f)) | ||
| * **deps:** update dependency ses to v1.12.0 [security] ([#1605](https://github.com/LavaMoat/LavaMoat/issues/1605)) ([881ae86](https://github.com/LavaMoat/LavaMoat/commit/881ae86b9a4c27ab60a3c76a4a69f5de246eb2ed)) | ||
| * **deps:** update dependency ses to v1.9.0 ([75cae74](https://github.com/LavaMoat/LavaMoat/commit/75cae74063c444184fea3370bf9925bc7946846a)) |
Member
There was a problem hiding this comment.
perhaps we can update release-please config after to filter these under ### Dependencies
and workspace deps under ### Workspace Dependencies
(instead of all nested under ### Bug Fixes)
leotm
reviewed
Jun 24, 2025
|
|
||
| ### Features | ||
|
|
||
| * **react-native-lockdown:** @lavamoat/react-native-lockdown beta ([074c277](https://github.com/LavaMoat/LavaMoat/commit/074c2775093e94f6a81da0890aaa66db2700ac5a)) |
Member
There was a problem hiding this comment.
Suggested change
| * **react-native-lockdown:** @lavamoat/react-native-lockdown beta ([074c277](https://github.com/LavaMoat/LavaMoat/commit/074c2775093e94f6a81da0890aaa66db2700ac5a)) | |
| * **react-native-lockdown:** @lavamoat/react-native-lockdown ([074c277](https://github.com/LavaMoat/LavaMoat/commit/074c2775093e94f6a81da0890aaa66db2700ac5a)) |
perhaps worth reflecting new package.json version 0.0.1
(to avoid pre-release vers e.g. 0.0.1-beta.0 since unaffected by semver ranges)
Member
There was a problem hiding this comment.
nb: release-please config also supports --prerelease
Member
19 tasks
boneskull
approved these changes
Jun 24, 2025
Contributor
Author
github-merge-queue Bot
pushed a commit
to MetaMask/metamask-mobile
that referenced
this pull request
Jul 9, 2025
## **Description** Introduce Hardened JavaScript now on both iOS (RN JSC) and Android (Hermes) via Metro (@lavamoat/react-native-lockdown beta) instead of RN patch and remove [old iOS UI](https://github.com/user-attachments/assets/b53be562-bc36-4ff2-a177-ef5c24c44de4) from: Settings > Experimental > Security TODO - [x] Remove stale root SES shim (now via @lavamoat/react-native-lockdown) - [x] Remove stale RN iOS patch (now via @lavamoat/react-native-lockdown) - [x] Add temp @lavamoat/react-native-lockdown tgz - [x] Add temp SES patch endojs/endo#2855 - [x] Replace both with official @lavamoat/react-native-lockdown - [x] once LavaMoat/LavaMoat#1716 merged - [x] released LavaMoat/LavaMoat#1643 - [x] Remove experimental feature toggle UI - Ref: #8373 - preserve react-native-mmkv (we still use it) - update UI component snapshot - remove stale EN txt (and others?) - [x] <s>Fix smoke/regression e2e test timeouts</s> passing - [x] check failing regression e2e tests - same ones also failing on `main` - [x] cursor[bot] feedback ## **Related issues** Fixes: ## **Manual testing steps** ## **Screenshots/Recordings** <!-- If applicable, add screenshots and/or recordings to visualize the before and after of your change. --> ### **Before** <!-- [screenshots/recordings] --> ### **After** <!-- [screenshots/recordings] --> ## **Pre-merge author checklist** - [ ] I’ve followed [MetaMask Contributor Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask Mobile Coding Standards](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/CODING_GUIDELINES.md). - [ ] I've completed the PR template to the best of my ability - [ ] I’ve included tests if applicable - [ ] I’ve documented my code using [JSDoc](https://jsdoc.app/) format if applicable - [ ] I’ve applied the right labels on the PR (see [labeling guidelines](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/LABELING_GUIDELINES.md)). Not required for external contributors. ## **Pre-merge reviewer checklist** - [ ] I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed). - [ ] I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots. --------- Co-authored-by: sethkfman <10342624+sethkfman@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
aa: 4.3.3
4.3.3 (2025-06-24)
Bug Fixes
allow-scripts: 3.3.4
3.3.4 (2025-06-24)
Bug Fixes
Dependencies
lavapack: 7.0.10
7.0.10 (2025-06-24)
Bug Fixes
Dependencies
laverna: 1.2.5
1.2.5 (2025-06-24)
Bug Fixes
node: 0.3.0
0.3.0 (2025-06-24)
Features
Bug Fixes
Dependencies
preinstall-always-fail: 2.1.1
2.1.1 (2025-06-24)
Bug Fixes
react-native-lockdown: 0.0.1
0.0.1 (2025-06-24)
Features
Bug Fixes
webpack: 1.0.0
1.0.0 (2025-06-24)
Features
Bug Fixes
Dependencies
lavamoat: 9.0.10
9.0.10 (2025-06-24)
Bug Fixes
Dependencies
lavamoat-browserify: 18.1.7
18.1.7 (2025-06-24)
Bug Fixes
Dependencies
lavamoat-core: 16.5.0
16.5.0 (2025-06-24)
Features
Bug Fixes
Dependencies
lavamoat-tofu: 8.0.8
8.0.8 (2025-06-24)
Bug Fixes
Dependencies
This PR was generated with Release Please. See documentation.