springload / draftail

📝🍸 A configurable rich text editor built with Draft.js
https://www.draftail.org/
MIT License
613 stars 64 forks source link

chore(deps): update react to v16.13.0 #328

Closed thi-bot closed 4 years ago

thi-bot commented 4 years ago

This PR contains the following updates:

Package Update Type Change Sourcegraph
react (source) minor devDependencies 16.12.0 -> 16.13.0 code search for "react"
react-dom (source) minor devDependencies 16.12.0 -> 16.13.0 code search for "react-dom"
react-test-renderer (source) minor devDependencies 16.12.0 -> 16.13.0 code search for "react-test-renderer"

Release Notes

facebook/react ### [`v16.13.0`](https://togithub.com/facebook/react/blob/master/CHANGELOG.md#​16130-February-26-2020) [Compare Source](https://togithub.com/facebook/react/compare/v16.12.0...v16.13.0) ##### React - Warn when a string ref is used in a manner that's not amenable to a future codemod ([@​lunaruan](https://togithub.com/lunaruan) in [#​17864](https://togithub.com/facebook/react/pull/17864)) - Deprecate `React.createFactory()` ([@​trueadm](https://togithub.com/trueadm) in [#​17878](https://togithub.com/facebook/react/pull/17878)) ##### React DOM - Warn when changes in `style` may cause an unexpected collision ([@​sophiebits](https://togithub.com/sophiebits) in [#​14181](https://togithub.com/facebook/react/pull/14181), [#​18002](https://togithub.com/facebook/react/pull/18002)) - Warn when a function component is updated during another component's render phase ([@​acdlite](https://togithub.com/acdlite) in [#​17099](https://togithub.com/facebook/react/pull/17099)) - Deprecate `unstable_createPortal` ([@​trueadm](https://togithub.com/trueadm) in [#​17880](https://togithub.com/facebook/react/pull/17880)) - Fix `onMouseEnter` being fired on disabled buttons ([@​AlfredoGJ](https://togithub.com/AlfredoGJ) in [#​17675](https://togithub.com/facebook/react/pull/17675)) - Call `shouldComponentUpdate` twice when developing in `StrictMode` ([@​bvaughn](https://togithub.com/bvaughn) in [#​17942](https://togithub.com/facebook/react/pull/17942)) - Add `version` property to ReactDOM ([@​ealush](https://togithub.com/ealush) in [#​15780](https://togithub.com/facebook/react/pull/15780)) - Don't call `toString()` of `dangerouslySetInnerHTML` ([@​sebmarkbage](https://togithub.com/sebmarkbage) in [#​17773](https://togithub.com/facebook/react/pull/17773)) - Show component stacks in more warnings ([@​gaearon](https://togithub.com/gaearon) in [#​17922](https://togithub.com/facebook/react/pull/17922), [#​17586](https://togithub.com/facebook/react/pull/17586)) ##### Concurrent Mode (Experimental) - Warn for problematic usages of `ReactDOM.createRoot()` ([@​trueadm](https://togithub.com/trueadm) in [#​17937](https://togithub.com/facebook/react/pull/17937)) - Remove `ReactDOM.createRoot()` callback params and added warnings on usage ([@​bvaughn](https://togithub.com/bvaughn) in [#​17916](https://togithub.com/facebook/react/pull/17916)) - Don't group Idle/Offscreen work with other work ([@​sebmarkbage](https://togithub.com/sebmarkbage) in [#​17456](https://togithub.com/facebook/react/pull/17456)) - Adjust `SuspenseList` CPU bound heuristic ([@​sebmarkbage](https://togithub.com/sebmarkbage) in [#​17455](https://togithub.com/facebook/react/pull/17455)) - Add missing event plugin priorities ([@​trueadm](https://togithub.com/trueadm) in [#​17914](https://togithub.com/facebook/react/pull/17914)) - Fix `isPending` only being true when transitioning from inside an input event ([@​acdlite](https://togithub.com/acdlite) in [#​17382](https://togithub.com/facebook/react/pull/17382)) - Fix `React.memo` components dropping updates when interrupted by a higher priority update ([@​acdlite]((https://github.com/acdlite)) in [#​18091](https://togithub.com/facebook/react/pull/18091)) - Don't warn when suspending at the wrong priority ([@​gaearon](https://togithub.com/gaearon) in [#​17971](https://togithub.com/facebook/react/pull/17971)) - Fix a bug with rebasing updates ([@​acdlite](https://togithub.com/acdlite) and [@​sebmarkbage](https://togithub.com/sebmarkbage) in [#​17560](https://togithub.com/facebook/react/pull/17560), [#​17510](https://togithub.com/facebook/react/pull/17510), [#​17483](https://togithub.com/facebook/react/pull/17483), [#​17480](https://togithub.com/facebook/react/pull/17480))

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Enabled.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: Ignore: Close this PR and you won't be reminded about these updates again.



This PR has been generated by Renovate Bot.