Skip to content

Commit 8c19c2f

Browse files
fix(deps): update typescript-eslint monorepo to v8.21.0 (#918)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 989a5c2 commit 8c19c2f

File tree

2 files changed

+52
-52
lines changed

2 files changed

+52
-52
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"main": "index.js",
55
"license": "MIT",
66
"dependencies": {
7-
"@typescript-eslint/eslint-plugin": "8.20.0",
8-
"@typescript-eslint/parser": "8.20.0",
7+
"@typescript-eslint/eslint-plugin": "8.21.0",
8+
"@typescript-eslint/parser": "8.21.0",
99
"eslint": "8.57.1",
1010
"eslint-config-airbnb": "19.0.4",
1111
"eslint-config-prettier": "10.0.1",

yarn.lock

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -750,16 +750,16 @@
750750
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
751751
integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
752752

753-
"@typescript-eslint/eslint-plugin@8.20.0":
754-
version "8.20.0"
755-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.20.0.tgz#b47a398e0e551cb008c60190b804394e6852c863"
756-
integrity sha512-naduuphVw5StFfqp4Gq4WhIBE2gN1GEmMUExpJYknZJdRnc+2gDzB8Z3+5+/Kv33hPQRDGzQO/0opHE72lZZ6A==
753+
"@typescript-eslint/eslint-plugin@8.21.0":
754+
version "8.21.0"
755+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.21.0.tgz#395014a75112ecdb81142b866ab6bb62e3be0f2a"
756+
integrity sha512-eTH+UOR4I7WbdQnG4Z48ebIA6Bgi7WO8HvFEneeYBxG8qCOYgTOFPSg6ek9ITIDvGjDQzWHcoWHCDO2biByNzA==
757757
dependencies:
758758
"@eslint-community/regexpp" "^4.10.0"
759-
"@typescript-eslint/scope-manager" "8.20.0"
760-
"@typescript-eslint/type-utils" "8.20.0"
761-
"@typescript-eslint/utils" "8.20.0"
762-
"@typescript-eslint/visitor-keys" "8.20.0"
759+
"@typescript-eslint/scope-manager" "8.21.0"
760+
"@typescript-eslint/type-utils" "8.21.0"
761+
"@typescript-eslint/utils" "8.21.0"
762+
"@typescript-eslint/visitor-keys" "8.21.0"
763763
graphemer "^1.4.0"
764764
ignore "^5.3.1"
765765
natural-compare "^1.4.0"
@@ -780,15 +780,15 @@
780780
natural-compare "^1.4.0"
781781
ts-api-utils "^1.3.0"
782782

783-
"@typescript-eslint/parser@8.20.0":
784-
version "8.20.0"
785-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.20.0.tgz#5caf2230a37094dc0e671cf836b96dd39b587ced"
786-
integrity sha512-gKXG7A5HMyjDIedBi6bUrDcun8GIjnI8qOwVLiY3rx6T/sHP/19XLJOnIq/FgQvWLHja5JN/LSE7eklNBr612g==
783+
"@typescript-eslint/parser@8.21.0":
784+
version "8.21.0"
785+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.21.0.tgz#312c638aaba4f640d45bfde7c6795a9d75deb088"
786+
integrity sha512-Wy+/sdEH9kI3w9civgACwabHbKl+qIOu0uFZ9IMKzX3Jpv9og0ZBJrZExGrPpFAY7rWsXuxs5e7CPPP17A4eYA==
787787
dependencies:
788-
"@typescript-eslint/scope-manager" "8.20.0"
789-
"@typescript-eslint/types" "8.20.0"
790-
"@typescript-eslint/typescript-estree" "8.20.0"
791-
"@typescript-eslint/visitor-keys" "8.20.0"
788+
"@typescript-eslint/scope-manager" "8.21.0"
789+
"@typescript-eslint/types" "8.21.0"
790+
"@typescript-eslint/typescript-estree" "8.21.0"
791+
"@typescript-eslint/visitor-keys" "8.21.0"
792792
debug "^4.3.4"
793793

794794
"@typescript-eslint/parser@^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0":
@@ -802,13 +802,13 @@
802802
"@typescript-eslint/visitor-keys" "8.6.0"
803803
debug "^4.3.4"
804804

805-
"@typescript-eslint/scope-manager@8.20.0":
806-
version "8.20.0"
807-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.20.0.tgz#aaf4198b509fb87a6527c02cfbfaf8901179e75c"
808-
integrity sha512-J7+VkpeGzhOt3FeG1+SzhiMj9NzGD/M6KoGn9f4dbz3YzK9hvbhVTmLj/HiTp9DazIzJ8B4XcM80LrR9Dm1rJw==
805+
"@typescript-eslint/scope-manager@8.21.0":
806+
version "8.21.0"
807+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.21.0.tgz#d08d94e2a34b4ccdcc975543c25bb62917437500"
808+
integrity sha512-G3IBKz0/0IPfdeGRMbp+4rbjfSSdnGkXsM/pFZA8zM9t9klXDnB/YnKOBQ0GoPmoROa4bCq2NeHgJa5ydsQ4mA==
809809
dependencies:
810-
"@typescript-eslint/types" "8.20.0"
811-
"@typescript-eslint/visitor-keys" "8.20.0"
810+
"@typescript-eslint/types" "8.21.0"
811+
"@typescript-eslint/visitor-keys" "8.21.0"
812812

813813
"@typescript-eslint/[email protected]":
814814
version "8.6.0"
@@ -818,13 +818,13 @@
818818
"@typescript-eslint/types" "8.6.0"
819819
"@typescript-eslint/visitor-keys" "8.6.0"
820820

821-
"@typescript-eslint/type-utils@8.20.0":
822-
version "8.20.0"
823-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.20.0.tgz#958171d86b213a3f32b5b16b91db267968a4ef19"
824-
integrity sha512-bPC+j71GGvA7rVNAHAtOjbVXbLN5PkwqMvy1cwGeaxUoRQXVuKCebRoLzm+IPW/NtFFpstn1ummSIasD5t60GA==
821+
"@typescript-eslint/type-utils@8.21.0":
822+
version "8.21.0"
823+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.21.0.tgz#2e69d1a93cdbedc73fe694cd6ae4dfedd00430a0"
824+
integrity sha512-95OsL6J2BtzoBxHicoXHxgk3z+9P3BEcQTpBKriqiYzLKnM2DeSqs+sndMKdamU8FosiadQFT3D+BSL9EKnAJQ==
825825
dependencies:
826-
"@typescript-eslint/typescript-estree" "8.20.0"
827-
"@typescript-eslint/utils" "8.20.0"
826+
"@typescript-eslint/typescript-estree" "8.21.0"
827+
"@typescript-eslint/utils" "8.21.0"
828828
debug "^4.3.4"
829829
ts-api-utils "^2.0.0"
830830

@@ -838,23 +838,23 @@
838838
debug "^4.3.4"
839839
ts-api-utils "^1.3.0"
840840

841-
"@typescript-eslint/types@8.20.0":
842-
version "8.20.0"
843-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.20.0.tgz#487de5314b5415dee075e95568b87a75a3e730cf"
844-
integrity sha512-cqaMiY72CkP+2xZRrFt3ExRBu0WmVitN/rYPZErA80mHjHx/Svgp8yfbzkJmDoQ/whcytOPO9/IZXnOc+wigRA==
841+
"@typescript-eslint/types@8.21.0":
842+
version "8.21.0"
843+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.21.0.tgz#58f30aec8db8212fd886835dc5969cdf47cb29f5"
844+
integrity sha512-PAL6LUuQwotLW2a8VsySDBwYMm129vFm4tMVlylzdoTybTHaAi0oBp7Ac6LhSrHHOdLM3efH+nAR6hAWoMF89A==
845845

846846
"@typescript-eslint/[email protected]":
847847
version "8.6.0"
848848
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.6.0.tgz#cdc3a16f83f2f0663d6723e9fd032331cdd9f51c"
849849
integrity sha512-rojqFZGd4MQxw33SrOy09qIDS8WEldM8JWtKQLAjf/X5mGSeEFh5ixQlxssMNyPslVIk9yzWqXCsV2eFhYrYUw==
850850

851-
"@typescript-eslint/typescript-estree@8.20.0":
852-
version "8.20.0"
853-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.20.0.tgz#658cea07b7e5981f19bce5cf1662cb70ad59f26b"
854-
integrity sha512-Y7ncuy78bJqHI35NwzWol8E0X7XkRVS4K4P4TCyzWkOJih5NDvtoRDW4Ba9YJJoB2igm9yXDdYI/+fkiiAxPzA==
851+
"@typescript-eslint/typescript-estree@8.21.0":
852+
version "8.21.0"
853+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.21.0.tgz#5ce71acdbed3b97b959f6168afba5a03c88f69a9"
854+
integrity sha512-x+aeKh/AjAArSauz0GiQZsjT8ciadNMHdkUSwBB9Z6PrKc/4knM4g3UfHml6oDJmKC88a6//cdxnO/+P2LkMcg==
855855
dependencies:
856-
"@typescript-eslint/types" "8.20.0"
857-
"@typescript-eslint/visitor-keys" "8.20.0"
856+
"@typescript-eslint/types" "8.21.0"
857+
"@typescript-eslint/visitor-keys" "8.21.0"
858858
debug "^4.3.4"
859859
fast-glob "^3.3.2"
860860
is-glob "^4.0.3"
@@ -876,15 +876,15 @@
876876
semver "^7.6.0"
877877
ts-api-utils "^1.3.0"
878878

879-
"@typescript-eslint/utils@8.20.0":
880-
version "8.20.0"
881-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.20.0.tgz#53127ecd314b3b08836b4498b71cdb86f4ef3aa2"
882-
integrity sha512-dq70RUw6UK9ei7vxc4KQtBRk7qkHZv447OUZ6RPQMQl71I3NZxQJX/f32Smr+iqWrB02pHKn2yAdHBb0KNrRMA==
879+
"@typescript-eslint/utils@8.21.0":
880+
version "8.21.0"
881+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.21.0.tgz#bc4874fbc30feb3298b926e3b03d94570b3999c5"
882+
integrity sha512-xcXBfcq0Kaxgj7dwejMbFyq7IOHgpNMtVuDveK7w3ZGwG9owKzhALVwKpTF2yrZmEwl9SWdetf3fxNzJQaVuxw==
883883
dependencies:
884884
"@eslint-community/eslint-utils" "^4.4.0"
885-
"@typescript-eslint/scope-manager" "8.20.0"
886-
"@typescript-eslint/types" "8.20.0"
887-
"@typescript-eslint/typescript-estree" "8.20.0"
885+
"@typescript-eslint/scope-manager" "8.21.0"
886+
"@typescript-eslint/types" "8.21.0"
887+
"@typescript-eslint/typescript-estree" "8.21.0"
888888

889889
"@typescript-eslint/[email protected]":
890890
version "8.6.0"
@@ -896,12 +896,12 @@
896896
"@typescript-eslint/types" "8.6.0"
897897
"@typescript-eslint/typescript-estree" "8.6.0"
898898

899-
"@typescript-eslint/visitor-keys@8.20.0":
900-
version "8.20.0"
901-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.20.0.tgz#2df6e24bc69084b81f06aaaa48d198b10d382bed"
902-
integrity sha512-v/BpkeeYAsPkKCkR8BDwcno0llhzWVqPOamQrAEMdpZav2Y9OVjd9dwJyBLJWwf335B5DmlifECIkZRJCaGaHA==
899+
"@typescript-eslint/visitor-keys@8.21.0":
900+
version "8.21.0"
901+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.21.0.tgz#a89744c4cdc83b5c761eb5878befe6c33d1481b2"
902+
integrity sha512-BkLMNpdV6prozk8LlyK/SOoWLmUFi+ZD+pcqti9ILCbVvHGk1ui1g4jJOc2WDLaeExz2qWwojxlPce5PljcT3w==
903903
dependencies:
904-
"@typescript-eslint/types" "8.20.0"
904+
"@typescript-eslint/types" "8.21.0"
905905
eslint-visitor-keys "^4.2.0"
906906

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

0 commit comments

Comments
 (0)