Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Update react in packages/oc-template-react/package.json from 16.9.0 to 16.10.1 #560

Closed
wants to merge 1 commit into from

Conversation

dependencies[bot]
Copy link

@dependencies dependencies bot commented Sep 29, 2019

Overview

The following dependencies have been updated by dependencies.io:

  • react in packages/oc-template-react/package.json from "16.9.0" to "16.10.1"

Details

react

This dependency is located in packages/oc-template-react/package.json and was updated from "16.9.0" to "16.10.1".

16.10.0

React DOM

  • Fix edge case where a hook update wasn't being memoized. (sebmarkbage in #16359)
  • Fix heuristic for determining when to hydrate, so we don't incorrectly hydrate during an update. (sebmarkbage in #16739)
  • Clear additional fiber fields during unmount to save memory. (trueadm in #16807)
  • Fix bug with required text fields in Firefox. (halvves in #16578)
  • Prefer Object.is instead of inline polyfill, when available. (ku8ar in #16212)
  • Fix bug when mixing Suspense and error handling. (acdlite in #16801)

Scheduler (Experimental)

  • Improve queue performance by switching its internal data structure to a min binary heap. (acdlite in #16245)
  • Use postMessage loop with short intervals instead of attempting to align to frame boundaries with requestAnimationFrame. (acdlite in #16214)

useSubscription

  • Avoid tearing issue when a mutation happens and the previous update is still in progress. (bvaughn in #16623)

Artifacts

• react: https://unpkg.com/react@16.10.0/umd/
• react-art: https://unpkg.com/react-art@16.10.0/umd/
• react-dom: https://unpkg.com/react-dom@16.10.0/umd/
• react-is: https://unpkg.com/react-is@16.10.0/umd/
• react-test-renderer: https://unpkg.com/react-test-renderer@16.10.0/umd/
• scheduler: https://unpkg.com/scheduler@0.16.0/umd/

16.10.1

React DOM

  • Fix regression in Next.js apps by allowing Suspense mismatch during hydration to silently proceed (sebmarkbage in #16943)

@codecov
Copy link

codecov bot commented Sep 29, 2019

Codecov Report

Merging #560 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #560   +/-   ##
=======================================
  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 6f649bc...efee387. Read the comment docs.

@dependencies dependencies bot closed this Oct 4, 2019
@dependencies
Copy link
Author

dependencies bot commented Oct 4, 2019

This PR has been automatically closed in favor of #563.

@dependencies dependencies bot deleted the deps/update-d82e7017 branch October 4, 2019 16:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant