From e383a3528c11376c5a617cac534ac3188b906bf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 13:13:10 -0700 Subject: [PATCH] Bump @typescript-eslint/experimental-utils from 4.15.2 to 4.19.0 in /desktop (#2130) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: Bumps [typescript-eslint/experimental-utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/experimental-utils) from 4.15.2 to 4.19.0.
Release notes

Sourced from @​typescript-eslint/experimental-utils's releases.

v4.19.0

4.19.0 (2021-03-22)

Bug Fixes

Features

v4.18.0

4.18.0 (2021-03-15)

Bug Fixes

Features

v4.17.0

4.17.0 (2021-03-08)

Bug Fixes

Features

v4.16.1

4.16.1 (2021-03-01)

Bug Fixes

... (truncated)

Changelog

Sourced from @​typescript-eslint/experimental-utils's changelog.

4.19.0 (2021-03-22)

Note: Version bump only for package typescript-eslint/experimental-utils

4.18.0 (2021-03-15)

Note: Version bump only for package typescript-eslint/experimental-utils

4.17.0 (2021-03-08)

Note: Version bump only for package typescript-eslint/experimental-utils

4.16.1 (2021-03-01)

Note: Version bump only for package typescript-eslint/experimental-utils

4.16.0 (2021-03-01)

Note: Version bump only for package typescript-eslint/experimental-utils

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/experimental-utils&package-manager=npm_and_yarn&previous-version=4.15.2&new-version=4.19.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/2130 Reviewed By: passy Differential Revision: D27396032 Pulled By: mweststrate fbshipit-source-id: 578054e3b83927f69c27aaf53d83502dd6e998e0 --- desktop/eslint-plugin-flipper/package.json | 2 +- desktop/yarn.lock | 14 +++++++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/desktop/eslint-plugin-flipper/package.json b/desktop/eslint-plugin-flipper/package.json index 35807d6b0..0c789b89b 100644 --- a/desktop/eslint-plugin-flipper/package.json +++ b/desktop/eslint-plugin-flipper/package.json @@ -10,7 +10,7 @@ "license": "MIT", "bugs": "https://github.com/facebook/flipper/issues", "dependencies": { - "@typescript-eslint/experimental-utils": "^4.7.0", + "@typescript-eslint/experimental-utils": "^4.19.0", "fs-extra": "^9.0.1" }, "devDependencies": { diff --git a/desktop/yarn.lock b/desktop/yarn.lock index fa471c230..0b3c63848 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -3122,7 +3122,7 @@ semver "^7.3.2" tsutils "^3.17.1" -"@typescript-eslint/experimental-utils@4.15.2", "@typescript-eslint/experimental-utils@^4.7.0": +"@typescript-eslint/experimental-utils@4.15.2": version "4.15.2" resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.15.2.tgz#5efd12355bd5b535e1831282e6cf465b9a71cf36" integrity sha512-Fxoshw8+R5X3/Vmqwsjc8nRO/7iTysRtDqx6rlfLZ7HbT8TZhPeQqbPjTyk2RheH3L8afumecTQnUc9EeXxohQ== @@ -3134,6 +3134,18 @@ eslint-scope "^5.0.0" eslint-utils "^2.0.0" +"@typescript-eslint/experimental-utils@^4.19.0": + version "4.19.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.19.0.tgz#9ca379919906dc72cb0fcd817d6cb5aa2d2054c6" + integrity sha512-9/23F1nnyzbHKuoTqFN1iXwN3bvOm/PRIXSBR3qFAYotK/0LveEOHr5JT1WZSzcD6BESl8kPOG3OoDRKO84bHA== + dependencies: + "@types/json-schema" "^7.0.3" + "@typescript-eslint/scope-manager" "4.19.0" + "@typescript-eslint/types" "4.19.0" + "@typescript-eslint/typescript-estree" "4.19.0" + eslint-scope "^5.0.0" + eslint-utils "^2.0.0" + "@typescript-eslint/parser@^4.19.0": version "4.19.0" resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.19.0.tgz#4ae77513b39f164f1751f21f348d2e6cb2d11128"