geo.data.gouv.fr icon indicating copy to clipboard operation
geo.data.gouv.fr copied to clipboard

Bump react-dom from 16.8.4 to 16.12.0

Open dependabot-preview[bot] opened this issue 4 years ago • 2 comments

Bumps react-dom from 16.8.4 to 16.12.0.

Release notes

Sourced from react-dom's releases.

16.12.0 (November 14, 2019)

React DOM

  • Fix passive effects (useEffect) not being fired in a multi-root app. (@​acdlite in #17347)

React Is

  • Fix lazy and memo types considered elements instead of components (@​bvaughn in #17278)

Artifacts

• react: https://unpkg.com/[email protected]/umd/ • react-art: https://unpkg.com/[email protected]/umd/ • react-dom: https://unpkg.com/[email protected]/umd/ • react-is: https://unpkg.com/[email protected]/umd/ • react-test-renderer: https://unpkg.com/[email protected]/umd/ • scheduler: https://unpkg.com/[email protected]/umd/

16.11.0 (October 22, 2019)

React DOM

  • Fix mouseenter handlers from firing twice inside nested React containers. @​yuanoook in #16928
  • Remove unstable_createRoot and unstable_createSyncRoot experimental APIs. (These are available in the Experimental channel as createRoot and createSyncRoot.) (@​acdlite in #17088)

Artifacts

• react: https://unpkg.com/[email protected]/umd/ • react-art: https://unpkg.com/[email protected]/umd/ • react-dom: https://unpkg.com/[email protected]/umd/ • react-is: https://unpkg.com/[email protected]/umd/ • react-test-renderer: https://unpkg.com/[email protected]/umd/ • scheduler: https://unpkg.com/[email protected]/umd/

16.10.2 (October 3, 2019)

React DOM

  • Fix regression in react-native-web by restoring order of arguments in event plugin extractors (@​necolas in #16978)

Artifacts

• react: https://unpkg.com/[email protected]/umd/ • react-art: https://unpkg.com/[email protected]/umd/ • react-dom: https://unpkg.com/[email protected]/umd/ • react-is: https://unpkg.com/[email protected]/umd/ • react-test-renderer: https://unpkg.com/[email protected]/umd/ • scheduler: https://unpkg.com/[email protected]/umd/

16.10.1 (September 28, 2019)

React DOM

... (truncated)
Changelog

Sourced from react-dom's changelog.

16.12.0 (November 14, 2019)

React DOM

  • Fix passive effects (useEffect) not being fired in a multi-root app. (@​acdlite in #17347)

React Is

  • Fix lazy and memo types considered elements instead of components (@​bvaughn in #17278)

16.11.0 (October 22, 2019)

React DOM

  • Fix mouseenter handlers from firing twice inside nested React containers. @​yuanoook in #16928
  • Remove unstable_createRoot and unstable_createSyncRoot experimental APIs. (These are available in the Experimental channel as createRoot and createSyncRoot.) (@​acdlite in #17088)

16.10.2 (October 3, 2019)

React DOM

  • Fix regression in react-native-web by restoring order of arguments in event plugin extractors (@​necolas in #16978)

16.10.1 (September 28, 2019)

React DOM

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

16.10.0 (September 27, 2019)

React DOM

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)
... (truncated)
Commits
  • b53ea6c [Bugfix] Passive effects triggered by synchronous renders in a multi-root app...
  • 01bce8c Change legacy-events plugin nativeEventTarget to allow null (#17344)
  • b8f8258 Split ReactDOM entry point (#17331)
  • a7b4d51 Warn when doing createRoot twice on the same node (another approach) (#17329)
  • be3bfa6 [Flight] Basic Integration Test (#17307)
  • e701632 [react-interactions] Change unmount blur logic to a dedicated event (#17291)
  • dee0304 [Flight] Basic Streaming Suspense Support (#17285)
  • cb09dbe [react-interactions] Add handleSimulateChildBlur upon DOM node removal (#17225)
  • f4148b2 [Flight] Move around the Server side a bit (#17251)
  • fadc971 [Flight] Add Client Infrastructure (#17234)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by lunaruan, a new releaser for react-dom since your current version.


Dependabot compatibility score

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 minor 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[bot] avatar Nov 18 '19 08:11 dependabot-preview[bot]

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #1020   +/-   ##
======================================
  Coverage     6.3%    6.3%           
======================================
  Files         118     118           
  Lines        1062    1062           
======================================
  Hits           67      67           
  Misses        995     995

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 923715b...1bd5ac1. Read the comment docs.

codecov[bot] avatar Nov 18 '19 08:11 codecov[bot]

File name Previous Size New Size Change
page-_error.js.gz 185 bytes 185 bytes 0 bytes (0%)
page-catalog.js.gz 58.41 KB 58.41 KB 0 bytes (0%)
page-catalogs.js.gz 3.03 KB 3.03 KB 0 bytes (0%)
page-dataset.js.gz 18.98 KB 18.98 KB 0 bytes (0%)
page-doc-publish-your-data.js.gz 3.68 KB 3.68 KB 0 bytes (0%)
page-doc.js.gz 1.54 KB 1.54 KB 0 bytes (0%)
page-events.js.gz 2.24 KB 2.24 KB 0 bytes (0%)
page-harvest.js.gz 2.41 KB 2.41 KB 0 bytes (0%)
page-index.js.gz 5.11 KB 5.11 KB 0 bytes (0%)
page-legal.js.gz 816 bytes 816 bytes 0 bytes (0%)
page-publication-datasets.js.gz 5.1 KB 5.1 KB 0 bytes (0%)
page-publication-organization.js.gz 8.34 KB 8.34 KB 0 bytes (0%)
page-publication-producers.js.gz 4.56 KB 4.56 KB 0 bytes (0%)
page-publication.js.gz 3.32 KB 3.32 KB 0 bytes (0%)
page-search.js.gz 7.75 KB 7.75 KB 0 bytes (0%)
page-doc-link-proxy.js.gz 1.47 KB 1.47 KB 0 bytes (0%)
page-embed-preview.js.gz 5.78 KB 5.78 KB 0 bytes (0%)
page-_app.js.gz 2.37 KB 2.37 KB 0 bytes (0%)
chunk-centered-map.[hash].js.gz 177.84 KB 177.84 KB 0 bytes (0%)
chunk-commons.[hash].js.gz 136.33 KB 139.67 KB 3.34 KB (2%)
chunk-preview-table.[hash].js.gz 12.81 KB 12.81 KB 0 bytes (0%)
runtime-main-[hash].js.gz 2.16 KB 2.16 KB 0 bytes (0%)
runtime-webpack-[hash].js.gz 1.2 KB 1.2 KB 0 bytes (0%)

buildsize[bot] avatar Nov 18 '19 08:11 buildsize[bot]