Skip to content

Commit f7197d7

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update typescript-eslint monorepo to v2.12.0
1 parent 912c9fd commit f7197d7

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@
7676
"@types/resolve": "0.0.8",
7777
"@types/semver": "6.2.0",
7878
"@types/tmp": "0.1.0",
79-
"@typescript-eslint/eslint-plugin": "2.11.0",
80-
"@typescript-eslint/parser": "2.11.0",
79+
"@typescript-eslint/eslint-plugin": "2.12.0",
80+
"@typescript-eslint/parser": "2.12.0",
8181
"broccoli-asset-rev": "3.0.0",
8282
"capture-console": "1.0.1",
8383
"co": "4.6.0",

yarn.lock

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1922,40 +1922,40 @@
19221922
resolved "https://registry.yarnpkg.com/@types/tmp/-/tmp-0.1.0.tgz#19cf73a7bcf641965485119726397a096f0049bd"
19231923
integrity sha512-6IwZ9HzWbCq6XoQWhxLpDjuADodH/MKXRUIDFudvgjcVdjFknvmR+DNsoUeer4XPrEnrZs04Jj+kfV9pFsrhmA==
19241924

1925-
"@typescript-eslint/eslint-plugin@2.11.0":
1926-
version "2.11.0"
1927-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.11.0.tgz#4477c33491ccf0a9a3f4a30ef84978fa0ea0cad2"
1928-
integrity sha512-G2HHA1vpMN0EEbUuWubiCCfd0R3a30BB+UdvnFkxwZIxYEGOrWEXDv8tBFO9f44CWc47Xv9lLM3VSn4ORLI2bA==
1925+
"@typescript-eslint/eslint-plugin@2.12.0":
1926+
version "2.12.0"
1927+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.12.0.tgz#0da7cbca7b24f4c6919e9eb31c704bfb126f90ad"
1928+
integrity sha512-1t4r9rpLuEwl3hgt90jY18wJHSyb0E3orVL3DaqwmpiSDHmHiSspVsvsFF78BJ/3NNG3qmeso836jpuBWYziAA==
19291929
dependencies:
1930-
"@typescript-eslint/experimental-utils" "2.11.0"
1930+
"@typescript-eslint/experimental-utils" "2.12.0"
19311931
eslint-utils "^1.4.3"
19321932
functional-red-black-tree "^1.0.1"
19331933
regexpp "^3.0.0"
19341934
tsutils "^3.17.1"
19351935

1936-
"@typescript-eslint/experimental-utils@2.11.0":
1937-
version "2.11.0"
1938-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.11.0.tgz#cef18e6b122706c65248a5d8984a9779ed1e52ac"
1939-
integrity sha512-YxcA/y0ZJaCc/fB/MClhcDxHI0nOBB7v2/WxBju2cOTanX7jO9ttQq6Fy4yW9UaY5bPd9xL3cun3lDVqk67sPQ==
1936+
"@typescript-eslint/experimental-utils@2.12.0":
1937+
version "2.12.0"
1938+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.12.0.tgz#e0a76ffb6293e058748408a191921e453c31d40d"
1939+
integrity sha512-jv4gYpw5N5BrWF3ntROvCuLe1IjRenLy5+U57J24NbPGwZFAjhnM45qpq0nDH1y/AZMb3Br25YiNVwyPbz6RkA==
19401940
dependencies:
19411941
"@types/json-schema" "^7.0.3"
1942-
"@typescript-eslint/typescript-estree" "2.11.0"
1942+
"@typescript-eslint/typescript-estree" "2.12.0"
19431943
eslint-scope "^5.0.0"
19441944

1945-
"@typescript-eslint/parser@2.11.0":
1946-
version "2.11.0"
1947-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.11.0.tgz#cdcc3be73ee31cbef089af5ff97ccaa380ef6e8b"
1948-
integrity sha512-DyGXeqhb3moMioEFZIHIp7oXBBh7dEfPTzGrlyP0Mi9ScCra4SWEGs3kPd18mG7Sy9Wy8z88zmrw5tSGL6r/6A==
1945+
"@typescript-eslint/parser@2.12.0":
1946+
version "2.12.0"
1947+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.12.0.tgz#393f1604943a4ca570bb1a45bc8834e9b9158884"
1948+
integrity sha512-lPdkwpdzxEfjI8TyTzZqPatkrswLSVu4bqUgnB03fHSOwpC7KSerPgJRgIAf11UGNf7HKjJV6oaPZI4AghLU6g==
19491949
dependencies:
19501950
"@types/eslint-visitor-keys" "^1.0.0"
1951-
"@typescript-eslint/experimental-utils" "2.11.0"
1952-
"@typescript-eslint/typescript-estree" "2.11.0"
1951+
"@typescript-eslint/experimental-utils" "2.12.0"
1952+
"@typescript-eslint/typescript-estree" "2.12.0"
19531953
eslint-visitor-keys "^1.1.0"
19541954

1955-
"@typescript-eslint/typescript-estree@2.11.0":
1956-
version "2.11.0"
1957-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.11.0.tgz#21ada6504274cd1644855926312c798fc697e9fb"
1958-
integrity sha512-HGY4+d4MagO6cKMcKfIKaTMxcAv7dEVnji2Zi+vi5VV8uWAM631KjAB5GxFcexMYrwKT0EekRiiGK1/Sd7VFGA==
1955+
"@typescript-eslint/typescript-estree@2.12.0":
1956+
version "2.12.0"
1957+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.12.0.tgz#bd9e547ccffd17dfab0c3ab0947c80c8e2eb914c"
1958+
integrity sha512-rGehVfjHEn8Frh9UW02ZZIfJs6SIIxIu/K1bbci8rFfDE/1lQ8krIJy5OXOV3DVnNdDPtoiPOdEANkLMrwXbiQ==
19591959
dependencies:
19601960
debug "^4.1.1"
19611961
eslint-visitor-keys "^1.1.0"

0 commit comments

Comments
 (0)