From e95b222864fd5fa53917af0fae5446954b053e28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Aug 2022 11:09:34 -0700 Subject: [PATCH] Bump react-is from 17.0.2 to 18.2.0 in /desktop (#3904) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: Bumps [react-is](https://github.com/facebook/react/tree/HEAD/packages/react-is) from 17.0.2 to 18.2.0.
Release notes

Sourced from react-is's releases.

18.2.0 (June 14, 2022)

React DOM

React DOM Server

Server Components (Experimental)

18.1.0 (April 26, 2022)

React DOM

React DOM Server

ESLint Plugin: React Hooks

Use Subscription

18.0.0 (March 29, 2022)

... (truncated)

Changelog

Sourced from react-is's changelog.

18.2.0 (June 14, 2022)

React DOM

React DOM Server

Server Components (Experimental)

18.1.0 (April 26, 2022)

React DOM

React DOM Server

ESLint Plugin: React Hooks

Use Subscription

... (truncated)

Commits
Maintainer changes

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


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-is&package-manager=npm_and_yarn&previous-version=17.0.2&new-version=18.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) ---
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)
Pull Request resolved: https://github.com/facebook/flipper/pull/3904 Reviewed By: passy Differential Revision: D38781408 Pulled By: mweststrate fbshipit-source-id: 68bb86127bf12bda946a388edc421a704f5b7f32 --- desktop/flipper-ui-core/package.json | 2 +- desktop/yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/desktop/flipper-ui-core/package.json b/desktop/flipper-ui-core/package.json index 9ff1289c0..e88ecf8d7 100644 --- a/desktop/flipper-ui-core/package.json +++ b/desktop/flipper-ui-core/package.json @@ -36,7 +36,7 @@ "react-debounce-render": "^7.0.1", "react-dom": "^0.0.0-experimental-14c2be8da-20220304", "react-element-to-jsx-string": "^14.3.4", - "react-is": "^17.0.2", + "react-is": "^18.2.0", "react-markdown": "^6.0.3", "react-player": "^2.10.0", "react-redux": "^7.2.6", diff --git a/desktop/yarn.lock b/desktop/yarn.lock index cc5f80aeb..b9151e36f 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -12217,6 +12217,11 @@ react-is@^16.12.0, react-is@^16.13.1, react-is@^16.7.0: resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== +react-is@^18.2.0: + version "18.2.0" + resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.2.0.tgz#199431eeaaa2e09f86427efbb4f1473edb47609b" + integrity sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w== + react-markdown@^6.0.3: version "6.0.3" resolved "https://registry.yarnpkg.com/react-markdown/-/react-markdown-6.0.3.tgz#625ec767fa321d91801129387e7d31ee0cb99254"