From 075de45076be8634339d20ecd0f8a92bb7b4ae3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 04:04:16 -0700 Subject: [PATCH] Bump react-refresh from 0.11.0 to 0.14.0 in /desktop (#4540) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: Bumps [react-refresh](https://github.com/facebook/react/tree/HEAD/packages/react) from 0.11.0 to 0.14.0.
Release notes

Sourced from react-refresh's releases.

v0.14.0

See http://facebook.github.io/react/blog/2015/10/07/react-v0.14.html.

v0.13.3

React Core

New Features

Bug Fixes

React with Add-ons

Bug Fixes

v0.13.2

React Core

New Features

Bug Fixes

React with Add-Ons

Bug Fixes

React Tools

v0.13.1

React Core

Bug Fixes

... (truncated)

Changelog

Sourced from react-refresh's changelog.

0.14.0 (October 7, 2015)

Major changes

Breaking changes

Deprecations

Notable enhancements

New helpful warnings

... (truncated)

Commits
Maintainer changes

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


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-refresh&package-manager=npm_and_yarn&previous-version=0.11.0&new-version=0.14.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/4540 Reviewed By: ivanmisuno Differential Revision: D44215184 Pulled By: mweststrate fbshipit-source-id: e8f33dfbfbe887d49c27f2dabbbc1548de3d10e9 --- desktop/app/package.json | 2 +- desktop/flipper-ui-browser/package.json | 2 +- desktop/yarn.lock | 13 ++++--------- 3 files changed, 6 insertions(+), 11 deletions(-) diff --git a/desktop/app/package.json b/desktop/app/package.json index 204352a09..16f38b06e 100644 --- a/desktop/app/package.json +++ b/desktop/app/package.json @@ -30,6 +30,6 @@ "optionalDependencies": {}, "devDependencies": { "@types/node": "^17.0.31", - "react-refresh": "^0.11.0" + "react-refresh": "^0.14.0" } } diff --git a/desktop/flipper-ui-browser/package.json b/desktop/flipper-ui-browser/package.json index 51aea6c58..81de31d83 100644 --- a/desktop/flipper-ui-browser/package.json +++ b/desktop/flipper-ui-browser/package.json @@ -21,7 +21,7 @@ "invariant": "^2.2.4", "metro-runtime": "^0.70.2", "pretty-format": "^27.5.0", - "react-refresh": "^0.10.0" + "react-refresh": "^0.14.0" }, "peerDependencies": {}, "scripts": { diff --git a/desktop/yarn.lock b/desktop/yarn.lock index 2c531879b..5f9b16a9a 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -12939,15 +12939,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.14.0: + version "0.14.0" + resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.14.0.tgz#4e02825378a5f227079554d4284889354e5f553e" + integrity sha512-wViHqhAd8OHeLS/IRMJjTSDHF3U9eWi62F/MledQGPdJGDhodXJ9PBLNGr6WWL7qlH12Mt3TyTpbS+hGXMjCzQ== react-refresh@^0.4.0: version "0.4.2"