Skip to content

Commit af98ac9

Browse files
committed
Update typescript-eslint monorepo to v5.46.0
1 parent adf3892 commit af98ac9

File tree

2 files changed

+51
-63
lines changed

2 files changed

+51
-63
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
"@graphql-codegen/typescript": "2.8.5",
5252
"@tsconfig/recommended": "1.0.1",
5353
"@types/jest": "29.2.4",
54-
"@typescript-eslint/eslint-plugin": "5.45.1",
55-
"@typescript-eslint/parser": "5.45.1",
54+
"@typescript-eslint/eslint-plugin": "5.46.0",
55+
"@typescript-eslint/parser": "5.46.0",
5656
"eslint": "8.29.0",
5757
"jest": "29.3.1",
5858
"myzod": "1.8.8",

yarn.lock

Lines changed: 49 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -895,19 +895,7 @@
895895
lodash "~4.17.0"
896896
tslib "~2.3.0"
897897

898-
"@graphql-codegen/plugin-helpers@^3.1.1":
899-
version "3.1.1"
900-
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-3.1.1.tgz#c2e324df8e56942dc6d9947ec70025614f5f94d7"
901-
integrity sha512-+V1WK4DUhejVSbkZrAsyv9gA4oQABVrtEUkT7vWq7gSf7Ln6OEM59lDUDsjp5wpLPTBIDJANbAe3qEd+iCB3Ow==
902-
dependencies:
903-
"@graphql-tools/utils" "^8.8.0"
904-
change-case-all "1.0.15"
905-
common-tags "1.8.2"
906-
import-from "4.0.0"
907-
lodash "~4.17.0"
908-
tslib "~2.4.0"
909-
910-
"@graphql-codegen/plugin-helpers@^3.0.0":
898+
"@graphql-codegen/plugin-helpers@^3.0.0", "@graphql-codegen/plugin-helpers@^3.1.1":
911899
version "3.1.1"
912900
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-3.1.1.tgz#c2e324df8e56942dc6d9947ec70025614f5f94d7"
913901
integrity sha512-+V1WK4DUhejVSbkZrAsyv9gA4oQABVrtEUkT7vWq7gSf7Ln6OEM59lDUDsjp5wpLPTBIDJANbAe3qEd+iCB3Ow==
@@ -1966,87 +1954,87 @@
19661954
dependencies:
19671955
"@types/yargs-parser" "*"
19681956

1969-
"@typescript-eslint/eslint-plugin@5.45.1":
1970-
version "5.45.1"
1971-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.45.1.tgz#ee5b51405f6c9ee7e60e4006d68c69450d3b4536"
1972-
integrity sha512-cOizjPlKEh0bXdFrBLTrI/J6B/QMlhwE9auOov53tgB+qMukH6/h8YAK/qw+QJGct/PTbdh2lytGyipxCcEtAw==
1957+
"@typescript-eslint/eslint-plugin@5.46.0":
1958+
version "5.46.0"
1959+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.46.0.tgz#9a96a713b9616c783501a3c1774c9e2b40217ad0"
1960+
integrity sha512-QrZqaIOzJAjv0sfjY4EjbXUi3ZOFpKfzntx22gPGr9pmFcTjcFw/1sS1LJhEubfAGwuLjNrPV0rH+D1/XZFy7Q==
19731961
dependencies:
1974-
"@typescript-eslint/scope-manager" "5.45.1"
1975-
"@typescript-eslint/type-utils" "5.45.1"
1976-
"@typescript-eslint/utils" "5.45.1"
1962+
"@typescript-eslint/scope-manager" "5.46.0"
1963+
"@typescript-eslint/type-utils" "5.46.0"
1964+
"@typescript-eslint/utils" "5.46.0"
19771965
debug "^4.3.4"
19781966
ignore "^5.2.0"
19791967
natural-compare-lite "^1.4.0"
19801968
regexpp "^3.2.0"
19811969
semver "^7.3.7"
19821970
tsutils "^3.21.0"
19831971

1984-
"@typescript-eslint/parser@5.45.1":
1985-
version "5.45.1"
1986-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.45.1.tgz#6440ec283fa1373a12652d4e2fef4cb6e7b7e8c6"
1987-
integrity sha512-JQ3Ep8bEOXu16q0ztsatp/iQfDCtvap7sp/DKo7DWltUquj5AfCOpX2zSzJ8YkAVnrQNqQ5R62PBz2UtrfmCkA==
1972+
"@typescript-eslint/parser@5.46.0":
1973+
version "5.46.0"
1974+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.46.0.tgz#002d8e67122947922a62547acfed3347cbf2c0b6"
1975+
integrity sha512-joNO6zMGUZg+C73vwrKXCd8usnsmOYmgW/w5ZW0pG0RGvqeznjtGDk61EqqTpNrFLUYBW2RSBFrxdAZMqA4OZA==
19881976
dependencies:
1989-
"@typescript-eslint/scope-manager" "5.45.1"
1990-
"@typescript-eslint/types" "5.45.1"
1991-
"@typescript-eslint/typescript-estree" "5.45.1"
1977+
"@typescript-eslint/scope-manager" "5.46.0"
1978+
"@typescript-eslint/types" "5.46.0"
1979+
"@typescript-eslint/typescript-estree" "5.46.0"
19921980
debug "^4.3.4"
19931981

1994-
"@typescript-eslint/scope-manager@5.45.1":
1995-
version "5.45.1"
1996-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.45.1.tgz#5b87d025eec7035d879b99c260f03be5c247883c"
1997-
integrity sha512-D6fCileR6Iai7E35Eb4Kp+k0iW7F1wxXYrOhX/3dywsOJpJAQ20Fwgcf+P/TDtvQ7zcsWsrJaglaQWDhOMsspQ==
1982+
"@typescript-eslint/scope-manager@5.46.0":
1983+
version "5.46.0"
1984+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.46.0.tgz#60790b14d0c687dd633b22b8121374764f76ce0d"
1985+
integrity sha512-7wWBq9d/GbPiIM6SqPK9tfynNxVbfpihoY5cSFMer19OYUA3l4powA2uv0AV2eAZV6KoAh6lkzxv4PoxOLh1oA==
19981986
dependencies:
1999-
"@typescript-eslint/types" "5.45.1"
2000-
"@typescript-eslint/visitor-keys" "5.45.1"
1987+
"@typescript-eslint/types" "5.46.0"
1988+
"@typescript-eslint/visitor-keys" "5.46.0"
20011989

2002-
"@typescript-eslint/type-utils@5.45.1":
2003-
version "5.45.1"
2004-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.45.1.tgz#cb7d300c3c95802cea9f87c7f8be363cf8f8538c"
2005-
integrity sha512-aosxFa+0CoYgYEl3aptLe1svP910DJq68nwEJzyQcrtRhC4BN0tJAvZGAe+D0tzjJmFXe+h4leSsiZhwBa2vrA==
1990+
"@typescript-eslint/type-utils@5.46.0":
1991+
version "5.46.0"
1992+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.46.0.tgz#3a4507b3b437e2fd9e95c3e5eea5ae16f79d64b3"
1993+
integrity sha512-dwv4nimVIAsVS2dTA0MekkWaRnoYNXY26dKz8AN5W3cBFYwYGFQEqm/cG+TOoooKlncJS4RTbFKgcFY/pOiBCg==
20061994
dependencies:
2007-
"@typescript-eslint/typescript-estree" "5.45.1"
2008-
"@typescript-eslint/utils" "5.45.1"
1995+
"@typescript-eslint/typescript-estree" "5.46.0"
1996+
"@typescript-eslint/utils" "5.46.0"
20091997
debug "^4.3.4"
20101998
tsutils "^3.21.0"
20111999

2012-
"@typescript-eslint/types@5.45.1":
2013-
version "5.45.1"
2014-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.45.1.tgz#8e1883041cee23f1bb7e1343b0139f97f6a17c14"
2015-
integrity sha512-HEW3U0E5dLjUT+nk7b4lLbOherS1U4ap+b9pfu2oGsW3oPu7genRaY9dDv3nMczC1rbnRY2W/D7SN05wYoGImg==
2000+
"@typescript-eslint/types@5.46.0":
2001+
version "5.46.0"
2002+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.46.0.tgz#f4d76622a996b88153bbd829ea9ccb9f7a5d28bc"
2003+
integrity sha512-wHWgQHFB+qh6bu0IAPAJCdeCdI0wwzZnnWThlmHNY01XJ9Z97oKqKOzWYpR2I83QmshhQJl6LDM9TqMiMwJBTw==
20162004

2017-
"@typescript-eslint/typescript-estree@5.45.1":
2018-
version "5.45.1"
2019-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.45.1.tgz#b3dc37f0c4f0fe73e09917fc735e6f96eabf9ba4"
2020-
integrity sha512-76NZpmpCzWVrrb0XmYEpbwOz/FENBi+5W7ipVXAsG3OoFrQKJMiaqsBMbvGRyLtPotGqUfcY7Ur8j0dksDJDng==
2005+
"@typescript-eslint/typescript-estree@5.46.0":
2006+
version "5.46.0"
2007+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.46.0.tgz#a6c2b84b9351f78209a1d1f2d99ca553f7fa29a5"
2008+
integrity sha512-kDLNn/tQP+Yp8Ro2dUpyyVV0Ksn2rmpPpB0/3MO874RNmXtypMwSeazjEN/Q6CTp8D7ExXAAekPEcCEB/vtJkw==
20212009
dependencies:
2022-
"@typescript-eslint/types" "5.45.1"
2023-
"@typescript-eslint/visitor-keys" "5.45.1"
2010+
"@typescript-eslint/types" "5.46.0"
2011+
"@typescript-eslint/visitor-keys" "5.46.0"
20242012
debug "^4.3.4"
20252013
globby "^11.1.0"
20262014
is-glob "^4.0.3"
20272015
semver "^7.3.7"
20282016
tsutils "^3.21.0"
20292017

2030-
"@typescript-eslint/utils@5.45.1":
2031-
version "5.45.1"
2032-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.45.1.tgz#39610c98bde82c4792f2a858b29b7d0053448be2"
2033-
integrity sha512-rlbC5VZz68+yjAzQBc4I7KDYVzWG2X/OrqoZrMahYq3u8FFtmQYc+9rovo/7wlJH5kugJ+jQXV5pJMnofGmPRw==
2018+
"@typescript-eslint/utils@5.46.0":
2019+
version "5.46.0"
2020+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.46.0.tgz#600cd873ba471b7d8b0b9f35de34cf852c6fcb31"
2021+
integrity sha512-4O+Ps1CRDw+D+R40JYh5GlKLQERXRKW5yIQoNDpmXPJ+C7kaPF9R7GWl+PxGgXjB3PQCqsaaZUpZ9dG4U6DO7g==
20342022
dependencies:
20352023
"@types/json-schema" "^7.0.9"
20362024
"@types/semver" "^7.3.12"
2037-
"@typescript-eslint/scope-manager" "5.45.1"
2038-
"@typescript-eslint/types" "5.45.1"
2039-
"@typescript-eslint/typescript-estree" "5.45.1"
2025+
"@typescript-eslint/scope-manager" "5.46.0"
2026+
"@typescript-eslint/types" "5.46.0"
2027+
"@typescript-eslint/typescript-estree" "5.46.0"
20402028
eslint-scope "^5.1.1"
20412029
eslint-utils "^3.0.0"
20422030
semver "^7.3.7"
20432031

2044-
"@typescript-eslint/visitor-keys@5.45.1":
2045-
version "5.45.1"
2046-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.45.1.tgz#204428430ad6a830d24c5ac87c71366a1cfe1948"
2047-
integrity sha512-cy9ln+6rmthYWjH9fmx+5FU/JDpjQb586++x2FZlveq7GdGuLLW9a2Jcst2TGekH82bXpfmRNSwP9tyEs6RjvQ==
2032+
"@typescript-eslint/visitor-keys@5.46.0":
2033+
version "5.46.0"
2034+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.46.0.tgz#36d87248ae20c61ef72404bcd61f14aa2563915f"
2035+
integrity sha512-E13gBoIXmaNhwjipuvQg1ByqSAu/GbEpP/qzFihugJ+MomtoJtFAJG/+2DRPByf57B863m0/q7Zt16V9ohhANw==
20482036
dependencies:
2049-
"@typescript-eslint/types" "5.45.1"
2037+
"@typescript-eslint/types" "5.46.0"
20502038
eslint-visitor-keys "^3.3.0"
20512039

20522040
"@whatwg-node/fetch@^0.2.4":

0 commit comments

Comments
 (0)