From 0ba2b27a41bacff86e288827e014efc23590be36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 09:38:04 -0800 Subject: [PATCH] Bump js-flipper from 0.146.1 to 0.182.0 in /desktop (#4542) Summary: Bumps [js-flipper](https://github.com/facebook/flipper) from 0.146.1 to 0.182.0.
Release notes

Sourced from js-flipper's releases.

v0.182.0

See https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md for full notes.

v0.181.0

See https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md for full notes.

v0.180.0

See https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md for full notes.

v0.179.0

See https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md for full notes.

v0.178.1

See https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md for full notes.

v0.178.0

See https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md for full notes.

v0.177.0

See https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md for full notes.

v0.176.1

See https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md for full notes.

v0.176.0

See https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md for full notes.

v0.175.0

See https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md for full notes.

v0.174.0

See https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md for full notes.

v0.173.0

See https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md for full notes.

v0.172.0

See https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=js-flipper&package-manager=npm_and_yarn&previous-version=0.146.1&new-version=0.182.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/4542 Reviewed By: ivanmisuno Differential Revision: D43438544 Pulled By: passy fbshipit-source-id: 2ea905337dc6394e13e4b0cb2576b0397b8b9f3b --- desktop/package.json | 2 +- desktop/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/desktop/package.json b/desktop/package.json index 8d7281699..910924b0f 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -200,6 +200,6 @@ ] }, "dependencies": { - "js-flipper": "^0.146.1" + "js-flipper": "^0.182.0" } } diff --git a/desktop/yarn.lock b/desktop/yarn.lock index e67ad9369..50341de10 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -10104,10 +10104,10 @@ js-base64@^3.7.5: resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-3.7.5.tgz#21e24cf6b886f76d6f5f165bfcd69cc55b9e3fca" integrity sha512-3MEt5DTINKqfScXKfJFrRbxkrnk2AxPWGBL/ycjz4dK8iqiSJ06UxD8jh8xuh6p10TX4t2+7FsBYVxxQbMg+qA== -js-flipper@^0.146.1: - version "0.146.1" - resolved "https://registry.yarnpkg.com/js-flipper/-/js-flipper-0.146.1.tgz#a2f9452912d576aa4a6db49ae2c8e70996895334" - integrity sha512-QPqgm3XssmisBJLC2pBc7pQumeZLdHmDlj1bRjff1djxMo4+pn7JSkm/JtooYZoHNdbrctFZ3eMUk0BSDvdSXA== +js-flipper@^0.182.0: + version "0.182.0" + resolved "https://registry.yarnpkg.com/js-flipper/-/js-flipper-0.182.0.tgz#3d8a7e1b8eca7eab094281375229749518d3a518" + integrity sha512-CNJaBIXXPeg7FGsJ20WoBdt8+WkPH6WoludmHdznpL+vHUSfHJYr8yb+EE0dRX9TPbmUoq6wGxhp7DdOIvXarw== js-message@1.0.7: version "1.0.7"