From c18aabd8ac72f2d262b06c342375e11d8e0217a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Feb 2022 09:36:07 -0800 Subject: [PATCH] Bump metro-runtime from 0.66.2 to 0.68.0 in /desktop (#3451) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: Bumps [metro-runtime](https://github.com/facebook/metro) from 0.66.2 to 0.68.0.
Release notes

Sourced from metro-runtime's releases.

Release v0.68.0

Thanks to all of our contributors for helping improve Metro! 🚇

Release v0.67.0

NOTE: Experimental features are not covered by semver and can change at any time.

Thanks to all the contributors mentioned above for helping improve Metro! 🚇

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=metro-runtime&package-manager=npm_and_yarn&previous-version=0.66.2&new-version=0.68.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/3451 Reviewed By: nikoant Differential Revision: D34216543 Pulled By: passy fbshipit-source-id: 3b212ed4822f34950450e51103aa90a45977322a --- desktop/app/package.json | 2 +- desktop/flipper-ui-browser/package.json | 2 +- desktop/yarn.lock | 7 ++++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/desktop/app/package.json b/desktop/app/package.json index f8597c697..f0c103631 100644 --- a/desktop/app/package.json +++ b/desktop/app/package.json @@ -19,7 +19,7 @@ "flipper-ui-core": "0.0.0", "fs-extra": "^10.0.0", "invariant": "^2.2.2", - "metro-runtime": "^0.66.2", + "metro-runtime": "^0.68.0", "pretty-format": "^27.5.0" }, "optionalDependencies": {}, diff --git a/desktop/flipper-ui-browser/package.json b/desktop/flipper-ui-browser/package.json index 1721458a4..3276a38a7 100644 --- a/desktop/flipper-ui-browser/package.json +++ b/desktop/flipper-ui-browser/package.json @@ -15,7 +15,7 @@ "eventemitter3": "^4.0.7", "flipper-common": "0.0.0", "flipper-ui-core": "0.0.0", - "metro-runtime": "^0.66.2", + "metro-runtime": "^0.68.0", "pretty-format": "^27.5.0", "react-refresh": "^0.10.0", "socket.io-client": "^4.4.1" diff --git a/desktop/yarn.lock b/desktop/yarn.lock index d660128ba..93865b253 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -8947,11 +8947,16 @@ metro-resolver@0.67.0: dependencies: absolute-path "^0.0.0" -metro-runtime@0.66.2, metro-runtime@^0.66.2: +metro-runtime@0.66.2: version "0.66.2" resolved "https://registry.yarnpkg.com/metro-runtime/-/metro-runtime-0.66.2.tgz#3409ee957b949b6c7b72ef6ed2b9af9a4f4a910e" integrity sha512-vFhKBk2ot9FS4b+2v0OTa/guCF/QDAOJubY0CNg7PzCS5+w4y3IvZIcPX4SSS1t8pYEZBLvtdtTDarlDl81xmg== +metro-runtime@^0.68.0: + version "0.68.0" + resolved "https://registry.yarnpkg.com/metro-runtime/-/metro-runtime-0.68.0.tgz#58cc80de8d615bf783e0446ad2830b724ccc0001" + integrity sha512-FDtecsblgru4ObES1EHIyyBCTYTHxxY3olv+4V/OtSfaD4AJVnqyVeSG865tz5fYnrJ4pk4jYj7vn8x16WJQdA== + metro-source-map@0.66.2: version "0.66.2" resolved "https://registry.yarnpkg.com/metro-source-map/-/metro-source-map-0.66.2.tgz#b5304a282a5d55fa67b599265e9cf3217175cdd7"