Skip to content

Commit ae3a6cc

Browse files
committed
Update typescript-eslint monorepo to v5.40.0
1 parent 3089f28 commit ae3a6cc

File tree

2 files changed

+52
-51
lines changed

2 files changed

+52
-51
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"@types/node": "16.11.64",
4040
"@types/react": "17.0.50",
4141
"@types/testing-library__cypress": "5.0.9",
42-
"@typescript-eslint/eslint-plugin": "5.39.0",
43-
"@typescript-eslint/parser": "5.39.0",
42+
"@typescript-eslint/eslint-plugin": "5.40.0",
43+
"@typescript-eslint/parser": "5.40.0",
4444
"babel-jest": "27.5.1",
4545
"cypress": "9.7.0",
4646
"eslint": "8.25.0",

yarn.lock

Lines changed: 50 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1407,84 +1407,85 @@
14071407
dependencies:
14081408
"@types/node" "*"
14091409

1410-
"@typescript-eslint/eslint-plugin@5.39.0":
1411-
version "5.39.0"
1412-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.39.0.tgz#778b2d9e7f293502c7feeea6c74dca8eb3e67511"
1413-
integrity sha512-xVfKOkBm5iWMNGKQ2fwX5GVgBuHmZBO1tCRwXmY5oAIsPscfwm2UADDuNB8ZVYCtpQvJK4xpjrK7jEhcJ0zY9A==
1414-
dependencies:
1415-
"@typescript-eslint/scope-manager" "5.39.0"
1416-
"@typescript-eslint/type-utils" "5.39.0"
1417-
"@typescript-eslint/utils" "5.39.0"
1410+
"@typescript-eslint/eslint-plugin@5.40.0":
1411+
version "5.40.0"
1412+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.40.0.tgz#0159bb71410eec563968288a17bd4478cdb685bd"
1413+
integrity sha512-FIBZgS3DVJgqPwJzvZTuH4HNsZhHMa9SjxTKAZTlMsPw/UzpEjcf9f4dfgDJEHjK+HboUJo123Eshl6niwEm/Q==
1414+
dependencies:
1415+
"@typescript-eslint/scope-manager" "5.40.0"
1416+
"@typescript-eslint/type-utils" "5.40.0"
1417+
"@typescript-eslint/utils" "5.40.0"
14181418
debug "^4.3.4"
14191419
ignore "^5.2.0"
14201420
regexpp "^3.2.0"
14211421
semver "^7.3.7"
14221422
tsutils "^3.21.0"
14231423

1424-
"@typescript-eslint/parser@5.39.0":
1425-
version "5.39.0"
1426-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.39.0.tgz#93fa0bc980a3a501e081824f6097f7ca30aaa22b"
1427-
integrity sha512-PhxLjrZnHShe431sBAGHaNe6BDdxAASDySgsBCGxcBecVCi8NQWxQZMcizNA4g0pN51bBAn/FUfkWG3SDVcGlA==
1424+
"@typescript-eslint/parser@5.40.0":
1425+
version "5.40.0"
1426+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.40.0.tgz#432bddc1fe9154945660f67c1ba6d44de5014840"
1427+
integrity sha512-Ah5gqyX2ySkiuYeOIDg7ap51/b63QgWZA7w6AHtFrag7aH0lRQPbLzUjk0c9o5/KZ6JRkTTDKShL4AUrQa6/hw==
14281428
dependencies:
1429-
"@typescript-eslint/scope-manager" "5.39.0"
1430-
"@typescript-eslint/types" "5.39.0"
1431-
"@typescript-eslint/typescript-estree" "5.39.0"
1429+
"@typescript-eslint/scope-manager" "5.40.0"
1430+
"@typescript-eslint/types" "5.40.0"
1431+
"@typescript-eslint/typescript-estree" "5.40.0"
14321432
debug "^4.3.4"
14331433

1434-
"@typescript-eslint/scope-manager@5.39.0":
1435-
version "5.39.0"
1436-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.39.0.tgz#873e1465afa3d6c78d8ed2da68aed266a08008d0"
1437-
integrity sha512-/I13vAqmG3dyqMVSZPjsbuNQlYS082Y7OMkwhCfLXYsmlI0ca4nkL7wJ/4gjX70LD4P8Hnw1JywUVVAwepURBw==
1434+
"@typescript-eslint/scope-manager@5.40.0":
1435+
version "5.40.0"
1436+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.40.0.tgz#d6ea782c8e3a2371ba3ea31458dcbdc934668fc4"
1437+
integrity sha512-d3nPmjUeZtEWRvyReMI4I1MwPGC63E8pDoHy0BnrYjnJgilBD3hv7XOiETKLY/zTwI7kCnBDf2vWTRUVpYw0Uw==
14381438
dependencies:
1439-
"@typescript-eslint/types" "5.39.0"
1440-
"@typescript-eslint/visitor-keys" "5.39.0"
1439+
"@typescript-eslint/types" "5.40.0"
1440+
"@typescript-eslint/visitor-keys" "5.40.0"
14411441

1442-
"@typescript-eslint/type-utils@5.39.0":
1443-
version "5.39.0"
1444-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.39.0.tgz#0a8c00f95dce4335832ad2dc6bc431c14e32a0a6"
1445-
integrity sha512-KJHJkOothljQWzR3t/GunL0TPKY+fGJtnpl+pX+sJ0YiKTz3q2Zr87SGTmFqsCMFrLt5E0+o+S6eQY0FAXj9uA==
1442+
"@typescript-eslint/type-utils@5.40.0":
1443+
version "5.40.0"
1444+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.40.0.tgz#4964099d0158355e72d67a370249d7fc03331126"
1445+
integrity sha512-nfuSdKEZY2TpnPz5covjJqav+g5qeBqwSHKBvz7Vm1SAfy93SwKk/JeSTymruDGItTwNijSsno5LhOHRS1pcfw==
14461446
dependencies:
1447-
"@typescript-eslint/typescript-estree" "5.39.0"
1448-
"@typescript-eslint/utils" "5.39.0"
1447+
"@typescript-eslint/typescript-estree" "5.40.0"
1448+
"@typescript-eslint/utils" "5.40.0"
14491449
debug "^4.3.4"
14501450
tsutils "^3.21.0"
14511451

1452-
"@typescript-eslint/types@5.39.0":
1453-
version "5.39.0"
1454-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.39.0.tgz#f4e9f207ebb4579fd854b25c0bf64433bb5ed78d"
1455-
integrity sha512-gQMZrnfEBFXK38hYqt8Lkwt8f4U6yq+2H5VDSgP/qiTzC8Nw8JO3OuSUOQ2qW37S/dlwdkHDntkZM6SQhKyPhw==
1452+
"@typescript-eslint/types@5.40.0":
1453+
version "5.40.0"
1454+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.40.0.tgz#8de07e118a10b8f63c99e174a3860f75608c822e"
1455+
integrity sha512-V1KdQRTXsYpf1Y1fXCeZ+uhjW48Niiw0VGt4V8yzuaDTU8Z1Xl7yQDyQNqyAFcVhpYXIVCEuxSIWTsLDpHgTbw==
14561456

1457-
"@typescript-eslint/typescript-estree@5.39.0":
1458-
version "5.39.0"
1459-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.39.0.tgz#c0316aa04a1a1f4f7f9498e3c13ef1d3dc4cf88b"
1460-
integrity sha512-qLFQP0f398sdnogJoLtd43pUgB18Q50QSA+BTE5h3sUxySzbWDpTSdgt4UyxNSozY/oDK2ta6HVAzvGgq8JYnA==
1457+
"@typescript-eslint/typescript-estree@5.40.0":
1458+
version "5.40.0"
1459+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.40.0.tgz#e305e6a5d65226efa5471ee0f12e0ffaab6d3075"
1460+
integrity sha512-b0GYlDj8TLTOqwX7EGbw2gL5EXS2CPEWhF9nGJiGmEcmlpNBjyHsTwbqpyIEPVpl6br4UcBOYlcI2FJVtJkYhg==
14611461
dependencies:
1462-
"@typescript-eslint/types" "5.39.0"
1463-
"@typescript-eslint/visitor-keys" "5.39.0"
1462+
"@typescript-eslint/types" "5.40.0"
1463+
"@typescript-eslint/visitor-keys" "5.40.0"
14641464
debug "^4.3.4"
14651465
globby "^11.1.0"
14661466
is-glob "^4.0.3"
14671467
semver "^7.3.7"
14681468
tsutils "^3.21.0"
14691469

1470-
"@typescript-eslint/utils@5.39.0":
1471-
version "5.39.0"
1472-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.39.0.tgz#b7063cca1dcf08d1d21b0d91db491161ad0be110"
1473-
integrity sha512-+DnY5jkpOpgj+EBtYPyHRjXampJfC0yUZZzfzLuUWVZvCuKqSdJVC8UhdWipIw7VKNTfwfAPiOWzYkAwuIhiAg==
1470+
"@typescript-eslint/utils@5.40.0":
1471+
version "5.40.0"
1472+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.40.0.tgz#647f56a875fd09d33c6abd70913c3dd50759b772"
1473+
integrity sha512-MO0y3T5BQ5+tkkuYZJBjePewsY+cQnfkYeRqS6tPh28niiIwPnQ1t59CSRcs1ZwJJNOdWw7rv9pF8aP58IMihA==
14741474
dependencies:
14751475
"@types/json-schema" "^7.0.9"
1476-
"@typescript-eslint/scope-manager" "5.39.0"
1477-
"@typescript-eslint/types" "5.39.0"
1478-
"@typescript-eslint/typescript-estree" "5.39.0"
1476+
"@typescript-eslint/scope-manager" "5.40.0"
1477+
"@typescript-eslint/types" "5.40.0"
1478+
"@typescript-eslint/typescript-estree" "5.40.0"
14791479
eslint-scope "^5.1.1"
14801480
eslint-utils "^3.0.0"
1481+
semver "^7.3.7"
14811482

1482-
"@typescript-eslint/visitor-keys@5.39.0":
1483-
version "5.39.0"
1484-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.39.0.tgz#8f41f7d241b47257b081ddba5d3ce80deaae61e2"
1485-
integrity sha512-yyE3RPwOG+XJBLrhvsxAidUgybJVQ/hG8BhiJo0k8JSAYfk/CshVcxf0HwP4Jt7WZZ6vLmxdo1p6EyN3tzFTkg==
1483+
"@typescript-eslint/visitor-keys@5.40.0":
1484+
version "5.40.0"
1485+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.40.0.tgz#dd2d38097f68e0d2e1e06cb9f73c0173aca54b68"
1486+
integrity sha512-ijJ+6yig+x9XplEpG2K6FUdJeQGGj/15U3S56W9IqXKJqleuD7zJ2AX/miLezwxpd7ZxDAqO87zWufKg+RPZyQ==
14861487
dependencies:
1487-
"@typescript-eslint/types" "5.39.0"
1488+
"@typescript-eslint/types" "5.40.0"
14881489
eslint-visitor-keys "^3.3.0"
14891490

14901491
abab@^2.0.3, abab@^2.0.5:

0 commit comments

Comments
 (0)