Skip to content

Commit fb05ce1

Browse files
committed
Update typescript-eslint monorepo to v5.39.0
1 parent 867a656 commit fb05ce1

File tree

2 files changed

+51
-51
lines changed

2 files changed

+51
-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.63",
4040
"@types/react": "17.0.50",
4141
"@types/testing-library__cypress": "5.0.9",
42-
"@typescript-eslint/eslint-plugin": "5.38.1",
43-
"@typescript-eslint/parser": "5.38.1",
42+
"@typescript-eslint/eslint-plugin": "5.39.0",
43+
"@typescript-eslint/parser": "5.39.0",
4444
"babel-jest": "27.5.1",
4545
"cypress": "9.7.0",
4646
"eslint": "8.24.0",

yarn.lock

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1412,84 +1412,84 @@
14121412
dependencies:
14131413
"@types/node" "*"
14141414

1415-
"@typescript-eslint/eslint-plugin@5.38.1":
1416-
version "5.38.1"
1417-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.38.1.tgz#9f05d42fa8fb9f62304cc2f5c2805e03c01c2620"
1418-
integrity sha512-ky7EFzPhqz3XlhS7vPOoMDaQnQMn+9o5ICR9CPr/6bw8HrFkzhMSxuA3gRfiJVvs7geYrSeawGJjZoZQKCOglQ==
1419-
dependencies:
1420-
"@typescript-eslint/scope-manager" "5.38.1"
1421-
"@typescript-eslint/type-utils" "5.38.1"
1422-
"@typescript-eslint/utils" "5.38.1"
1415+
"@typescript-eslint/eslint-plugin@5.39.0":
1416+
version "5.39.0"
1417+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.39.0.tgz#778b2d9e7f293502c7feeea6c74dca8eb3e67511"
1418+
integrity sha512-xVfKOkBm5iWMNGKQ2fwX5GVgBuHmZBO1tCRwXmY5oAIsPscfwm2UADDuNB8ZVYCtpQvJK4xpjrK7jEhcJ0zY9A==
1419+
dependencies:
1420+
"@typescript-eslint/scope-manager" "5.39.0"
1421+
"@typescript-eslint/type-utils" "5.39.0"
1422+
"@typescript-eslint/utils" "5.39.0"
14231423
debug "^4.3.4"
14241424
ignore "^5.2.0"
14251425
regexpp "^3.2.0"
14261426
semver "^7.3.7"
14271427
tsutils "^3.21.0"
14281428

1429-
"@typescript-eslint/parser@5.38.1":
1430-
version "5.38.1"
1431-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.38.1.tgz#c577f429f2c32071b92dff4af4f5fbbbd2414bd0"
1432-
integrity sha512-LDqxZBVFFQnQRz9rUZJhLmox+Ep5kdUmLatLQnCRR6523YV+XhRjfYzStQ4MheFA8kMAfUlclHSbu+RKdRwQKw==
1429+
"@typescript-eslint/parser@5.39.0":
1430+
version "5.39.0"
1431+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.39.0.tgz#93fa0bc980a3a501e081824f6097f7ca30aaa22b"
1432+
integrity sha512-PhxLjrZnHShe431sBAGHaNe6BDdxAASDySgsBCGxcBecVCi8NQWxQZMcizNA4g0pN51bBAn/FUfkWG3SDVcGlA==
14331433
dependencies:
1434-
"@typescript-eslint/scope-manager" "5.38.1"
1435-
"@typescript-eslint/types" "5.38.1"
1436-
"@typescript-eslint/typescript-estree" "5.38.1"
1434+
"@typescript-eslint/scope-manager" "5.39.0"
1435+
"@typescript-eslint/types" "5.39.0"
1436+
"@typescript-eslint/typescript-estree" "5.39.0"
14371437
debug "^4.3.4"
14381438

1439-
"@typescript-eslint/scope-manager@5.38.1":
1440-
version "5.38.1"
1441-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.38.1.tgz#f87b289ef8819b47189351814ad183e8801d5764"
1442-
integrity sha512-BfRDq5RidVU3RbqApKmS7RFMtkyWMM50qWnDAkKgQiezRtLKsoyRKIvz1Ok5ilRWeD9IuHvaidaLxvGx/2eqTQ==
1439+
"@typescript-eslint/scope-manager@5.39.0":
1440+
version "5.39.0"
1441+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.39.0.tgz#873e1465afa3d6c78d8ed2da68aed266a08008d0"
1442+
integrity sha512-/I13vAqmG3dyqMVSZPjsbuNQlYS082Y7OMkwhCfLXYsmlI0ca4nkL7wJ/4gjX70LD4P8Hnw1JywUVVAwepURBw==
14431443
dependencies:
1444-
"@typescript-eslint/types" "5.38.1"
1445-
"@typescript-eslint/visitor-keys" "5.38.1"
1444+
"@typescript-eslint/types" "5.39.0"
1445+
"@typescript-eslint/visitor-keys" "5.39.0"
14461446

1447-
"@typescript-eslint/type-utils@5.38.1":
1448-
version "5.38.1"
1449-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.38.1.tgz#7f038fcfcc4ade4ea76c7c69b2aa25e6b261f4c1"
1450-
integrity sha512-UU3j43TM66gYtzo15ivK2ZFoDFKKP0k03MItzLdq0zV92CeGCXRfXlfQX5ILdd4/DSpHkSjIgLLLh1NtkOJOAw==
1447+
"@typescript-eslint/type-utils@5.39.0":
1448+
version "5.39.0"
1449+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.39.0.tgz#0a8c00f95dce4335832ad2dc6bc431c14e32a0a6"
1450+
integrity sha512-KJHJkOothljQWzR3t/GunL0TPKY+fGJtnpl+pX+sJ0YiKTz3q2Zr87SGTmFqsCMFrLt5E0+o+S6eQY0FAXj9uA==
14511451
dependencies:
1452-
"@typescript-eslint/typescript-estree" "5.38.1"
1453-
"@typescript-eslint/utils" "5.38.1"
1452+
"@typescript-eslint/typescript-estree" "5.39.0"
1453+
"@typescript-eslint/utils" "5.39.0"
14541454
debug "^4.3.4"
14551455
tsutils "^3.21.0"
14561456

1457-
"@typescript-eslint/types@5.38.1":
1458-
version "5.38.1"
1459-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.38.1.tgz#74f9d6dcb8dc7c58c51e9fbc6653ded39e2e225c"
1460-
integrity sha512-QTW1iHq1Tffp9lNfbfPm4WJabbvpyaehQ0SrvVK2yfV79SytD9XDVxqiPvdrv2LK7DGSFo91TB2FgWanbJAZXg==
1457+
"@typescript-eslint/types@5.39.0":
1458+
version "5.39.0"
1459+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.39.0.tgz#f4e9f207ebb4579fd854b25c0bf64433bb5ed78d"
1460+
integrity sha512-gQMZrnfEBFXK38hYqt8Lkwt8f4U6yq+2H5VDSgP/qiTzC8Nw8JO3OuSUOQ2qW37S/dlwdkHDntkZM6SQhKyPhw==
14611461

1462-
"@typescript-eslint/typescript-estree@5.38.1":
1463-
version "5.38.1"
1464-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.38.1.tgz#657d858d5d6087f96b638ee383ee1cff52605a1e"
1465-
integrity sha512-99b5e/Enoe8fKMLdSuwrfH/C0EIbpUWmeEKHmQlGZb8msY33qn1KlkFww0z26o5Omx7EVjzVDCWEfrfCDHfE7g==
1462+
"@typescript-eslint/typescript-estree@5.39.0":
1463+
version "5.39.0"
1464+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.39.0.tgz#c0316aa04a1a1f4f7f9498e3c13ef1d3dc4cf88b"
1465+
integrity sha512-qLFQP0f398sdnogJoLtd43pUgB18Q50QSA+BTE5h3sUxySzbWDpTSdgt4UyxNSozY/oDK2ta6HVAzvGgq8JYnA==
14661466
dependencies:
1467-
"@typescript-eslint/types" "5.38.1"
1468-
"@typescript-eslint/visitor-keys" "5.38.1"
1467+
"@typescript-eslint/types" "5.39.0"
1468+
"@typescript-eslint/visitor-keys" "5.39.0"
14691469
debug "^4.3.4"
14701470
globby "^11.1.0"
14711471
is-glob "^4.0.3"
14721472
semver "^7.3.7"
14731473
tsutils "^3.21.0"
14741474

1475-
"@typescript-eslint/utils@5.38.1":
1476-
version "5.38.1"
1477-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.38.1.tgz#e3ac37d7b33d1362bb5adf4acdbe00372fb813ef"
1478-
integrity sha512-oIuUiVxPBsndrN81oP8tXnFa/+EcZ03qLqPDfSZ5xIJVm7A9V0rlkQwwBOAGtrdN70ZKDlKv+l1BeT4eSFxwXA==
1475+
"@typescript-eslint/utils@5.39.0":
1476+
version "5.39.0"
1477+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.39.0.tgz#b7063cca1dcf08d1d21b0d91db491161ad0be110"
1478+
integrity sha512-+DnY5jkpOpgj+EBtYPyHRjXampJfC0yUZZzfzLuUWVZvCuKqSdJVC8UhdWipIw7VKNTfwfAPiOWzYkAwuIhiAg==
14791479
dependencies:
14801480
"@types/json-schema" "^7.0.9"
1481-
"@typescript-eslint/scope-manager" "5.38.1"
1482-
"@typescript-eslint/types" "5.38.1"
1483-
"@typescript-eslint/typescript-estree" "5.38.1"
1481+
"@typescript-eslint/scope-manager" "5.39.0"
1482+
"@typescript-eslint/types" "5.39.0"
1483+
"@typescript-eslint/typescript-estree" "5.39.0"
14841484
eslint-scope "^5.1.1"
14851485
eslint-utils "^3.0.0"
14861486

1487-
"@typescript-eslint/visitor-keys@5.38.1":
1488-
version "5.38.1"
1489-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.38.1.tgz#508071bfc6b96d194c0afe6a65ad47029059edbc"
1490-
integrity sha512-bSHr1rRxXt54+j2n4k54p4fj8AHJ49VDWtjpImOpzQj4qjAiOpPni+V1Tyajh19Api1i844F757cur8wH3YvOA==
1487+
"@typescript-eslint/visitor-keys@5.39.0":
1488+
version "5.39.0"
1489+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.39.0.tgz#8f41f7d241b47257b081ddba5d3ce80deaae61e2"
1490+
integrity sha512-yyE3RPwOG+XJBLrhvsxAidUgybJVQ/hG8BhiJo0k8JSAYfk/CshVcxf0HwP4Jt7WZZ6vLmxdo1p6EyN3tzFTkg==
14911491
dependencies:
1492-
"@typescript-eslint/types" "5.38.1"
1492+
"@typescript-eslint/types" "5.39.0"
14931493
eslint-visitor-keys "^3.3.0"
14941494

14951495
abab@^2.0.3, abab@^2.0.5:

0 commit comments

Comments
 (0)