Skip to content

Commit aeec4aa

Browse files
authored
Update typescript-eslint plugin & parser (#2064)
1 parent 169b6b5 commit aeec4aa

File tree

2 files changed

+73
-61
lines changed

2 files changed

+73
-61
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@
8080
"@types/jest": "^26.0.20",
8181
"@types/node": "12",
8282
"@types/request": "^2.48.5",
83-
"@typescript-eslint/eslint-plugin": "^4.17.0",
84-
"@typescript-eslint/parser": "^4.17.0",
83+
"@typescript-eslint/eslint-plugin": "^5.6.0",
84+
"@typescript-eslint/parser": "^5.6.0",
8585
"allchange": "^1.0.6",
8686
"babel-jest": "^26.6.3",
8787
"babelify": "^10.0.0",

yarn.lock

Lines changed: 71 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1458,7 +1458,7 @@
14581458
jest-diff "^26.0.0"
14591459
pretty-format "^26.0.0"
14601460

1461-
"@types/json-schema@^7.0.7":
1461+
"@types/json-schema@^7.0.9":
14621462
version "7.0.9"
14631463
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
14641464
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
@@ -1525,75 +1525,75 @@
15251525
dependencies:
15261526
"@types/yargs-parser" "*"
15271527

1528-
"@typescript-eslint/eslint-plugin@^4.17.0":
1529-
version "4.33.0"
1530-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz#c24dc7c8069c7706bc40d99f6fa87edcb2005276"
1531-
integrity sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==
1528+
"@typescript-eslint/eslint-plugin@^5.6.0":
1529+
version "5.6.0"
1530+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.6.0.tgz#efd8668b3d6627c46ce722c2afe813928fe120a0"
1531+
integrity sha512-MIbeMy5qfLqtgs1hWd088k1hOuRsN9JrHUPwVVKCD99EOUqScd7SrwoZl4Gso05EAP9w1kvLWUVGJOVpRPkDPA==
15321532
dependencies:
1533-
"@typescript-eslint/experimental-utils" "4.33.0"
1534-
"@typescript-eslint/scope-manager" "4.33.0"
1535-
debug "^4.3.1"
1533+
"@typescript-eslint/experimental-utils" "5.6.0"
1534+
"@typescript-eslint/scope-manager" "5.6.0"
1535+
debug "^4.3.2"
15361536
functional-red-black-tree "^1.0.1"
15371537
ignore "^5.1.8"
1538-
regexpp "^3.1.0"
1538+
regexpp "^3.2.0"
15391539
semver "^7.3.5"
15401540
tsutils "^3.21.0"
15411541

1542-
"@typescript-eslint/experimental-utils@4.33.0":
1543-
version "4.33.0"
1544-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd"
1545-
integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==
1542+
"@typescript-eslint/experimental-utils@5.6.0":
1543+
version "5.6.0"
1544+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.6.0.tgz#f3a5960f2004abdcac7bb81412bafc1560841c23"
1545+
integrity sha512-VDoRf3Qj7+W3sS/ZBXZh3LBzp0snDLEgvp6qj0vOAIiAPM07bd5ojQ3CTzF/QFl5AKh7Bh1ycgj6lFBJHUt/DA==
15461546
dependencies:
1547-
"@types/json-schema" "^7.0.7"
1548-
"@typescript-eslint/scope-manager" "4.33.0"
1549-
"@typescript-eslint/types" "4.33.0"
1550-
"@typescript-eslint/typescript-estree" "4.33.0"
1547+
"@types/json-schema" "^7.0.9"
1548+
"@typescript-eslint/scope-manager" "5.6.0"
1549+
"@typescript-eslint/types" "5.6.0"
1550+
"@typescript-eslint/typescript-estree" "5.6.0"
15511551
eslint-scope "^5.1.1"
15521552
eslint-utils "^3.0.0"
15531553

1554-
"@typescript-eslint/parser@^4.17.0":
1555-
version "4.33.0"
1556-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899"
1557-
integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==
1558-
dependencies:
1559-
"@typescript-eslint/scope-manager" "4.33.0"
1560-
"@typescript-eslint/types" "4.33.0"
1561-
"@typescript-eslint/typescript-estree" "4.33.0"
1562-
debug "^4.3.1"
1563-
1564-
"@typescript-eslint/scope-manager@4.33.0":
1565-
version "4.33.0"
1566-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz#d38e49280d983e8772e29121cf8c6e9221f280a3"
1567-
integrity sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==
1568-
dependencies:
1569-
"@typescript-eslint/types" "4.33.0"
1570-
"@typescript-eslint/visitor-keys" "4.33.0"
1571-
1572-
"@typescript-eslint/types@4.33.0":
1573-
version "4.33.0"
1574-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
1575-
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
1576-
1577-
"@typescript-eslint/typescript-estree@4.33.0":
1578-
version "4.33.0"
1579-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
1580-
integrity sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==
1581-
dependencies:
1582-
"@typescript-eslint/types" "4.33.0"
1583-
"@typescript-eslint/visitor-keys" "4.33.0"
1584-
debug "^4.3.1"
1585-
globby "^11.0.3"
1586-
is-glob "^4.0.1"
1554+
"@typescript-eslint/parser@^5.6.0":
1555+
version "5.6.0"
1556+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.6.0.tgz#11677324659641400d653253c03dcfbed468d199"
1557+
integrity sha512-YVK49NgdUPQ8SpCZaOpiq1kLkYRPMv9U5gcMrywzI8brtwZjr/tG3sZpuHyODt76W/A0SufNjYt9ZOgrC4tLIQ==
1558+
dependencies:
1559+
"@typescript-eslint/scope-manager" "5.6.0"
1560+
"@typescript-eslint/types" "5.6.0"
1561+
"@typescript-eslint/typescript-estree" "5.6.0"
1562+
debug "^4.3.2"
1563+
1564+
"@typescript-eslint/scope-manager@5.6.0":
1565+
version "5.6.0"
1566+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.6.0.tgz#9dd7f007dc8f3a34cdff6f79f5eaab27ae05157e"
1567+
integrity sha512-1U1G77Hw2jsGWVsO2w6eVCbOg0HZ5WxL/cozVSTfqnL/eB9muhb8THsP0G3w+BB5xAHv9KptwdfYFAUfzcIh4A==
1568+
dependencies:
1569+
"@typescript-eslint/types" "5.6.0"
1570+
"@typescript-eslint/visitor-keys" "5.6.0"
1571+
1572+
"@typescript-eslint/types@5.6.0":
1573+
version "5.6.0"
1574+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.6.0.tgz#745cb1b59daadcc1f32f7be95f0f68accf38afdd"
1575+
integrity sha512-OIZffked7mXv4mXzWU5MgAEbCf9ecNJBKi+Si6/I9PpTaj+cf2x58h2oHW5/P/yTnPkKaayfjhLvx+crnl5ubA==
1576+
1577+
"@typescript-eslint/typescript-estree@5.6.0":
1578+
version "5.6.0"
1579+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.6.0.tgz#dfbb19c9307fdd81bd9c650c67e8397821d7faf0"
1580+
integrity sha512-92vK5tQaE81rK7fOmuWMrSQtK1IMonESR+RJR2Tlc7w4o0MeEdjgidY/uO2Gobh7z4Q1hhS94Cr7r021fMVEeA==
1581+
dependencies:
1582+
"@typescript-eslint/types" "5.6.0"
1583+
"@typescript-eslint/visitor-keys" "5.6.0"
1584+
debug "^4.3.2"
1585+
globby "^11.0.4"
1586+
is-glob "^4.0.3"
15871587
semver "^7.3.5"
15881588
tsutils "^3.21.0"
15891589

1590-
"@typescript-eslint/visitor-keys@4.33.0":
1591-
version "4.33.0"
1592-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
1593-
integrity sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==
1590+
"@typescript-eslint/visitor-keys@5.6.0":
1591+
version "5.6.0"
1592+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.6.0.tgz#3e36509e103fe9713d8f035ac977235fd63cb6e6"
1593+
integrity sha512-1p7hDp5cpRFUyE3+lvA74egs+RWSgumrBpzBCDzfTFv0aQ7lIeay80yU0hIxgAhwQ6PcasW35kaOCyDOv6O/Ng==
15941594
dependencies:
1595-
"@typescript-eslint/types" "4.33.0"
1596-
eslint-visitor-keys "^2.0.0"
1595+
"@typescript-eslint/types" "5.6.0"
1596+
eslint-visitor-keys "^3.0.0"
15971597

15981598
JSONStream@^1.0.3:
15991599
version "1.3.5"
@@ -2874,7 +2874,7 @@ de-indent@^1.0.2:
28742874
resolved "https://registry.yarnpkg.com/de-indent/-/de-indent-1.0.2.tgz#b2038e846dc33baa5796128d0804b455b8c1e21d"
28752875
integrity sha1-sgOOhG3DO6pXlhKNCAS0VbjB4h0=
28762876

2877-
debug@4, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1:
2877+
debug@4, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1:
28782878
version "4.3.2"
28792879
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b"
28802880
integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==
@@ -2895,6 +2895,13 @@ debug@^3.2.7:
28952895
dependencies:
28962896
ms "^2.1.1"
28972897

2898+
debug@^4.3.2:
2899+
version "4.3.3"
2900+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.3.tgz#04266e0b70a98d4462e6e288e38259213332b664"
2901+
integrity sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==
2902+
dependencies:
2903+
ms "2.1.2"
2904+
28982905
decamelize@^1.0.0, decamelize@^1.2.0:
28992906
version "1.2.0"
29002907
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
@@ -3336,6 +3343,11 @@ eslint-visitor-keys@^2.0.0, eslint-visitor-keys@^2.1.0:
33363343
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
33373344
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
33383345

3346+
eslint-visitor-keys@^3.0.0:
3347+
version "3.1.0"
3348+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.1.0.tgz#eee4acea891814cda67a7d8812d9647dd0179af2"
3349+
integrity sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA==
3350+
33393351
33403352
version "7.18.0"
33413353
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.18.0.tgz#7fdcd2f3715a41fe6295a16234bd69aed2c75e67"
@@ -3908,7 +3920,7 @@ globals@^12.1.0:
39083920
dependencies:
39093921
type-fest "^0.8.1"
39103922

3911-
globby@^11.0.3:
3923+
globby@^11.0.4:
39123924
version "11.0.4"
39133925
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
39143926
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
@@ -6573,7 +6585,7 @@ regex-not@^1.0.0, regex-not@^1.0.2:
65736585
extend-shallow "^3.0.2"
65746586
safe-regex "^1.1.0"
65756587

6576-
regexpp@^3.1.0:
6588+
regexpp@^3.1.0, regexpp@^3.2.0:
65776589
version "3.2.0"
65786590
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
65796591
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==

0 commit comments

Comments
 (0)