Skip to content

Commit bfd6d39

Browse files
Update typescript-eslint monorepo to v5.41.0
1 parent 975f46d commit bfd6d39

File tree

2 files changed

+57
-50
lines changed

2 files changed

+57
-50
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"devDependencies": {
3030
"@types/jest": "29.1.1",
3131
"@types/node": "18.7.23",
32-
"@typescript-eslint/eslint-plugin": "5.39.0",
33-
"@typescript-eslint/parser": "5.39.0",
32+
"@typescript-eslint/eslint-plugin": "5.41.0",
33+
"@typescript-eslint/parser": "5.41.0",
3434
"@vercel/ncc": "0.34.0",
3535
"eslint": "8.24.0",
3636
"eslint-config-prettier": "8.5.0",

yarn.lock

Lines changed: 55 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,11 @@
741741
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.7.1.tgz#dfd20e2dc35f027cdd6c1908e80a5ddc7499670e"
742742
integrity sha512-ri0UmynRRvZiiUJdiz38MmIblKK+oH30MztdBVR95dv/Ubw6neWSb8u1XpRb72L4qsZOhz+L+z9JD40SJmfWow==
743743

744+
"@types/semver@^7.3.12":
745+
version "7.3.12"
746+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.12.tgz#920447fdd78d76b19de0438b7f60df3c4a80bf1c"
747+
integrity sha512-WwA1MW0++RfXmCr12xeYOOC5baSC9mSb0ZqCquFzKhcoF4TvHu5MKOuXsncgZcpVFhB1pXd5hZmM0ryAoCp12A==
748+
744749
"@types/stack-utils@^2.0.0":
745750
version "2.0.1"
746751
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c"
@@ -758,28 +763,28 @@
758763
dependencies:
759764
"@types/yargs-parser" "*"
760765

761-
"@typescript-eslint/eslint-plugin@5.39.0":
762-
version "5.39.0"
763-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.39.0.tgz#778b2d9e7f293502c7feeea6c74dca8eb3e67511"
764-
integrity sha512-xVfKOkBm5iWMNGKQ2fwX5GVgBuHmZBO1tCRwXmY5oAIsPscfwm2UADDuNB8ZVYCtpQvJK4xpjrK7jEhcJ0zY9A==
766+
"@typescript-eslint/eslint-plugin@5.41.0":
767+
version "5.41.0"
768+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.41.0.tgz#f8eeb1c6bb2549f795f3ba71aec3b38d1ab6b1e1"
769+
integrity sha512-DXUS22Y57/LAFSg3x7Vi6RNAuLpTXwxB9S2nIA7msBb/Zt8p7XqMwdpdc1IU7CkOQUPgAqR5fWvxuKCbneKGmA==
765770
dependencies:
766-
"@typescript-eslint/scope-manager" "5.39.0"
767-
"@typescript-eslint/type-utils" "5.39.0"
768-
"@typescript-eslint/utils" "5.39.0"
771+
"@typescript-eslint/scope-manager" "5.41.0"
772+
"@typescript-eslint/type-utils" "5.41.0"
773+
"@typescript-eslint/utils" "5.41.0"
769774
debug "^4.3.4"
770775
ignore "^5.2.0"
771776
regexpp "^3.2.0"
772777
semver "^7.3.7"
773778
tsutils "^3.21.0"
774779

775-
"@typescript-eslint/parser@5.39.0":
776-
version "5.39.0"
777-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.39.0.tgz#93fa0bc980a3a501e081824f6097f7ca30aaa22b"
778-
integrity sha512-PhxLjrZnHShe431sBAGHaNe6BDdxAASDySgsBCGxcBecVCi8NQWxQZMcizNA4g0pN51bBAn/FUfkWG3SDVcGlA==
780+
"@typescript-eslint/parser@5.41.0":
781+
version "5.41.0"
782+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.41.0.tgz#0414a6405007e463dc527b459af1f19430382d67"
783+
integrity sha512-HQVfix4+RL5YRWZboMD1pUfFN8MpRH4laziWkkAzyO1fvNOY/uinZcvo3QiFJVS/siNHupV8E5+xSwQZrl6PZA==
779784
dependencies:
780-
"@typescript-eslint/scope-manager" "5.39.0"
781-
"@typescript-eslint/types" "5.39.0"
782-
"@typescript-eslint/typescript-estree" "5.39.0"
785+
"@typescript-eslint/scope-manager" "5.41.0"
786+
"@typescript-eslint/types" "5.41.0"
787+
"@typescript-eslint/typescript-estree" "5.41.0"
783788
debug "^4.3.4"
784789

785790
"@typescript-eslint/[email protected]":
@@ -790,21 +795,21 @@
790795
"@typescript-eslint/types" "5.38.1"
791796
"@typescript-eslint/visitor-keys" "5.38.1"
792797

793-
"@typescript-eslint/scope-manager@5.39.0":
794-
version "5.39.0"
795-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.39.0.tgz#873e1465afa3d6c78d8ed2da68aed266a08008d0"
796-
integrity sha512-/I13vAqmG3dyqMVSZPjsbuNQlYS082Y7OMkwhCfLXYsmlI0ca4nkL7wJ/4gjX70LD4P8Hnw1JywUVVAwepURBw==
798+
"@typescript-eslint/scope-manager@5.41.0":
799+
version "5.41.0"
800+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.41.0.tgz#28e3a41d626288d0628be14cf9de8d49fc30fadf"
801+
integrity sha512-xOxPJCnuktUkY2xoEZBKXO5DBCugFzjrVndKdUnyQr3+9aDWZReKq9MhaoVnbL+maVwWJu/N0SEtrtEUNb62QQ==
797802
dependencies:
798-
"@typescript-eslint/types" "5.39.0"
799-
"@typescript-eslint/visitor-keys" "5.39.0"
803+
"@typescript-eslint/types" "5.41.0"
804+
"@typescript-eslint/visitor-keys" "5.41.0"
800805

801-
"@typescript-eslint/type-utils@5.39.0":
802-
version "5.39.0"
803-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.39.0.tgz#0a8c00f95dce4335832ad2dc6bc431c14e32a0a6"
804-
integrity sha512-KJHJkOothljQWzR3t/GunL0TPKY+fGJtnpl+pX+sJ0YiKTz3q2Zr87SGTmFqsCMFrLt5E0+o+S6eQY0FAXj9uA==
806+
"@typescript-eslint/type-utils@5.41.0":
807+
version "5.41.0"
808+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.41.0.tgz#2371601171e9f26a4e6da918a7913f7266890cdf"
809+
integrity sha512-L30HNvIG6A1Q0R58e4hu4h+fZqaO909UcnnPbwKiN6Rc3BUEx6ez2wgN7aC0cBfcAjZfwkzE+E2PQQ9nEuoqfA==
805810
dependencies:
806-
"@typescript-eslint/typescript-estree" "5.39.0"
807-
"@typescript-eslint/utils" "5.39.0"
811+
"@typescript-eslint/typescript-estree" "5.41.0"
812+
"@typescript-eslint/utils" "5.41.0"
808813
debug "^4.3.4"
809814
tsutils "^3.21.0"
810815

@@ -813,10 +818,10 @@
813818
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.38.1.tgz#74f9d6dcb8dc7c58c51e9fbc6653ded39e2e225c"
814819
integrity sha512-QTW1iHq1Tffp9lNfbfPm4WJabbvpyaehQ0SrvVK2yfV79SytD9XDVxqiPvdrv2LK7DGSFo91TB2FgWanbJAZXg==
815820

816-
"@typescript-eslint/types@5.39.0":
817-
version "5.39.0"
818-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.39.0.tgz#f4e9f207ebb4579fd854b25c0bf64433bb5ed78d"
819-
integrity sha512-gQMZrnfEBFXK38hYqt8Lkwt8f4U6yq+2H5VDSgP/qiTzC8Nw8JO3OuSUOQ2qW37S/dlwdkHDntkZM6SQhKyPhw==
821+
"@typescript-eslint/types@5.41.0":
822+
version "5.41.0"
823+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.41.0.tgz#6800abebc4e6abaf24cdf220fb4ce28f4ab09a85"
824+
integrity sha512-5BejraMXMC+2UjefDvrH0Fo/eLwZRV6859SXRg+FgbhA0R0l6lDqDGAQYhKbXhPN2ofk2kY5sgGyLNL907UXpA==
820825

821826
"@typescript-eslint/[email protected]":
822827
version "5.38.1"
@@ -831,30 +836,32 @@
831836
semver "^7.3.7"
832837
tsutils "^3.21.0"
833838

834-
"@typescript-eslint/typescript-estree@5.39.0":
835-
version "5.39.0"
836-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.39.0.tgz#c0316aa04a1a1f4f7f9498e3c13ef1d3dc4cf88b"
837-
integrity sha512-qLFQP0f398sdnogJoLtd43pUgB18Q50QSA+BTE5h3sUxySzbWDpTSdgt4UyxNSozY/oDK2ta6HVAzvGgq8JYnA==
839+
"@typescript-eslint/typescript-estree@5.41.0":
840+
version "5.41.0"
841+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.41.0.tgz#bf5c6b3138adbdc73ba4871d060ae12c59366c61"
842+
integrity sha512-SlzFYRwFSvswzDSQ/zPkIWcHv8O5y42YUskko9c4ki+fV6HATsTODUPbRbcGDFYP86gaJL5xohUEytvyNNcXWg==
838843
dependencies:
839-
"@typescript-eslint/types" "5.39.0"
840-
"@typescript-eslint/visitor-keys" "5.39.0"
844+
"@typescript-eslint/types" "5.41.0"
845+
"@typescript-eslint/visitor-keys" "5.41.0"
841846
debug "^4.3.4"
842847
globby "^11.1.0"
843848
is-glob "^4.0.3"
844849
semver "^7.3.7"
845850
tsutils "^3.21.0"
846851

847-
"@typescript-eslint/utils@5.39.0":
848-
version "5.39.0"
849-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.39.0.tgz#b7063cca1dcf08d1d21b0d91db491161ad0be110"
850-
integrity sha512-+DnY5jkpOpgj+EBtYPyHRjXampJfC0yUZZzfzLuUWVZvCuKqSdJVC8UhdWipIw7VKNTfwfAPiOWzYkAwuIhiAg==
852+
"@typescript-eslint/utils@5.41.0":
853+
version "5.41.0"
854+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.41.0.tgz#f41ae5883994a249d00b2ce69f4188f3a23fa0f9"
855+
integrity sha512-QlvfwaN9jaMga9EBazQ+5DDx/4sAdqDkcs05AsQHMaopluVCUyu1bTRUVKzXbgjDlrRAQrYVoi/sXJ9fmG+KLQ==
851856
dependencies:
852857
"@types/json-schema" "^7.0.9"
853-
"@typescript-eslint/scope-manager" "5.39.0"
854-
"@typescript-eslint/types" "5.39.0"
855-
"@typescript-eslint/typescript-estree" "5.39.0"
858+
"@types/semver" "^7.3.12"
859+
"@typescript-eslint/scope-manager" "5.41.0"
860+
"@typescript-eslint/types" "5.41.0"
861+
"@typescript-eslint/typescript-estree" "5.41.0"
856862
eslint-scope "^5.1.1"
857863
eslint-utils "^3.0.0"
864+
semver "^7.3.7"
858865

859866
"@typescript-eslint/utils@^5.10.0":
860867
version "5.38.1"
@@ -876,12 +883,12 @@
876883
"@typescript-eslint/types" "5.38.1"
877884
eslint-visitor-keys "^3.3.0"
878885

879-
"@typescript-eslint/visitor-keys@5.39.0":
880-
version "5.39.0"
881-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.39.0.tgz#8f41f7d241b47257b081ddba5d3ce80deaae61e2"
882-
integrity sha512-yyE3RPwOG+XJBLrhvsxAidUgybJVQ/hG8BhiJo0k8JSAYfk/CshVcxf0HwP4Jt7WZZ6vLmxdo1p6EyN3tzFTkg==
886+
"@typescript-eslint/visitor-keys@5.41.0":
887+
version "5.41.0"
888+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.41.0.tgz#d3510712bc07d5540160ed3c0f8f213b73e3bcd9"
889+
integrity sha512-vilqeHj267v8uzzakbm13HkPMl7cbYpKVjgFWZPIOHIJHZtinvypUhJ5xBXfWYg4eFKqztbMMpOgFpT9Gfx4fw==
883890
dependencies:
884-
"@typescript-eslint/types" "5.39.0"
891+
"@typescript-eslint/types" "5.41.0"
885892
eslint-visitor-keys "^3.3.0"
886893

887894

0 commit comments

Comments
 (0)