Skip to content

Commit e4fb6ea

Browse files
committed
Update typescript-eslint monorepo to v5.34.0
1 parent a1d0164 commit e4fb6ea

File tree

2 files changed

+50
-50
lines changed

2 files changed

+50
-50
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"@types/chai": "4.3.3",
2828
"@types/mocha": "9.1.1",
2929
"@types/node": "16.11.53",
30-
"@typescript-eslint/eslint-plugin": "5.33.1",
31-
"@typescript-eslint/parser": "5.33.1",
30+
"@typescript-eslint/eslint-plugin": "5.34.0",
31+
"@typescript-eslint/parser": "5.34.0",
3232
"chai": "4.3.6",
3333
"dotenv": "16.0.1",
3434
"eslint": "8.22.0",

yarn.lock

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1785,84 +1785,84 @@
17851785
"@types/bn.js" "*"
17861786
"@types/underscore" "*"
17871787

1788-
"@typescript-eslint/eslint-plugin@5.33.1":
1789-
version "5.33.1"
1790-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.33.1.tgz#c0a480d05211660221eda963cc844732fe9b1714"
1791-
integrity sha512-S1iZIxrTvKkU3+m63YUOxYPKaP+yWDQrdhxTglVDVEVBf+aCSw85+BmJnyUaQQsk5TXFG/LpBu9fa+LrAQ91fQ==
1792-
dependencies:
1793-
"@typescript-eslint/scope-manager" "5.33.1"
1794-
"@typescript-eslint/type-utils" "5.33.1"
1795-
"@typescript-eslint/utils" "5.33.1"
1788+
"@typescript-eslint/eslint-plugin@5.34.0":
1789+
version "5.34.0"
1790+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.34.0.tgz#d690f60e335596f38b01792e8f4b361d9bd0cb35"
1791+
integrity sha512-eRfPPcasO39iwjlUAMtjeueRGuIrW3TQ9WseIDl7i5UWuFbf83yYaU7YPs4j8+4CxUMIsj1k+4kV+E+G+6ypDQ==
1792+
dependencies:
1793+
"@typescript-eslint/scope-manager" "5.34.0"
1794+
"@typescript-eslint/type-utils" "5.34.0"
1795+
"@typescript-eslint/utils" "5.34.0"
17961796
debug "^4.3.4"
17971797
functional-red-black-tree "^1.0.1"
17981798
ignore "^5.2.0"
17991799
regexpp "^3.2.0"
18001800
semver "^7.3.7"
18011801
tsutils "^3.21.0"
18021802

1803-
"@typescript-eslint/parser@5.33.1":
1804-
version "5.33.1"
1805-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.33.1.tgz#e4b253105b4d2a4362cfaa4e184e2d226c440ff3"
1806-
integrity sha512-IgLLtW7FOzoDlmaMoXdxG8HOCByTBXrB1V2ZQYSEV1ggMmJfAkMWTwUjjzagS6OkfpySyhKFkBw7A9jYmcHpZA==
1803+
"@typescript-eslint/parser@5.34.0":
1804+
version "5.34.0"
1805+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.34.0.tgz#ca710858ea85dbfd30c9b416a335dc49e82dbc07"
1806+
integrity sha512-SZ3NEnK4usd2CXkoV3jPa/vo1mWX1fqRyIVUQZR4As1vyp4fneknBNJj+OFtV8WAVgGf+rOHMSqQbs2Qn3nFZQ==
18071807
dependencies:
1808-
"@typescript-eslint/scope-manager" "5.33.1"
1809-
"@typescript-eslint/types" "5.33.1"
1810-
"@typescript-eslint/typescript-estree" "5.33.1"
1808+
"@typescript-eslint/scope-manager" "5.34.0"
1809+
"@typescript-eslint/types" "5.34.0"
1810+
"@typescript-eslint/typescript-estree" "5.34.0"
18111811
debug "^4.3.4"
18121812

1813-
"@typescript-eslint/scope-manager@5.33.1":
1814-
version "5.33.1"
1815-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.33.1.tgz#8d31553e1b874210018ca069b3d192c6d23bc493"
1816-
integrity sha512-8ibcZSqy4c5m69QpzJn8XQq9NnqAToC8OdH/W6IXPXv83vRyEDPYLdjAlUx8h/rbusq6MkW4YdQzURGOqsn3CA==
1813+
"@typescript-eslint/scope-manager@5.34.0":
1814+
version "5.34.0"
1815+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.34.0.tgz#14efd13dc57602937e25f188fd911f118781e527"
1816+
integrity sha512-HNvASMQlah5RsBW6L6c7IJ0vsm+8Sope/wu5sEAf7joJYWNb1LDbJipzmdhdUOnfrDFE6LR1j57x1EYVxrY4ow==
18171817
dependencies:
1818-
"@typescript-eslint/types" "5.33.1"
1819-
"@typescript-eslint/visitor-keys" "5.33.1"
1818+
"@typescript-eslint/types" "5.34.0"
1819+
"@typescript-eslint/visitor-keys" "5.34.0"
18201820

1821-
"@typescript-eslint/type-utils@5.33.1":
1822-
version "5.33.1"
1823-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.33.1.tgz#1a14e94650a0ae39f6e3b77478baff002cec4367"
1824-
integrity sha512-X3pGsJsD8OiqhNa5fim41YtlnyiWMF/eKsEZGsHID2HcDqeSC5yr/uLOeph8rNF2/utwuI0IQoAK3fpoxcLl2g==
1821+
"@typescript-eslint/type-utils@5.34.0":
1822+
version "5.34.0"
1823+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.34.0.tgz#7a324ab9ddd102cd5e1beefc94eea6f3eb32d32d"
1824+
integrity sha512-Pxlno9bjsQ7hs1pdWRUv9aJijGYPYsHpwMeCQ/Inavhym3/XaKt1ZKAA8FIw4odTBfowBdZJDMxf2aavyMDkLg==
18251825
dependencies:
1826-
"@typescript-eslint/utils" "5.33.1"
1826+
"@typescript-eslint/utils" "5.34.0"
18271827
debug "^4.3.4"
18281828
tsutils "^3.21.0"
18291829

1830-
"@typescript-eslint/types@5.33.1":
1831-
version "5.33.1"
1832-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.33.1.tgz#3faef41793d527a519e19ab2747c12d6f3741ff7"
1833-
integrity sha512-7K6MoQPQh6WVEkMrMW5QOA5FO+BOwzHSNd0j3+BlBwd6vtzfZceJ8xJ7Um2XDi/O3umS8/qDX6jdy2i7CijkwQ==
1830+
"@typescript-eslint/types@5.34.0":
1831+
version "5.34.0"
1832+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.34.0.tgz#217bf08049e9e7b86694d982e88a2c1566330c78"
1833+
integrity sha512-49fm3xbbUPuzBIOcy2CDpYWqy/X7VBkxVN+DC21e0zIm3+61Z0NZi6J9mqPmSW1BDVk9FIOvuCFyUPjXz93sjA==
18341834

1835-
"@typescript-eslint/typescript-estree@5.33.1":
1836-
version "5.33.1"
1837-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.33.1.tgz#a573bd360790afdcba80844e962d8b2031984f34"
1838-
integrity sha512-JOAzJ4pJ+tHzA2pgsWQi4804XisPHOtbvwUyqsuuq8+y5B5GMZs7lI1xDWs6V2d7gE/Ez5bTGojSK12+IIPtXA==
1835+
"@typescript-eslint/typescript-estree@5.34.0":
1836+
version "5.34.0"
1837+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.34.0.tgz#ba7b83f4bf8ccbabf074bbf1baca7a58de3ccb9a"
1838+
integrity sha512-mXHAqapJJDVzxauEkfJI96j3D10sd567LlqroyCeJaHnu42sDbjxotGb3XFtGPYKPD9IyLjhsoULML1oI3M86A==
18391839
dependencies:
1840-
"@typescript-eslint/types" "5.33.1"
1841-
"@typescript-eslint/visitor-keys" "5.33.1"
1840+
"@typescript-eslint/types" "5.34.0"
1841+
"@typescript-eslint/visitor-keys" "5.34.0"
18421842
debug "^4.3.4"
18431843
globby "^11.1.0"
18441844
is-glob "^4.0.3"
18451845
semver "^7.3.7"
18461846
tsutils "^3.21.0"
18471847

1848-
"@typescript-eslint/utils@5.33.1":
1849-
version "5.33.1"
1850-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.33.1.tgz#171725f924fe1fe82bb776522bb85bc034e88575"
1851-
integrity sha512-uphZjkMaZ4fE8CR4dU7BquOV6u0doeQAr8n6cQenl/poMaIyJtBu8eys5uk6u5HiDH01Mj5lzbJ5SfeDz7oqMQ==
1848+
"@typescript-eslint/utils@5.34.0":
1849+
version "5.34.0"
1850+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.34.0.tgz#0cae98f48d8f9e292e5caa9343611b6faf49e743"
1851+
integrity sha512-kWRYybU4Rn++7lm9yu8pbuydRyQsHRoBDIo11k7eqBWTldN4xUdVUMCsHBiE7aoEkFzrUEaZy3iH477vr4xHAQ==
18521852
dependencies:
18531853
"@types/json-schema" "^7.0.9"
1854-
"@typescript-eslint/scope-manager" "5.33.1"
1855-
"@typescript-eslint/types" "5.33.1"
1856-
"@typescript-eslint/typescript-estree" "5.33.1"
1854+
"@typescript-eslint/scope-manager" "5.34.0"
1855+
"@typescript-eslint/types" "5.34.0"
1856+
"@typescript-eslint/typescript-estree" "5.34.0"
18571857
eslint-scope "^5.1.1"
18581858
eslint-utils "^3.0.0"
18591859

1860-
"@typescript-eslint/visitor-keys@5.33.1":
1861-
version "5.33.1"
1862-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.33.1.tgz#0155c7571c8cd08956580b880aea327d5c34a18b"
1863-
integrity sha512-nwIxOK8Z2MPWltLKMLOEZwmfBZReqUdbEoHQXeCpa+sRVARe5twpJGHCB4dk9903Yaf0nMAlGbQfaAH92F60eg==
1860+
"@typescript-eslint/visitor-keys@5.34.0":
1861+
version "5.34.0"
1862+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.34.0.tgz#d0fb3e31033e82ddd5de048371ad39eb342b2d40"
1863+
integrity sha512-O1moYjOSrab0a2fUvFpsJe0QHtvTC+cR+ovYpgKrAVXzqQyc74mv76TgY6z+aEtjQE2vgZux3CQVtGryqdcOAw==
18641864
dependencies:
1865-
"@typescript-eslint/types" "5.33.1"
1865+
"@typescript-eslint/types" "5.34.0"
18661866
eslint-visitor-keys "^3.3.0"
18671867

18681868
"@ungap/promise-all-settled@1.1.2":

0 commit comments

Comments
 (0)