You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reminder: When React Native updates the CLI to a version that depends on metro 0.76.2, it must also update metro-runtime etc to 0.76.2 in the same commit.
Summary:
This is follow up of Metro release 0.76.2 to Bump versions in RN.
Metro version: 0.76.2
Metro release notes: https://github.com/facebook/metro/releases/tag/v0.76.2
CLI Bump PR: react-native-community/cli#1910
CLI npm version: 12.0.0-alpha.3
Took changelog and testplan from #36793
## Changelog:
[General][Fixed] - Bump CLI to 12.0.0-alpha.3 and Metro to 0.76.2
Pull Request resolved: #36948
Test Plan: CircleCI
Reviewed By: huntie
Differential Revision: D45081058
Pulled By: jacdebug
fbshipit-source-id: 88eccf5afd742146f77ff9be01faa16e75e68a8b
Summary:
This is follow up of Metro release 0.76.2 to Bump versions in RN.
Metro version: 0.76.2
Metro release notes: https://github.com/facebook/metro/releases/tag/v0.76.2
CLI Bump PR: react-native-community/cli#1910
CLI npm version: 12.0.0-alpha.3
Took changelog and testplan from #36793
## Changelog:
[General][Fixed] - Bump CLI to 12.0.0-alpha.3 and Metro to 0.76.2
Pull Request resolved: #36948
Test Plan: CircleCI
Reviewed By: huntie
Differential Revision: D45081058
Pulled By: jacdebug
fbshipit-source-id: 4c7b1004668ac30045577da54311bcab1a905ca9
blakef pushed a commit
to blakef/template
that referenced
this pull request
Feb 28, 2024
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
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.
Summary
@types/metro*dependencies, since Metro packages now ship with TypeScript definitions. Adjusts some// @ts-ignores.Metro release notes: https://github.com/facebook/metro/releases/tag/v0.76.2
Changelog between 0.76.0 (previous version in
cli-plugin-metro) and 0.76.2: https://github.com/facebook/metro/compare/v0.76.0..v0.76.2Reminder: When React Native updates the CLI to a version that depends on metro 0.76.2, it must also update
metro-runtimeetc to 0.76.2 in the same commit.Test Plan
yarn build.yarn test.