Skip to content

Commit 89168b8

Browse files
chore: update typescript-eslint monorepo to v2.20.0 (#998)
Co-authored-by: WhiteSource Renovate <[email protected]>
1 parent 9d14792 commit 89168b8

File tree

1 file changed

+32
-10
lines changed

1 file changed

+32
-10
lines changed

Diff for: yarn.lock

+32-10
Original file line numberDiff line numberDiff line change
@@ -2009,17 +2009,26 @@
20092009
"@types/yargs-parser" "*"
20102010

20112011
"@typescript-eslint/eslint-plugin@^2.19.0":
2012-
version "2.19.0"
2013-
resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.19.0.tgz#bf743448a4633e4b52bee0c40148ba072ab3adbd"
2014-
integrity sha512-u7IcQ9qwsB6U806LupZmINRnQjC+RJyv36sV/ugaFWMHTbFm/hlLTRx3gGYJgHisxcGSTnf+I/fPDieRMhPSQQ==
2012+
version "2.20.0"
2013+
resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.20.0.tgz#a522d0e1e4898f7c9c6a8e1ed3579b60867693fa"
2014+
integrity sha512-cimIdVDV3MakiGJqMXw51Xci6oEDEoPkvh8ggJe2IIzcc0fYqAxOXN6Vbeanahz6dLZq64W+40iUEc9g32FLDQ==
20152015
dependencies:
2016-
"@typescript-eslint/experimental-utils" "2.19.0"
2016+
"@typescript-eslint/experimental-utils" "2.20.0"
20172017
eslint-utils "^1.4.3"
20182018
functional-red-black-tree "^1.0.1"
20192019
regexpp "^3.0.0"
20202020
tsutils "^3.17.1"
20212021

2022-
"@typescript-eslint/[email protected]", "@typescript-eslint/experimental-utils@^2.5.0":
2022+
"@typescript-eslint/[email protected]":
2023+
version "2.20.0"
2024+
resolved "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-2.20.0.tgz#3b6fa5a6b8885f126d5a4280e0d44f0f41e73e32"
2025+
integrity sha512-fEBy9xYrwG9hfBLFEwGW2lKwDRTmYzH3DwTmYbT+SMycmxAoPl0eGretnBFj/s+NfYBG63w/5c3lsvqqz5mYag==
2026+
dependencies:
2027+
"@types/json-schema" "^7.0.3"
2028+
"@typescript-eslint/typescript-estree" "2.20.0"
2029+
eslint-scope "^5.0.0"
2030+
2031+
"@typescript-eslint/experimental-utils@^2.5.0":
20232032
version "2.19.0"
20242033
resolved "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-2.19.0.tgz#d5ca732f22c009e515ba09fcceb5f2127d841568"
20252034
integrity sha512-zwpg6zEOPbhB3+GaQfufzlMUOO6GXCNZq6skk+b2ZkZAIoBhVoanWK255BS1g5x9bMwHpLhX0Rpn5Fc3NdCZdg==
@@ -2029,13 +2038,13 @@
20292038
eslint-scope "^5.0.0"
20302039

20312040
"@typescript-eslint/parser@^2.19.0":
2032-
version "2.19.0"
2033-
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-2.19.0.tgz#912160d9425395d09857dcd5382352bc98be11ae"
2034-
integrity sha512-s0jZoxAWjHnuidbbN7aA+BFVXn4TCcxEVGPV8lWMxZglSs3NRnFFAlL+aIENNmzB2/1jUJuySi6GiM6uACPmpg==
2041+
version "2.20.0"
2042+
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-2.20.0.tgz#608e5bb06ba98a415b64ace994c79ab20f9772a9"
2043+
integrity sha512-o8qsKaosLh2qhMZiHNtaHKTHyCHc3Triq6aMnwnWj7budm3xAY9owSZzV1uon5T9cWmJRJGzTFa90aex4m77Lw==
20352044
dependencies:
20362045
"@types/eslint-visitor-keys" "^1.0.0"
2037-
"@typescript-eslint/experimental-utils" "2.19.0"
2038-
"@typescript-eslint/typescript-estree" "2.19.0"
2046+
"@typescript-eslint/experimental-utils" "2.20.0"
2047+
"@typescript-eslint/typescript-estree" "2.20.0"
20392048
eslint-visitor-keys "^1.1.0"
20402049

20412050
"@typescript-eslint/[email protected]":
@@ -2051,6 +2060,19 @@
20512060
semver "^6.3.0"
20522061
tsutils "^3.17.1"
20532062

2063+
"@typescript-eslint/[email protected]":
2064+
version "2.20.0"
2065+
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-2.20.0.tgz#90a0f5598826b35b966ca83483b1a621b1a4d0c9"
2066+
integrity sha512-WlFk8QtI8pPaE7JGQGxU7nGcnk1ccKAJkhbVookv94ZcAef3m6oCE/jEDL6dGte3JcD7reKrA0o55XhBRiVT3A==
2067+
dependencies:
2068+
debug "^4.1.1"
2069+
eslint-visitor-keys "^1.1.0"
2070+
glob "^7.1.6"
2071+
is-glob "^4.0.1"
2072+
lodash "^4.17.15"
2073+
semver "^6.3.0"
2074+
tsutils "^3.17.1"
2075+
20542076
"@zkochan/cmd-shim@^3.1.0":
20552077
version "3.1.0"
20562078
resolved "https://registry.npmjs.org/@zkochan/cmd-shim/-/cmd-shim-3.1.0.tgz#2ab8ed81f5bb5452a85f25758eb9b8681982fd2e"

0 commit comments

Comments
 (0)