chore: Upgrading metro dependencies to v0.75.1 #1846
Merged
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:
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:
metro-inspector-proxy
: Add a human-readable reference to each inspector entries/pages.(Add human-readable device name to/json[/list]
endpoint facebook/metro#921 by @byCedric)metro-inspector-proxy
: Report errors in the console. (facebook/metro@da8b41b)metro-inspector-proxy
: Fetch source maps from Metro. (facebook/metro@6690b39)resolver.unstable_enablePackageExports
) (facebook/metro@4d7ab38, facebook/metro@38b96f8, facebook/metro@216d3e2, facebook/metro@6e6f36f)resolver.unstable_enableSymlinks
) (Implementresolver.unstable_enableSymlinks
facebook/metro#925, TreeFS: Symlink-enabled, prefix-tree implementation ofFileSystem
facebook/metro#926, etc.)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.