Skip to content

Commit 57b797e

Browse files
committed
Update typescript-eslint monorepo to v5.42.0
1 parent 6871195 commit 57b797e

File tree

2 files changed

+57
-51
lines changed

2 files changed

+57
-51
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"devDependencies": {
1919
"@types/jest": "28.1.8",
2020
"@types/node": "12.20.55",
21-
"@typescript-eslint/eslint-plugin": "5.41.0",
22-
"@typescript-eslint/parser": "5.41.0",
21+
"@typescript-eslint/eslint-plugin": "5.42.0",
22+
"@typescript-eslint/parser": "5.42.0",
2323
"eslint": "8.26.0",
2424
"eslint-config-prettier": "8.5.0",
2525
"eslint-plugin-jest": "26.9.0",

yarn.lock

Lines changed: 55 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -788,28 +788,29 @@
788788
dependencies:
789789
"@types/yargs-parser" "*"
790790

791-
"@typescript-eslint/eslint-plugin@5.41.0":
792-
version "5.41.0"
793-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.41.0.tgz#f8eeb1c6bb2549f795f3ba71aec3b38d1ab6b1e1"
794-
integrity sha512-DXUS22Y57/LAFSg3x7Vi6RNAuLpTXwxB9S2nIA7msBb/Zt8p7XqMwdpdc1IU7CkOQUPgAqR5fWvxuKCbneKGmA==
795-
dependencies:
796-
"@typescript-eslint/scope-manager" "5.41.0"
797-
"@typescript-eslint/type-utils" "5.41.0"
798-
"@typescript-eslint/utils" "5.41.0"
791+
"@typescript-eslint/eslint-plugin@5.42.0":
792+
version "5.42.0"
793+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.42.0.tgz#36a8c0c379870127059889a9cc7e05c260d2aaa5"
794+
integrity sha512-5TJh2AgL6+wpL8H/GTSjNb4WrjKoR2rqvFxR/DDTqYNk6uXn8BJMEcncLSpMbf/XV1aS0jAjYwn98uvVCiAywQ==
795+
dependencies:
796+
"@typescript-eslint/scope-manager" "5.42.0"
797+
"@typescript-eslint/type-utils" "5.42.0"
798+
"@typescript-eslint/utils" "5.42.0"
799799
debug "^4.3.4"
800800
ignore "^5.2.0"
801+
natural-compare-lite "^1.4.0"
801802
regexpp "^3.2.0"
802803
semver "^7.3.7"
803804
tsutils "^3.21.0"
804805

805-
"@typescript-eslint/parser@5.41.0":
806-
version "5.41.0"
807-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.41.0.tgz#0414a6405007e463dc527b459af1f19430382d67"
808-
integrity sha512-HQVfix4+RL5YRWZboMD1pUfFN8MpRH4laziWkkAzyO1fvNOY/uinZcvo3QiFJVS/siNHupV8E5+xSwQZrl6PZA==
806+
"@typescript-eslint/parser@5.42.0":
807+
version "5.42.0"
808+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.42.0.tgz#be0ffbe279e1320e3d15e2ef0ad19262f59e9240"
809+
integrity sha512-Ixh9qrOTDRctFg3yIwrLkgf33AHyEIn6lhyf5cCfwwiGtkWhNpVKlEZApi3inGQR/barWnY7qY8FbGKBO7p3JA==
809810
dependencies:
810-
"@typescript-eslint/scope-manager" "5.41.0"
811-
"@typescript-eslint/types" "5.41.0"
812-
"@typescript-eslint/typescript-estree" "5.41.0"
811+
"@typescript-eslint/scope-manager" "5.42.0"
812+
"@typescript-eslint/types" "5.42.0"
813+
"@typescript-eslint/typescript-estree" "5.42.0"
813814
debug "^4.3.4"
814815

815816
"@typescript-eslint/scope-manager@5.23.0":
@@ -820,21 +821,21 @@
820821
"@typescript-eslint/types" "5.23.0"
821822
"@typescript-eslint/visitor-keys" "5.23.0"
822823

823-
"@typescript-eslint/scope-manager@5.41.0":
824-
version "5.41.0"
825-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.41.0.tgz#28e3a41d626288d0628be14cf9de8d49fc30fadf"
826-
integrity sha512-xOxPJCnuktUkY2xoEZBKXO5DBCugFzjrVndKdUnyQr3+9aDWZReKq9MhaoVnbL+maVwWJu/N0SEtrtEUNb62QQ==
824+
"@typescript-eslint/scope-manager@5.42.0":
825+
version "5.42.0"
826+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.42.0.tgz#e1f2bb26d3b2a508421ee2e3ceea5396b192f5ef"
827+
integrity sha512-l5/3IBHLH0Bv04y+H+zlcLiEMEMjWGaCX6WyHE5Uk2YkSGAMlgdUPsT/ywTSKgu9D1dmmKMYgYZijObfA39Wow==
827828
dependencies:
828-
"@typescript-eslint/types" "5.41.0"
829-
"@typescript-eslint/visitor-keys" "5.41.0"
829+
"@typescript-eslint/types" "5.42.0"
830+
"@typescript-eslint/visitor-keys" "5.42.0"
830831

831-
"@typescript-eslint/type-utils@5.41.0":
832-
version "5.41.0"
833-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.41.0.tgz#2371601171e9f26a4e6da918a7913f7266890cdf"
834-
integrity sha512-L30HNvIG6A1Q0R58e4hu4h+fZqaO909UcnnPbwKiN6Rc3BUEx6ez2wgN7aC0cBfcAjZfwkzE+E2PQQ9nEuoqfA==
832+
"@typescript-eslint/type-utils@5.42.0":
833+
version "5.42.0"
834+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.42.0.tgz#4206d7192d4fe903ddf99d09b41d4ac31b0b7dca"
835+
integrity sha512-HW14TXC45dFVZxnVW8rnUGnvYyRC0E/vxXShFCthcC9VhVTmjqOmtqj6H5rm9Zxv+ORxKA/1aLGD7vmlLsdlOg==
835836
dependencies:
836-
"@typescript-eslint/typescript-estree" "5.41.0"
837-
"@typescript-eslint/utils" "5.41.0"
837+
"@typescript-eslint/typescript-estree" "5.42.0"
838+
"@typescript-eslint/utils" "5.42.0"
838839
debug "^4.3.4"
839840
tsutils "^3.21.0"
840841

@@ -843,10 +844,10 @@
843844
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.23.0.tgz#8733de0f58ae0ed318dbdd8f09868cdbf9f9ad09"
844845
integrity sha512-NfBsV/h4dir/8mJwdZz7JFibaKC3E/QdeMEDJhiAE3/eMkoniZ7MjbEMCGXw6MZnZDMN3G9S0mH/6WUIj91dmw==
845846

846-
"@typescript-eslint/types@5.41.0":
847-
version "5.41.0"
848-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.41.0.tgz#6800abebc4e6abaf24cdf220fb4ce28f4ab09a85"
849-
integrity sha512-5BejraMXMC+2UjefDvrH0Fo/eLwZRV6859SXRg+FgbhA0R0l6lDqDGAQYhKbXhPN2ofk2kY5sgGyLNL907UXpA==
847+
"@typescript-eslint/types@5.42.0":
848+
version "5.42.0"
849+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.42.0.tgz#5aeff9b5eced48f27d5b8139339bf1ef805bad7a"
850+
integrity sha512-t4lzO9ZOAUcHY6bXQYRuu+3SSYdD9TS8ooApZft4WARt4/f2Cj/YpvbTe8A4GuhT4bNW72goDMOy7SW71mZwGw==
850851

851852
"@typescript-eslint/typescript-estree@5.23.0":
852853
version "5.23.0"
@@ -861,29 +862,29 @@
861862
semver "^7.3.5"
862863
tsutils "^3.21.0"
863864

864-
"@typescript-eslint/typescript-estree@5.41.0":
865-
version "5.41.0"
866-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.41.0.tgz#bf5c6b3138adbdc73ba4871d060ae12c59366c61"
867-
integrity sha512-SlzFYRwFSvswzDSQ/zPkIWcHv8O5y42YUskko9c4ki+fV6HATsTODUPbRbcGDFYP86gaJL5xohUEytvyNNcXWg==
865+
"@typescript-eslint/typescript-estree@5.42.0":
866+
version "5.42.0"
867+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.42.0.tgz#2592d24bb5f89bf54a63384ff3494870f95b3fd8"
868+
integrity sha512-2O3vSq794x3kZGtV7i4SCWZWCwjEtkWfVqX4m5fbUBomOsEOyd6OAD1qU2lbvV5S8tgy/luJnOYluNyYVeOTTg==
868869
dependencies:
869-
"@typescript-eslint/types" "5.41.0"
870-
"@typescript-eslint/visitor-keys" "5.41.0"
870+
"@typescript-eslint/types" "5.42.0"
871+
"@typescript-eslint/visitor-keys" "5.42.0"
871872
debug "^4.3.4"
872873
globby "^11.1.0"
873874
is-glob "^4.0.3"
874875
semver "^7.3.7"
875876
tsutils "^3.21.0"
876877

877-
"@typescript-eslint/utils@5.41.0":
878-
version "5.41.0"
879-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.41.0.tgz#f41ae5883994a249d00b2ce69f4188f3a23fa0f9"
880-
integrity sha512-QlvfwaN9jaMga9EBazQ+5DDx/4sAdqDkcs05AsQHMaopluVCUyu1bTRUVKzXbgjDlrRAQrYVoi/sXJ9fmG+KLQ==
878+
"@typescript-eslint/utils@5.42.0":
879+
version "5.42.0"
880+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.42.0.tgz#f06bd43b9a9a06ed8f29600273240e84a53f2f15"
881+
integrity sha512-JZ++3+h1vbeG1NUECXQZE3hg0kias9kOtcQr3+JVQ3whnjvKuMyktJAAIj6743OeNPnGBmjj7KEmiDL7qsdnCQ==
881882
dependencies:
882883
"@types/json-schema" "^7.0.9"
883884
"@types/semver" "^7.3.12"
884-
"@typescript-eslint/scope-manager" "5.41.0"
885-
"@typescript-eslint/types" "5.41.0"
886-
"@typescript-eslint/typescript-estree" "5.41.0"
885+
"@typescript-eslint/scope-manager" "5.42.0"
886+
"@typescript-eslint/types" "5.42.0"
887+
"@typescript-eslint/typescript-estree" "5.42.0"
887888
eslint-scope "^5.1.1"
888889
eslint-utils "^3.0.0"
889890
semver "^7.3.7"
@@ -908,12 +909,12 @@
908909
"@typescript-eslint/types" "5.23.0"
909910
eslint-visitor-keys "^3.0.0"
910911

911-
"@typescript-eslint/visitor-keys@5.41.0":
912-
version "5.41.0"
913-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.41.0.tgz#d3510712bc07d5540160ed3c0f8f213b73e3bcd9"
914-
integrity sha512-vilqeHj267v8uzzakbm13HkPMl7cbYpKVjgFWZPIOHIJHZtinvypUhJ5xBXfWYg4eFKqztbMMpOgFpT9Gfx4fw==
912+
"@typescript-eslint/visitor-keys@5.42.0":
913+
version "5.42.0"
914+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.42.0.tgz#ee8d62d486f41cfe646632fab790fbf0c1db5bb0"
915+
integrity sha512-QHbu5Hf/2lOEOwy+IUw0GoSCuAzByTAWWrOTKzTzsotiUnWFpuKnXcAhC9YztAf2EElQ0VvIK+pHJUPkM0q7jg==
915916
dependencies:
916-
"@typescript-eslint/types" "5.41.0"
917+
"@typescript-eslint/types" "5.42.0"
917918
eslint-visitor-keys "^3.3.0"
918919

919920
acorn-jsx@^5.3.2:
@@ -2473,6 +2474,11 @@ ms@2.1.2, ms@^2.1.1:
24732474
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
24742475
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
24752476

2477+
natural-compare-lite@^1.4.0:
2478+
version "1.4.0"
2479+
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
2480+
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
2481+
24762482
natural-compare@^1.4.0:
24772483
version "1.4.0"
24782484
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"

0 commit comments

Comments
 (0)