Skip to content

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

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/youngguns.club/react-and-react-dom-17.0.1
Closed

chore(deps): bump react and react-dom in /youngguns.club#160
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/youngguns.club/react-and-react-dom-17.0.1

Conversation

@dependabot-preview
Copy link
Copy Markdown
Contributor

@dependabot-preview dependabot-preview Bot commented Nov 2, 2020

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

Release notes

Sourced from react's releases.

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)
  • Improve the error message for invalid updates. (@JoviDeCroock in #18316)
  • Exclude forwardRef and memo from stack frames. (@sebmarkbage in #18559)
  • Improve the error message when switching between controlled and uncontrolled inputs. (@vcarl in #17070)
  • Keep onTouchStart, onTouchMove, and onWheel passive. (@gaearon in #19654)
  • Fix setState hanging in development inside a closed iframe. (@gaearon in #19220)
  • Fix rendering bailout for lazy components with defaultProps. (@jddxf in #18539)
  • Fix a false positive warning when dangerouslySetInnerHTML is undefined. (@eps1lon in #18676)
  • Fix Test Utils with non-standard require implementation. (@just-boris in #18632)
  • Fix onBeforeInput reporting an incorrect event.type. (@eps1lon in #19561)
  • Fix event.relatedTarget reported as undefined in Firefox. (@claytercek in #19607)
  • Fix "unspecified error" in IE11. (@hemakshis in #19664)
  • Fix rendering into a shadow root. (@Jack-Works in #15894)
  • Fix movementX/Y polyfill with capture events. (@gaearon in #19672)
Changelog

Sourced from react's changelog.

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)
  • Improve the error message for invalid updates. (@JoviDeCroock in #18316)
  • Exclude forwardRef and memo from stack frames. (@sebmarkbage in #18559)
  • Improve the error message when switching between controlled and uncontrolled inputs. (@vcarl in #17070)
  • Keep onTouchStart, onTouchMove, and onWheel passive. (@gaearon in #19654)
  • Fix setState hanging in development inside a closed iframe. (@gaearon in #19220)
  • Fix rendering bailout for lazy components with defaultProps. (@jddxf in #18539)
Commits

Updates react-dom from 16.14.0 to 17.0.1

Release notes

Sourced from react-dom's releases.

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)
  • Improve the error message for invalid updates. (@JoviDeCroock in #18316)
  • Exclude forwardRef and memo from stack frames. (@sebmarkbage in #18559)
  • Improve the error message when switching between controlled and uncontrolled inputs. (@vcarl in #17070)
  • Keep onTouchStart, onTouchMove, and onWheel passive. (@gaearon in #19654)
  • Fix setState hanging in development inside a closed iframe. (@gaearon in #19220)
  • Fix rendering bailout for lazy components with defaultProps. (@jddxf in #18539)
  • Fix a false positive warning when dangerouslySetInnerHTML is undefined. (@eps1lon in #18676)
  • Fix Test Utils with non-standard require implementation. (@just-boris in #18632)
  • Fix onBeforeInput reporting an incorrect event.type. (@eps1lon in #19561)
  • Fix event.relatedTarget reported as undefined in Firefox. (@claytercek in #19607)
  • Fix "unspecified error" in IE11. (@hemakshis in #19664)
  • Fix rendering into a shadow root. (@Jack-Works in #15894)
  • Fix movementX/Y polyfill with capture events. (@gaearon in #19672)
Changelog

Sourced from react-dom's changelog.

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)
  • Improve the error message for invalid updates. (@JoviDeCroock in #18316)
  • Exclude forwardRef and memo from stack frames. (@sebmarkbage in #18559)
  • Improve the error message when switching between controlled and uncontrolled inputs. (@vcarl in #17070)
  • Keep onTouchStart, onTouchMove, and onWheel passive. (@gaearon in #19654)
  • Fix setState hanging in development inside a closed iframe. (@gaearon in #19220)
  • Fix rendering bailout for lazy components with defaultProps. (@jddxf in #18539)
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)

@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Nov 2, 2020
@vercel
Copy link
Copy Markdown

vercel Bot commented Nov 2, 2020

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/C6RhiCTJYnpKAyz631KAjti6SSUe
✅ Preview: https://website-git-dependabot-npmandyarnyounggunsclubrea-753e17.vercel.app

@dependabot-preview dependabot-preview Bot force-pushed the dependabot/npm_and_yarn/youngguns.club/react-and-react-dom-17.0.1 branch from 6463324 to 341aa35 Compare November 4, 2020 06:33
@dependabot-preview dependabot-preview Bot force-pushed the dependabot/npm_and_yarn/youngguns.club/react-and-react-dom-17.0.1 branch from 341aa35 to 839c96e Compare November 9, 2020 06:36
@dependabot-preview dependabot-preview Bot force-pushed the dependabot/npm_and_yarn/youngguns.club/react-and-react-dom-17.0.1 branch from 839c96e to 2f291c0 Compare November 10, 2020 06:19
@dependabot-preview dependabot-preview Bot force-pushed the dependabot/npm_and_yarn/youngguns.club/react-and-react-dom-17.0.1 branch from 2f291c0 to f459f5a Compare November 18, 2020 06:20
@dependabot-preview dependabot-preview Bot force-pushed the dependabot/npm_and_yarn/youngguns.club/react-and-react-dom-17.0.1 branch from f459f5a to 9d10d86 Compare November 19, 2020 06:22
@dependabot-preview dependabot-preview Bot force-pushed the dependabot/npm_and_yarn/youngguns.club/react-and-react-dom-17.0.1 branch from 9d10d86 to ec119c5 Compare November 20, 2020 07:54
@dependabot-preview dependabot-preview Bot force-pushed the dependabot/npm_and_yarn/youngguns.club/react-and-react-dom-17.0.1 branch from ec119c5 to 187345d Compare November 20, 2020 08:00
@dependabot-preview dependabot-preview Bot force-pushed the dependabot/npm_and_yarn/youngguns.club/react-and-react-dom-17.0.1 branch from 187345d to 870e821 Compare November 25, 2020 06:25
@dependabot-preview dependabot-preview Bot force-pushed the dependabot/npm_and_yarn/youngguns.club/react-and-react-dom-17.0.1 branch from 870e821 to b0d2b49 Compare November 26, 2020 06:35
@dependabot-preview dependabot-preview Bot force-pushed the dependabot/npm_and_yarn/youngguns.club/react-and-react-dom-17.0.1 branch from b0d2b49 to fc2b1c8 Compare November 30, 2020 06:38
@dependabot-preview dependabot-preview Bot force-pushed the dependabot/npm_and_yarn/youngguns.club/react-and-react-dom-17.0.1 branch from fc2b1c8 to c11bc84 Compare December 1, 2020 06:45
@dependabot-preview dependabot-preview Bot force-pushed the dependabot/npm_and_yarn/youngguns.club/react-and-react-dom-17.0.1 branch from c11bc84 to 79c0b56 Compare December 14, 2020 07:16
@dependabot-preview dependabot-preview Bot force-pushed the dependabot/npm_and_yarn/youngguns.club/react-and-react-dom-17.0.1 branch from 79c0b56 to dfeb204 Compare December 23, 2020 06:14
@dependabot-preview dependabot-preview Bot force-pushed the dependabot/npm_and_yarn/youngguns.club/react-and-react-dom-17.0.1 branch from dfeb204 to eb9828d Compare December 24, 2020 06:24
@dependabot-preview dependabot-preview Bot force-pushed the dependabot/npm_and_yarn/youngguns.club/react-and-react-dom-17.0.1 branch from 82393a6 to fc5c792 Compare February 1, 2021 06:56
@dependabot-preview dependabot-preview Bot force-pushed the dependabot/npm_and_yarn/youngguns.club/react-and-react-dom-17.0.1 branch from fc5c792 to 16e5985 Compare February 5, 2021 06:25
@dependabot-preview dependabot-preview Bot force-pushed the dependabot/npm_and_yarn/youngguns.club/react-and-react-dom-17.0.1 branch from 16e5985 to 7bc26bb Compare February 8, 2021 06:49
@dependabot-preview dependabot-preview Bot force-pushed the dependabot/npm_and_yarn/youngguns.club/react-and-react-dom-17.0.1 branch from 7bc26bb to d6ec31b Compare February 10, 2021 06:19
@dependabot-preview dependabot-preview Bot force-pushed the dependabot/npm_and_yarn/youngguns.club/react-and-react-dom-17.0.1 branch from d6ec31b to 025c328 Compare February 11, 2021 06:12
@dependabot-preview dependabot-preview Bot force-pushed the dependabot/npm_and_yarn/youngguns.club/react-and-react-dom-17.0.1 branch from 025c328 to 946f73f Compare February 15, 2021 06:38
@dependabot-preview dependabot-preview Bot force-pushed the dependabot/npm_and_yarn/youngguns.club/react-and-react-dom-17.0.1 branch from 946f73f to d90ccfc Compare February 16, 2021 06:23
@dependabot-preview dependabot-preview Bot force-pushed the dependabot/npm_and_yarn/youngguns.club/react-and-react-dom-17.0.1 branch from d90ccfc to e0e3b8d Compare February 17, 2021 06:23
@dependabot-preview dependabot-preview Bot force-pushed the dependabot/npm_and_yarn/youngguns.club/react-and-react-dom-17.0.1 branch from e0e3b8d to 6ac601d Compare February 19, 2021 06:21
@dependabot-preview dependabot-preview Bot force-pushed the dependabot/npm_and_yarn/youngguns.club/react-and-react-dom-17.0.1 branch from 6ac601d to 2e24ca7 Compare February 22, 2021 06:27
@dependabot-preview dependabot-preview Bot force-pushed the dependabot/npm_and_yarn/youngguns.club/react-and-react-dom-17.0.1 branch from 2e24ca7 to be932a9 Compare February 24, 2021 06:20
@dependabot-preview dependabot-preview Bot force-pushed the dependabot/npm_and_yarn/youngguns.club/react-and-react-dom-17.0.1 branch from be932a9 to 35d4730 Compare March 5, 2021 06:21
@dependabot-preview dependabot-preview Bot force-pushed the dependabot/npm_and_yarn/youngguns.club/react-and-react-dom-17.0.1 branch from 35d4730 to 7f9d7d1 Compare March 8, 2021 06:46
@dependabot-preview dependabot-preview Bot force-pushed the dependabot/npm_and_yarn/youngguns.club/react-and-react-dom-17.0.1 branch from 7f9d7d1 to a265704 Compare March 10, 2021 06:16
@dependabot-preview
Copy link
Copy Markdown
Contributor Author

Superseded by #207.

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