From 62d6242650c6a8a6bea47ca3436792916411d9d7 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 20 Jan 2021 11:48:59 -0800
Subject: [PATCH] Bump @typescript-eslint/eslint-plugin from 4.12.0 to 4.14.0
in /flipper-js-client-sdk (#1848)
Summary:
Bumps [typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.12.0 to 4.14.0.
Release notes
Sourced from typescript-eslint/eslint-plugin's releases.
v4.14.0
4.14.0 (2021-01-18)
Features
- add support for decorator metadata in scope analysis and in consistent-type-imports (#2751) (445e416), closes #2559
- eslint-plugin: add
object-curly-spacing rule (#2892) (32bd18d)
v4.13.0
4.13.0 (2021-01-11)
Bug Fixes
Features
- eslint-plugin: [sort-type-union-intersection-members] add nullish group (#2919) (5558f41)
Changelog
Sourced from typescript-eslint/eslint-plugin's changelog.
4.14.0 (2021-01-18)
Features
- add support for decorator metadata in scope analysis and in consistent-type-imports (#2751) (445e416), closes #2559
- eslint-plugin: add
object-curly-spacing rule (#2892) (32bd18d)
4.13.0 (2021-01-11)
Bug Fixes
Features
- eslint-plugin: [sort-type-union-intersection-members] add nullish group (#2919) (5558f41)
Commits
60c5dcd chore: publish v4.14.0
32bd18d feat(eslint-plugin): add object-curly-spacing rule (#2892)
445e416 feat: add support for decorator metadata in scope analysis and in consistent-...
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)
- See full diff 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/1848
Reviewed By: mweststrate
Differential Revision: D25973233
Pulled By: passy
fbshipit-source-id: c9bf114beb03ef792e3c4d17217699cf0c22593a
---
flipper-js-client-sdk/package.json | 2 +-
flipper-js-client-sdk/yarn.lock | 61 +++++++++++++++++++++++-------
2 files changed, 49 insertions(+), 14 deletions(-)
diff --git a/flipper-js-client-sdk/package.json b/flipper-js-client-sdk/package.json
index 9485b60c3..5cab19aa9 100644
--- a/flipper-js-client-sdk/package.json
+++ b/flipper-js-client-sdk/package.json
@@ -27,7 +27,7 @@
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"devDependencies": {
- "@typescript-eslint/eslint-plugin": "^4.13.0",
+ "@typescript-eslint/eslint-plugin": "^4.14.0",
"@typescript-eslint/parser": "^4.13.0",
"ansi-to-html": "^0.6.3",
"babel-eslint": "^10.0.1",
diff --git a/flipper-js-client-sdk/yarn.lock b/flipper-js-client-sdk/yarn.lock
index 6196f2881..25e43379c 100644
--- a/flipper-js-client-sdk/yarn.lock
+++ b/flipper-js-client-sdk/yarn.lock
@@ -161,13 +161,13 @@
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
-"@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==
+"@typescript-eslint/eslint-plugin@^4.14.0":
+ version "4.14.0"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.14.0.tgz#92db8e7c357ed7d69632d6843ca70b71be3a721d"
+ integrity sha512-IJ5e2W7uFNfg4qh9eHkHRUCbgZ8VKtGwD07kannJvM5t/GU8P8+24NX8gi3Hf5jST5oWPY8kyV1s/WtfiZ4+Ww==
dependencies:
- "@typescript-eslint/experimental-utils" "4.13.0"
- "@typescript-eslint/scope-manager" "4.13.0"
+ "@typescript-eslint/experimental-utils" "4.14.0"
+ "@typescript-eslint/scope-manager" "4.14.0"
debug "^4.1.1"
functional-red-black-tree "^1.0.1"
lodash "^4.17.15"
@@ -175,15 +175,15 @@
semver "^7.3.2"
tsutils "^3.17.1"
-"@typescript-eslint/experimental-utils@4.13.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==
+"@typescript-eslint/experimental-utils@4.14.0":
+ version "4.14.0"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.14.0.tgz#5aa7b006736634f588a69ee343ca959cd09988df"
+ integrity sha512-6i6eAoiPlXMKRbXzvoQD5Yn9L7k9ezzGRvzC/x1V3650rUk3c3AOjQyGYyF9BDxQQDK2ElmKOZRD0CbtdkMzQQ==
dependencies:
"@types/json-schema" "^7.0.3"
- "@typescript-eslint/scope-manager" "4.13.0"
- "@typescript-eslint/types" "4.13.0"
- "@typescript-eslint/typescript-estree" "4.13.0"
+ "@typescript-eslint/scope-manager" "4.14.0"
+ "@typescript-eslint/types" "4.14.0"
+ "@typescript-eslint/typescript-estree" "4.14.0"
eslint-scope "^5.0.0"
eslint-utils "^2.0.0"
@@ -205,11 +205,24 @@
"@typescript-eslint/types" "4.13.0"
"@typescript-eslint/visitor-keys" "4.13.0"
+"@typescript-eslint/scope-manager@4.14.0":
+ version "4.14.0"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.14.0.tgz#55a4743095d684e1f7b7180c4bac2a0a3727f517"
+ integrity sha512-/J+LlRMdbPh4RdL4hfP1eCwHN5bAhFAGOTsvE6SxsrM/47XQiPSgF5MDgLyp/i9kbZV9Lx80DW0OpPkzL+uf8Q==
+ dependencies:
+ "@typescript-eslint/types" "4.14.0"
+ "@typescript-eslint/visitor-keys" "4.14.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.14.0":
+ version "4.14.0"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.14.0.tgz#d8a8202d9b58831d6fd9cee2ba12f8a5a5dd44b6"
+ integrity sha512-VsQE4VvpldHrTFuVPY1ZnHn/Txw6cZGjL48e+iBxTi2ksa9DmebKjAeFmTVAYoSkTk7gjA7UqJ7pIsyifTsI4A==
+
"@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"
@@ -224,6 +237,20 @@
semver "^7.3.2"
tsutils "^3.17.1"
+"@typescript-eslint/typescript-estree@4.14.0":
+ version "4.14.0"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.14.0.tgz#4bcd67486e9acafc3d0c982b23a9ab8ac8911ed7"
+ integrity sha512-wRjZ5qLao+bvS2F7pX4qi2oLcOONIB+ru8RGBieDptq/SudYwshveORwCVU4/yMAd4GK7Fsf8Uq1tjV838erag==
+ dependencies:
+ "@typescript-eslint/types" "4.14.0"
+ "@typescript-eslint/visitor-keys" "4.14.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/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"
@@ -232,6 +259,14 @@
"@typescript-eslint/types" "4.13.0"
eslint-visitor-keys "^2.0.0"
+"@typescript-eslint/visitor-keys@4.14.0":
+ version "4.14.0"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.14.0.tgz#b1090d9d2955b044b2ea2904a22496849acbdf54"
+ integrity sha512-MeHHzUyRI50DuiPgV9+LxcM52FCJFYjJiWHtXlbyC27b80mfOwKeiKI+MHOTEpcpfmoPFm/vvQS88bYIx6PZTA==
+ dependencies:
+ "@typescript-eslint/types" "4.14.0"
+ eslint-visitor-keys "^2.0.0"
+
acorn-jsx@^5.3.1:
version "5.3.1"
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.1.tgz#fc8661e11b7ac1539c47dbfea2e72b3af34d267b"