-
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
Bump community-cli-plugin and dev-middleware, sync changes #39074
Conversation
This pull request was exported from Phabricator. Differential Revision: D48465522 |
Base commit: 8b62200 |
…39074) Summary: Pull Request resolved: facebook#39074 Changelog: [Internal] Publish new versions of `react-native/community-cli-plugin` and `react-native/dev-middleware` (which are now in a minimum viable state) for early integrators. Also syncs final upstream changes from CLI: - react-native-community/cli#2035 - react-native-community/cli#2052 #publish-packages-to-npm bypass-github-export-checks Reviewed By: motiz88 Differential Revision: D48465522 fbshipit-source-id: 23d01b687bff73861964d1b3a718583be829e686
9af42d1
to
904c7e8
Compare
…39074) Summary: Pull Request resolved: facebook#39074 Changelog: [Internal] Publish new versions of `react-native/community-cli-plugin` and `react-native/dev-middleware` (which are now in a minimum viable state) for early integrators. Also syncs final upstream changes from CLI: - react-native-community/cli#2035 - react-native-community/cli#2052 #publish-packages-to-npm bypass-github-export-checks Reviewed By: motiz88 Differential Revision: D48465522 fbshipit-source-id: 8f92a125aaa6c9268b716fdfa7fac3191c844eca
904c7e8
to
4d36724
Compare
…39074) Summary: Pull Request resolved: facebook#39074 Changelog: [Internal] Publish new versions of `react-native/community-cli-plugin` and `react-native/dev-middleware` (which are now in a minimum viable state) for early integrators. Also syncs final upstream changes from CLI: - react-native-community/cli#2035 - react-native-community/cli#2052 #publish-packages-to-npm bypass-github-export-checks Reviewed By: motiz88 Differential Revision: D48465522 fbshipit-source-id: fbaadec847667cd7153f455a6f40107bc9377d17
4d36724
to
00e9c30
Compare
This pull request was exported from Phabricator. Differential Revision: D48465522 |
…39074) Summary: Pull Request resolved: facebook#39074 Changelog: [Internal] Publish new versions of `react-native/community-cli-plugin` and `react-native/dev-middleware` (which are now in a minimum viable state) for early integrators. Also syncs final upstream changes from CLI: - react-native-community/cli#2035 - react-native-community/cli#2052 #publish-packages-to-npm bypass-github-export-checks Reviewed By: motiz88 Differential Revision: D48465522 fbshipit-source-id: fd755855cddb58bfa9006c7930227bd54816465c
00e9c30
to
ed06483
Compare
This pull request was exported from Phabricator. Differential Revision: D48465522 |
…39074) Summary: Pull Request resolved: facebook#39074 Changelog: [Internal] Publish new versions of `react-native/community-cli-plugin` and `react-native/dev-middleware` (which are now in a minimum viable state) for early integrators. Also syncs final upstream changes from CLI: - react-native-community/cli#2035 - react-native-community/cli#2052 #publish-packages-to-npm bypass-github-export-checks Reviewed By: motiz88 Differential Revision: D48465522 fbshipit-source-id: 28082b7cfb52eb80318ae9205f947e3d819ff6cb
ed06483
to
1f93d72
Compare
This pull request was exported from Phabricator. Differential Revision: D48465522 |
…39074) Summary: Pull Request resolved: facebook#39074 Changelog: [Internal] Publish new versions of `react-native/community-cli-plugin` and `react-native/dev-middleware` (which are now in a minimum viable state) for early integrators. Also syncs final upstream changes from CLI: - react-native-community/cli#2035 - react-native-community/cli#2052 #publish-packages-to-npm bypass-github-export-checks Reviewed By: motiz88 Differential Revision: D48465522 fbshipit-source-id: 4b0dd056c0a5df5f6ca47da9f07dcc45ea41834f
1f93d72
to
f7d46ef
Compare
This pull request was exported from Phabricator. Differential Revision: D48465522 |
…39074) Summary: Pull Request resolved: facebook#39074 Changelog: [Internal] Publish new versions of `react-native/community-cli-plugin` and `react-native/dev-middleware` (which are now in a minimum viable state) for early integrators. Also syncs final upstream changes from CLI: - react-native-community/cli#2035 - react-native-community/cli#2052 #publish-packages-to-npm bypass-github-export-checks Reviewed By: motiz88 Differential Revision: D48465522 fbshipit-source-id: e4aa3fbe49c1c0f9a5e04a42e653d96aa8b5619a
f7d46ef
to
1829eb0
Compare
This pull request was exported from Phabricator. Differential Revision: D48465522 |
…39074) Summary: Pull Request resolved: facebook#39074 Changelog: [Internal] Publish new versions of `react-native/community-cli-plugin` and `react-native/dev-middleware` (which are now in a minimum viable state) for early integrators. Also syncs final upstream changes from CLI: - react-native-community/cli#2035 - react-native-community/cli#2052 #publish-packages-to-npm bypass-github-export-checks Reviewed By: motiz88 Differential Revision: D48465522 fbshipit-source-id: da761433fb62eb2ff82a43898aec501a73c40f32
1829eb0
to
4fc5cdc
Compare
Summary: Follow-up to facebook#38988. - Upgrade to RN CLI `12.0.0-alpha.10`. - Restore previous value check against `/status` response in test scripts (restored in above CLI alpha). Changelog: [Internal] Differential Revision: https://internalfb.com/D48432629 fbshipit-source-id: 538a4cbf52c3ef8e5951bd5a33c4d665dccba6e7
Summary: Pull Request resolved: facebook#39075 Small refactor: reorganise command entry points and types into a consistent pattern. Changelog: [Internal] Differential Revision: https://internalfb.com/D48433284 fbshipit-source-id: e7ed0a6e6c6f808cd4897c066d7136e4a85b6121
Summary: Pull Request resolved: facebook#39078 Simplifies and hardens behaviour for detecting other processes / dev server instances when running `react-native start`. - New flow: - Exits with error message if port is taken by another process (*no longer suggests next port*). - Exits with info message if port is taken by another instance of this dev server (**unchanged**). - Continues if result unknown. - *(No longer logs dedicated message for another RN server running in a different project root.)* - This now checks if the TCP port is in use before attempting an HTTP fetch. Previous behaviour: [`handlePortUnavailable`](https://github.com/react-native-community/cli/blob/734222118707fff41c71463528e4e0c227b31cc6/packages/cli-tools/src/handlePortUnavailable.ts#L8). This decouples us from some lower-level `react-native-community/cli-tools` utils, which remain reused by the `android` and `ios` commands. Changelog: [Internal] Differential Revision: https://internalfb.com/D48433285 fbshipit-source-id: c893444eafc19dd3bfc7cc91995550f6e8372e3f
…39074) Summary: Pull Request resolved: facebook#39074 Changelog: [Internal] Publish new versions of `react-native/community-cli-plugin` and `react-native/dev-middleware` (which are now in a minimum viable state) for early integrators. Also syncs final upstream changes from CLI: - react-native-community/cli#2035 - react-native-community/cli#2052 #publish-packages-to-npm bypass-github-export-checks Reviewed By: motiz88 Differential Revision: D48465522 fbshipit-source-id: 692d245d02c5880b30fa49b885aa599ced06cfd1
This pull request was exported from Phabricator. Differential Revision: D48465522 |
4fc5cdc
to
c22d67e
Compare
This pull request has been merged in 921cad6. |
Summary:
Changelog: [Internal]
Publish new versions of
react-native/community-cli-plugin
andreact-native/dev-middleware
(which are now in a minimum viable state) for early integrators.Also syncs final upstream changes from CLI:
npx
prefix beforereact-native
command react-native-community/cli#2035#publish-packages-to-npm
bypass-github-export-checks
Reviewed By: motiz88
Differential Revision: D48465522