Closed dependencies[bot] closed 5 years ago
Merging #400 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #400 +/- ##
=======================================
Coverage 96.04% 96.04%
=======================================
Files 19 19
Lines 253 253
Branches 31 31
=======================================
Hits 243 243
Misses 10 10
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update b257615...7635801. Read the comment docs.
Dependencies.io has updated
react
(a npm dependency in/packages/oc-template-react-compiler
) from "16.7.0" to "16.8.1".16.8.1
### React DOM and React Test Renderer * Fix a crash when used together with an older version of React. ([bvaughn](https://github.com/bvaughn) in [#14770](https://www.dependencies.io/github-redirect/facebook/react/pull/14770)) ### React Test Utils * Fix a crash in Node environment. ([threepointone](https://github.com/threepointone) in [#14768](https://www.dependencies.io/github-redirect/facebook/react/pull/14768))16.8.0
### React * Add [Hooks](https://reactjs.org/docs/hooks-intro.html) — a way to use state and other React features without writing a class. ([acdlite](https://github.com/acdlite) et al. in [#13968](https://www.dependencies.io/github-redirect/facebook/react/pull/13968)) * Improve the `useReducer` Hook lazy initialization API. ([acdlite](https://github.com/acdlite) in [#14723](https://www.dependencies.io/github-redirect/facebook/react/pull/14723)) ### React DOM * Bail out of rendering on identical values for `useState` and `useReducer` Hooks. ([acdlite](https://github.com/acdlite) in [#14569](https://www.dependencies.io/github-redirect/facebook/react/pull/14569)) * Use `Object.is` algorithm for comparing `useState` and `useReducer` values. ([Jessidhia](https://github.com/Jessidhia) in [#14752](https://www.dependencies.io/github-redirect/facebook/react/pull/14752)) * Don’t compare the first argument passed to `useEffect`/`useMemo`/`useCallback` Hooks. ([acdlite](https://github.com/acdlite) in [#14594](https://www.dependencies.io/github-redirect/facebook/react/pull/14594)) * Support synchronous thenables passed to `React.lazy()`. ([gaearon](https://github.com/gaearon) in [#14626](https://www.dependencies.io/github-redirect/facebook/react/pull/14626)) * Render components with Hooks twice in Strict Mode (DEV-only) to match class behavior. ([gaearon](https://github.com/gaearon) in [#14654](https://www.dependencies.io/github-redirect/facebook/react/pull/14654)) * Warn about mismatching Hook order in development. ([threepointone](https://github.com/threepointone) in [#14585](https://www.dependencies.io/github-redirect/facebook/react/pull/14585) and [acdlite](https://github.com/acdlite) in [#14591](https://www.dependencies.io/github-redirect/facebook/react/pull/14591)) * Effect clean-up functions must return either `undefined` or a function. All other values, including `null`, are not allowed. [acdlite](https://github.com/acdlite) in [#14119](https://www.dependencies.io/github-redirect/facebook/react/pull/14119) ### React Test Renderer and Test Utils * Support Hooks in the shallow renderer. ([trueadm](https://github.com/trueadm) in [#14567](https://www.dependencies.io/github-redirect/facebook/react/pull/14567)) * Fix wrong state in `shouldComponentUpdate` in the presence of `getDerivedStateFromProps` for Shallow Renderer. ([chenesan](https://github.com/chenesan) in [#14613](https://www.dependencies.io/github-redirect/facebook/react/pull/14613)) * Add `ReactTestRenderer.act()` and `ReactTestUtils.act()` for batching updates so that tests more closely match real behavior. ([threepointone](https://github.com/threepointone) in [#14744](https://www.dependencies.io/github-redirect/facebook/react/pull/14744)) ### ESLint Plugin: React Hooks * Initial [release](https://www.npmjs.com/package/eslint-plugin-react-hooks). ([calebmer](https://github.com/calebmer) in [#13968](https://www.dependencies.io/github-redirect/facebook/react/pull/13968)) * Fix reporting after encountering a loop. ([calebmer](https://github.com/calebmer) and [Yurickh](https://github.com/Yurickh) in [#14661](https://www.dependencies.io/github-redirect/facebook/react/pull/14661)) * Don't consider throwing to be a rule violation. ([sophiebits](https://github.com/sophiebits) in [#14040](https://www.dependencies.io/github-redirect/facebook/react/pull/14040))