Skip to content

Commit

Permalink
fix(deps): update react monorepo to v16.14.0 (#136)
Browse files Browse the repository at this point in the history
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [react](https://reactjs.org/) ([source](https://togithub.com/facebook/react)) | [`16.11.0` -> `16.14.0`](https://renovatebot.com/diffs/npm/react/16.11.0/16.14.0) | [![age](https://badges.renovateapi.com/packages/npm/react/16.14.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/react/16.14.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/react/16.14.0/compatibility-slim/16.11.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/react/16.14.0/confidence-slim/16.11.0)](https://docs.renovatebot.com/merge-confidence/) |
| [react-dom](https://reactjs.org/) ([source](https://togithub.com/facebook/react)) | [`16.11.0` -> `16.14.0`](https://renovatebot.com/diffs/npm/react-dom/16.11.0/16.14.0) | [![age](https://badges.renovateapi.com/packages/npm/react-dom/16.14.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/react-dom/16.14.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/react-dom/16.14.0/compatibility-slim/16.11.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/react-dom/16.14.0/confidence-slim/16.11.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>facebook/react</summary>

### [`v16.14.0`](https://togithub.com/facebook/react/blob/master/CHANGELOG.md#&#8203;16140-October-14-2020)

[Compare Source](https://togithub.com/facebook/react/compare/v16.13.1...v16.14.0)

##### React

-   Add support for the [new JSX transform](https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html). ([@&#8203;lunaruan](https://togithub.com/lunaruan) in [#&#8203;18299](https://togithub.com/facebook/react/pull/18299))

### [`v16.13.1`](https://togithub.com/facebook/react/blob/master/CHANGELOG.md#&#8203;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. ([@&#8203;acdlite](https://togithub.com/acdlite) in [#&#8203;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). ([@&#8203;gaearon](https://togithub.com/gaearon) in [#&#8203;18330](https://togithub.com/facebook/react/pull/18330))

### [`v16.13.0`](https://togithub.com/facebook/react/blob/master/CHANGELOG.md#&#8203;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 ([@&#8203;lunaruan](https://togithub.com/lunaruan) in [#&#8203;17864](https://togithub.com/facebook/react/pull/17864))
-   Deprecate `React.createFactory()` ([@&#8203;trueadm](https://togithub.com/trueadm) in [#&#8203;17878](https://togithub.com/facebook/react/pull/17878))

##### React DOM

-   Warn when changes in `style` may cause an unexpected collision ([@&#8203;sophiebits](https://togithub.com/sophiebits) in [#&#8203;14181](https://togithub.com/facebook/react/pull/14181), [#&#8203;18002](https://togithub.com/facebook/react/pull/18002))
-   Warn when a function component is updated during another component's render phase ([@&#8203;acdlite](https://togithub.com/acdlite) in [#&#8203;17099](https://togithub.com/facebook/react/pull/17099))
-   Deprecate `unstable_createPortal` ([@&#8203;trueadm](https://togithub.com/trueadm) in [#&#8203;17880](https://togithub.com/facebook/react/pull/17880))
-   Fix `onMouseEnter` being fired on disabled buttons ([@&#8203;AlfredoGJ](https://togithub.com/AlfredoGJ) in [#&#8203;17675](https://togithub.com/facebook/react/pull/17675))
-   Call `shouldComponentUpdate` twice when developing in `StrictMode` ([@&#8203;bvaughn](https://togithub.com/bvaughn) in [#&#8203;17942](https://togithub.com/facebook/react/pull/17942))
-   Add `version` property to ReactDOM ([@&#8203;ealush](https://togithub.com/ealush) in [#&#8203;15780](https://togithub.com/facebook/react/pull/15780))
-   Don't call `toString()` of `dangerouslySetInnerHTML` ([@&#8203;sebmarkbage](https://togithub.com/sebmarkbage) in [#&#8203;17773](https://togithub.com/facebook/react/pull/17773))
-   Show component stacks in more warnings ([@&#8203;gaearon](https://togithub.com/gaearon) in [#&#8203;17922](https://togithub.com/facebook/react/pull/17922), [#&#8203;17586](https://togithub.com/facebook/react/pull/17586))

##### Concurrent Mode (Experimental)

-   Warn for problematic usages of `ReactDOM.createRoot()` ([@&#8203;trueadm](https://togithub.com/trueadm) in [#&#8203;17937](https://togithub.com/facebook/react/pull/17937))
-   Remove `ReactDOM.createRoot()` callback params and added warnings on usage ([@&#8203;bvaughn](https://togithub.com/bvaughn) in [#&#8203;17916](https://togithub.com/facebook/react/pull/17916))
-   Don't group Idle/Offscreen work with other work ([@&#8203;sebmarkbage](https://togithub.com/sebmarkbage) in [#&#8203;17456](https://togithub.com/facebook/react/pull/17456))
-   Adjust `SuspenseList` CPU bound heuristic ([@&#8203;sebmarkbage](https://togithub.com/sebmarkbage) in [#&#8203;17455](https://togithub.com/facebook/react/pull/17455))
-   Add missing event plugin priorities ([@&#8203;trueadm](https://togithub.com/trueadm) in [#&#8203;17914](https://togithub.com/facebook/react/pull/17914))
-   Fix `isPending` only being true when transitioning from inside an input event ([@&#8203;acdlite](https://togithub.com/acdlite) in [#&#8203;17382](https://togithub.com/facebook/react/pull/17382))
-   Fix `React.memo` components dropping updates when interrupted by a higher priority update ([@&#8203;acdlite](\(https://github.com/acdlite\)) in [#&#8203;18091](https://togithub.com/facebook/react/pull/18091))
-   Don't warn when suspending at the wrong priority ([@&#8203;gaearon](https://togithub.com/gaearon) in [#&#8203;17971](https://togithub.com/facebook/react/pull/17971))
-   Fix a bug with rebasing updates ([@&#8203;acdlite](https://togithub.com/acdlite) and [@&#8203;sebmarkbage](https://togithub.com/sebmarkbage) in [#&#8203;17560](https://togithub.com/facebook/react/pull/17560), [#&#8203;17510](https://togithub.com/facebook/react/pull/17510), [#&#8203;17483](https://togithub.com/facebook/react/pull/17483), [#&#8203;17480](https://togithub.com/facebook/react/pull/17480))

### [`v16.12.0`](https://togithub.com/facebook/react/blob/master/CHANGELOG.md#&#8203;16120-November-14-2019)

[Compare Source](https://togithub.com/facebook/react/compare/v16.11.0...v16.12.0)

##### React DOM

-   Fix passive effects (`useEffect`) not being fired in a multi-root app. ([@&#8203;acdlite](https://togithub.com/acdlite) in [#&#8203;17347](https://togithub.com/facebook/react/pull/17347))

##### React Is

-   Fix `lazy` and `memo` types considered elements instead of components ([@&#8203;bvaughn](https://togithub.com/bvaughn) in [#&#8203;17278](https://togithub.com/facebook/react/pull/17278))

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/carbon-design-system/carbon-for-ibm-dotcom-nextjs-test).
  • Loading branch information
renovate[bot] committed Nov 20, 2021
1 parent 4f13c9c commit 5017ad1
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
Binary file removed .yarn/offline-mirror/react-16.11.0.tgz
Binary file not shown.
Binary file added .yarn/offline-mirror/react-16.14.0.tgz
Binary file not shown.
Binary file removed .yarn/offline-mirror/react-dom-16.11.0.tgz
Binary file not shown.
Binary file added .yarn/offline-mirror/react-dom-16.14.0.tgz
Binary file not shown.
Binary file removed .yarn/offline-mirror/scheduler-0.17.0.tgz
Binary file not shown.
Binary file added .yarn/offline-mirror/scheduler-0.19.1.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
"node-sass": "^4.13.0",
"prettier": "^2.0.4",
"prop-types": "^15.7.2",
"react": "16.11.0",
"react-dom": "16.11.0",
"react": "16.14.0",
"react-dom": "16.14.0",
"rtlcss": "^2.6.0",
"sass-loader": "^10.2.0",
"stylelint": "^14.0.0",
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7928,15 +7928,15 @@ react-autosuggest@^10.1.0:
section-iterator "^2.0.0"
shallow-equal "^1.2.1"

react-dom@16.11.0:
version "16.11.0"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.11.0.tgz#7e7c4a5a85a569d565c2462f5d345da2dd849af5"
integrity sha512-nrRyIUE1e7j8PaXSPtyRKtz+2y9ubW/ghNgqKFHHAHaeP0fpF5uXR+sq8IMRHC+ZUxw7W9NyCDTBtwWxvkb0iA==
react-dom@16.14.0:
version "16.14.0"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.14.0.tgz#7ad838ec29a777fb3c75c3a190f661cf92ab8b89"
integrity sha512-1gCeQXDLoIqMgqD3IO2Ah9bnf0w9kzhwN5q4FGnHZ67hBm9yePzB5JJAIQCc8x3pFnNlwFq4RidZggNAAkzWWw==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
prop-types "^15.6.2"
scheduler "^0.17.0"
scheduler "^0.19.1"

"react-dom@^16.10.0 || ^17.0.0":
version "17.0.2"
Expand Down Expand Up @@ -7976,10 +7976,10 @@ react-themeable@^1.1.0:
dependencies:
object-assign "^3.0.0"

react@16.11.0:
version "16.11.0"
resolved "https://registry.yarnpkg.com/react/-/react-16.11.0.tgz#d294545fe62299ccee83363599bf904e4a07fdbb"
integrity sha512-M5Y8yITaLmU0ynd0r1Yvfq98Rmll6q8AxaEe88c8e7LxO8fZ2cNgmFt0aGAS9wzf1Ao32NKXtCl+/tVVtkxq6g==
react@16.14.0:
version "16.14.0"
resolved "https://registry.yarnpkg.com/react/-/react-16.14.0.tgz#94d776ddd0aaa37da3eda8fc5b6b18a4c9a3114d"
integrity sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
Expand Down Expand Up @@ -8464,10 +8464,10 @@ saxes@^5.0.1:
dependencies:
xmlchars "^2.2.0"

scheduler@^0.17.0:
version "0.17.0"
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.17.0.tgz#7c9c673e4ec781fac853927916d1c426b6f3ddfe"
integrity sha512-7rro8Io3tnCPuY4la/NuI5F2yfESpnfZyT6TtkXnSWVkcu0BCDJ+8gk5ozUaFaxpIyNuWAPXrH0yFcSi28fnDA==
scheduler@^0.19.1:
version "0.19.1"
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.19.1.tgz#4f3e2ed2c1a7d65681f4c854fa8c5a1ccb40f196"
integrity sha512-n/zwRWRYSUj0/3g/otKDRPMh6qv2SYMWNq85IEa8iZyAv8od9zDYpGSnpBEjNgcMNq6Scbu5KfIPxNF72R/2EA==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
Expand Down

0 comments on commit 5017ad1

Please sign in to comment.