Skip to content

Commit db54839

Browse files
temp+fix: bump @metamask/keyring-controller to ^19.2.2 (#14229)
<!-- Please submit this PR as a draft initially. Do not mark it as "Ready for review" until the template has been completely filled out, and PR status checks have passed at least once. --> ## **Description** <!-- Write a short description of the changes included in this pull request, also include relevant motivation and context. Have in mind the following questions: 1. What is the reason for the change? 2. What is the improvement/solution? --> `@metamask/keyring-controller` is being updated to 19.2.2 including the following changes: ```markdown ## [19.2.2] ### Fixed - Fixed duplication of unsupported keyrings ([#5535](MetaMask/core#5535)) - Enforce keyrings metadata alignment when unlocking existing vault ([#5535](MetaMask/core#5535)) - Fixed frozen object mutation attempt when updating metadata ([#5535](MetaMask/core#5535)) ## [19.2.1] ### Changed - Bump `@metamask/keyring-api"` from `^17.0.0` to `^17.2.0` ([#5366](MetaMask/core#5366)) - Bump `@metamask/keyring-internal-api` from `^4.0.1` to `^4.0.3` ([#5356](MetaMask/core#5356)), ([#5366](MetaMask/core#5366)) ### Fixed - Ensure authorization contract address is provided ([#5353](MetaMask/core#5353)) ``` ## **Related issues** Fixes: ## **Manual testing steps** 1. Go to this page... 2. 3. ## **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.
1 parent 97a5966 commit db54839

File tree

568 files changed

+13604
-30912
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

568 files changed

+13604
-30912
lines changed

.eslintignore

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ ios
88
jest.preprocessor.js
99
node_modules
1010
CHANGELOG.md
11+
# Ignore auto generated file used for react-native-storybook-loader
12+
/storybook/storyLoader.js
1113
wdio
1214
/app/util/test/testSetup.js
1315
/app/lib/ppom/ppom.html.js

.github/CODEOWNERS

-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ app/core/Engine/README.md @MetaMask/mobile-pla
3333
app/core/Engine/types.ts @MetaMask/mobile-platform
3434
app/core/Engine/controllers/remote-feature-flag-controller/ @MetaMask/mobile-platform
3535

36-
# Platform & Snaps Code Fencing File
37-
metro.transform.js @MetaMask/mobile-platform @MetaMask/snaps-devs
38-
3936
# Ramps Team
4037
app/components/UI/Ramp/ @MetaMask/ramp
4138
app/reducers/fiatOrders/ @MetaMask/ramp

.github/scripts/bitrise/bitrise-results-check.ts

-90
This file was deleted.

0 commit comments

Comments
 (0)