Skip to content

Commit fa5416b

Browse files
chore(deps): update typescript-eslint monorepo to v5.18.0 (#790)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 1c3bc65 commit fa5416b

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
"@netlify/build": "26.5.2",
2828
"@types/jest": "27.4.1",
2929
"@types/node": "16.11.26",
30-
"@typescript-eslint/eslint-plugin": "5.17.0",
31-
"@typescript-eslint/parser": "5.17.0",
30+
"@typescript-eslint/eslint-plugin": "5.18.0",
31+
"@typescript-eslint/parser": "5.18.0",
3232
"concurrently": "7.1.0",
3333
"conventional-changelog": "3.1.25",
3434
"conventional-changelog-cli": "2.2.2",

yarn.lock

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -3866,14 +3866,14 @@
38663866
dependencies:
38673867
"@types/yargs-parser" "*"
38683868

3869-
"@typescript-eslint/eslint-plugin@5.17.0":
3870-
version "5.17.0"
3871-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.17.0.tgz#704eb4e75039000531255672bf1c85ee85cf1d67"
3872-
integrity sha512-qVstvQilEd89HJk3qcbKt/zZrfBZ+9h2ynpAGlWjWiizA7m/MtLT9RoX6gjtpE500vfIg8jogAkDzdCxbsFASQ==
3873-
dependencies:
3874-
"@typescript-eslint/scope-manager" "5.17.0"
3875-
"@typescript-eslint/type-utils" "5.17.0"
3876-
"@typescript-eslint/utils" "5.17.0"
3869+
"@typescript-eslint/eslint-plugin@5.18.0":
3870+
version "5.18.0"
3871+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.18.0.tgz#950df411cec65f90d75d6320a03b2c98f6c3af7d"
3872+
integrity sha512-tzrmdGMJI/uii9/V6lurMo4/o+dMTKDH82LkNjhJ3adCW22YQydoRs5MwTiqxGF9CSYxPxQ7EYb4jLNlIs+E+A==
3873+
dependencies:
3874+
"@typescript-eslint/scope-manager" "5.18.0"
3875+
"@typescript-eslint/type-utils" "5.18.0"
3876+
"@typescript-eslint/utils" "5.18.0"
38773877
debug "^4.3.2"
38783878
functional-red-black-tree "^1.0.1"
38793879
ignore "^5.1.8"
@@ -3893,23 +3893,23 @@
38933893
eslint-scope "^5.1.1"
38943894
eslint-utils "^3.0.0"
38953895

3896-
"@typescript-eslint/parser@5.17.0":
3897-
version "5.17.0"
3898-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.17.0.tgz#7def77d5bcd8458d12d52909118cf3f0a45f89d5"
3899-
integrity sha512-aRzW9Jg5Rlj2t2/crzhA2f23SIYFlF9mchGudyP0uiD6SenIxzKoLjwzHbafgHn39dNV/TV7xwQkLfFTZlJ4ig==
3896+
"@typescript-eslint/parser@5.18.0":
3897+
version "5.18.0"
3898+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.18.0.tgz#2bcd4ff21df33621df33e942ccb21cb897f004c6"
3899+
integrity sha512-+08nYfurBzSSPndngnHvFw/fniWYJ5ymOrn/63oMIbgomVQOvIDhBoJmYZ9lwQOCnQV9xHGvf88ze3jFGUYooQ==
39003900
dependencies:
3901-
"@typescript-eslint/scope-manager" "5.17.0"
3902-
"@typescript-eslint/types" "5.17.0"
3903-
"@typescript-eslint/typescript-estree" "5.17.0"
3901+
"@typescript-eslint/scope-manager" "5.18.0"
3902+
"@typescript-eslint/types" "5.18.0"
3903+
"@typescript-eslint/typescript-estree" "5.18.0"
39043904
debug "^4.3.2"
39053905

3906-
"@typescript-eslint/scope-manager@5.17.0":
3907-
version "5.17.0"
3908-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.17.0.tgz#4cea7d0e0bc0e79eb60cad431c89120987c3f952"
3909-
integrity sha512-062iCYQF/doQ9T2WWfJohQKKN1zmmXVfAcS3xaiialiw8ZUGy05Em6QVNYJGO34/sU1a7a+90U3dUNfqUDHr3w==
3906+
"@typescript-eslint/scope-manager@5.18.0":
3907+
version "5.18.0"
3908+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.18.0.tgz#a7d7b49b973ba8cebf2a3710eefd457ef2fb5505"
3909+
integrity sha512-C0CZML6NyRDj+ZbMqh9FnPscg2PrzSaVQg3IpTmpe0NURMVBXlghGZgMYqBw07YW73i0MCqSDqv2SbywnCS8jQ==
39103910
dependencies:
3911-
"@typescript-eslint/types" "5.17.0"
3912-
"@typescript-eslint/visitor-keys" "5.17.0"
3911+
"@typescript-eslint/types" "5.18.0"
3912+
"@typescript-eslint/visitor-keys" "5.18.0"
39133913

39143914
"@typescript-eslint/[email protected]":
39153915
version "5.2.0"
@@ -3919,12 +3919,12 @@
39193919
"@typescript-eslint/types" "5.2.0"
39203920
"@typescript-eslint/visitor-keys" "5.2.0"
39213921

3922-
"@typescript-eslint/type-utils@5.17.0":
3923-
version "5.17.0"
3924-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.17.0.tgz#1c4549d68c89877662224aabb29fbbebf5fc9672"
3925-
integrity sha512-3hU0RynUIlEuqMJA7dragb0/75gZmwNwFf/QJokWzPehTZousP/MNifVSgjxNcDCkM5HI2K22TjQWUmmHUINSg==
3922+
"@typescript-eslint/type-utils@5.18.0":
3923+
version "5.18.0"
3924+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.18.0.tgz#62dbfc8478abf36ba94a90ddf10be3cc8e471c74"
3925+
integrity sha512-vcn9/6J5D6jtHxpEJrgK8FhaM8r6J1/ZiNu70ZUJN554Y3D9t3iovi6u7JF8l/e7FcBIxeuTEidZDR70UuCIfA==
39263926
dependencies:
3927-
"@typescript-eslint/utils" "5.17.0"
3927+
"@typescript-eslint/utils" "5.18.0"
39283928
debug "^4.3.2"
39293929
tsutils "^3.21.0"
39303930

@@ -3933,23 +3933,23 @@
39333933
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.2.tgz#e6b9e234e0e9a66c4d25bab881661e91478223b5"
39343934
integrity sha512-Gr15fuQVd93uD9zzxbApz3wf7ua3yk4ZujABZlZhaxxKY8ojo448u7XTm/+ETpy0V0dlMtj6t4VdDvdc0JmUhA==
39353935

3936-
"@typescript-eslint/types@5.17.0":
3937-
version "5.17.0"
3938-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.17.0.tgz#861ec9e669ffa2aa9b873dd4d28d9b1ce26d216f"
3939-
integrity sha512-AgQ4rWzmCxOZLioFEjlzOI3Ch8giDWx8aUDxyNw9iOeCvD3GEYAB7dxWGQy4T/rPVe8iPmu73jPHuaSqcjKvxw==
3936+
"@typescript-eslint/types@5.18.0":
3937+
version "5.18.0"
3938+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.18.0.tgz#4f0425d85fdb863071680983853c59a62ce9566e"
3939+
integrity sha512-bhV1+XjM+9bHMTmXi46p1Led5NP6iqQcsOxgx7fvk6gGiV48c6IynY0apQb7693twJDsXiVzNXTflhplmaiJaw==
39403940

39413941
"@typescript-eslint/[email protected]":
39423942
version "5.2.0"
39433943
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.2.0.tgz#7ad32d15abddb0ee968a330f0ea182ea544ef7cf"
39443944
integrity sha512-cTk6x08qqosps6sPyP2j7NxyFPlCNsJwSDasqPNjEQ8JMD5xxj2NHxcLin5AJQ8pAVwpQ8BMI3bTxR0zxmK9qQ==
39453945

3946-
"@typescript-eslint/typescript-estree@5.17.0":
3947-
version "5.17.0"
3948-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.17.0.tgz#a7cba7dfc8f9cc2ac78c18584e684507df4f2488"
3949-
integrity sha512-X1gtjEcmM7Je+qJRhq7ZAAaNXYhTgqMkR10euC4Si6PIjb+kwEQHSxGazXUQXFyqfEXdkGf6JijUu5R0uceQzg==
3946+
"@typescript-eslint/typescript-estree@5.18.0":
3947+
version "5.18.0"
3948+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.18.0.tgz#6498e5ee69a32e82b6e18689e2f72e4060986474"
3949+
integrity sha512-wa+2VAhOPpZs1bVij9e5gyVu60ReMi/KuOx4LKjGx2Y3XTNUDJgQ+5f77D49pHtqef/klglf+mibuHs9TrPxdQ==
39503950
dependencies:
3951-
"@typescript-eslint/types" "5.17.0"
3952-
"@typescript-eslint/visitor-keys" "5.17.0"
3951+
"@typescript-eslint/types" "5.18.0"
3952+
"@typescript-eslint/visitor-keys" "5.18.0"
39533953
debug "^4.3.2"
39543954
globby "^11.0.4"
39553955
is-glob "^4.0.3"
@@ -3982,15 +3982,15 @@
39823982
semver "^7.3.5"
39833983
tsutils "^3.21.0"
39843984

3985-
"@typescript-eslint/utils@5.17.0":
3986-
version "5.17.0"
3987-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.17.0.tgz#549a9e1d491c6ccd3624bc3c1b098f5cfb45f306"
3988-
integrity sha512-DVvndq1QoxQH+hFv+MUQHrrWZ7gQ5KcJzyjhzcqB1Y2Xes1UQQkTRPUfRpqhS8mhTWsSb2+iyvDW1Lef5DD7vA==
3985+
"@typescript-eslint/utils@5.18.0":
3986+
version "5.18.0"
3987+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.18.0.tgz#27fc84cf95c1a96def0aae31684cb43a37e76855"
3988+
integrity sha512-+hFGWUMMri7OFY26TsOlGa+zgjEy1ssEipxpLjtl4wSll8zy85x0GrUSju/FHdKfVorZPYJLkF3I4XPtnCTewA==
39893989
dependencies:
39903990
"@types/json-schema" "^7.0.9"
3991-
"@typescript-eslint/scope-manager" "5.17.0"
3992-
"@typescript-eslint/types" "5.17.0"
3993-
"@typescript-eslint/typescript-estree" "5.17.0"
3991+
"@typescript-eslint/scope-manager" "5.18.0"
3992+
"@typescript-eslint/types" "5.18.0"
3993+
"@typescript-eslint/typescript-estree" "5.18.0"
39943994
eslint-scope "^5.1.1"
39953995
eslint-utils "^3.0.0"
39963996

@@ -4002,12 +4002,12 @@
40024002
"@typescript-eslint/types" "4.28.2"
40034003
eslint-visitor-keys "^2.0.0"
40044004

4005-
"@typescript-eslint/visitor-keys@5.17.0":
4006-
version "5.17.0"
4007-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.17.0.tgz#52daae45c61b0211b4c81b53a71841911e479128"
4008-
integrity sha512-6K/zlc4OfCagUu7Am/BD5k8PSWQOgh34Nrv9Rxe2tBzlJ7uOeJ/h7ugCGDCeEZHT6k2CJBhbk9IsbkPI0uvUkA==
4005+
"@typescript-eslint/visitor-keys@5.18.0":
4006+
version "5.18.0"
4007+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.18.0.tgz#c7c07709823804171d569017f3b031ced7253e60"
4008+
integrity sha512-Hf+t+dJsjAKpKSkg3EHvbtEpFFb/1CiOHnvI8bjHgOD4/wAw3gKrA0i94LrbekypiZVanJu3McWJg7rWDMzRTg==
40094009
dependencies:
4010-
"@typescript-eslint/types" "5.17.0"
4010+
"@typescript-eslint/types" "5.18.0"
40114011
eslint-visitor-keys "^3.0.0"
40124012

40134013
"@typescript-eslint/[email protected]":

0 commit comments

Comments
 (0)