bahmutov / cra-ts-code-coverage-example

React App with TypeScript and Cypress code coverage
19 stars 4 forks source link

Update react monorepo to v16.13.1 #14

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
react (source) dependencies minor 16.12.0 -> 16.13.1
react-dom (source) dependencies minor 16.12.0 -> 16.13.1

Release Notes

facebook/react ### [`v16.13.1`](https://togithub.com/facebook/react/blob/master/CHANGELOG.md#​16131-March-19-2020) [Compare Source](https://togithub.com/facebook/react/compare/v16.13.0...v16.13.1) ##### React DOM - Fix bug in legacy mode Suspense where effect clean-up functions are not fired. This only affects users who use Suspense for data fetching in legacy mode, which is not technically supported. ([@​acdlite](https://togithub.com/acdlite) in [#​18238](https://togithub.com/facebook/react/pull/18238)) - Revert warning for cross-component updates that happen inside class render lifecycles (`componentWillReceiveProps`, `shouldComponentUpdate`, and so on). ([@​gaearon](https://togithub.com/gaearon) in [#​18330](https://togithub.com/facebook/react/pull/18330)) ### [`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: "every weekend" in timezone America/New_York.

: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 WhiteSource Renovate. View repository job log here.