From 95e8f598a9d8d9398cd890cda516a988bba9c599 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 12 Jan 2021 09:48:56 -0800
Subject: [PATCH] Bump @typescript-eslint/eslint-plugin from 4.11.1 to 4.12.0
in /flipper-js-client-sdk (#1823)
Summary:
Bumps [typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.11.1 to 4.12.0.
Release notes
Sourced from typescript-eslint/eslint-plugin's releases.
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)
Changelog
Sourced from typescript-eslint/eslint-plugin's changelog.
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)
Commits
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)
- 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/1823
Reviewed By: mweststrate
Differential Revision: D25870625
Pulled By: passy
fbshipit-source-id: 7600832d73746a39854a56433af8b721d7347df8
---
flipper-js-client-sdk/package.json | 2 +-
flipper-js-client-sdk/yarn.lock | 61 +++++++-----------------------
2 files changed, 14 insertions(+), 49 deletions(-)
diff --git a/flipper-js-client-sdk/package.json b/flipper-js-client-sdk/package.json
index 85731c56d..10b53ce8d 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.11.1",
+ "@typescript-eslint/eslint-plugin": "^4.12.0",
"@typescript-eslint/parser": "^4.12.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 3834b9297..8d689fd30 100644
--- a/flipper-js-client-sdk/yarn.lock
+++ b/flipper-js-client-sdk/yarn.lock
@@ -161,28 +161,28 @@
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
-"@typescript-eslint/eslint-plugin@^4.11.1":
- version "4.11.1"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.11.1.tgz#7579c6d17ad862154c10bc14b40e5427b729e209"
- integrity sha512-fABclAX2QIEDmTMk6Yd7Muv1CzFLwWM4505nETzRHpP3br6jfahD9UUJkhnJ/g2m7lwfz8IlswcwGGPGiq9exw==
+"@typescript-eslint/eslint-plugin@^4.12.0":
+ version "4.12.0"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.12.0.tgz#00d1b23b40b58031e6d7c04a5bc6c1a30a2e834a"
+ integrity sha512-wHKj6q8s70sO5i39H2g1gtpCXCvjVszzj6FFygneNFyIAxRvNSVz9GML7XpqrB9t7hNutXw+MHnLN/Ih6uyB8Q==
dependencies:
- "@typescript-eslint/experimental-utils" "4.11.1"
- "@typescript-eslint/scope-manager" "4.11.1"
+ "@typescript-eslint/experimental-utils" "4.12.0"
+ "@typescript-eslint/scope-manager" "4.12.0"
debug "^4.1.1"
functional-red-black-tree "^1.0.1"
regexpp "^3.0.0"
semver "^7.3.2"
tsutils "^3.17.1"
-"@typescript-eslint/experimental-utils@4.11.1":
- version "4.11.1"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.11.1.tgz#2dad3535b878c25c7424e40bfa79d899f3f485bc"
- integrity sha512-mAlWowT4A6h0TC9F+J5pdbEhjNiEMO+kqPKQ4sc3fVieKL71dEqfkKgtcFVSX3cjSBwYwhImaQ/mXQF0oaI38g==
+"@typescript-eslint/experimental-utils@4.12.0":
+ version "4.12.0"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.12.0.tgz#372838e76db76c9a56959217b768a19f7129546b"
+ integrity sha512-MpXZXUAvHt99c9ScXijx7i061o5HEjXltO+sbYfZAAHxv3XankQkPaNi5myy0Yh0Tyea3Hdq1pi7Vsh0GJb0fA==
dependencies:
"@types/json-schema" "^7.0.3"
- "@typescript-eslint/scope-manager" "4.11.1"
- "@typescript-eslint/types" "4.11.1"
- "@typescript-eslint/typescript-estree" "4.11.1"
+ "@typescript-eslint/scope-manager" "4.12.0"
+ "@typescript-eslint/types" "4.12.0"
+ "@typescript-eslint/typescript-estree" "4.12.0"
eslint-scope "^5.0.0"
eslint-utils "^2.0.0"
@@ -196,14 +196,6 @@
"@typescript-eslint/typescript-estree" "4.12.0"
debug "^4.1.1"
-"@typescript-eslint/scope-manager@4.11.1":
- version "4.11.1"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.11.1.tgz#72dc2b60b0029ab0888479b12bf83034920b4b69"
- integrity sha512-Al2P394dx+kXCl61fhrrZ1FTI7qsRDIUiVSuN6rTwss6lUn8uVO2+nnF4AvO0ug8vMsy3ShkbxLu/uWZdTtJMQ==
- dependencies:
- "@typescript-eslint/types" "4.11.1"
- "@typescript-eslint/visitor-keys" "4.11.1"
-
"@typescript-eslint/scope-manager@4.12.0":
version "4.12.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.12.0.tgz#beeb8beca895a07b10c593185a5612f1085ef279"
@@ -212,30 +204,11 @@
"@typescript-eslint/types" "4.12.0"
"@typescript-eslint/visitor-keys" "4.12.0"
-"@typescript-eslint/types@4.11.1":
- version "4.11.1"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.11.1.tgz#3ba30c965963ef9f8ced5a29938dd0c465bd3e05"
- integrity sha512-5kvd38wZpqGY4yP/6W3qhYX6Hz0NwUbijVsX2rxczpY6OXaMxh0+5E5uLJKVFwaBM7PJe1wnMym85NfKYIh6CA==
-
"@typescript-eslint/types@4.12.0":
version "4.12.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.12.0.tgz#fb891fe7ccc9ea8b2bbd2780e36da45d0dc055e5"
integrity sha512-N2RhGeheVLGtyy+CxRmxdsniB7sMSCfsnbh8K/+RUIXYYq3Ub5+sukRCjVE80QerrUBvuEvs4fDhz5AW/pcL6g==
-"@typescript-eslint/typescript-estree@4.11.1":
- version "4.11.1"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.11.1.tgz#a4416b4a65872a48773b9e47afabdf7519eb10bc"
- integrity sha512-tC7MKZIMRTYxQhrVAFoJq/DlRwv1bnqA4/S2r3+HuHibqvbrPcyf858lNzU7bFmy4mLeIHFYr34ar/1KumwyRw==
- dependencies:
- "@typescript-eslint/types" "4.11.1"
- "@typescript-eslint/visitor-keys" "4.11.1"
- 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/typescript-estree@4.12.0":
version "4.12.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.12.0.tgz#3963418c850f564bdab3882ae23795d115d6d32e"
@@ -250,14 +223,6 @@
semver "^7.3.2"
tsutils "^3.17.1"
-"@typescript-eslint/visitor-keys@4.11.1":
- version "4.11.1"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.11.1.tgz#4c050a4c1f7239786e2dd4e69691436143024e05"
- integrity sha512-IrlBhD9bm4bdYcS8xpWarazkKXlE7iYb1HzRuyBP114mIaj5DJPo11Us1HgH60dTt41TCZXMaTCAW+OILIYPOg==
- dependencies:
- "@typescript-eslint/types" "4.11.1"
- eslint-visitor-keys "^2.0.0"
-
"@typescript-eslint/visitor-keys@4.12.0":
version "4.12.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.12.0.tgz#a470a79be6958075fa91c725371a83baf428a67a"