-
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(dependencies): bump CLI to 11 alpha2 and metro to 0.75.1 #36271
Conversation
fe7baa3
to
8055c32
Compare
enforce the simulator to go for the right device podfile lock update to work (without this, pod install fails) new bump podlock guess - podlock again
a9897d0
to
27219ed
Compare
Base commit: 446a412 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A small change, pls! 🙏
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@cipolleschi merged this pull request in 5112bc5. |
…ook#36271) Summary: Ahead of cut of RN 0.72, I'm upgrading CLI and Metro according to https://github.com/react-native-community/cli/releases/tag/v11.0.0-alpha.2 ~While working on it, I noticed that run-ios has some changes that make the e2e test script not work super well, so I'll be checking in with the CLI team to figure out what's wrong. Let's not merge it until that's address it. (also, there's already a bump for Metro that we need react-native-community/cli@8d18bae so I'll probably change the version to latest CLI and Metro once more)~ (all addressed) ## Changelog <!-- Help reviewers and the release process by writing your own changelog entry. Pick one each for the category and type tags: [ANDROID|GENERAL|IOS|INTERNAL] [BREAKING|ADDED|CHANGED|DEPRECATED|REMOVED|FIXED|SECURITY] - Message For more details, see: https://reactnative.dev/contributing/changelogs-in-pull-requests --> [GENERAL] [CHANGED] - bump CLI to 11 alphav2 and metro to 0.75.1 Pull Request resolved: facebook#36271 Test Plan: Test CI, and locally I've used the e2e test script to ensure everything still works. Reviewed By: NickGerleman Differential Revision: D43625952 Pulled By: cipolleschi fbshipit-source-id: dad940b65c56a586ae82acc2e7c16a918b872ee5
Summary
Ahead of cut of RN 0.72, I'm upgrading CLI and Metro according to https://github.com/react-native-community/cli/releases/tag/v11.0.0-alpha.2
While working on it, I noticed that run-ios has some changes that make the e2e test script not work super well, so I'll be checking in with the CLI team to figure out what's wrong. Let's not merge it until that's address it. (also, there's already a bump for Metro that we need react-native-community/cli@8d18bae so I'll probably change the version to latest CLI and Metro once more)(all addressed)Changelog
[GENERAL] [CHANGED] - bump CLI to 11 alphav2 and metro to 0.75.1
Test Plan
Test CI, and locally I've used the e2e test script to ensure everything still works.