From b8e6b38a0c426c51ef8f4d656124b655aec3ccb9 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 18 Jan 2021 15:49:16 -0800
Subject: [PATCH] Bump @typescript-eslint/eslint-plugin from 4.4.0 to 4.13.0 in
/desktop (#1844)
Summary:
Bumps [typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.4.0 to 4.13.0.
Release notes
Sourced from typescript-eslint/eslint-plugin's releases.
v4.13.0
4.13.0 (2021-01-11)
Bug Fixes
Features
- eslint-plugin: [sort-type-union-intersection-members] add nullish group (#2919) (5558f41)
v4.12.0
4.12.0 (2021-01-04)
Bug Fixes
- eslint-plugin: [comma-spacing] handle empty type params (#2915) (4d69fbb)
Features
- eslint-plugin: add rule
sort-type-union-intersection-members (#2913) (9092c04)
v4.11.1
4.11.1 (2020-12-28)
Bug Fixes
- eslint-plugin: [naming-convention] fix precedence of method and property meta selectors (#2877) (2f10e1a)
v4.11.0
4.11.0 (2020-12-21)
Bug Fixes
- eslint-plugin: [non-nullable-type-assertion-style] handle const assertion (#2881) (53dc34d)
Features
- eslint-plugin: [prom-func-async] add automatic fix (#2845) (717e718)
v4.10.0
4.10.0 (2020-12-14)
... (truncated)
Changelog
Sourced from typescript-eslint/eslint-plugin's changelog.
4.13.0 (2021-01-11)
Bug Fixes
Features
- eslint-plugin: [sort-type-union-intersection-members] add nullish group (#2919) (5558f41)
4.12.0 (2021-01-04)
Bug Fixes
- eslint-plugin: [comma-spacing] handle empty type params (#2915) (4d69fbb)
Features
- eslint-plugin: add rule
sort-type-union-intersection-members (#2913) (9092c04)
4.11.1 (2020-12-28)
Bug Fixes
- eslint-plugin: [naming-convention] fix precedence of method and property meta selectors (#2877) (2f10e1a)
4.11.0 (2020-12-21)
Bug Fixes
- eslint-plugin: [non-nullable-type-assertion-style] handle const assertion (#2881) (53dc34d)
... (truncated)
Commits
d02a40d chore: publish v4.13.0
5558f41 feat(eslint-plugin): [sort-type-union-intersection-members] add nullish group...
f606846 fix(eslint-plugin): support eslint@5 (#2917)
4c6ec93 chore: publish v4.12.0
9092c04 feat(eslint-plugin): add rule sort-type-union-intersection-members (#2913)
4d69fbb fix(eslint-plugin): [comma-spacing] handle empty type params (#2915)
85c2720 chore: publish v4.11.1
2f10e1a fix(eslint-plugin): [naming-convention] fix precedence of method and property...
51b2269 docs(eslint-plugin): reword misleading strict-boolean-expressions code exampl...
e8f73e1 chore: publish v4.11.0
- Additional commits viewable in compare view
[](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/1844
Reviewed By: mweststrate
Differential Revision: D25945569
Pulled By: priteshrnandgaonkar
fbshipit-source-id: e62acf51430e9f89dde2f0735dde09089b823587
---
desktop/doctor/package.json | 2 +-
desktop/package.json | 2 +-
desktop/yarn.lock | 122 ++++++++++++------------------------
3 files changed, 41 insertions(+), 85 deletions(-)
diff --git a/desktop/doctor/package.json b/desktop/doctor/package.json
index bea0621d3..8986e0c03 100644
--- a/desktop/doctor/package.json
+++ b/desktop/doctor/package.json
@@ -9,7 +9,7 @@
"devDependencies": {
"@types/fb-watchman": "2.0.0",
"@types/jest": "^26",
- "@typescript-eslint/eslint-plugin": "^2.8.0",
+ "@typescript-eslint/eslint-plugin": "^4.13.0",
"eslint": "^7.12.1",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-header": "^3.0.0",
diff --git a/desktop/package.json b/desktop/package.json
index 97ae54bd1..57ba96fd6 100644
--- a/desktop/package.json
+++ b/desktop/package.json
@@ -166,7 +166,7 @@
"@types/ws": "^7.2.0",
"@types/yargs": "^15.0.11",
"@types/yazl": "^2.4.2",
- "@typescript-eslint/eslint-plugin": "^4.2.0",
+ "@typescript-eslint/eslint-plugin": "^4.13.0",
"@typescript-eslint/parser": "^4.2.0",
"ansi-to-html": "^0.6.3",
"babel-eslint": "^10.1.0",
diff --git a/desktop/yarn.lock b/desktop/yarn.lock
index cbf278409..54019f212 100644
--- a/desktop/yarn.lock
+++ b/desktop/yarn.lock
@@ -2741,60 +2741,29 @@
dependencies:
"@types/node" "*"
-"@typescript-eslint/eslint-plugin@^2.8.0":
- version "2.34.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.34.0.tgz#6f8ce8a46c7dea4a6f1d171d2bb8fbae6dac2be9"
- integrity sha512-4zY3Z88rEE99+CNvTbXSyovv2z9PNOVffTWD2W8QF5s2prBQtwN2zadqERcrHpcR7O/+KMI3fcTAmUUhK/iQcQ==
+"@typescript-eslint/eslint-plugin@^4.13.0":
+ version "4.13.0"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.13.0.tgz#5f580ea520fa46442deb82c038460c3dd3524bb6"
+ integrity sha512-ygqDUm+BUPvrr0jrXqoteMqmIaZ/bixYOc3A4BRwzEPTZPi6E+n44rzNZWaB0YvtukgP+aoj0i/fyx7FkM2p1w==
dependencies:
- "@typescript-eslint/experimental-utils" "2.34.0"
- functional-red-black-tree "^1.0.1"
- regexpp "^3.0.0"
- tsutils "^3.17.1"
-
-"@typescript-eslint/eslint-plugin@^4.2.0":
- version "4.4.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.4.0.tgz#0321684dd2b902c89128405cf0385e9fe8561934"
- integrity sha512-RVt5wU9H/2H+N/ZrCasTXdGbUTkbf7Hfi9eLiA8vPQkzUJ/bLDCC3CsoZioPrNcnoyN8r0gT153dC++A4hKBQQ==
- dependencies:
- "@typescript-eslint/experimental-utils" "4.4.0"
- "@typescript-eslint/scope-manager" "4.4.0"
+ "@typescript-eslint/experimental-utils" "4.13.0"
+ "@typescript-eslint/scope-manager" "4.13.0"
debug "^4.1.1"
functional-red-black-tree "^1.0.1"
+ lodash "^4.17.15"
regexpp "^3.0.0"
semver "^7.3.2"
tsutils "^3.17.1"
-"@typescript-eslint/experimental-utils@2.34.0":
- version "2.34.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.34.0.tgz#d3524b644cdb40eebceca67f8cf3e4cc9c8f980f"
- integrity sha512-eS6FTkq+wuMJ+sgtuNTtcqavWXqsflWcfBnlYhg/nS4aZ1leewkXGbvBhaapn1q6qf4M71bsR1tez5JTRMuqwA==
+"@typescript-eslint/experimental-utils@4.13.0", "@typescript-eslint/experimental-utils@^4.7.0":
+ version "4.13.0"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.13.0.tgz#9dc9ab375d65603b43d938a0786190a0c72be44e"
+ integrity sha512-/ZsuWmqagOzNkx30VWYV3MNB/Re/CGv/7EzlqZo5RegBN8tMuPaBgNK6vPBCQA8tcYrbsrTdbx3ixMRRKEEGVw==
dependencies:
"@types/json-schema" "^7.0.3"
- "@typescript-eslint/typescript-estree" "2.34.0"
- eslint-scope "^5.0.0"
- eslint-utils "^2.0.0"
-
-"@typescript-eslint/experimental-utils@4.4.0":
- version "4.4.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.4.0.tgz#62a05d3f543b8fc5dec4982830618ea4d030e1a9"
- integrity sha512-01+OtK/oWeSJTjQcyzDztfLF1YjvKpLFo+JZmurK/qjSRcyObpIecJ4rckDoRCSh5Etw+jKfdSzVEHevh9gJ1w==
- dependencies:
- "@types/json-schema" "^7.0.3"
- "@typescript-eslint/scope-manager" "4.4.0"
- "@typescript-eslint/types" "4.4.0"
- "@typescript-eslint/typescript-estree" "4.4.0"
- eslint-scope "^5.0.0"
- eslint-utils "^2.0.0"
-
-"@typescript-eslint/experimental-utils@^4.7.0":
- version "4.7.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.7.0.tgz#8d1058c38bec3d3bbd9c898a1c32318d80faf3c5"
- integrity sha512-cymzovXAiD4EF+YoHAB5Oh02MpnXjvyaOb+v+BdpY7lsJXZQN34oIETeUwVT2XfV9rSNpXaIcknDLfupO/tUoA==
- dependencies:
- "@types/json-schema" "^7.0.3"
- "@typescript-eslint/scope-manager" "4.7.0"
- "@typescript-eslint/types" "4.7.0"
- "@typescript-eslint/typescript-estree" "4.7.0"
+ "@typescript-eslint/scope-manager" "4.13.0"
+ "@typescript-eslint/types" "4.13.0"
+ "@typescript-eslint/typescript-estree" "4.13.0"
eslint-scope "^5.0.0"
eslint-utils "^2.0.0"
@@ -2808,6 +2777,14 @@
"@typescript-eslint/typescript-estree" "4.4.0"
debug "^4.1.1"
+"@typescript-eslint/scope-manager@4.13.0":
+ version "4.13.0"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.13.0.tgz#5b45912a9aa26b29603d8fa28f5e09088b947141"
+ integrity sha512-UpK7YLG2JlTp/9G4CHe7GxOwd93RBf3aHO5L+pfjIrhtBvZjHKbMhBXTIQNkbz7HZ9XOe++yKrXutYm5KmjWgQ==
+ dependencies:
+ "@typescript-eslint/types" "4.13.0"
+ "@typescript-eslint/visitor-keys" "4.13.0"
+
"@typescript-eslint/scope-manager@4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.4.0.tgz#2f3dd27692a12cc9a046a90ba6a9d8cb7731190a"
@@ -2816,32 +2793,25 @@
"@typescript-eslint/types" "4.4.0"
"@typescript-eslint/visitor-keys" "4.4.0"
-"@typescript-eslint/scope-manager@4.7.0":
- version "4.7.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.7.0.tgz#2115526085fb72723ccdc1eeae75dec7126220ed"
- integrity sha512-ILITvqwDJYbcDCROj6+Ob0oCKNg3SH46iWcNcTIT9B5aiVssoTYkhKjxOMNzR1F7WSJkik4zmuqve5MdnA0DyA==
- dependencies:
- "@typescript-eslint/types" "4.7.0"
- "@typescript-eslint/visitor-keys" "4.7.0"
+"@typescript-eslint/types@4.13.0":
+ version "4.13.0"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.13.0.tgz#6a7c6015a59a08fbd70daa8c83dfff86250502f8"
+ integrity sha512-/+aPaq163oX+ObOG00M0t9tKkOgdv9lq0IQv/y4SqGkAXmhFmCfgsELV7kOCTb2vVU5VOmVwXBXJTDr353C1rQ==
"@typescript-eslint/types@4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.4.0.tgz#63440ef87a54da7399a13bdd4b82060776e9e621"
integrity sha512-nU0VUpzanFw3jjX+50OTQy6MehVvf8pkqFcURPAE06xFNFenMj1GPEI6IESvp7UOHAnq+n/brMirZdR+7rCrlA==
-"@typescript-eslint/types@4.7.0":
- version "4.7.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.7.0.tgz#5e95ef5c740f43d942542b35811f87b62fccca69"
- integrity sha512-uLszFe0wExJc+I7q0Z/+BnP7wao/kzX0hB5vJn4LIgrfrMLgnB2UXoReV19lkJQS1a1mHWGGODSxnBx6JQC3Sg==
-
-"@typescript-eslint/typescript-estree@2.34.0":
- version "2.34.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.34.0.tgz#14aeb6353b39ef0732cc7f1b8285294937cf37d5"
- integrity sha512-OMAr+nJWKdlVM9LOqCqh3pQQPwxHAN7Du8DR6dmwCrAmxtiXQnhHJ6tBNtf+cggqfo51SG/FCwnKhXCIM7hnVg==
+"@typescript-eslint/typescript-estree@4.13.0":
+ version "4.13.0"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.13.0.tgz#cf6e2207c7d760f5dfd8d18051428fadfc37b45e"
+ integrity sha512-9A0/DFZZLlGXn5XA349dWQFwPZxcyYyCFX5X88nWs2uachRDwGeyPz46oTsm9ZJE66EALvEns1lvBwa4d9QxMg==
dependencies:
+ "@typescript-eslint/types" "4.13.0"
+ "@typescript-eslint/visitor-keys" "4.13.0"
debug "^4.1.1"
- eslint-visitor-keys "^1.1.0"
- glob "^7.1.6"
+ globby "^11.0.1"
is-glob "^4.0.1"
lodash "^4.17.15"
semver "^7.3.2"
@@ -2861,19 +2831,13 @@
semver "^7.3.2"
tsutils "^3.17.1"
-"@typescript-eslint/typescript-estree@4.7.0":
- version "4.7.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.7.0.tgz#539531167f05ba20eb0b6785567076679e29d393"
- integrity sha512-5XZRQznD1MfUmxu1t8/j2Af4OxbA7EFU2rbo0No7meb46eHgGkSieFdfV6omiC/DGIBhH9H9gXn7okBbVOm8jw==
+"@typescript-eslint/visitor-keys@4.13.0":
+ version "4.13.0"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.13.0.tgz#9acb1772d3b3183182b6540d3734143dce9476fe"
+ integrity sha512-6RoxWK05PAibukE7jElqAtNMq+RWZyqJ6Q/GdIxaiUj2Ept8jh8+FUVlbq9WxMYxkmEOPvCE5cRSyupMpwW31g==
dependencies:
- "@typescript-eslint/types" "4.7.0"
- "@typescript-eslint/visitor-keys" "4.7.0"
- debug "^4.1.1"
- globby "^11.0.1"
- is-glob "^4.0.1"
- lodash "^4.17.15"
- semver "^7.3.2"
- tsutils "^3.17.1"
+ "@typescript-eslint/types" "4.13.0"
+ eslint-visitor-keys "^2.0.0"
"@typescript-eslint/visitor-keys@4.4.0":
version "4.4.0"
@@ -2883,14 +2847,6 @@
"@typescript-eslint/types" "4.4.0"
eslint-visitor-keys "^2.0.0"
-"@typescript-eslint/visitor-keys@4.7.0":
- version "4.7.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.7.0.tgz#6783824f22acfc49e754970ed21b88ac03b80e6f"
- integrity sha512-aDJDWuCRsf1lXOtignlfiPODkzSxxop7D0rZ91L6ZuMlcMCSh0YyK+gAfo5zN/ih6WxMwhoXgJWC3cWQdaKC+A==
- dependencies:
- "@typescript-eslint/types" "4.7.0"
- eslint-visitor-keys "^2.0.0"
-
"@yarnpkg/lockfile@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz#e77a97fbd345b76d83245edcd17d393b1b41fb31"