Skip to content

Commit c3fe7bf

Browse files
chore(deps): update typescript-eslint monorepo to v8.50.0 (#1457)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f6f8728 commit c3fe7bf

2 files changed

Lines changed: 65 additions & 65 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.19.27",
5454
"@types/supertest": "6.0.3",
55-
"@typescript-eslint/eslint-plugin": "8.49.0",
56-
"@typescript-eslint/parser": "8.49.0",
55+
"@typescript-eslint/eslint-plugin": "8.50.0",
56+
"@typescript-eslint/parser": "8.50.0",
5757
"eslint": "9.39.2",
5858
"eslint-config-prettier": "10.1.8",
5959
"eslint-config-ts-lambdas": "1.2.3",

yarn.lock

Lines changed: 63 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1842,100 +1842,100 @@
18421842
dependencies:
18431843
"@types/yargs-parser" "*"
18441844

1845-
"@typescript-eslint/eslint-plugin@8.49.0":
1846-
version "8.49.0"
1847-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.49.0.tgz#8ed8736b8415a9193989220eadb6031dbcd2260a"
1848-
integrity sha512-JXij0vzIaTtCwu6SxTh8qBc66kmf1xs7pI4UOiMDFVct6q86G0Zs7KRcEoJgY3Cav3x5Tq0MF5jwgpgLqgKG3A==
1845+
"@typescript-eslint/eslint-plugin@8.50.0":
1846+
version "8.50.0"
1847+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.50.0.tgz#a6ce899690542e2affa9543306d2d3935740abb7"
1848+
integrity sha512-O7QnmOXYKVtPrfYzMolrCTfkezCJS9+ljLdKW/+DCvRsc3UAz+sbH6Xcsv7p30+0OwUbeWfUDAQE0vpabZ3QLg==
18491849
dependencies:
18501850
"@eslint-community/regexpp" "^4.10.0"
1851-
"@typescript-eslint/scope-manager" "8.49.0"
1852-
"@typescript-eslint/type-utils" "8.49.0"
1853-
"@typescript-eslint/utils" "8.49.0"
1854-
"@typescript-eslint/visitor-keys" "8.49.0"
1851+
"@typescript-eslint/scope-manager" "8.50.0"
1852+
"@typescript-eslint/type-utils" "8.50.0"
1853+
"@typescript-eslint/utils" "8.50.0"
1854+
"@typescript-eslint/visitor-keys" "8.50.0"
18551855
ignore "^7.0.0"
18561856
natural-compare "^1.4.0"
18571857
ts-api-utils "^2.1.0"
18581858

1859-
"@typescript-eslint/parser@8.49.0":
1860-
version "8.49.0"
1861-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.49.0.tgz#0ede412d59e99239b770f0f08c76c42fba717fa2"
1862-
integrity sha512-N9lBGA9o9aqb1hVMc9hzySbhKibHmB+N3IpoShyV6HyQYRGIhlrO5rQgttypi+yEeKsKI4idxC8Jw6gXKD4THA==
1859+
"@typescript-eslint/parser@8.50.0":
1860+
version "8.50.0"
1861+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.50.0.tgz#c35b28f686dbe08e81b9d6208ebc08912549f4ba"
1862+
integrity sha512-6/cmF2piao+f6wSxUsJLZjck7OQsYyRtcOZS02k7XINSNlz93v6emM8WutDQSXnroG2xwYlEVHJI+cPA7CPM3Q==
18631863
dependencies:
1864-
"@typescript-eslint/scope-manager" "8.49.0"
1865-
"@typescript-eslint/types" "8.49.0"
1866-
"@typescript-eslint/typescript-estree" "8.49.0"
1867-
"@typescript-eslint/visitor-keys" "8.49.0"
1864+
"@typescript-eslint/scope-manager" "8.50.0"
1865+
"@typescript-eslint/types" "8.50.0"
1866+
"@typescript-eslint/typescript-estree" "8.50.0"
1867+
"@typescript-eslint/visitor-keys" "8.50.0"
18681868
debug "^4.3.4"
18691869

1870-
"@typescript-eslint/project-service@8.49.0":
1871-
version "8.49.0"
1872-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.49.0.tgz#ce220525c88cb2d23792b391c07e14cb9697651a"
1873-
integrity sha512-/wJN0/DKkmRUMXjZUXYZpD1NEQzQAAn9QWfGwo+Ai8gnzqH7tvqS7oNVdTjKqOcPyVIdZdyCMoqN66Ia789e7g==
1870+
"@typescript-eslint/project-service@8.50.0":
1871+
version "8.50.0"
1872+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.50.0.tgz#1422366b7cc11fef8c6d87770884e608093423a4"
1873+
integrity sha512-Cg/nQcL1BcoTijEWyx4mkVC56r8dj44bFDvBdygifuS20f3OZCHmFbjF34DPSi07kwlFvqfv/xOLnJ5DquxSGQ==
18741874
dependencies:
1875-
"@typescript-eslint/tsconfig-utils" "^8.49.0"
1876-
"@typescript-eslint/types" "^8.49.0"
1875+
"@typescript-eslint/tsconfig-utils" "^8.50.0"
1876+
"@typescript-eslint/types" "^8.50.0"
18771877
debug "^4.3.4"
18781878

1879-
"@typescript-eslint/scope-manager@8.49.0":
1880-
version "8.49.0"
1881-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.49.0.tgz#a3496765b57fb48035d671174552e462e5bffa63"
1882-
integrity sha512-npgS3zi+/30KSOkXNs0LQXtsg9ekZ8OISAOLGWA/ZOEn0ZH74Ginfl7foziV8DT+D98WfQ5Kopwqb/PZOaIJGg==
1879+
"@typescript-eslint/scope-manager@8.50.0":
1880+
version "8.50.0"
1881+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.50.0.tgz#e0d6c838dc9044bc679724611b138cb34c81bddf"
1882+
integrity sha512-xCwfuCZjhIqy7+HKxBLrDVT5q/iq7XBVBXLn57RTIIpelLtEIZHXAF/Upa3+gaCpeV1NNS5Z9A+ID6jn50VD4A==
18831883
dependencies:
1884-
"@typescript-eslint/types" "8.49.0"
1885-
"@typescript-eslint/visitor-keys" "8.49.0"
1884+
"@typescript-eslint/types" "8.50.0"
1885+
"@typescript-eslint/visitor-keys" "8.50.0"
18861886

1887-
"@typescript-eslint/tsconfig-utils@8.49.0", "@typescript-eslint/tsconfig-utils@^8.49.0":
1888-
version "8.49.0"
1889-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.49.0.tgz#857777c8e35dd1e564505833d8043f544442fbf4"
1890-
integrity sha512-8prixNi1/6nawsRYxet4YOhnbW+W9FK/bQPxsGB1D3ZrDzbJ5FXw5XmzxZv82X3B+ZccuSxo/X8q9nQ+mFecWA==
1887+
"@typescript-eslint/tsconfig-utils@8.50.0", "@typescript-eslint/tsconfig-utils@^8.50.0":
1888+
version "8.50.0"
1889+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.50.0.tgz#5c17537ad4c8a13bf6d7393035edaf91a1e13191"
1890+
integrity sha512-vxd3G/ybKTSlm31MOA96gqvrRGv9RJ7LGtZCn2Vrc5htA0zCDvcMqUkifcjrWNNKXHUU3WCkYOzzVSFBd0wa2w==
18911891

1892-
"@typescript-eslint/type-utils@8.49.0":
1893-
version "8.49.0"
1894-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.49.0.tgz#d8118a0c1896a78a22f01d3c176e9945409b085b"
1895-
integrity sha512-KTExJfQ+svY8I10P4HdxKzWsvtVnsuCifU5MvXrRwoP2KOlNZ9ADNEWWsQTJgMxLzS5VLQKDjkCT/YzgsnqmZg==
1892+
"@typescript-eslint/type-utils@8.50.0":
1893+
version "8.50.0"
1894+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.50.0.tgz#feb6f54f876980a258b14f1cb033f54fc545d37b"
1895+
integrity sha512-7OciHT2lKCewR0mFoBrvZJ4AXTMe/sYOe87289WAViOocEmDjjv8MvIOT2XESuKj9jp8u3SZYUSh89QA4S1kQw==
18961896
dependencies:
1897-
"@typescript-eslint/types" "8.49.0"
1898-
"@typescript-eslint/typescript-estree" "8.49.0"
1899-
"@typescript-eslint/utils" "8.49.0"
1897+
"@typescript-eslint/types" "8.50.0"
1898+
"@typescript-eslint/typescript-estree" "8.50.0"
1899+
"@typescript-eslint/utils" "8.50.0"
19001900
debug "^4.3.4"
19011901
ts-api-utils "^2.1.0"
19021902

1903-
"@typescript-eslint/types@8.49.0", "@typescript-eslint/types@^8.49.0":
1904-
version "8.49.0"
1905-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.49.0.tgz#c1bd3ebf956d9e5216396349ca23c58d74f06aee"
1906-
integrity sha512-e9k/fneezorUo6WShlQpMxXh8/8wfyc+biu6tnAqA81oWrEic0k21RHzP9uqqpyBBeBKu4T+Bsjy9/b8u7obXQ==
1903+
"@typescript-eslint/types@8.50.0", "@typescript-eslint/types@^8.50.0":
1904+
version "8.50.0"
1905+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.50.0.tgz#ad8f1ad88ae0096f548c9cdf60da9b92832db96e"
1906+
integrity sha512-iX1mgmGrXdANhhITbpp2QQM2fGehBse9LbTf0sidWK6yg/NE+uhV5dfU1g6EYPlcReYmkE9QLPq/2irKAmtS9w==
19071907

1908-
"@typescript-eslint/typescript-estree@8.49.0":
1909-
version "8.49.0"
1910-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.49.0.tgz#99c5a53275197ccb4e849786dad68344e9924135"
1911-
integrity sha512-jrLdRuAbPfPIdYNppHJ/D0wN+wwNfJ32YTAm10eJVsFmrVpXQnDWBn8niCSMlWjvml8jsce5E/O+86IQtTbJWA==
1908+
"@typescript-eslint/typescript-estree@8.50.0":
1909+
version "8.50.0"
1910+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.50.0.tgz#2871d36617f81a127db905fa91b16d1a0251411b"
1911+
integrity sha512-W7SVAGBR/IX7zm1t70Yujpbk+zdPq/u4soeFSknWFdXIFuWsBGBOUu/Tn/I6KHSKvSh91OiMuaSnYp3mtPt5IQ==
19121912
dependencies:
1913-
"@typescript-eslint/project-service" "8.49.0"
1914-
"@typescript-eslint/tsconfig-utils" "8.49.0"
1915-
"@typescript-eslint/types" "8.49.0"
1916-
"@typescript-eslint/visitor-keys" "8.49.0"
1913+
"@typescript-eslint/project-service" "8.50.0"
1914+
"@typescript-eslint/tsconfig-utils" "8.50.0"
1915+
"@typescript-eslint/types" "8.50.0"
1916+
"@typescript-eslint/visitor-keys" "8.50.0"
19171917
debug "^4.3.4"
19181918
minimatch "^9.0.4"
19191919
semver "^7.6.0"
19201920
tinyglobby "^0.2.15"
19211921
ts-api-utils "^2.1.0"
19221922

1923-
"@typescript-eslint/utils@8.49.0":
1924-
version "8.49.0"
1925-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.49.0.tgz#43b3b91d30afd6f6114532cf0b228f1790f43aff"
1926-
integrity sha512-N3W7rJw7Rw+z1tRsHZbK395TWSYvufBXumYtEGzypgMUthlg0/hmCImeA8hgO2d2G4pd7ftpxxul2J8OdtdaFA==
1923+
"@typescript-eslint/utils@8.50.0":
1924+
version "8.50.0"
1925+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.50.0.tgz#107f20a5747eab5db988c5f6ad462b59851cdd1f"
1926+
integrity sha512-87KgUXET09CRjGCi2Ejxy3PULXna63/bMYv72tCAlDJC3Yqwln0HiFJ3VJMst2+mEtNtZu5oFvX4qJGjKsnAgg==
19271927
dependencies:
19281928
"@eslint-community/eslint-utils" "^4.7.0"
1929-
"@typescript-eslint/scope-manager" "8.49.0"
1930-
"@typescript-eslint/types" "8.49.0"
1931-
"@typescript-eslint/typescript-estree" "8.49.0"
1929+
"@typescript-eslint/scope-manager" "8.50.0"
1930+
"@typescript-eslint/types" "8.50.0"
1931+
"@typescript-eslint/typescript-estree" "8.50.0"
19321932

1933-
"@typescript-eslint/visitor-keys@8.49.0":
1934-
version "8.49.0"
1935-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.49.0.tgz#8e450cc502c0d285cad9e84d400cf349a85ced6c"
1936-
integrity sha512-LlKaciDe3GmZFphXIc79THF/YYBugZ7FS1pO581E/edlVVNbZKDy93evqmrfQ9/Y4uN0vVhX4iuchq26mK/iiA==
1933+
"@typescript-eslint/visitor-keys@8.50.0":
1934+
version "8.50.0"
1935+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.50.0.tgz#79d1c95474e08f844dbe13370715cfb9b7e21363"
1936+
integrity sha512-Xzmnb58+Db78gT/CCj/PVCvK+zxbnsw6F+O1oheYszJbBSdEjVhQi3C/Xttzxgi/GLmpvOggRs1RFpiJ8+c34Q==
19371937
dependencies:
1938-
"@typescript-eslint/types" "8.49.0"
1938+
"@typescript-eslint/types" "8.50.0"
19391939
eslint-visitor-keys "^4.2.1"
19401940

19411941
"@webassemblyjs/ast@1.14.1", "@webassemblyjs/ast@^1.14.1":

0 commit comments

Comments
 (0)