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: Upgrade metro dependencies to 0.75.0 #1813

Merged
merged 1 commit into from Feb 20, 2023

Conversation

jacdebug
Copy link
Contributor

@jacdebug jacdebug commented Feb 1, 2023

Summary:

Upgrades Metro dependencies to 0.75.0. This includes two major releases with breaking changes.

Metro release notes:
https://github.com/facebook/metro/releases/tag/v0.74.0
https://github.com/facebook/metro/releases/tag/v0.74.1
https://github.com/facebook/metro/releases/tag/v0.75.0

Full changelog between 0.73.3 and 0.73.5:
facebook/metro@v0.73.7...v0.75.0

Closes #1789 (superseded)

Test Plan:

Updated dependencies with yarn.

yarn upgrade metro-memory-fs@0.73.5
cd packages/cli-plugin-metro
metro_version=0.73.5; 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

@jacdebug jacdebug marked this pull request as ready for review February 1, 2023 17:41
@thymikee
Copy link
Member

thymikee commented Feb 3, 2023

@adamTrz this should be safe to merge to main once tested

@szymonrybczak
Copy link
Collaborator

Tested locally, everything works fine ✅

@thymikee thymikee merged commit daf5f55 into react-native-community:main Feb 20, 2023
@thymikee
Copy link
Member

Thank you @jacdebug and @szymonrybczak for testing!

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

3 participants