Skip to content

Commit 244b3fc

Browse files
chore(deps): update typescript-eslint monorepo to v5.62.0
1 parent dacf168 commit 244b3fc

2 files changed

Lines changed: 74 additions & 69 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"@commitlint/config-conventional": "17.4.2",
4040
"@firebase/rules-unit-testing": "1.3.16",
4141
"@types/jest": "29.2.5",
42-
"@typescript-eslint/eslint-plugin": "5.50.0",
43-
"@typescript-eslint/parser": "5.50.0",
42+
"@typescript-eslint/eslint-plugin": "5.62.0",
43+
"@typescript-eslint/parser": "5.62.0",
4444
"apollo-server-testing": "2.25.3",
4545
"eslint": "7.32.0",
4646
"eslint-config-prettier": "7.2.0",

yarn.lock

Lines changed: 72 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -766,6 +766,18 @@
766766
dependencies:
767767
"@jridgewell/trace-mapping" "0.3.9"
768768

769+
"@eslint-community/eslint-utils@^4.2.0":
770+
version "4.10.1"
771+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.10.1.tgz#8911bd72b2c3640a543609e0400b8c4d2e7e7cb6"
772+
integrity sha512-cuadcxVFE8sDK6iWJbs8Sn0av2Nrh2QSGQhVlBW9AaAHqHwjWsZHT8LJ4hFGPh7ASBV2deFdM7H/DPjulmh8rg==
773+
dependencies:
774+
eslint-visitor-keys "^3.4.3"
775+
776+
"@eslint-community/regexpp@^4.4.0":
777+
version "4.12.2"
778+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b"
779+
integrity sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==
780+
769781
"@eslint/eslintrc@^0.4.3":
770782
version "0.4.3"
771783
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c"
@@ -1915,88 +1927,88 @@
19151927
dependencies:
19161928
"@types/yargs-parser" "*"
19171929

1918-
"@typescript-eslint/eslint-plugin@5.50.0":
1919-
version "5.50.0"
1920-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.50.0.tgz#fb48c31cadc853ffc1dc35373f56b5e2a8908fe9"
1921-
integrity sha512-vwksQWSFZiUhgq3Kv7o1Jcj0DUNylwnIlGvKvLLYsq8pAWha6/WCnXUeaSoNNha/K7QSf2+jvmkxggC1u3pIwQ==
1930+
"@typescript-eslint/eslint-plugin@5.62.0":
1931+
version "5.62.0"
1932+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
1933+
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
19221934
dependencies:
1923-
"@typescript-eslint/scope-manager" "5.50.0"
1924-
"@typescript-eslint/type-utils" "5.50.0"
1925-
"@typescript-eslint/utils" "5.50.0"
1935+
"@eslint-community/regexpp" "^4.4.0"
1936+
"@typescript-eslint/scope-manager" "5.62.0"
1937+
"@typescript-eslint/type-utils" "5.62.0"
1938+
"@typescript-eslint/utils" "5.62.0"
19261939
debug "^4.3.4"
1927-
grapheme-splitter "^1.0.4"
1940+
graphemer "^1.4.0"
19281941
ignore "^5.2.0"
19291942
natural-compare-lite "^1.4.0"
1930-
regexpp "^3.2.0"
19311943
semver "^7.3.7"
19321944
tsutils "^3.21.0"
19331945

1934-
"@typescript-eslint/parser@5.50.0":
1935-
version "5.50.0"
1936-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.50.0.tgz#a33f44b2cc83d1b7176ec854fbecd55605b0b032"
1937-
integrity sha512-KCcSyNaogUDftK2G9RXfQyOCt51uB5yqC6pkUYqhYh8Kgt+DwR5M0EwEAxGPy/+DH6hnmKeGsNhiZRQxjH71uQ==
1946+
"@typescript-eslint/parser@5.62.0":
1947+
version "5.62.0"
1948+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
1949+
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
19381950
dependencies:
1939-
"@typescript-eslint/scope-manager" "5.50.0"
1940-
"@typescript-eslint/types" "5.50.0"
1941-
"@typescript-eslint/typescript-estree" "5.50.0"
1951+
"@typescript-eslint/scope-manager" "5.62.0"
1952+
"@typescript-eslint/types" "5.62.0"
1953+
"@typescript-eslint/typescript-estree" "5.62.0"
19421954
debug "^4.3.4"
19431955

1944-
"@typescript-eslint/scope-manager@5.50.0":
1945-
version "5.50.0"
1946-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.50.0.tgz#90b8a3b337ad2c52bbfe4eac38f9164614e40584"
1947-
integrity sha512-rt03kaX+iZrhssaT974BCmoUikYtZI24Vp/kwTSy841XhiYShlqoshRFDvN1FKKvU2S3gK+kcBW1EA7kNUrogg==
1956+
"@typescript-eslint/scope-manager@5.62.0":
1957+
version "5.62.0"
1958+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
1959+
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
19481960
dependencies:
1949-
"@typescript-eslint/types" "5.50.0"
1950-
"@typescript-eslint/visitor-keys" "5.50.0"
1961+
"@typescript-eslint/types" "5.62.0"
1962+
"@typescript-eslint/visitor-keys" "5.62.0"
19511963

1952-
"@typescript-eslint/type-utils@5.50.0":
1953-
version "5.50.0"
1954-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.50.0.tgz#509d5cc9728d520008f7157b116a42c5460e7341"
1955-
integrity sha512-dcnXfZ6OGrNCO7E5UY/i0ktHb7Yx1fV6fnQGGrlnfDhilcs6n19eIRcvLBqx6OQkrPaFlDPk3OJ0WlzQfrV0bQ==
1964+
"@typescript-eslint/type-utils@5.62.0":
1965+
version "5.62.0"
1966+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
1967+
integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==
19561968
dependencies:
1957-
"@typescript-eslint/typescript-estree" "5.50.0"
1958-
"@typescript-eslint/utils" "5.50.0"
1969+
"@typescript-eslint/typescript-estree" "5.62.0"
1970+
"@typescript-eslint/utils" "5.62.0"
19591971
debug "^4.3.4"
19601972
tsutils "^3.21.0"
19611973

1962-
"@typescript-eslint/types@5.50.0":
1963-
version "5.50.0"
1964-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.50.0.tgz#c461d3671a6bec6c2f41f38ed60bd87aa8a30093"
1965-
integrity sha512-atruOuJpir4OtyNdKahiHZobPKFvZnBnfDiyEaBf6d9vy9visE7gDjlmhl+y29uxZ2ZDgvXijcungGFjGGex7w==
1974+
"@typescript-eslint/types@5.62.0":
1975+
version "5.62.0"
1976+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
1977+
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
19661978

1967-
"@typescript-eslint/typescript-estree@5.50.0":
1968-
version "5.50.0"
1969-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.50.0.tgz#0b9b82975bdfa40db9a81fdabc7f93396867ea97"
1970-
integrity sha512-Gq4zapso+OtIZlv8YNAStFtT6d05zyVCK7Fx3h5inlLBx2hWuc/0465C2mg/EQDDU2LKe52+/jN4f0g9bd+kow==
1979+
"@typescript-eslint/typescript-estree@5.62.0":
1980+
version "5.62.0"
1981+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
1982+
integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
19711983
dependencies:
1972-
"@typescript-eslint/types" "5.50.0"
1973-
"@typescript-eslint/visitor-keys" "5.50.0"
1984+
"@typescript-eslint/types" "5.62.0"
1985+
"@typescript-eslint/visitor-keys" "5.62.0"
19741986
debug "^4.3.4"
19751987
globby "^11.1.0"
19761988
is-glob "^4.0.3"
19771989
semver "^7.3.7"
19781990
tsutils "^3.21.0"
19791991

1980-
"@typescript-eslint/utils@5.50.0":
1981-
version "5.50.0"
1982-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.50.0.tgz#807105f5ffb860644d30d201eefad7017b020816"
1983-
integrity sha512-v/AnUFImmh8G4PH0NDkf6wA8hujNNcrwtecqW4vtQ1UOSNBaZl49zP1SHoZ/06e+UiwzHpgb5zP5+hwlYYWYAw==
1992+
"@typescript-eslint/utils@5.62.0":
1993+
version "5.62.0"
1994+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
1995+
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
19841996
dependencies:
1997+
"@eslint-community/eslint-utils" "^4.2.0"
19851998
"@types/json-schema" "^7.0.9"
19861999
"@types/semver" "^7.3.12"
1987-
"@typescript-eslint/scope-manager" "5.50.0"
1988-
"@typescript-eslint/types" "5.50.0"
1989-
"@typescript-eslint/typescript-estree" "5.50.0"
2000+
"@typescript-eslint/scope-manager" "5.62.0"
2001+
"@typescript-eslint/types" "5.62.0"
2002+
"@typescript-eslint/typescript-estree" "5.62.0"
19902003
eslint-scope "^5.1.1"
1991-
eslint-utils "^3.0.0"
19922004
semver "^7.3.7"
19932005

1994-
"@typescript-eslint/visitor-keys@5.50.0":
1995-
version "5.50.0"
1996-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.50.0.tgz#b752ffc143841f3d7bc57d6dd01ac5c40f8c4903"
1997-
integrity sha512-cdMeD9HGu6EXIeGOh2yVW6oGf9wq8asBgZx7nsR/D36gTfQ0odE5kcRYe5M81vjEFAcPeugXrHg78Imu55F6gg==
2006+
"@typescript-eslint/visitor-keys@5.62.0":
2007+
version "5.62.0"
2008+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
2009+
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
19982010
dependencies:
1999-
"@typescript-eslint/types" "5.50.0"
2011+
"@typescript-eslint/types" "5.62.0"
20002012
eslint-visitor-keys "^3.3.0"
20012013

20022014
"@wry/equality@^0.1.2":
@@ -3168,13 +3180,6 @@ eslint-utils@^2.1.0:
31683180
dependencies:
31693181
eslint-visitor-keys "^1.1.0"
31703182

3171-
eslint-utils@^3.0.0:
3172-
version "3.0.0"
3173-
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
3174-
integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
3175-
dependencies:
3176-
eslint-visitor-keys "^2.0.0"
3177-
31783183
eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
31793184
version "1.3.0"
31803185
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
@@ -3190,6 +3195,11 @@ eslint-visitor-keys@^3.3.0:
31903195
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
31913196
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
31923197

3198+
eslint-visitor-keys@^3.4.3:
3199+
version "3.4.3"
3200+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
3201+
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
3202+
31933203
eslint@7.32.0:
31943204
version "7.32.0"
31953205
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.32.0.tgz#c6d328a14be3fb08c8d1d21e12c02fdb7a2a812d"
@@ -3802,10 +3812,10 @@ graceful-fs@^4.2.9:
38023812
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.9.tgz#041b05df45755e587a24942279b9d113146e1c96"
38033813
integrity sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ==
38043814

3805-
grapheme-splitter@^1.0.4:
3806-
version "1.0.4"
3807-
resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
3808-
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
3815+
graphemer@^1.4.0:
3816+
version "1.4.0"
3817+
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
3818+
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
38093819

38103820
graphql-extensions@^0.15.0:
38113821
version "0.15.0"
@@ -5699,11 +5709,6 @@ regexpp@^3.1.0:
56995709
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2"
57005710
integrity sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==
57015711

5702-
regexpp@^3.2.0:
5703-
version "3.2.0"
5704-
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
5705-
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
5706-
57075712
request@2.88.2:
57085713
version "2.88.2"
57095714
resolved "https://registry.yarnpkg.com/request/-/request-2.88.2.tgz#d73c918731cb5a87da047e207234146f664d12b3"

0 commit comments

Comments
 (0)