Skip to content

Commit

Permalink
chore(deps): update react monorepo (#9693)
Browse files Browse the repository at this point in the history
[![Mend 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.9.0` -> `16.14.0`](https://renovatebot.com/diffs/npm/react/16.9.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.9.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/react/16.14.0/confidence-slim/16.9.0)](https://docs.renovatebot.com/merge-confidence/) |
| [react-dom](https://reactjs.org/) ([source](https://togithub.com/facebook/react)) | [`16.9.0` -> `16.14.0`](https://renovatebot.com/diffs/npm/react-dom/16.9.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.9.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/react-dom/16.14.0/confidence-slim/16.9.0)](https://docs.renovatebot.com/merge-confidence/) |
| [react-is](https://reactjs.org/) ([source](https://togithub.com/facebook/react)) | [`16.9.0` -> `16.13.1`](https://renovatebot.com/diffs/npm/react-is/16.9.0/16.13.1) | [![age](https://badges.renovateapi.com/packages/npm/react-is/16.13.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/react-is/16.13.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/react-is/16.13.1/compatibility-slim/16.9.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/react-is/16.13.1/confidence-slim/16.9.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

### [`v16.14.0`](https://togithub.com/facebook/react/blob/HEAD/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/HEAD/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/HEAD/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/HEAD/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))

### [`v16.11.0`](https://togithub.com/facebook/react/blob/HEAD/CHANGELOG.md#&#8203;16110-October-22-2019)

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

##### React DOM

-   Fix `mouseenter` handlers from firing twice inside nested React containers. [@&#8203;yuanoook](https://togithub.com/yuanoook) in [#&#8203;16928](https://togithub.com/facebook/react/pull/16928)
-   Remove `unstable_createRoot` and `unstable_createSyncRoot` experimental APIs. (These are available in the Experimental channel as `createRoot` and `createSyncRoot`.) ([@&#8203;acdlite](http://github.com/acdlite) in [#&#8203;17088](https://togithub.com/facebook/react/pull/17088))

### [`v16.10.2`](https://togithub.com/facebook/react/blob/HEAD/CHANGELOG.md#&#8203;16102-October-3-2019)

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

##### React DOM

-   Fix regression in react-native-web by restoring order of arguments in event plugin extractors ([@&#8203;necolas](https://togithub.com/necolas) in [#&#8203;16978](https://togithub.com/facebook/react/pull/16978))

### [`v16.10.1`](https://togithub.com/facebook/react/blob/HEAD/CHANGELOG.md#&#8203;16101-September-28-2019)

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

##### React DOM

-   Fix regression in Next.js apps by allowing Suspense mismatch during hydration to silently proceed ([@&#8203;sebmarkbage](https://togithub.com/sebmarkbage) in [#&#8203;16943](https://togithub.com/facebook/react/pull/16943))

### [`v16.10.0`](https://togithub.com/facebook/react/blob/HEAD/CHANGELOG.md#&#8203;16100-September-27-2019)

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

##### React DOM

-   Fix edge case where a hook update wasn't being memoized. ([@&#8203;sebmarkbage](http://github.com/sebmarkbage) in [#&#8203;16359](https://togithub.com/facebook/react/pull/16359))
-   Fix heuristic for determining when to hydrate, so we don't incorrectly hydrate during an update. ([@&#8203;sebmarkbage](http://github.com/sebmarkbage) in [#&#8203;16739](https://togithub.com/facebook/react/pull/16739))
-   Clear additional fiber fields during unmount to save memory. ([@&#8203;trueadm](http://github.com/trueadm) in [#&#8203;16807](https://togithub.com/facebook/react/pull/16807))
-   Fix bug with required text fields in Firefox. ([@&#8203;halvves](http://github.com/halvves) in [#&#8203;16578](https://togithub.com/facebook/react/pull/16578))
-   Prefer `Object.is` instead of inline polyfill, when available. ([@&#8203;ku8ar](http://github.com/ku8ar) in [#&#8203;16212](https://togithub.com/facebook/react/pull/16212))
-   Fix bug when mixing Suspense and error handling. ([@&#8203;acdlite](http://github.com/acdlite) in [#&#8203;16801](https://togithub.com/facebook/react/pull/16801))

##### Scheduler (Experimental)

-   Improve queue performance by switching its internal data structure to a min binary heap. ([@&#8203;acdlite](http://github.com/acdlite) in [#&#8203;16245](https://togithub.com/facebook/react/pull/16245))
-   Use `postMessage` loop with short intervals instead of attempting to align to frame boundaries with `requestAnimationFrame`. ([@&#8203;acdlite](http://github.com/acdlite) in [#&#8203;16214](https://togithub.com/facebook/react/pull/16214))

##### useSubscription

-   Avoid tearing issue when a mutation happens and the previous update is still in progress. ([@&#8203;bvaughn](http://github.com/bvaughn) in [#&#8203;16623](https://togithub.com/facebook/react/pull/16623))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

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

♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired.

---

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

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/carbon-design-system/carbon-for-ibm-dotcom).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4zNC4xIiwidXBkYXRlZEluVmVyIjoiMzQuMzQuMSJ9-->
  • Loading branch information
renovate[bot] authored Dec 1, 2022
1 parent 349e276 commit dbed7fd
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 44 deletions.
Binary file removed .yarn/offline-mirror/react-16.9.0.tgz
Binary file not shown.
Binary file removed .yarn/offline-mirror/react-dom-16.9.0.tgz
Binary file not shown.
Binary file removed .yarn/offline-mirror/react-is-16.9.0.tgz
Binary file not shown.
Binary file removed .yarn/offline-mirror/scheduler-0.15.0.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"lint-staged": "^13.0.3",
"node-fetch": "^2.6.0",
"prettier": "^2.7.1",
"react": "16.9.0",
"react": "16.14.0",
"rimraf": "^2.6.3",
"sass": "^1.19.0",
"stylelint": "^10.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/carbon-web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,9 @@
"postcss-selector-parser": "^6.0.0",
"prop-types": "^15.7.0",
"puppeteer": "^13.0.0",
"react": "16.9.0",
"react-dom": "16.9.0",
"react-is": "16.9.0",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-is": "16.13.1",
"read-pkg-up": "^7.0.0",
"replace-ext": "^2.0.0",
"resize-observer-polyfill": "^1.5.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@
"promise": "^8.0.1",
"prop-types": "^15.7.2",
"raf": "^3.4.1",
"react": "16.9.0",
"react-dom": "16.9.0",
"react": "16.14.0",
"react-dom": "16.14.0",
"requestanimationframe": "^0.0.23",
"require-context.macro": "^1.0.4",
"rimraf": "^2.6.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/storybook-addon-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"@storybook/components": "^5.3.0"
},
"peerDependencies": {
"react": "16.9.0",
"react-dom": "16.9.0"
"react": "16.14.0",
"react-dom": "16.14.0"
},
"devDependencies": {
"@babel/cli": "^7.10.0",
Expand Down
40 changes: 4 additions & 36 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21289,16 +21289,6 @@ [email protected], react-dom@^16.8.3:
prop-types "^15.6.2"
scheduler "^0.19.1"

[email protected]:
version "16.9.0"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.9.0.tgz#5e65527a5e26f22ae3701131bcccaee9fb0d3962"
integrity sha512-YFT2rxO9hM70ewk9jq0y6sQk8cL02xm4+IzYBz75CQGlClQQ1Bxq0nhHF6OtSbit+AIahujJgb/CPRibFkMNJQ==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
prop-types "^15.6.2"
scheduler "^0.15.0"

"react-dom@^16.10.0 || ^17.0.0":
version "17.0.2"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-17.0.2.tgz#ecffb6845e3ad8dbfcdc498f0d0a939736502c23"
Expand Down Expand Up @@ -21361,21 +21351,16 @@ react-inspector@^5.1.0:
is-dom "^1.0.0"
prop-types "^15.0.0"

react-is@16.9.0:
version "16.9.0"
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.9.0.tgz#21ca9561399aad0ff1a7701c01683e8ca981edcb"
integrity sha512-tJBzzzIgnnRfEm046qRcURvwQnZVXmuCbscxUO5RWrGTXpon2d4c8mI0D8WE6ydVIm29JiLB6+RslkIvym9Rjw==
react-is@16.13.1, react-is@^16.12.0, react-is@^16.13.1, react-is@^16.7.0, react-is@^16.8.4, react-is@^16.8.6:
version "16.13.1"
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==

[email protected], react-is@^17.0.1, react-is@^17.0.2:
version "17.0.2"
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==

react-is@^16.12.0, react-is@^16.13.1, react-is@^16.7.0, react-is@^16.8.4, react-is@^16.8.6:
version "16.13.1"
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==

"react-is@^16.12.0 || ^17.0.0 || ^18.0.0", react-is@^18.0.0:
version "18.2.0"
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.2.0.tgz#199431eeaaa2e09f86427efbb4f1473edb47609b"
Expand Down Expand Up @@ -21532,15 +21517,6 @@ [email protected], react@^16.8.3:
object-assign "^4.1.1"
prop-types "^15.6.2"

[email protected]:
version "16.9.0"
resolved "https://registry.yarnpkg.com/react/-/react-16.9.0.tgz#40ba2f9af13bc1a38d75dbf2f4359a5185c4f7aa"
integrity sha512-+7LQnFBwkiw+BobzOF6N//BdoNw0ouwmSJTEm9cglOOmsg/TMiFHZLe2sEoN5M7LgJTj9oHH0gxklfnQe66S1w==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
prop-types "^15.6.2"

"react@^16.10.0 || ^17.0.0":
version "17.0.2"
resolved "https://registry.yarnpkg.com/react/-/react-17.0.2.tgz#d0b5cc516d29eb3eee383f75b62864cfb6800037"
Expand Down Expand Up @@ -22859,14 +22835,6 @@ saxes@^6.0.0:
dependencies:
xmlchars "^2.2.0"

scheduler@^0.15.0:
version "0.15.0"
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.15.0.tgz#6bfcf80ff850b280fed4aeecc6513bc0b4f17f8e"
integrity sha512-xAefmSfN6jqAa7Kuq7LIJY0bwAPG3xlCj0HMEBQk1lxYiDKZscY2xJ5U/61ZTrYbmNQbXa+gc7czPkVo11tnCg==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"

scheduler@^0.19.1:
version "0.19.1"
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.19.1.tgz#4f3e2ed2c1a7d65681f4c854fa8c5a1ccb40f196"
Expand Down

0 comments on commit dbed7fd

Please sign in to comment.