raytran / protochess

Online multiplayer chess website that lets you build custom pieces/boards. Written in Svelte + Rust.
https://protochess.com/
GNU General Public License v3.0
106 stars 8 forks source link

Bump react-dom from 16.3.2 to 16.13.0 #1

Closed dependabot[bot] closed 4 years ago

dependabot[bot] commented 4 years ago

Bumps react-dom from 16.3.2 to 16.13.0.

Release notes *Sourced from [react-dom's releases](https://github.com/facebook/react/releases).* > ## 16.13.0 (February 26, 2020) > ### React > > * Warn when a string ref is used in a manner that's not amenable to a future codemod ([@​lunaruan](https://github.com/lunaruan) in [#17864](https://github-redirect.dependabot.com/facebook/react/pull/17864)) > * Deprecate `React.createFactory()` ([@​trueadm](https://github.com/trueadm) in [#17878](https://github-redirect.dependabot.com/facebook/react/pull/17878)) > > ### React DOM > > * Warn when changes in `style` may cause an unexpected collision ([@​sophiebits](https://github.com/sophiebits) in [#14181](https://github-redirect.dependabot.com/facebook/react/pull/14181), [#18002](https://github-redirect.dependabot.com/facebook/react/pull/18002)) > * Warn when a function component is updated during another component's render phase ([@​acdlite]((https://github.com/acdlite)) in [#17099](https://github-redirect.dependabot.com/facebook/react/pull/17099)) > * Deprecate `unstable_createPortal` ([@​trueadm](https://github.com/trueadm) in [#17880](https://github-redirect.dependabot.com/facebook/react/pull/17880)) > * Fix `onMouseEnter` being fired on disabled buttons ([@​AlfredoGJ](https://github.com/AlfredoGJ) in [#17675](https://github-redirect.dependabot.com/facebook/react/pull/17675)) > * Call `shouldComponentUpdate` twice when developing in `StrictMode` ([@​bvaughn](https://github.com/bvaughn) in [#17942](https://github-redirect.dependabot.com/facebook/react/pull/17942)) > * Add `version` property to ReactDOM ([@​ealush](https://github.com/ealush) in [#15780](https://github-redirect.dependabot.com/facebook/react/pull/15780)) > * Don't call `toString()` of `dangerouslySetInnerHTML` ([@​sebmarkbage](https://github.com/sebmarkbage) in [#17773](https://github-redirect.dependabot.com/facebook/react/pull/17773)) > * Show component stacks in more warnings ([@​gaearon](https://github.com/gaearon) in [#17922](https://github-redirect.dependabot.com/facebook/react/pull/17922), [#17586](https://github-redirect.dependabot.com/facebook/react/pull/17586)) > > ### Concurrent Mode (Experimental) > > * Warn for problematic usages of `ReactDOM.createRoot()` ([@​trueadm](https://github.com/trueadm) in [#17937](https://github-redirect.dependabot.com/facebook/react/pull/17937)) > * Remove `ReactDOM.createRoot()` callback params and added warnings on usage ([@​bvaughn](https://github.com/bvaughn) in [#17916](https://github-redirect.dependabot.com/facebook/react/pull/17916)) > * Don't group Idle/Offscreen work with other work ([@​sebmarkbage](https://github.com/sebmarkbage) in [#17456](https://github-redirect.dependabot.com/facebook/react/pull/17456)) > * Adjust `SuspenseList` CPU bound heuristic ([@​sebmarkbage](https://github.com/sebmarkbage) in [#17455](https://github-redirect.dependabot.com/facebook/react/pull/17455)) > * Add missing event plugin priorities ([@​trueadm](https://github.com/trueadm) in [#17914](https://github-redirect.dependabot.com/facebook/react/pull/17914)) > * Fix `isPending` only being true when transitioning from inside an input event ([@​acdlite](https://github.com/acdlite) in [#17382](https://github-redirect.dependabot.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://github-redirect.dependabot.com/facebook/react/pull/18091)) > * Don't warn when suspending at the wrong priority ([@​gaearon](https://github.com/gaearon) in [#17971](https://github-redirect.dependabot.com/facebook/react/pull/17971)) > * Fix a bug with rebasing updates ([@​acdlite](https://github.com/acdlite) and [@​sebmarkbage](https://github.com/sebmarkbage) in [#17560](https://github-redirect.dependabot.com/facebook/react/pull/17560), [#17510](https://github-redirect.dependabot.com/facebook/react/pull/17510), [#17483](https://github-redirect.dependabot.com/facebook/react/pull/17483), [#17480](https://github-redirect.dependabot.com/facebook/react/pull/17480)) > > ## Artifacts > > - react: https://unpkg.com/react@16.13.0/umd/ > - react-art: https://unpkg.com/react-art@16.13.0/umd/ > - react-dom: https://unpkg.com/react-dom@16.13.0/umd/ > - react-is: https://unpkg.com/react-is@16.13.0/umd/ > - react-test-renderer: https://unpkg.com/react-test-renderer@16.13.0/umd/ > - scheduler: https://unpkg.com/scheduler@0.19.0/umd/ > > ## 16.12.0 (November 14, 2019) > ### React DOM > > * Fix passive effects (`useEffect`) not being fired in a multi-root app. ([@​acdlite](https://github.com/acdlite) in [#17347](https://github-redirect.dependabot.com/facebook/react/pull/17347)) > > ### React Is > > * Fix `lazy` and `memo` types considered elements instead of components ([@​bvaughn](https://github.com/bvaughn) in [#17278](https://github-redirect.dependabot.com/facebook/react/pull/17278)) > > ## Artifacts > > • react: https://unpkg.com/react@16.12.0/umd/ > ... (truncated)
Changelog *Sourced from [react-dom's changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md).* > ## 16.13.0 (February 26, 2020) > > ### React > > * Warn when a string ref is used in a manner that's not amenable to a future codemod ([@​lunaruan](https://github.com/lunaruan) in [#17864](https://github-redirect.dependabot.com/facebook/react/pull/17864)) > * Deprecate `React.createFactory()` ([@​trueadm](https://github.com/trueadm) in [#17878](https://github-redirect.dependabot.com/facebook/react/pull/17878)) > > ### React DOM > > * Warn when changes in `style` may cause an unexpected collision ([@​sophiebits](https://github.com/sophiebits) in [#14181](https://github-redirect.dependabot.com/facebook/react/pull/14181), [#18002](https://github-redirect.dependabot.com/facebook/react/pull/18002)) > * Warn when a function component is updated during another component's render phase ([@​acdlite](https://github.com/acdlite) in [#17099](https://github-redirect.dependabot.com/facebook/react/pull/17099)) > * Deprecate `unstable_createPortal` ([@​trueadm](https://github.com/trueadm) in [#17880](https://github-redirect.dependabot.com/facebook/react/pull/17880)) > * Fix `onMouseEnter` being fired on disabled buttons ([@​AlfredoGJ](https://github.com/AlfredoGJ) in [#17675](https://github-redirect.dependabot.com/facebook/react/pull/17675)) > * Call `shouldComponentUpdate` twice when developing in `StrictMode` ([@​bvaughn](https://github.com/bvaughn) in [#17942](https://github-redirect.dependabot.com/facebook/react/pull/17942)) > * Add `version` property to ReactDOM ([@​ealush](https://github.com/ealush) in [#15780](https://github-redirect.dependabot.com/facebook/react/pull/15780)) > * Don't call `toString()` of `dangerouslySetInnerHTML` ([@​sebmarkbage](https://github.com/sebmarkbage) in [#17773](https://github-redirect.dependabot.com/facebook/react/pull/17773)) > * Show component stacks in more warnings ([@​gaearon](https://github.com/gaearon) in [#17922](https://github-redirect.dependabot.com/facebook/react/pull/17922), [#17586](https://github-redirect.dependabot.com/facebook/react/pull/17586)) > > ### Concurrent Mode (Experimental) > > * Warn for problematic usages of `ReactDOM.createRoot()` ([@​trueadm](https://github.com/trueadm) in [#17937](https://github-redirect.dependabot.com/facebook/react/pull/17937)) > * Remove `ReactDOM.createRoot()` callback params and added warnings on usage ([@​bvaughn](https://github.com/bvaughn) in [#17916](https://github-redirect.dependabot.com/facebook/react/pull/17916)) > * Don't group Idle/Offscreen work with other work ([@​sebmarkbage](https://github.com/sebmarkbage) in [#17456](https://github-redirect.dependabot.com/facebook/react/pull/17456)) > * Adjust `SuspenseList` CPU bound heuristic ([@​sebmarkbage](https://github.com/sebmarkbage) in [#17455](https://github-redirect.dependabot.com/facebook/react/pull/17455)) > * Add missing event plugin priorities ([@​trueadm](https://github.com/trueadm) in [#17914](https://github-redirect.dependabot.com/facebook/react/pull/17914)) > * Fix `isPending` only being true when transitioning from inside an input event ([@​acdlite](https://github.com/acdlite) in [#17382](https://github-redirect.dependabot.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://github-redirect.dependabot.com/facebook/react/pull/18091)) > * Don't warn when suspending at the wrong priority ([@​gaearon](https://github.com/gaearon) in [#17971](https://github-redirect.dependabot.com/facebook/react/pull/17971)) > * Fix a bug with rebasing updates ([@​acdlite](https://github.com/acdlite) and [@​sebmarkbage](https://github.com/sebmarkbage) in [#17560](https://github-redirect.dependabot.com/facebook/react/pull/17560), [#17510](https://github-redirect.dependabot.com/facebook/react/pull/17510), [#17483](https://github-redirect.dependabot.com/facebook/react/pull/17483), [#17480](https://github-redirect.dependabot.com/facebook/react/pull/17480)) > > ## 16.12.0 (November 14, 2019) > > ### React DOM > > * Fix passive effects (`useEffect`) not being fired in a multi-root app. ([@​acdlite](https://github.com/acdlite) in [#17347](https://github-redirect.dependabot.com/facebook/react/pull/17347)) > > ### React Is > > * Fix `lazy` and `memo` types considered elements instead of components ([@​bvaughn](https://github.com/bvaughn) in [#17278](https://github-redirect.dependabot.com/facebook/react/pull/17278)) > > ## 16.11.0 (October 22, 2019) > > ### React DOM > > * Fix `mouseenter` handlers from firing twice inside nested React containers. [@​yuanoook](https://github.com/yuanoook) in [#16928](https://github-redirect.dependabot.com/facebook/react/pull/16928) > * Remove `unstable_createRoot` and `unstable_createSyncRoot` experimental APIs. (These are available in the Experimental channel as `createRoot` and `createSyncRoot`.) ([@​acdlite](http://github.com/acdlite) in [#17088](https://github-redirect.dependabot.com/facebook/react/pull/17088)) > > ## 16.10.2 (October 3, 2019) > > ### React DOM > ... (truncated)
Commits - [`c1c5499`](https://github.com/facebook/react/commit/c1c5499cc3fd179004911b3391a55de1af4de037) update version numbers for 16.13 ([#18143](https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/18143)) - [`f3ecd56`](https://github.com/facebook/react/commit/f3ecd56beacd4a2849a1bac4faab5d41b7ad758b) Fixed a spelling mistake in a comment. ([#18119](https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/18119)) - [`60016c4`](https://github.com/facebook/react/commit/60016c448bb7d19fc989acd05dda5aca2e124381) Export React as Named Exports instead of CommonJS ([#18106](https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/18106)) - [`ccab494`](https://github.com/facebook/react/commit/ccab49473897aacae43bb4d55c1061065892403c) Move type DOMContainer to HostConfig ([#18112](https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/18112)) - [`0934879`](https://github.com/facebook/react/commit/09348798a912c8682e57c35842aa7a007e13fdb9) Codemod to import * as React from "react"; ([#18102](https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/18102)) - [`2c4221c`](https://github.com/facebook/react/commit/2c4221ce8bc5765bfddc4b32af4af602077a4a3e) Change string refs in function component message ([#18031](https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/18031)) - [`3f85d53`](https://github.com/facebook/react/commit/3f85d53ca6f2af8a711daae6322e6bdda862f660) Further pre-requisite changes to plugin event system ([#18083](https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/18083)) - [`1000f61`](https://github.com/facebook/react/commit/1000f6135efba4f8d8ebffedeb7b472f532a8475) Add container to event listener signature ([#18075](https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/18075)) - [`4912ba3`](https://github.com/facebook/react/commit/4912ba31e3dcc8d08f5b16ae38b38d74da85ea21) Add modern event system flag + rename legacy plugin module ([#18073](https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/18073)) - [`1a6d817`](https://github.com/facebook/react/commit/1a6d8179b6dd427fdf7ee50d5ac45ae5a40979eb) [react-interactions] Ensure onBeforeBlur fires for hideInstance ([#18064](https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/18064)) - Additional commits viewable in [compare view](https://github.com/facebook/react/commits/v16.13.0/packages/react-dom)
Maintainer changes This version was pushed to npm by [threepointone](https://www.npmjs.com/~threepointone), 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 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 You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/raytran/protochess/network/alerts).
dependabot[bot] commented 4 years ago

Looks like react-dom is up-to-date now, so this is no longer needed.