Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore : Upgrading metro dependencies to 0.76.3 #1921

Merged

Conversation

arushikesarwani94
Copy link
Contributor

Summary:

Updating the versions of Metro in the cli-plugin-metro to incorporate the new Metro Release v0.76.3.
https://github.com/facebook/metro/releases/tag/v0.76.3

Per the release notes shared below, this is not a breaking change for RN CLI and only patch release.

Metro release notes:

NOTE: Experimental features are not covered by semver and can change at any time.

Full Changelog: facebook/metro@v0.76.2...v0.76.3

Reminder: When React Native updates the CLI to a version that depends on metro 0.76.3, it must also update metro-runtime etc to 0.76.3 in the same commit.

Test Plan:

Updated dependencies with yarn.

yarn upgrade metro-memory-fs@0.76.3
cd packages/cli-plugin-metro
metro_version=0.76.3; yarn upgrade metro@$metro_version metro-config@$metro_version  metro-core@$metro_version metro-react-native-babel-transformer@$metro_version metro-resolver@$metro_version metro-runtime@$metro_version

@arushikesarwani94 arushikesarwani94 marked this pull request as ready for review April 25, 2023 16:16
@thymikee thymikee merged commit 8a3a02c into react-native-community:main Apr 26, 2023
6 checks passed
thymikee pushed a commit that referenced this pull request May 10, 2023
Co-authored-by: Arushi Kesarwani <arushikesarwani@meta.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants