Skip to content

Commit 8c5f581

Browse files
committed
Update typescript-eslint monorepo to v5.54.0
1 parent 178dc94 commit 8c5f581

File tree

2 files changed

+51
-51
lines changed

2 files changed

+51
-51
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.7",
5252
"@tsconfig/recommended": "1.0.2",
5353
"@types/jest": "29.4.0",
54-
"@typescript-eslint/eslint-plugin": "5.53.0",
55-
"@typescript-eslint/parser": "5.53.0",
54+
"@typescript-eslint/eslint-plugin": "5.54.0",
55+
"@typescript-eslint/parser": "5.54.0",
5656
"eslint": "8.35.0",
5757
"jest": "29.4.3",
5858
"myzod": "1.8.8",

yarn.lock

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1937,14 +1937,14 @@
19371937
dependencies:
19381938
"@types/yargs-parser" "*"
19391939

1940-
"@typescript-eslint/eslint-plugin@5.53.0":
1941-
version "5.53.0"
1942-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.53.0.tgz#24b8b4a952f3c615fe070e3c461dd852b5056734"
1943-
integrity sha512-alFpFWNucPLdUOySmXCJpzr6HKC3bu7XooShWM+3w/EL6J2HIoB2PFxpLnq4JauWVk6DiVeNKzQlFEaE+X9sGw==
1944-
dependencies:
1945-
"@typescript-eslint/scope-manager" "5.53.0"
1946-
"@typescript-eslint/type-utils" "5.53.0"
1947-
"@typescript-eslint/utils" "5.53.0"
1940+
"@typescript-eslint/eslint-plugin@5.54.0":
1941+
version "5.54.0"
1942+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.54.0.tgz#2c821ad81b2c786d142279a8292090f77d1881f4"
1943+
integrity sha512-+hSN9BdSr629RF02d7mMtXhAJvDTyCbprNYJKrXETlul/Aml6YZwd90XioVbjejQeHbb3R8Dg0CkRgoJDxo8aw==
1944+
dependencies:
1945+
"@typescript-eslint/scope-manager" "5.54.0"
1946+
"@typescript-eslint/type-utils" "5.54.0"
1947+
"@typescript-eslint/utils" "5.54.0"
19481948
debug "^4.3.4"
19491949
grapheme-splitter "^1.0.4"
19501950
ignore "^5.2.0"
@@ -1953,72 +1953,72 @@
19531953
semver "^7.3.7"
19541954
tsutils "^3.21.0"
19551955

1956-
"@typescript-eslint/parser@5.53.0":
1957-
version "5.53.0"
1958-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.53.0.tgz#a1f2b9ae73b83181098747e96683f1b249ecab52"
1959-
integrity sha512-MKBw9i0DLYlmdOb3Oq/526+al20AJZpANdT6Ct9ffxcV8nKCHz63t/S0IhlTFNsBIHJv+GY5SFJ0XfqVeydQrQ==
1956+
"@typescript-eslint/parser@5.54.0":
1957+
version "5.54.0"
1958+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.54.0.tgz#def186eb1b1dbd0439df0dacc44fb6d8d5c417fe"
1959+
integrity sha512-aAVL3Mu2qTi+h/r04WI/5PfNWvO6pdhpeMRWk9R7rEV4mwJNzoWf5CCU5vDKBsPIFQFjEq1xg7XBI2rjiMXQbQ==
19601960
dependencies:
1961-
"@typescript-eslint/scope-manager" "5.53.0"
1962-
"@typescript-eslint/types" "5.53.0"
1963-
"@typescript-eslint/typescript-estree" "5.53.0"
1961+
"@typescript-eslint/scope-manager" "5.54.0"
1962+
"@typescript-eslint/types" "5.54.0"
1963+
"@typescript-eslint/typescript-estree" "5.54.0"
19641964
debug "^4.3.4"
19651965

1966-
"@typescript-eslint/scope-manager@5.53.0":
1967-
version "5.53.0"
1968-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.53.0.tgz#42b54f280e33c82939275a42649701024f3fafef"
1969-
integrity sha512-Opy3dqNsp/9kBBeCPhkCNR7fmdSQqA+47r21hr9a14Bx0xnkElEQmhoHga+VoaoQ6uDHjDKmQPIYcUcKJifS7w==
1966+
"@typescript-eslint/scope-manager@5.54.0":
1967+
version "5.54.0"
1968+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.54.0.tgz#74b28ac9a3fc8166f04e806c957adb8c1fd00536"
1969+
integrity sha512-VTPYNZ7vaWtYna9M4oD42zENOBrb+ZYyCNdFs949GcN8Miwn37b8b7eMj+EZaq7VK9fx0Jd+JhmkhjFhvnovhg==
19701970
dependencies:
1971-
"@typescript-eslint/types" "5.53.0"
1972-
"@typescript-eslint/visitor-keys" "5.53.0"
1971+
"@typescript-eslint/types" "5.54.0"
1972+
"@typescript-eslint/visitor-keys" "5.54.0"
19731973

1974-
"@typescript-eslint/type-utils@5.53.0":
1975-
version "5.53.0"
1976-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.53.0.tgz#41665449935ba9b4e6a1ba6e2a3f4b2c31d6cf97"
1977-
integrity sha512-HO2hh0fmtqNLzTAme/KnND5uFNwbsdYhCZghK2SoxGp3Ifn2emv+hi0PBUjzzSh0dstUIFqOj3bp0AwQlK4OWw==
1974+
"@typescript-eslint/type-utils@5.54.0":
1975+
version "5.54.0"
1976+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.54.0.tgz#390717216eb61393a0cad2995da154b613ba7b26"
1977+
integrity sha512-WI+WMJ8+oS+LyflqsD4nlXMsVdzTMYTxl16myXPaCXnSgc7LWwMsjxQFZCK/rVmTZ3FN71Ct78ehO9bRC7erYQ==
19781978
dependencies:
1979-
"@typescript-eslint/typescript-estree" "5.53.0"
1980-
"@typescript-eslint/utils" "5.53.0"
1979+
"@typescript-eslint/typescript-estree" "5.54.0"
1980+
"@typescript-eslint/utils" "5.54.0"
19811981
debug "^4.3.4"
19821982
tsutils "^3.21.0"
19831983

1984-
"@typescript-eslint/types@5.53.0":
1985-
version "5.53.0"
1986-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.53.0.tgz#f79eca62b97e518ee124086a21a24f3be267026f"
1987-
integrity sha512-5kcDL9ZUIP756K6+QOAfPkigJmCPHcLN7Zjdz76lQWWDdzfOhZDTj1irs6gPBKiXx5/6O3L0+AvupAut3z7D2A==
1984+
"@typescript-eslint/types@5.54.0":
1985+
version "5.54.0"
1986+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.54.0.tgz#7d519df01f50739254d89378e0dcac504cab2740"
1987+
integrity sha512-nExy+fDCBEgqblasfeE3aQ3NuafBUxZxgxXcYfzYRZFHdVvk5q60KhCSkG0noHgHRo/xQ/BOzURLZAafFpTkmQ==
19881988

1989-
"@typescript-eslint/typescript-estree@5.53.0":
1990-
version "5.53.0"
1991-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.53.0.tgz#bc651dc28cf18ab248ecd18a4c886c744aebd690"
1992-
integrity sha512-eKmipH7QyScpHSkhbptBBYh9v8FxtngLquq292YTEQ1pxVs39yFBlLC1xeIZcPPz1RWGqb7YgERJRGkjw8ZV7w==
1989+
"@typescript-eslint/typescript-estree@5.54.0":
1990+
version "5.54.0"
1991+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.54.0.tgz#f6f3440cabee8a43a0b25fa498213ebb61fdfe99"
1992+
integrity sha512-X2rJG97Wj/VRo5YxJ8Qx26Zqf0RRKsVHd4sav8NElhbZzhpBI8jU54i6hfo9eheumj4oO4dcRN1B/zIVEqR/MQ==
19931993
dependencies:
1994-
"@typescript-eslint/types" "5.53.0"
1995-
"@typescript-eslint/visitor-keys" "5.53.0"
1994+
"@typescript-eslint/types" "5.54.0"
1995+
"@typescript-eslint/visitor-keys" "5.54.0"
19961996
debug "^4.3.4"
19971997
globby "^11.1.0"
19981998
is-glob "^4.0.3"
19991999
semver "^7.3.7"
20002000
tsutils "^3.21.0"
20012001

2002-
"@typescript-eslint/utils@5.53.0":
2003-
version "5.53.0"
2004-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.53.0.tgz#e55eaad9d6fffa120575ffaa530c7e802f13bce8"
2005-
integrity sha512-VUOOtPv27UNWLxFwQK/8+7kvxVC+hPHNsJjzlJyotlaHjLSIgOCKj9I0DBUjwOOA64qjBwx5afAPjksqOxMO0g==
2002+
"@typescript-eslint/utils@5.54.0":
2003+
version "5.54.0"
2004+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.54.0.tgz#3db758aae078be7b54b8ea8ea4537ff6cd3fbc21"
2005+
integrity sha512-cuwm8D/Z/7AuyAeJ+T0r4WZmlnlxQ8wt7C7fLpFlKMR+dY6QO79Cq1WpJhvZbMA4ZeZGHiRWnht7ZJ8qkdAunw==
20062006
dependencies:
20072007
"@types/json-schema" "^7.0.9"
20082008
"@types/semver" "^7.3.12"
2009-
"@typescript-eslint/scope-manager" "5.53.0"
2010-
"@typescript-eslint/types" "5.53.0"
2011-
"@typescript-eslint/typescript-estree" "5.53.0"
2009+
"@typescript-eslint/scope-manager" "5.54.0"
2010+
"@typescript-eslint/types" "5.54.0"
2011+
"@typescript-eslint/typescript-estree" "5.54.0"
20122012
eslint-scope "^5.1.1"
20132013
eslint-utils "^3.0.0"
20142014
semver "^7.3.7"
20152015

2016-
"@typescript-eslint/visitor-keys@5.53.0":
2017-
version "5.53.0"
2018-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.53.0.tgz#8a5126623937cdd909c30d8fa72f79fa56cc1a9f"
2019-
integrity sha512-JqNLnX3leaHFZEN0gCh81sIvgrp/2GOACZNgO4+Tkf64u51kTpAyWFOY8XHx8XuXr3N2C9zgPPHtcpMg6z1g0w==
2016+
"@typescript-eslint/visitor-keys@5.54.0":
2017+
version "5.54.0"
2018+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.54.0.tgz#846878afbf0cd67c19cfa8d75947383d4490db8f"
2019+
integrity sha512-xu4wT7aRCakGINTLGeyGqDn+78BwFlggwBjnHa1ar/KaGagnmwLYmlrXIrgAaQ3AE1Vd6nLfKASm7LrFHNbKGA==
20202020
dependencies:
2021-
"@typescript-eslint/types" "5.53.0"
2021+
"@typescript-eslint/types" "5.54.0"
20222022
eslint-visitor-keys "^3.3.0"
20232023

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

0 commit comments

Comments
 (0)