Skip to content
This repository was archived by the owner on Nov 13, 2021. It is now read-only.

Commit 4f68919

Browse files
committed
chore(deps): update typescript-eslint monorepo to v5
1 parent 397d869 commit 4f68919

2 files changed

Lines changed: 74 additions & 64 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"trailingComma": "all"
3333
},
3434
"devDependencies": {
35-
"@typescript-eslint/eslint-plugin": "4.33.0",
36-
"@typescript-eslint/parser": "4.33.0",
35+
"@typescript-eslint/eslint-plugin": "5.3.0",
36+
"@typescript-eslint/parser": "5.3.0",
3737
"eslint-plugin-import": "2.25.2",
3838
"eslint-plugin-jest": "25.0.1",
3939
"prettier-plugin-packagejson": "2.2.13",

yarn.lock

Lines changed: 72 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -1543,10 +1543,10 @@
15431543
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.5.tgz#dcce4430e64b443ba8945f0290fb564ad5bac6dd"
15441544
integrity sha512-7+2BITlgjgDhH0vvwZU/HZJVyk+2XUlvxXe8dFMedNX/aMkaOq++rMAFXc0tM7ij15QaWlbdQASBR9dihi+bDQ==
15451545

1546-
"@types/json-schema@^7.0.7":
1547-
version "7.0.7"
1548-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad"
1549-
integrity sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==
1546+
"@types/json-schema@^7.0.9":
1547+
version "7.0.9"
1548+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
1549+
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
15501550

15511551
"@types/json5@^0.0.29":
15521552
version "0.0.29"
@@ -1612,17 +1612,17 @@
16121612
dependencies:
16131613
"@types/yargs-parser" "*"
16141614

1615-
"@typescript-eslint/eslint-plugin@4.33.0":
1616-
version "4.33.0"
1617-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz#c24dc7c8069c7706bc40d99f6fa87edcb2005276"
1618-
integrity sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==
1615+
"@typescript-eslint/eslint-plugin@5.3.0":
1616+
version "5.3.0"
1617+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.3.0.tgz#a55ae72d28ffeb6badd817fe4566c9cced1f5e29"
1618+
integrity sha512-ARUEJHJrq85aaiCqez7SANeahDsJTD3AEua34EoQN9pHS6S5Bq9emcIaGGySt/4X2zSi+vF5hAH52sEen7IO7g==
16191619
dependencies:
1620-
"@typescript-eslint/experimental-utils" "4.33.0"
1621-
"@typescript-eslint/scope-manager" "4.33.0"
1622-
debug "^4.3.1"
1620+
"@typescript-eslint/experimental-utils" "5.3.0"
1621+
"@typescript-eslint/scope-manager" "5.3.0"
1622+
debug "^4.3.2"
16231623
functional-red-black-tree "^1.0.1"
16241624
ignore "^5.1.8"
1625-
regexpp "^3.1.0"
1625+
regexpp "^3.2.0"
16261626
semver "^7.3.5"
16271627
tsutils "^3.21.0"
16281628

@@ -1646,15 +1646,15 @@
16461646
eslint-scope "^5.0.0"
16471647
eslint-utils "^2.0.0"
16481648

1649-
"@typescript-eslint/experimental-utils@4.33.0":
1650-
version "4.33.0"
1651-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd"
1652-
integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==
1649+
"@typescript-eslint/experimental-utils@5.3.0":
1650+
version "5.3.0"
1651+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.3.0.tgz#ee56b4957547ed2b0fc7451205e41502e664f546"
1652+
integrity sha512-NFVxYTjKj69qB0FM+piah1x3G/63WB8vCBMnlnEHUsiLzXSTWb9FmFn36FD9Zb4APKBLY3xRArOGSMQkuzTF1w==
16531653
dependencies:
1654-
"@types/json-schema" "^7.0.7"
1655-
"@typescript-eslint/scope-manager" "4.33.0"
1656-
"@typescript-eslint/types" "4.33.0"
1657-
"@typescript-eslint/typescript-estree" "4.33.0"
1654+
"@types/json-schema" "^7.0.9"
1655+
"@typescript-eslint/scope-manager" "5.3.0"
1656+
"@typescript-eslint/types" "5.3.0"
1657+
"@typescript-eslint/typescript-estree" "5.3.0"
16581658
eslint-scope "^5.1.1"
16591659
eslint-utils "^3.0.0"
16601660

@@ -1670,15 +1670,15 @@
16701670
eslint-scope "^5.0.0"
16711671
eslint-utils "^2.0.0"
16721672

1673-
"@typescript-eslint/parser@4.33.0":
1674-
version "4.33.0"
1675-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899"
1676-
integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==
1673+
"@typescript-eslint/parser@5.3.0":
1674+
version "5.3.0"
1675+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.3.0.tgz#7879f15e26d370ed3f653fb7dd06479531ed3ab9"
1676+
integrity sha512-rKu/yAReip7ovx8UwOAszJVO5MgBquo8WjIQcp1gx4pYQCwYzag+I5nVNHO4MqyMkAo0gWt2gWUi+36gWAVKcw==
16771677
dependencies:
1678-
"@typescript-eslint/scope-manager" "4.33.0"
1679-
"@typescript-eslint/types" "4.33.0"
1680-
"@typescript-eslint/typescript-estree" "4.33.0"
1681-
debug "^4.3.1"
1678+
"@typescript-eslint/scope-manager" "5.3.0"
1679+
"@typescript-eslint/types" "5.3.0"
1680+
"@typescript-eslint/typescript-estree" "5.3.0"
1681+
debug "^4.3.2"
16821682

16831683
"@typescript-eslint/parser@^2.12.0":
16841684
version "2.34.0"
@@ -1698,23 +1698,23 @@
16981698
"@typescript-eslint/types" "4.0.1"
16991699
"@typescript-eslint/visitor-keys" "4.0.1"
17001700

1701-
"@typescript-eslint/scope-manager@4.33.0":
1702-
version "4.33.0"
1703-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz#d38e49280d983e8772e29121cf8c6e9221f280a3"
1704-
integrity sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==
1701+
"@typescript-eslint/scope-manager@5.3.0":
1702+
version "5.3.0"
1703+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.3.0.tgz#97d0ccc7c9158e89e202d5e24ce6ba49052d432e"
1704+
integrity sha512-22Uic9oRlTsPppy5Tcwfj+QET5RWEnZ5414Prby465XxQrQFZ6nnm5KnXgnsAJefG4hEgMnaxTB3kNEyjdjj6A==
17051705
dependencies:
1706-
"@typescript-eslint/types" "4.33.0"
1707-
"@typescript-eslint/visitor-keys" "4.33.0"
1706+
"@typescript-eslint/types" "5.3.0"
1707+
"@typescript-eslint/visitor-keys" "5.3.0"
17081708

17091709
"@typescript-eslint/types@4.0.1":
17101710
version "4.0.1"
17111711
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.0.1.tgz#1cf72582f764931f085cb8230ff215980fe467b2"
17121712
integrity sha512-S+gD3fgbkZYW2rnbjugNMqibm9HpEjqZBZkTiI3PwbbNGWmAcxolWIUwZ0SKeG4Dy2ktpKKaI/6+HGYVH8Qrlg==
17131713

1714-
"@typescript-eslint/types@4.33.0":
1715-
version "4.33.0"
1716-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
1717-
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
1714+
"@typescript-eslint/types@5.3.0":
1715+
version "5.3.0"
1716+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.3.0.tgz#af29fd53867c2df0028c57c36a655bd7e9e05416"
1717+
integrity sha512-fce5pG41/w8O6ahQEhXmMV+xuh4+GayzqEogN24EK+vECA3I6pUwKuLi5QbXO721EMitpQne5VKXofPonYlAQg==
17181718

17191719
"@typescript-eslint/typescript-estree@2.34.0":
17201720
version "2.34.0"
@@ -1743,16 +1743,16 @@
17431743
semver "^7.3.2"
17441744
tsutils "^3.17.1"
17451745

1746-
"@typescript-eslint/typescript-estree@4.33.0":
1747-
version "4.33.0"
1748-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
1749-
integrity sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==
1746+
"@typescript-eslint/typescript-estree@5.3.0":
1747+
version "5.3.0"
1748+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.3.0.tgz#4f68ddd46dc2983182402d2ab21fb44ad94988cf"
1749+
integrity sha512-FJ0nqcaUOpn/6Z4Jwbtf+o0valjBLkqc3MWkMvrhA2TvzFXtcclIM8F4MBEmYa2kgcI8EZeSAzwoSrIC8JYkug==
17501750
dependencies:
1751-
"@typescript-eslint/types" "4.33.0"
1752-
"@typescript-eslint/visitor-keys" "4.33.0"
1753-
debug "^4.3.1"
1754-
globby "^11.0.3"
1755-
is-glob "^4.0.1"
1751+
"@typescript-eslint/types" "5.3.0"
1752+
"@typescript-eslint/visitor-keys" "5.3.0"
1753+
debug "^4.3.2"
1754+
globby "^11.0.4"
1755+
is-glob "^4.0.3"
17561756
semver "^7.3.5"
17571757
tsutils "^3.21.0"
17581758

@@ -1764,13 +1764,13 @@
17641764
"@typescript-eslint/types" "4.0.1"
17651765
eslint-visitor-keys "^2.0.0"
17661766

1767-
"@typescript-eslint/visitor-keys@4.33.0":
1768-
version "4.33.0"
1769-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
1770-
integrity sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==
1767+
"@typescript-eslint/visitor-keys@5.3.0":
1768+
version "5.3.0"
1769+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.3.0.tgz#a6258790f3b7b2547f70ed8d4a1e0c3499994523"
1770+
integrity sha512-oVIAfIQuq0x2TFDNLVavUn548WL+7hdhxYn+9j3YdJJXB7mH9dAmZNJsPDa7Jc+B9WGqoiex7GUDbyMxV0a/aw==
17711771
dependencies:
1772-
"@typescript-eslint/types" "4.33.0"
1773-
eslint-visitor-keys "^2.0.0"
1772+
"@typescript-eslint/types" "5.3.0"
1773+
eslint-visitor-keys "^3.0.0"
17741774

17751775
JSONStream@^1.0.4, JSONStream@^1.3.4, JSONStream@^1.3.5:
17761776
version "1.3.5"
@@ -3700,10 +3700,10 @@ debug@^3.2.7:
37003700
dependencies:
37013701
ms "^2.1.1"
37023702

3703-
debug@^4.3.1:
3704-
version "4.3.1"
3705-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"
3706-
integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==
3703+
debug@^4.3.2:
3704+
version "4.3.2"
3705+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b"
3706+
integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==
37073707
dependencies:
37083708
ms "2.1.2"
37093709

@@ -4289,6 +4289,11 @@ eslint-visitor-keys@^2.0.0:
42894289
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
42904290
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
42914291

4292+
eslint-visitor-keys@^3.0.0:
4293+
version "3.0.0"
4294+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.0.0.tgz#e32e99c6cdc2eb063f204eda5db67bfe58bb4186"
4295+
integrity sha512-mJOZa35trBTb3IyRmo8xmKBZlxf+N7OnUl4+ZhJHs/r+0770Wh/LEACE2pqMGMe27G/4y8P2bYGk4J70IC5k1Q==
4296+
42924297
eslint@^6.1.0:
42934298
version "6.8.0"
42944299
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.8.0.tgz#62262d6729739f9275723824302fb227c8c93ffb"
@@ -5018,10 +5023,10 @@ globby@^11.0.0, globby@^11.0.1:
50185023
merge2 "^1.3.0"
50195024
slash "^3.0.0"
50205025

5021-
globby@^11.0.3:
5022-
version "11.0.3"
5023-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.3.tgz#9b1f0cb523e171dd1ad8c7b2a9fb4b644b9593cb"
5024-
integrity sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg==
5026+
globby@^11.0.4:
5027+
version "11.0.4"
5028+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
5029+
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
50255030
dependencies:
50265031
array-union "^2.1.0"
50275032
dir-glob "^3.0.1"
@@ -8666,11 +8671,16 @@ regexpp@^2.0.1:
86668671
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f"
86678672
integrity sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw==
86688673

8669-
regexpp@^3.0.0, regexpp@^3.1.0:
8674+
regexpp@^3.0.0:
86708675
version "3.1.0"
86718676
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2"
86728677
integrity sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==
86738678

8679+
regexpp@^3.2.0:
8680+
version "3.2.0"
8681+
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
8682+
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
8683+
86748684
regexpu-core@^2.0.0:
86758685
version "2.0.0"
86768686
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-2.0.0.tgz#49d038837b8dcf8bfa5b9a42139938e6ea2ae240"

0 commit comments

Comments
 (0)