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 v0.75.1 #1846

Merged
merged 1 commit into from Feb 23, 2023

Conversation

arushikesarwani94
Copy link
Contributor

Summary:

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

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.75.0...v0.75.1

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

Test Plan:

Updated dependencies with yarn.

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

@thymikee
Copy link
Member

Symlinks 🚀

@thymikee thymikee merged commit 8d18bae into react-native-community:main Feb 23, 2023
@volgar1x
Copy link

Do you know if there is some other extra setup other than setting resolver.unstable_enableSymlinks to true in metro.config.js exports?

I have a freshly created 0.71.4 project inside a pnpm monorepo and with resolver.unstable_enableSymlinks configured but it still does not resolve import {AppRegistry} from 'react-native'; inside index.js.

@arushikesarwani94 arushikesarwani94 deleted the metro_deps branch March 17, 2023 20:11
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