Skip to content

Commit 435bca1

Browse files
chore(deps): update typescript-eslint monorepo to v8.11.0 (#577)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 73fa680 commit 435bca1

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
@@ -50,8 +50,8 @@
5050
"@types/node": "18.19.57",
5151
"@types/nodemailer": "6.4.16",
5252
"@types/pug": "2.0.10",
53-
"@typescript-eslint/eslint-plugin": "8.10.0",
54-
"@typescript-eslint/parser": "8.10.0",
53+
"@typescript-eslint/eslint-plugin": "8.11.0",
54+
"@typescript-eslint/parser": "8.11.0",
5555
"cross-env": "7.0.3",
5656
"eslint": "8.57.1",
5757
"eslint-config-prettier": "9.1.0",

yarn.lock

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -752,85 +752,85 @@
752752
dependencies:
753753
"@types/webidl-conversions" "*"
754754

755-
"@typescript-eslint/eslint-plugin@8.10.0":
756-
version "8.10.0"
757-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.10.0.tgz#9c8218ed62f9a322df10ded7c34990f014df44f2"
758-
integrity sha512-phuB3hoP7FFKbRXxjl+DRlQDuJqhpOnm5MmtROXyWi3uS/Xg2ZXqiQfcG2BJHiN4QKyzdOJi3NEn/qTnjUlkmQ==
755+
"@typescript-eslint/eslint-plugin@8.11.0":
756+
version "8.11.0"
757+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.11.0.tgz#c3f087d20715fa94310b30666c08b3349e0ab084"
758+
integrity sha512-KhGn2LjW1PJT2A/GfDpiyOfS4a8xHQv2myUagTM5+zsormOmBlYsnQ6pobJ8XxJmh6hnHwa2Mbe3fPrDJoDhbA==
759759
dependencies:
760760
"@eslint-community/regexpp" "^4.10.0"
761-
"@typescript-eslint/scope-manager" "8.10.0"
762-
"@typescript-eslint/type-utils" "8.10.0"
763-
"@typescript-eslint/utils" "8.10.0"
764-
"@typescript-eslint/visitor-keys" "8.10.0"
761+
"@typescript-eslint/scope-manager" "8.11.0"
762+
"@typescript-eslint/type-utils" "8.11.0"
763+
"@typescript-eslint/utils" "8.11.0"
764+
"@typescript-eslint/visitor-keys" "8.11.0"
765765
graphemer "^1.4.0"
766766
ignore "^5.3.1"
767767
natural-compare "^1.4.0"
768768
ts-api-utils "^1.3.0"
769769

770-
"@typescript-eslint/parser@8.10.0":
771-
version "8.10.0"
772-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.10.0.tgz#3cbe7206f5e42835878a74a76da533549f977662"
773-
integrity sha512-E24l90SxuJhytWJ0pTQydFT46Nk0Z+bsLKo/L8rtQSL93rQ6byd1V/QbDpHUTdLPOMsBCcYXZweADNCfOCmOAg==
770+
"@typescript-eslint/parser@8.11.0":
771+
version "8.11.0"
772+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.11.0.tgz#2ad1481388dc1c937f50b2d138c9ca57cc6c5cce"
773+
integrity sha512-lmt73NeHdy1Q/2ul295Qy3uninSqi6wQI18XwSpm8w0ZbQXUpjCAWP1Vlv/obudoBiIjJVjlztjQ+d/Md98Yxg==
774774
dependencies:
775-
"@typescript-eslint/scope-manager" "8.10.0"
776-
"@typescript-eslint/types" "8.10.0"
777-
"@typescript-eslint/typescript-estree" "8.10.0"
778-
"@typescript-eslint/visitor-keys" "8.10.0"
775+
"@typescript-eslint/scope-manager" "8.11.0"
776+
"@typescript-eslint/types" "8.11.0"
777+
"@typescript-eslint/typescript-estree" "8.11.0"
778+
"@typescript-eslint/visitor-keys" "8.11.0"
779779
debug "^4.3.4"
780780

781-
"@typescript-eslint/scope-manager@8.10.0":
782-
version "8.10.0"
783-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.10.0.tgz#606ffe18314d7b5c2f118f2f02aaa2958107a19c"
784-
integrity sha512-AgCaEjhfql9MDKjMUxWvH7HjLeBqMCBfIaBbzzIcBbQPZE7CPh1m6FF+L75NUMJFMLYhCywJXIDEMa3//1A0dw==
781+
"@typescript-eslint/scope-manager@8.11.0":
782+
version "8.11.0"
783+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.11.0.tgz#9d399ce624118966732824878bc9a83593a30405"
784+
integrity sha512-Uholz7tWhXmA4r6epo+vaeV7yjdKy5QFCERMjs1kMVsLRKIrSdM6o21W2He9ftp5PP6aWOVpD5zvrvuHZC0bMQ==
785785
dependencies:
786-
"@typescript-eslint/types" "8.10.0"
787-
"@typescript-eslint/visitor-keys" "8.10.0"
786+
"@typescript-eslint/types" "8.11.0"
787+
"@typescript-eslint/visitor-keys" "8.11.0"
788788

789-
"@typescript-eslint/type-utils@8.10.0":
790-
version "8.10.0"
791-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.10.0.tgz#99f1d2e21f8c74703e7d9c4a67a87271eaf57597"
792-
integrity sha512-PCpUOpyQSpxBn230yIcK+LeCQaXuxrgCm2Zk1S+PTIRJsEfU6nJ0TtwyH8pIwPK/vJoA+7TZtzyAJSGBz+s/dg==
789+
"@typescript-eslint/type-utils@8.11.0":
790+
version "8.11.0"
791+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.11.0.tgz#b7f9e6120c1ddee8a1a07615646642ad85fc91b5"
792+
integrity sha512-ItiMfJS6pQU0NIKAaybBKkuVzo6IdnAhPFZA/2Mba/uBjuPQPet/8+zh5GtLHwmuFRShZx+8lhIs7/QeDHflOg==
793793
dependencies:
794-
"@typescript-eslint/typescript-estree" "8.10.0"
795-
"@typescript-eslint/utils" "8.10.0"
794+
"@typescript-eslint/typescript-estree" "8.11.0"
795+
"@typescript-eslint/utils" "8.11.0"
796796
debug "^4.3.4"
797797
ts-api-utils "^1.3.0"
798798

799-
"@typescript-eslint/types@8.10.0":
800-
version "8.10.0"
801-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.10.0.tgz#eb29c4bc2ed23489348c297469c76d28c38fb618"
802-
integrity sha512-k/E48uzsfJCRRbGLapdZgrX52csmWJ2rcowwPvOZ8lwPUv3xW6CcFeJAXgx4uJm+Ge4+a4tFOkdYvSpxhRhg1w==
799+
"@typescript-eslint/types@8.11.0":
800+
version "8.11.0"
801+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.11.0.tgz#7c766250502097f49bbc2e651132e6bf489e20b8"
802+
integrity sha512-tn6sNMHf6EBAYMvmPUaKaVeYvhUsrE6x+bXQTxjQRp360h1giATU0WvgeEys1spbvb5R+VpNOZ+XJmjD8wOUHw==
803803

804-
"@typescript-eslint/typescript-estree@8.10.0":
805-
version "8.10.0"
806-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.10.0.tgz#36cc66e06c5f44d6781f95cb03b132e985273a33"
807-
integrity sha512-3OE0nlcOHaMvQ8Xu5gAfME3/tWVDpb/HxtpUZ1WeOAksZ/h/gwrBzCklaGzwZT97/lBbbxJ16dMA98JMEngW4w==
804+
"@typescript-eslint/typescript-estree@8.11.0":
805+
version "8.11.0"
806+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.11.0.tgz#35fe5d3636fc5727c52429393415412e552e222b"
807+
integrity sha512-yHC3s1z1RCHoCz5t06gf7jH24rr3vns08XXhfEqzYpd6Hll3z/3g23JRi0jM8A47UFKNc3u/y5KIMx8Ynbjohg==
808808
dependencies:
809-
"@typescript-eslint/types" "8.10.0"
810-
"@typescript-eslint/visitor-keys" "8.10.0"
809+
"@typescript-eslint/types" "8.11.0"
810+
"@typescript-eslint/visitor-keys" "8.11.0"
811811
debug "^4.3.4"
812812
fast-glob "^3.3.2"
813813
is-glob "^4.0.3"
814814
minimatch "^9.0.4"
815815
semver "^7.6.0"
816816
ts-api-utils "^1.3.0"
817817

818-
"@typescript-eslint/utils@8.10.0":
819-
version "8.10.0"
820-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.10.0.tgz#d78d1ce3ea3d2a88a2593ebfb1c98490131d00bf"
821-
integrity sha512-Oq4uZ7JFr9d1ZunE/QKy5egcDRXT/FrS2z/nlxzPua2VHFtmMvFNDvpq1m/hq0ra+T52aUezfcjGRIB7vNJF9w==
818+
"@typescript-eslint/utils@8.11.0":
819+
version "8.11.0"
820+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.11.0.tgz#4480d1e9f2bb18ea3510c79f870a1aefc118103d"
821+
integrity sha512-CYiX6WZcbXNJV7UNB4PLDIBtSdRmRI/nb0FMyqHPTQD1rMjA0foPLaPUV39C/MxkTd/QKSeX+Gb34PPsDVC35g==
822822
dependencies:
823823
"@eslint-community/eslint-utils" "^4.4.0"
824-
"@typescript-eslint/scope-manager" "8.10.0"
825-
"@typescript-eslint/types" "8.10.0"
826-
"@typescript-eslint/typescript-estree" "8.10.0"
824+
"@typescript-eslint/scope-manager" "8.11.0"
825+
"@typescript-eslint/types" "8.11.0"
826+
"@typescript-eslint/typescript-estree" "8.11.0"
827827

828-
"@typescript-eslint/visitor-keys@8.10.0":
829-
version "8.10.0"
830-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.10.0.tgz#7ce4c0c3b82140415c9cd9babe09e0000b4e9979"
831-
integrity sha512-k8nekgqwr7FadWk548Lfph6V3r9OVqjzAIVskE7orMZR23cGJjAOVazsZSJW+ElyjfTM4wx/1g88Mi70DDtG9A==
828+
"@typescript-eslint/visitor-keys@8.11.0":
829+
version "8.11.0"
830+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.11.0.tgz#273de1cbffe63d9f9cd7dfc20b5a5af66310cb92"
831+
integrity sha512-EaewX6lxSjRJnc+99+dqzTeoDZUfyrA52d2/HRrkI830kgovWsmIiTfmr0NZorzqic7ga+1bS60lRBUgR3n/Bw==
832832
dependencies:
833-
"@typescript-eslint/types" "8.10.0"
833+
"@typescript-eslint/types" "8.11.0"
834834
eslint-visitor-keys "^3.4.3"
835835

836836
"@ungap/structured-clone@^1.2.0":

0 commit comments

Comments
 (0)