From c399e6a8c12004a216dae6635f3b3703bb602d6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Nov 2021 04:11:10 -0800 Subject: [PATCH] Bump react-refresh from 0.10.0 to 0.11.0 in /desktop (#3083) Summary: Bumps [react-refresh](https://github.com/facebook/react/tree/HEAD/packages/react) from 0.10.0 to 0.11.0.
Release notes

Sourced from react-refresh's releases.

v0.11.0

React Core

Breaking Changes

New Features

Bug Fixes

React With Addons

React NPM Module

JSX

React Tools Module

... (truncated)

Changelog

Sourced from react-refresh's changelog.

0.11.0 (July 17, 2014)

React Core

Breaking Changes

New Features

Bug Fixes

React With Addons

React NPM Module

JSX

React Tools Module

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-refresh&package-manager=npm_and_yarn&previous-version=0.10.0&new-version=0.11.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/3083 Reviewed By: lblasa Differential Revision: D32674349 Pulled By: passy fbshipit-source-id: 76cf85a26763c82aa732902bf22e5ad1b436b1cd --- desktop/app/package.json | 2 +- desktop/package.json | 2 +- desktop/yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/desktop/app/package.json b/desktop/app/package.json index a94b200d8..1a18d0d60 100644 --- a/desktop/app/package.json +++ b/desktop/app/package.json @@ -23,6 +23,6 @@ }, "optionalDependencies": {}, "devDependencies": { - "react-refresh": "^0.10.0" + "react-refresh": "^0.11.0" } } diff --git a/desktop/package.json b/desktop/package.json index a11d58819..9e0b5f92b 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -176,7 +176,7 @@ "pretty-format": "^27.3.1", "promisify-child-process": "^4.1.0", "react-async": "^10.0.0", - "react-refresh": "^0.10.0", + "react-refresh": "^0.11.0", "recursive-readdir": "^2.2.2", "redux": "^4.1.2", "rimraf": "^3.0.2", diff --git a/desktop/yarn.lock b/desktop/yarn.lock index ab3b10b0b..52a1ab684 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -11282,10 +11282,10 @@ react-redux@^7.2.6: prop-types "^15.7.2" react-is "^17.0.2" -react-refresh@^0.10.0: - version "0.10.0" - resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.10.0.tgz#2f536c9660c0b9b1d500684d9e52a65e7404f7e3" - integrity sha512-PgidR3wST3dDYKr6b4pJoqQFpPGNKDSCDx4cZoshjXipw3LzO7mG1My2pwEzz2JVkF+inx3xRpDeQLFQGH/hsQ== +react-refresh@^0.11.0: + version "0.11.0" + resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.11.0.tgz#77198b944733f0f1f1a90e791de4541f9f074046" + integrity sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A== react-refresh@^0.4.0: version "0.4.2"