-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(devDeps): bump metro and react-native (#9280)
## **Description** Update react-native and metro to receive patches. - Update metro from `0.73` to `0.76` - Migrate from `metro-config` to `@react-native/metro-config` - Update `react-native` from `0.71.15` to `0.72.14` - Port patch - Remove hermes patch - Bump and unpin `@react-native-community/` packages - Update `@react-native-community/netinfo` from `6.0.0` to `^9.5.0` - [Changelog](https://github.com/react-native-netinfo/react-native-netinfo/blob/master/CHANGELOG.md) - [Release notes](https://github.com/react-native-netinfo/react-native-netinfo/releases) - v10 breaking change: > netinfo now requires AbortController - Update `@react-native-masked-view/masked-view` - [Release notes](https://github.com/react-native-masked-view/masked-view/releases) - Upgrade to Gradle version 8.0.1 and Android SDK 33 React Native [Upgrade](https://github.com/orgs/MetaMask/projects/60/views/6?pane=issue&itemId=41033345) [Android SDK Update](react-native-community/cli#1856) ## **Related issues** - Fixes: https://github.com/MetaMask/mobile-planning/issues/1262 - #7759 ## **Manual testing steps** Node environment must be `18.18.2` Supports Java version `17.0.10` 1. Check out branch 2. Run `yarn setup` 3. Run `yarn watch` 4. Run `yarn start:ios` - wait for app to build on iOS simulator 5. Run `yarn start:android` - wait for app to build Android emulator ## **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** - [x] I’ve followed [MetaMask Coding Standards](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/CODING_GUIDELINES.md). - [x] I've completed the PR template to the best of my ability - [x] I’ve included tests if applicable - [x] I’ve documented my code using [JSDoc](https://jsdoc.app/) format if applicable - [x] 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: LeoTM <[email protected]> Co-authored-by: Daniel-Cross <[email protected]> Co-authored-by: Dan Cross <[email protected]> Co-authored-by: Daniel-Cross <[email protected]> Co-authored-by: Cal-L <[email protected]> Co-authored-by: Cal Leung <[email protected]> Co-authored-by: OGPoyraz <[email protected]> Co-authored-by: tommasini <[email protected]> Co-authored-by: Omri Dan <[email protected]> Co-authored-by: sethkfman <[email protected]> Co-authored-by: MetaMask Bot <[email protected]> Co-authored-by: metamaskbot <[email protected]> Co-authored-by: sethkfman <[email protected]> Co-authored-by: Jyoti Puri <[email protected]> Co-authored-by: sahar-fehri <[email protected]> Co-authored-by: SamuelSalas <[email protected]> Co-authored-by: Frederik Bolding <[email protected]> Co-authored-by: Prithpal Sooriya <[email protected]> Co-authored-by: Pedro Pablo Aste Kompen <[email protected]> Co-authored-by: Kylan Hurt <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Nico MASSART <[email protected]> Co-authored-by: hesterbruikman <[email protected]> Co-authored-by: EtherWizard33 <[email protected]> Co-authored-by: EtherWizard33 <[email protected]> Co-authored-by: Christopher Ferreira <[email protected]> Co-authored-by: Daniel <[email protected]> Co-authored-by: yande <[email protected]> Co-authored-by: Derek Brans <[email protected]> Co-authored-by: Jony Bursztyn <[email protected]> Co-authored-by: Curtis David <[email protected]> Co-authored-by: salimtb <[email protected]> Co-authored-by: Wietze Bronkema <[email protected]> Co-authored-by: Owen Craston <[email protected]> Co-authored-by: Mark Stacey <[email protected]> Co-authored-by: Vinicius Stevam <[email protected]> Co-authored-by: infiniteflower <[email protected]> Co-authored-by: tommasini <[email protected]>
- Loading branch information
1 parent
cd9ce6d
commit 4c8bce7
Showing
87 changed files
with
1,765 additions
and
1,697 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,10 @@ module.exports = { | |
rules: { | ||
// TODO: re-enable | ||
'jsdoc/no-types': 'off', | ||
'react/display-name': 'off', | ||
'react/no-unused-prop-types': 'off', | ||
'react/prop-types': 'off', | ||
'react/self-closing-comp': 'off', | ||
// This change is included in `@metamask/[email protected] | ||
'@typescript-eslint/no-unused-vars': [ | ||
'error', | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
# ReDoS vulnerability, no impact to this application, and fix not backported yet to the versions we use | ||
|
||
GHSA-c2qf-rxjj-qqgw | ||
|
||
# ip SSRF improper categorization in isPublic, since it only affect dev tools on, and the server is actually a local server, this advisory shouldn't apply to this use cases | ||
|
||
GHSA-2p57-rm9w-gvfp |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-all.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.1-all.zip | ||
networkTimeout=10000 | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
2 changes: 1 addition & 1 deletion
2
app/components/UI/AnimatedTransactionModal/__snapshots__/index.test.tsx.snap
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.