Skip to content

Commit 2df776f

Browse files
chore(deps): update typescript-eslint monorepo to v8.11.0
1 parent c22c35e commit 2df776f

2 files changed

Lines changed: 52 additions & 52 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
"@types/jest": "27.5.2",
5353
"@types/node": "20.16.9",
5454
"@types/supertest": "6.0.2",
55-
"@typescript-eslint/eslint-plugin": "8.7.0",
56-
"@typescript-eslint/parser": "8.7.0",
55+
"@typescript-eslint/eslint-plugin": "8.11.0",
56+
"@typescript-eslint/parser": "8.11.0",
5757
"eslint": "9.11.1",
5858
"eslint-config-prettier": "9.1.0",
5959
"eslint-config-ts-lambdas": "1.2.3",

yarn.lock

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1851,85 +1851,85 @@
18511851
dependencies:
18521852
"@types/yargs-parser" "*"
18531853

1854-
"@typescript-eslint/eslint-plugin@8.7.0":
1855-
version "8.7.0"
1856-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.7.0.tgz#d0070f206daad26253bf00ca5b80f9b54f9e2dd0"
1857-
integrity sha512-RIHOoznhA3CCfSTFiB6kBGLQtB/sox+pJ6jeFu6FxJvqL8qRxq/FfGO/UhsGgQM9oGdXkV4xUgli+dt26biB6A==
1854+
"@typescript-eslint/eslint-plugin@8.11.0":
1855+
version "8.11.0"
1856+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.11.0.tgz#c3f087d20715fa94310b30666c08b3349e0ab084"
1857+
integrity sha512-KhGn2LjW1PJT2A/GfDpiyOfS4a8xHQv2myUagTM5+zsormOmBlYsnQ6pobJ8XxJmh6hnHwa2Mbe3fPrDJoDhbA==
18581858
dependencies:
18591859
"@eslint-community/regexpp" "^4.10.0"
1860-
"@typescript-eslint/scope-manager" "8.7.0"
1861-
"@typescript-eslint/type-utils" "8.7.0"
1862-
"@typescript-eslint/utils" "8.7.0"
1863-
"@typescript-eslint/visitor-keys" "8.7.0"
1860+
"@typescript-eslint/scope-manager" "8.11.0"
1861+
"@typescript-eslint/type-utils" "8.11.0"
1862+
"@typescript-eslint/utils" "8.11.0"
1863+
"@typescript-eslint/visitor-keys" "8.11.0"
18641864
graphemer "^1.4.0"
18651865
ignore "^5.3.1"
18661866
natural-compare "^1.4.0"
18671867
ts-api-utils "^1.3.0"
18681868

1869-
"@typescript-eslint/parser@8.7.0":
1870-
version "8.7.0"
1871-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.7.0.tgz#a567b0890d13db72c7348e1d88442ea8ab4e9173"
1872-
integrity sha512-lN0btVpj2unxHlNYLI//BQ7nzbMJYBVQX5+pbNXvGYazdlgYonMn4AhhHifQ+J4fGRYA/m1DjaQjx+fDetqBOQ==
1869+
"@typescript-eslint/parser@8.11.0":
1870+
version "8.11.0"
1871+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.11.0.tgz#2ad1481388dc1c937f50b2d138c9ca57cc6c5cce"
1872+
integrity sha512-lmt73NeHdy1Q/2ul295Qy3uninSqi6wQI18XwSpm8w0ZbQXUpjCAWP1Vlv/obudoBiIjJVjlztjQ+d/Md98Yxg==
18731873
dependencies:
1874-
"@typescript-eslint/scope-manager" "8.7.0"
1875-
"@typescript-eslint/types" "8.7.0"
1876-
"@typescript-eslint/typescript-estree" "8.7.0"
1877-
"@typescript-eslint/visitor-keys" "8.7.0"
1874+
"@typescript-eslint/scope-manager" "8.11.0"
1875+
"@typescript-eslint/types" "8.11.0"
1876+
"@typescript-eslint/typescript-estree" "8.11.0"
1877+
"@typescript-eslint/visitor-keys" "8.11.0"
18781878
debug "^4.3.4"
18791879

1880-
"@typescript-eslint/scope-manager@8.7.0":
1881-
version "8.7.0"
1882-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.7.0.tgz#90ee7bf9bc982b9260b93347c01a8bc2b595e0b8"
1883-
integrity sha512-87rC0k3ZlDOuz82zzXRtQ7Akv3GKhHs0ti4YcbAJtaomllXoSO8hi7Ix3ccEvCd824dy9aIX+j3d2UMAfCtVpg==
1880+
"@typescript-eslint/scope-manager@8.11.0":
1881+
version "8.11.0"
1882+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.11.0.tgz#9d399ce624118966732824878bc9a83593a30405"
1883+
integrity sha512-Uholz7tWhXmA4r6epo+vaeV7yjdKy5QFCERMjs1kMVsLRKIrSdM6o21W2He9ftp5PP6aWOVpD5zvrvuHZC0bMQ==
18841884
dependencies:
1885-
"@typescript-eslint/types" "8.7.0"
1886-
"@typescript-eslint/visitor-keys" "8.7.0"
1885+
"@typescript-eslint/types" "8.11.0"
1886+
"@typescript-eslint/visitor-keys" "8.11.0"
18871887

1888-
"@typescript-eslint/type-utils@8.7.0":
1889-
version "8.7.0"
1890-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.7.0.tgz#d56b104183bdcffcc434a23d1ce26cde5e42df93"
1891-
integrity sha512-tl0N0Mj3hMSkEYhLkjREp54OSb/FI6qyCzfiiclvJvOqre6hsZTGSnHtmFLDU8TIM62G7ygEa1bI08lcuRwEnQ==
1888+
"@typescript-eslint/type-utils@8.11.0":
1889+
version "8.11.0"
1890+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.11.0.tgz#b7f9e6120c1ddee8a1a07615646642ad85fc91b5"
1891+
integrity sha512-ItiMfJS6pQU0NIKAaybBKkuVzo6IdnAhPFZA/2Mba/uBjuPQPet/8+zh5GtLHwmuFRShZx+8lhIs7/QeDHflOg==
18921892
dependencies:
1893-
"@typescript-eslint/typescript-estree" "8.7.0"
1894-
"@typescript-eslint/utils" "8.7.0"
1893+
"@typescript-eslint/typescript-estree" "8.11.0"
1894+
"@typescript-eslint/utils" "8.11.0"
18951895
debug "^4.3.4"
18961896
ts-api-utils "^1.3.0"
18971897

1898-
"@typescript-eslint/types@8.7.0":
1899-
version "8.7.0"
1900-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.7.0.tgz#21d987201c07b69ce7ddc03451d7196e5445ad19"
1901-
integrity sha512-LLt4BLHFwSfASHSF2K29SZ+ZCsbQOM+LuarPjRUuHm+Qd09hSe3GCeaQbcCr+Mik+0QFRmep/FyZBO6fJ64U3w==
1898+
"@typescript-eslint/types@8.11.0":
1899+
version "8.11.0"
1900+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.11.0.tgz#7c766250502097f49bbc2e651132e6bf489e20b8"
1901+
integrity sha512-tn6sNMHf6EBAYMvmPUaKaVeYvhUsrE6x+bXQTxjQRp360h1giATU0WvgeEys1spbvb5R+VpNOZ+XJmjD8wOUHw==
19021902

1903-
"@typescript-eslint/typescript-estree@8.7.0":
1904-
version "8.7.0"
1905-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.7.0.tgz#6c7db6baa4380b937fa81466c546d052f362d0e8"
1906-
integrity sha512-MC8nmcGHsmfAKxwnluTQpNqceniT8SteVwd2voYlmiSWGOtjvGXdPl17dYu2797GVscK30Z04WRM28CrKS9WOg==
1903+
"@typescript-eslint/typescript-estree@8.11.0":
1904+
version "8.11.0"
1905+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.11.0.tgz#35fe5d3636fc5727c52429393415412e552e222b"
1906+
integrity sha512-yHC3s1z1RCHoCz5t06gf7jH24rr3vns08XXhfEqzYpd6Hll3z/3g23JRi0jM8A47UFKNc3u/y5KIMx8Ynbjohg==
19071907
dependencies:
1908-
"@typescript-eslint/types" "8.7.0"
1909-
"@typescript-eslint/visitor-keys" "8.7.0"
1908+
"@typescript-eslint/types" "8.11.0"
1909+
"@typescript-eslint/visitor-keys" "8.11.0"
19101910
debug "^4.3.4"
19111911
fast-glob "^3.3.2"
19121912
is-glob "^4.0.3"
19131913
minimatch "^9.0.4"
19141914
semver "^7.6.0"
19151915
ts-api-utils "^1.3.0"
19161916

1917-
"@typescript-eslint/utils@8.7.0":
1918-
version "8.7.0"
1919-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.7.0.tgz#cef3f70708b5b5fd7ed8672fc14714472bd8a011"
1920-
integrity sha512-ZbdUdwsl2X/s3CiyAu3gOlfQzpbuG3nTWKPoIvAu1pu5r8viiJvv2NPN2AqArL35NCYtw/lrPPfM4gxrMLNLPw==
1917+
"@typescript-eslint/utils@8.11.0":
1918+
version "8.11.0"
1919+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.11.0.tgz#4480d1e9f2bb18ea3510c79f870a1aefc118103d"
1920+
integrity sha512-CYiX6WZcbXNJV7UNB4PLDIBtSdRmRI/nb0FMyqHPTQD1rMjA0foPLaPUV39C/MxkTd/QKSeX+Gb34PPsDVC35g==
19211921
dependencies:
19221922
"@eslint-community/eslint-utils" "^4.4.0"
1923-
"@typescript-eslint/scope-manager" "8.7.0"
1924-
"@typescript-eslint/types" "8.7.0"
1925-
"@typescript-eslint/typescript-estree" "8.7.0"
1923+
"@typescript-eslint/scope-manager" "8.11.0"
1924+
"@typescript-eslint/types" "8.11.0"
1925+
"@typescript-eslint/typescript-estree" "8.11.0"
19261926

1927-
"@typescript-eslint/visitor-keys@8.7.0":
1928-
version "8.7.0"
1929-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.7.0.tgz#5e46f1777f9d69360a883c1a56ac3c511c9659a8"
1930-
integrity sha512-b1tx0orFCCh/THWPQa2ZwWzvOeyzzp36vkJYOpVg0u8UVOIsfVrnuC9FqAw9gRKn+rG2VmWQ/zDJZzkxUnj/XQ==
1927+
"@typescript-eslint/visitor-keys@8.11.0":
1928+
version "8.11.0"
1929+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.11.0.tgz#273de1cbffe63d9f9cd7dfc20b5a5af66310cb92"
1930+
integrity sha512-EaewX6lxSjRJnc+99+dqzTeoDZUfyrA52d2/HRrkI830kgovWsmIiTfmr0NZorzqic7ga+1bS60lRBUgR3n/Bw==
19311931
dependencies:
1932-
"@typescript-eslint/types" "8.7.0"
1932+
"@typescript-eslint/types" "8.11.0"
19331933
eslint-visitor-keys "^3.4.3"
19341934

19351935
"@webassemblyjs/ast@1.12.1", "@webassemblyjs/ast@^1.12.1":

0 commit comments

Comments
 (0)