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

Upgrade React to v16.12.0 #2571

Merged
merged 16 commits into from
Dec 5, 2019
Merged

Upgrade React to v16.12.0 #2571

merged 16 commits into from
Dec 5, 2019

Conversation

thompsongl
Copy link
Contributor

@thompsongl thompsongl commented Nov 27, 2019

Summary

Closes #2570. Updates React to v16.12.0 and bumps its friends to match.

@elastic/charts@13.x is still on v16.8.x which is why that version remains in the yarn.lock. Charts exists in EUI, however, as a devDependency and is only part of the docs build. Regardless, it uses no deprecated methods and results in no warnings.
Issue for bumping to v14.x (uses react@16.10), which should be its own thing: #2572

Pending elastic/kibana#51145

Checklist

- [ ] Checked in dark mode
- [ ] Checked in mobile
- [ ] Checked in IE11 and Firefox
- [ ] Props have proper autodocs
- [ ] Added documentation examples
- [ ] Added or updated jest tests

  • Checked for breaking changes and labeled appropriately

- [ ] Checked for accessibility including keyboard-only and screenreader modes

  • A changelog entry exists and is marked appropriately

@thompsongl
Copy link
Contributor Author

jenkins test this

@thompsongl thompsongl marked this pull request as ready for review December 2, 2019 16:32
@chandlerprall
Copy link
Contributor

react & react-dom entries in yarn.lock look to be combinable - deleting both and re-running yarn results in a merged entry. This will prevent both versions from being bundled & used in the docs build.

Copy link
Contributor

@chandlerprall chandlerprall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes LGTM!

@thompsongl thompsongl merged commit 5c367bf into elastic:master Dec 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade React to v16.12
2 participants