Skip to content

Commit 0728463

Browse files
committed
Update typescript-eslint monorepo to v5.38.0
1 parent 18bc46d commit 0728463

File tree

2 files changed

+51
-57
lines changed

2 files changed

+51
-57
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
"@graphql-codegen/typescript": "2.7.3",
4949
"@tsconfig/recommended": "1.0.1",
5050
"@types/jest": "29.0.3",
51-
"@typescript-eslint/eslint-plugin": "5.37.0",
52-
"@typescript-eslint/parser": "5.37.0",
51+
"@typescript-eslint/eslint-plugin": "5.38.0",
52+
"@typescript-eslint/parser": "5.38.0",
5353
"eslint": "8.23.1",
5454
"jest": "29.0.3",
5555
"myzod": "1.8.8",

yarn.lock

Lines changed: 49 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1841,85 +1841,84 @@
18411841
dependencies:
18421842
"@types/yargs-parser" "*"
18431843

1844-
"@typescript-eslint/eslint-plugin@5.37.0":
1845-
version "5.37.0"
1846-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.37.0.tgz#5ccdd5d9004120f28fc6e717fb4b5c9bddcfbc04"
1847-
integrity sha512-Fde6W0IafXktz1UlnhGkrrmnnGpAo1kyX7dnyHHVrmwJOn72Oqm3eYtddrpOwwel2W8PAK9F3pIL5S+lfoM0og==
1848-
dependencies:
1849-
"@typescript-eslint/scope-manager" "5.37.0"
1850-
"@typescript-eslint/type-utils" "5.37.0"
1851-
"@typescript-eslint/utils" "5.37.0"
1844+
"@typescript-eslint/eslint-plugin@5.38.0":
1845+
version "5.38.0"
1846+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.38.0.tgz#ac919a199548861012e8c1fb2ec4899ac2bc22ae"
1847+
integrity sha512-GgHi/GNuUbTOeoJiEANi0oI6fF3gBQc3bGFYj40nnAPCbhrtEDf2rjBmefFadweBmO1Du1YovHeDP2h5JLhtTQ==
1848+
dependencies:
1849+
"@typescript-eslint/scope-manager" "5.38.0"
1850+
"@typescript-eslint/type-utils" "5.38.0"
1851+
"@typescript-eslint/utils" "5.38.0"
18521852
debug "^4.3.4"
1853-
functional-red-black-tree "^1.0.1"
18541853
ignore "^5.2.0"
18551854
regexpp "^3.2.0"
18561855
semver "^7.3.7"
18571856
tsutils "^3.21.0"
18581857

1859-
"@typescript-eslint/parser@5.37.0":
1860-
version "5.37.0"
1861-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.37.0.tgz#c382077973f3a4ede7453fb14cadcad3970cbf3b"
1862-
integrity sha512-01VzI/ipYKuaG5PkE5+qyJ6m02fVALmMPY3Qq5BHflDx3y4VobbLdHQkSMg9VPRS4KdNt4oYTMaomFoHonBGAw==
1858+
"@typescript-eslint/parser@5.38.0":
1859+
version "5.38.0"
1860+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.38.0.tgz#5a59a1ff41a7b43aacd1bb2db54f6bf1c02b2ff8"
1861+
integrity sha512-/F63giJGLDr0ms1Cr8utDAxP2SPiglaD6V+pCOcG35P2jCqdfR7uuEhz1GIC3oy4hkUF8xA1XSXmd9hOh/a5EA==
18631862
dependencies:
1864-
"@typescript-eslint/scope-manager" "5.37.0"
1865-
"@typescript-eslint/types" "5.37.0"
1866-
"@typescript-eslint/typescript-estree" "5.37.0"
1863+
"@typescript-eslint/scope-manager" "5.38.0"
1864+
"@typescript-eslint/types" "5.38.0"
1865+
"@typescript-eslint/typescript-estree" "5.38.0"
18671866
debug "^4.3.4"
18681867

1869-
"@typescript-eslint/scope-manager@5.37.0":
1870-
version "5.37.0"
1871-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.37.0.tgz#044980e4f1516a774a418dafe701a483a6c9f9ca"
1872-
integrity sha512-F67MqrmSXGd/eZnujjtkPgBQzgespu/iCZ+54Ok9X5tALb9L2v3G+QBSoWkXG0p3lcTJsL+iXz5eLUEdSiJU9Q==
1868+
"@typescript-eslint/scope-manager@5.38.0":
1869+
version "5.38.0"
1870+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.38.0.tgz#8f0927024b6b24e28671352c93b393a810ab4553"
1871+
integrity sha512-ByhHIuNyKD9giwkkLqzezZ9y5bALW8VNY6xXcP+VxoH4JBDKjU5WNnsiD4HJdglHECdV+lyaxhvQjTUbRboiTA==
18731872
dependencies:
1874-
"@typescript-eslint/types" "5.37.0"
1875-
"@typescript-eslint/visitor-keys" "5.37.0"
1873+
"@typescript-eslint/types" "5.38.0"
1874+
"@typescript-eslint/visitor-keys" "5.38.0"
18761875

1877-
"@typescript-eslint/type-utils@5.37.0":
1878-
version "5.37.0"
1879-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.37.0.tgz#43ed2f567ada49d7e33a6e4b6f9babd060445fe5"
1880-
integrity sha512-BSx/O0Z0SXOF5tY0bNTBcDEKz2Ec20GVYvq/H/XNKiUorUFilH7NPbFUuiiyzWaSdN3PA8JV0OvYx0gH/5aFAQ==
1876+
"@typescript-eslint/type-utils@5.38.0":
1877+
version "5.38.0"
1878+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.38.0.tgz#c8b7f681da825fcfc66ff2b63d70693880496876"
1879+
integrity sha512-iZq5USgybUcj/lfnbuelJ0j3K9dbs1I3RICAJY9NZZpDgBYXmuUlYQGzftpQA9wC8cKgtS6DASTvF3HrXwwozA==
18811880
dependencies:
1882-
"@typescript-eslint/typescript-estree" "5.37.0"
1883-
"@typescript-eslint/utils" "5.37.0"
1881+
"@typescript-eslint/typescript-estree" "5.38.0"
1882+
"@typescript-eslint/utils" "5.38.0"
18841883
debug "^4.3.4"
18851884
tsutils "^3.21.0"
18861885

1887-
"@typescript-eslint/types@5.37.0":
1888-
version "5.37.0"
1889-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.37.0.tgz#09e4870a5f3af7af3f84e08d792644a87d232261"
1890-
integrity sha512-3frIJiTa5+tCb2iqR/bf7XwU20lnU05r/sgPJnRpwvfZaqCJBrl8Q/mw9vr3NrNdB/XtVyMA0eppRMMBqdJ1bA==
1886+
"@typescript-eslint/types@5.38.0":
1887+
version "5.38.0"
1888+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.38.0.tgz#8cd15825e4874354e31800dcac321d07548b8a5f"
1889+
integrity sha512-HHu4yMjJ7i3Cb+8NUuRCdOGu2VMkfmKyIJsOr9PfkBVYLYrtMCK/Ap50Rpov+iKpxDTfnqvDbuPLgBE5FwUNfA==
18911890

1892-
"@typescript-eslint/typescript-estree@5.37.0":
1893-
version "5.37.0"
1894-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.37.0.tgz#956dcf5c98363bcb97bdd5463a0a86072ff79355"
1895-
integrity sha512-JkFoFIt/cx59iqEDSgIGnQpCTRv96MQnXCYvJi7QhBC24uyuzbD8wVbajMB1b9x4I0octYFJ3OwjAwNqk1AjDA==
1891+
"@typescript-eslint/typescript-estree@5.38.0":
1892+
version "5.38.0"
1893+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.38.0.tgz#89f86b2279815c6fb7f57d68cf9b813f0dc25d98"
1894+
integrity sha512-6P0RuphkR+UuV7Avv7MU3hFoWaGcrgOdi8eTe1NwhMp2/GjUJoODBTRWzlHpZh6lFOaPmSvgxGlROa0Sg5Zbyg==
18961895
dependencies:
1897-
"@typescript-eslint/types" "5.37.0"
1898-
"@typescript-eslint/visitor-keys" "5.37.0"
1896+
"@typescript-eslint/types" "5.38.0"
1897+
"@typescript-eslint/visitor-keys" "5.38.0"
18991898
debug "^4.3.4"
19001899
globby "^11.1.0"
19011900
is-glob "^4.0.3"
19021901
semver "^7.3.7"
19031902
tsutils "^3.21.0"
19041903

1905-
"@typescript-eslint/utils@5.37.0":
1906-
version "5.37.0"
1907-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.37.0.tgz#7784cb8e91390c4f90ccaffd24a0cf9874df81b2"
1908-
integrity sha512-jUEJoQrWbZhmikbcWSMDuUSxEE7ID2W/QCV/uz10WtQqfOuKZUqFGjqLJ+qhDd17rjgp+QJPqTdPIBWwoob2NQ==
1904+
"@typescript-eslint/utils@5.38.0":
1905+
version "5.38.0"
1906+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.38.0.tgz#5b31f4896471818153790700eb02ac869a1543f4"
1907+
integrity sha512-6sdeYaBgk9Fh7N2unEXGz+D+som2QCQGPAf1SxrkEr+Z32gMreQ0rparXTNGRRfYUWk/JzbGdcM8NSSd6oqnTA==
19091908
dependencies:
19101909
"@types/json-schema" "^7.0.9"
1911-
"@typescript-eslint/scope-manager" "5.37.0"
1912-
"@typescript-eslint/types" "5.37.0"
1913-
"@typescript-eslint/typescript-estree" "5.37.0"
1910+
"@typescript-eslint/scope-manager" "5.38.0"
1911+
"@typescript-eslint/types" "5.38.0"
1912+
"@typescript-eslint/typescript-estree" "5.38.0"
19141913
eslint-scope "^5.1.1"
19151914
eslint-utils "^3.0.0"
19161915

1917-
"@typescript-eslint/visitor-keys@5.37.0":
1918-
version "5.37.0"
1919-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.37.0.tgz#7b72dd343295ea11e89b624995abc7103c554eee"
1920-
integrity sha512-Hp7rT4cENBPIzMwrlehLW/28EVCOcE9U1Z1BQTc8EA8v5qpr7GRGuG+U58V5tTY48zvUOA3KHvw3rA8tY9fbdA==
1916+
"@typescript-eslint/visitor-keys@5.38.0":
1917+
version "5.38.0"
1918+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.38.0.tgz#60591ca3bf78aa12b25002c0993d067c00887e34"
1919+
integrity sha512-MxnrdIyArnTi+XyFLR+kt/uNAcdOnmT+879os7qDRI+EYySR4crXJq9BXPfRzzLGq0wgxkwidrCJ9WCAoacm1w==
19211920
dependencies:
1922-
"@typescript-eslint/types" "5.37.0"
1921+
"@typescript-eslint/types" "5.38.0"
19231922
eslint-visitor-keys "^3.3.0"
19241923

19251924
"@whatwg-node/fetch@^0.2.4":
@@ -3176,11 +3175,6 @@ function-bind@^1.1.1:
31763175
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
31773176
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
31783177

3179-
functional-red-black-tree@^1.0.1:
3180-
version "1.0.1"
3181-
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
3182-
integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=
3183-
31843178
gensync@^1.0.0-beta.2:
31853179
version "1.0.0-beta.2"
31863180
resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0"

0 commit comments

Comments
 (0)