-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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(cli, metro): bump cli and metro to latest ahead of 71 #35107
Conversation
@huntie has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
For the record, these are the changelogs for this Metro update: 0.73.0, 0.73.1, 0.73.2, 0.73.3 Ideally we should mention relevant items from the Metro changelog in the RN 71 changelog - might be worth thinking about a process / format for these PRs to help the person who will compile the RN changelog. Here in particular I'd call out:
|
Base commit: 475310d |
Great stuff, thanks @motiz88! and yeah, totally agree (and we also need to come up with something similar for Hermes 😅) |
This pull request was successfully merged by @kelset in f550606. When will my fix make it into a release? | Upcoming Releases |
…#35107) Summary: Small PR with bump to the new versions of CLI and Metro in preparation of the branch cut for 0.71. While at it, did a cheeky `npx yarn-deduplicate` to clean up a bit the deps. ## Changelog <!-- Help reviewers and the release process by writing your own changelog entry. For an example, see: https://reactnative.dev/contributing/changelogs-in-pull-requests --> [General] [Changed] - Bump CLI to 10.0.0-alpha.1 and Metro to 0.73.3 Pull Request resolved: facebook#35107 Test Plan: CI is green Reviewed By: motiz88 Differential Revision: D40762683 Pulled By: huntie fbshipit-source-id: e523a49c78588ca80351f44cb02bcd4c0137475e
Summary
Small PR with bump to the new versions of CLI and Metro in preparation of the branch cut for 0.71.
While at it, did a cheeky
npx yarn-deduplicate
to clean up a bit the deps.Changelog
[General] [Changed] - Bump CLI to 10.0.0-alpha.1 and Metro to 0.73.3
Test Plan
CI is green