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

Bump react and react-dom in /website #17

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 1, 2021

Bumps react and react-dom. These dependencies needed to be updated together.
Updates react from 16.14.0 to 17.0.2

Release notes

Sourced from react's releases.

17.0.2 (March 22, 2021)

React DOM

Artifacts

17.0.1 (October 14, 2020)

React DOM

17.0.0 (October 20, 2020)

Today, we are releasing React 17!

Learn more about React 17 and how to update to it on the official React blog.

React

React DOM

... (truncated)

Changelog

Sourced from react's changelog.

17.0.2 (March 22, 2021)

React DOM

17.0.1 (October 22, 2020)

React DOM

17.0.0 (October 20, 2020)

Today, we are releasing React 17!

Learn more about React 17 and how to update to it on the official React blog.

React

React DOM

... (truncated)

Commits

Updates react-dom from 16.14.0 to 17.0.2

Release notes

Sourced from react-dom's releases.

17.0.2 (March 22, 2021)

React DOM

Artifacts

17.0.1 (October 14, 2020)

React DOM

17.0.0 (October 20, 2020)

Today, we are releasing React 17!

Learn more about React 17 and how to update to it on the official React blog.

React

React DOM

... (truncated)

Changelog

Sourced from react-dom's changelog.

17.0.2 (March 22, 2021)

React DOM

17.0.1 (October 22, 2020)

React DOM

17.0.0 (October 20, 2020)

Today, we are releasing React 17!

Learn more about React 17 and how to update to it on the official React blog.

React

React DOM

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 1, 2021
@DasSkelett DasSkelett mentioned this pull request Nov 1, 2021
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/website/react-and-react-dom-17.0.2 branch 2 times, most recently from 53e890c to 50444b7 Compare November 1, 2021 21:13
@DasSkelett
Copy link
Member

DasSkelett commented Nov 1, 2021

This one is a major update of React itself, while local testing was successful I'm gonna give it another look and also read through the release blog post to see if there's anything that we should pay attention to.

Edit: Good news!

Note
We’ve postponed other changes until after React 17. The goal of this release is to enable gradual upgrades. If upgrading to React 17 were too difficult, it would defeat its purpose

The React 17 release is unusual because it doesn’t add any new developer-facing features. Instead, this release is primarily focused on making it easier to upgrade React itself.

There are a handful of breaking changes listed in the changelog, which I can't assess since I have no clue about the frontend code. But every button seems to do its job 🤞

Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom). These dependencies needed to be updated together.

Updates `react` from 16.14.0 to 17.0.2
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v17.0.2/packages/react)

Updates `react-dom` from 16.14.0 to 17.0.2
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v17.0.2/packages/react-dom)

---
updated-dependencies:
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: react-dom
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/website/react-and-react-dom-17.0.2 branch from 50444b7 to 1aff0e3 Compare November 1, 2021 21:17
@DasSkelett DasSkelett merged commit e93c929 into master Nov 1, 2021
@DasSkelett DasSkelett deleted the dependabot/npm_and_yarn/website/react-and-react-dom-17.0.2 branch November 1, 2021 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant