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

chore(deps): bump react and react-dom in /youngguns.club #207

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Mar 23, 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

  • Delegate events to roots instead of document. (@trueadm in #18195 and others)
  • Clean up all effects before running any next effects. (@bvaughn in #17947)
  • Run useEffect cleanup functions asynchronously. (@bvaughn in #17925)
  • Use browser focusin and focusout for onFocus and onBlur. (@trueadm in #19186)
  • Make all Capture events use the browser capture phase. (@trueadm in #19221)
  • Don't emulate bubbling of the onScroll event. (@gaearon in #19464)
  • Throw if forwardRef or memo component returns undefined. (@gaearon in #19550)
  • Remove event pooling. (@trueadm in #18969)
  • Stop exposing internals that won’t be needed by React Native Web. (@necolas in #18483)
  • Attach all known event listeners when the root mounts. (@gaearon in #19659)
  • Disable console in the second render pass of DEV mode double render. (@sebmarkbage in #18547)
  • Deprecate the undocumented and misleading ReactTestUtils.SimulateNative API. (@gaearon in #13407)
  • Rename private field names used in the internals. (@gaearon in #18377)
  • Don't call User Timing API in development. (@gaearon in #18417)
  • Disable console during the repeated render in Strict Mode. (@sebmarkbage in #18547)
  • In Strict Mode, double-render components without Hooks too. (@eps1lon in #18430)

... (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

  • Delegate events to roots instead of document. (@trueadm in #18195 and others)
  • Clean up all effects before running any next effects. (@bvaughn in #17947)
  • Run useEffect cleanup functions asynchronously. (@bvaughn in #17925)
  • Use browser focusin and focusout for onFocus and onBlur. (@trueadm in #19186)
  • Make all Capture events use the browser capture phase. (@trueadm in #19221)
  • Don't emulate bubbling of the onScroll event. (@gaearon in #19464)
  • Throw if forwardRef or memo component returns undefined. (@gaearon in #19550)
  • Remove event pooling. (@trueadm in #18969)
  • Stop exposing internals that won’t be needed by React Native Web. (@necolas in #18483)
  • Attach all known event listeners when the root mounts. (@gaearon in #19659)
  • Disable console in the second render pass of DEV mode double render. (@sebmarkbage in #18547)
  • Deprecate the undocumented and misleading ReactTestUtils.SimulateNative API. (@gaearon in #13407)
  • Rename private field names used in the internals. (@gaearon in #18377)
  • Don't call User Timing API in development. (@gaearon in #18417)
  • Disable console during the repeated render in Strict Mode. (@sebmarkbage in #18547)
  • In Strict Mode, double-render components without Hooks too. (@eps1lon in #18430)
  • Allow calling ReactDOM.flushSync during lifecycle methods (but warn). (@sebmarkbage in #18759)
  • Add the code property to the keyboard event objects. (@bl00mber in #18287)
  • Add the disableRemotePlayback property for video elements. (@tombrowndev in #18619)
  • Add the enterKeyHint property for input elements. (@eps1lon in #18634)
  • Warn when no value is provided to <Context.Provider>. (@charlie1404 in #19054)
  • Warn when memo or forwardRef components return undefined. (@bvaughn in #19550)

... (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

  • Delegate events to roots instead of document. (@trueadm in #18195 and others)
  • Clean up all effects before running any next effects. (@bvaughn in #17947)
  • Run useEffect cleanup functions asynchronously. (@bvaughn in #17925)
  • Use browser focusin and focusout for onFocus and onBlur. (@trueadm in #19186)
  • Make all Capture events use the browser capture phase. (@trueadm in #19221)
  • Don't emulate bubbling of the onScroll event. (@gaearon in #19464)
  • Throw if forwardRef or memo component returns undefined. (@gaearon in #19550)
  • Remove event pooling. (@trueadm in #18969)
  • Stop exposing internals that won’t be needed by React Native Web. (@necolas in #18483)
  • Attach all known event listeners when the root mounts. (@gaearon in #19659)
  • Disable console in the second render pass of DEV mode double render. (@sebmarkbage in #18547)
  • Deprecate the undocumented and misleading ReactTestUtils.SimulateNative API. (@gaearon in #13407)
  • Rename private field names used in the internals. (@gaearon in #18377)
  • Don't call User Timing API in development. (@gaearon in #18417)
  • Disable console during the repeated render in Strict Mode. (@sebmarkbage in #18547)
  • In Strict Mode, double-render components without Hooks too. (@eps1lon in #18430)

... (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

  • Delegate events to roots instead of document. (@trueadm in #18195 and others)
  • Clean up all effects before running any next effects. (@bvaughn in #17947)
  • Run useEffect cleanup functions asynchronously. (@bvaughn in #17925)
  • Use browser focusin and focusout for onFocus and onBlur. (@trueadm in #19186)
  • Make all Capture events use the browser capture phase. (@trueadm in #19221)
  • Don't emulate bubbling of the onScroll event. (@gaearon in #19464)
  • Throw if forwardRef or memo component returns undefined. (@gaearon in #19550)
  • Remove event pooling. (@trueadm in #18969)
  • Stop exposing internals that won’t be needed by React Native Web. (@necolas in #18483)
  • Attach all known event listeners when the root mounts. (@gaearon in #19659)
  • Disable console in the second render pass of DEV mode double render. (@sebmarkbage in #18547)
  • Deprecate the undocumented and misleading ReactTestUtils.SimulateNative API. (@gaearon in #13407)
  • Rename private field names used in the internals. (@gaearon in #18377)
  • Don't call User Timing API in development. (@gaearon in #18417)
  • Disable console during the repeated render in Strict Mode. (@sebmarkbage in #18547)
  • In Strict Mode, double-render components without Hooks too. (@eps1lon in #18430)
  • Allow calling ReactDOM.flushSync during lifecycle methods (but warn). (@sebmarkbage in #18759)
  • Add the code property to the keyboard event objects. (@bl00mber in #18287)
  • Add the disableRemotePlayback property for video elements. (@tombrowndev in #18619)
  • Add the enterKeyHint property for input elements. (@eps1lon in #18634)
  • Warn when no value is provided to <Context.Provider>. (@charlie1404 in #19054)
  • Warn when memo or forwardRef components return undefined. (@bvaughn in #19550)

... (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 will not automatically merge this PR because it includes a major update to a production dependency.


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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@vercel
Copy link

vercel bot commented Mar 23, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/youngguns/website/4U2TFucdV8SbTeZ9oPkoGEms55ht
✅ Preview: https://website-git-dependabot-npmandyarnyounggunsclu-f7af83-youngguns1.vercel.app

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Mar 23, 2021
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/youngguns.club/react-and-react-dom-17.0.2 branch from fbaa43f to a35e4d8 Compare March 29, 2021 07:11
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/youngguns.club/react-and-react-dom-17.0.2 branch from a35e4d8 to 25859d9 Compare March 30, 2021 06:49
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/youngguns.club/react-and-react-dom-17.0.2 branch from 25859d9 to e2f781a Compare March 31, 2021 06:29
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/youngguns.club/react-and-react-dom-17.0.2 branch from e2f781a to 165ba25 Compare April 5, 2021 07:05
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/youngguns.club/react-and-react-dom-17.0.2 branch from 165ba25 to 76295f5 Compare April 8, 2021 07:09
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/youngguns.club/react-and-react-dom-17.0.2 branch from 76295f5 to 4b127df Compare April 15, 2021 07:50
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/youngguns.club/react-and-react-dom-17.0.2 branch from 4b127df to 00c32b8 Compare April 22, 2021 14:28
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/youngguns.club/react-and-react-dom-17.0.2 branch from 00c32b8 to 8a51d71 Compare April 29, 2021 06:20
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/youngguns.club/react-and-react-dom-17.0.2 branch from 8a51d71 to e7677d4 Compare May 10, 2021 06:59
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/youngguns.club/react-and-react-dom-17.0.2 branch from e7677d4 to a486e41 Compare May 20, 2021 06:23
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/youngguns.club/react-and-react-dom-17.0.2 branch from a486e41 to 3575643 Compare May 25, 2021 06:11
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/youngguns.club/react-and-react-dom-17.0.2 branch from 3575643 to ef1f988 Compare May 27, 2021 06:12
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/youngguns.club/react-and-react-dom-17.0.2 branch from ef1f988 to 461b83a Compare June 7, 2021 06:09
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/youngguns.club/react-and-react-dom-17.0.2 branch from 461b83a to 1442ace Compare June 17, 2021 05:59
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/youngguns.club/react-and-react-dom-17.0.2 branch from 1442ace to 2c94d09 Compare June 18, 2021 06:17
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/youngguns.club/react-and-react-dom-17.0.2 branch from 2c94d09 to 94f895b Compare June 28, 2021 06:12
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/youngguns.club/react-and-react-dom-17.0.2 branch from 94f895b to 694e9f0 Compare July 2, 2021 05:57
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/youngguns.club/react-and-react-dom-17.0.2 branch from 694e9f0 to 9e70775 Compare August 3, 2021 06:01
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
Development

Successfully merging this pull request may close these issues.

0 participants