From c2ab19360f2e8d985993fd23d0c774b4b69028f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Apr 2021 05:09:34 -0700 Subject: [PATCH] Bump eslint from 7.23.0 to 7.24.0 in /desktop (#2183) Summary: Bumps [eslint](https://github.com/eslint/eslint) from 7.23.0 to 7.24.0.
Release notes

Sourced from eslint's releases.

v7.24.0

Changelog

Sourced from eslint's changelog.

v7.24.0 - April 9, 2021

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint&package-manager=npm_and_yarn&previous-version=7.23.0&new-version=7.24.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/2183 Reviewed By: mweststrate Differential Revision: D27762251 Pulled By: nikoant fbshipit-source-id: b843b1d888d9f125521d463d24d043fff2e6c209 --- desktop/doctor/package.json | 2 +- desktop/package.json | 2 +- desktop/yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/desktop/doctor/package.json b/desktop/doctor/package.json index 9d48e0c97..f48097fb8 100644 --- a/desktop/doctor/package.json +++ b/desktop/doctor/package.json @@ -10,7 +10,7 @@ "@types/fb-watchman": "2.0.0", "@types/jest": "^26.0.22", "@typescript-eslint/eslint-plugin": "^4.15.2", - "eslint": "^7.23.0", + "eslint": "^7.24.0", "eslint-plugin-babel": "^5.3.1", "eslint-plugin-header": "^3.1.1", "eslint-plugin-jsx-a11y": "^6.3.1", diff --git a/desktop/package.json b/desktop/package.json index ebbfa1b29..2eeb7eefa 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -134,7 +134,7 @@ "dotenv": "^8.2.0", "electron": "11.2.3", "electron-builder": "22.10.5", - "eslint": "^7.23.0", + "eslint": "^7.24.0", "eslint-config-fbjs": "^3.1.1", "eslint-config-prettier": "^6.15.0", "eslint-import-resolver-typescript": "^2.4.0", diff --git a/desktop/yarn.lock b/desktop/yarn.lock index 02a9a3be4..c5ea6dcb3 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -5764,10 +5764,10 @@ eslint-visitor-keys@^2.0.0: resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8" integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ== -eslint@^7.23.0: - version "7.23.0" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.23.0.tgz#8d029d252f6e8cf45894b4bee08f5493f8e94325" - integrity sha512-kqvNVbdkjzpFy0XOszNwjkKzZ+6TcwCQ/h+ozlcIWwaimBBuhlQ4nN6kbiM2L+OjDcznkTJxzYfRFH92sx4a0Q== +eslint@^7.24.0: + version "7.24.0" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.24.0.tgz#2e44fa62d93892bfdb100521f17345ba54b8513a" + integrity sha512-k9gaHeHiFmGCDQ2rEfvULlSLruz6tgfA8DEn+rY9/oYPFFTlz55mM/Q/Rij1b2Y42jwZiK3lXvNTw6w6TXzcKQ== dependencies: "@babel/code-frame" "7.12.11" "@eslint/eslintrc" "^0.4.0"