Skip to content

Commit f58f3fd

Browse files
Bump typescript-eslint from 8.16.0 to 8.17.0 (#1177)
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.16.0 to 8.17.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.17.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 51b45a2 commit f58f3fd

File tree

2 files changed

+58
-58
lines changed

2 files changed

+58
-58
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1321,7 +1321,7 @@
13211321
"prettier": "^3.3.3",
13221322
"ts-loader": "^9.5.1",
13231323
"typescript": "^5.5.4",
1324-
"typescript-eslint": "^8.16.0",
1324+
"typescript-eslint": "^8.17.0",
13251325
"webpack": "^5.96.1",
13261326
"webpack-cli": "^5.1.1"
13271327
},

yarn.lock

Lines changed: 57 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -341,85 +341,85 @@
341341
dependencies:
342342
"@types/yargs-parser" "*"
343343

344-
"@typescript-eslint/eslint-plugin@8.16.0", "@typescript-eslint/eslint-plugin@^8.15.0":
345-
version "8.16.0"
346-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.16.0.tgz#ac56825bcdf3b392fc76a94b1315d4a162f201a6"
347-
integrity sha512-5YTHKV8MYlyMI6BaEG7crQ9BhSc8RxzshOReKwZwRWN0+XvvTOm+L/UYLCYxFpfwYuAAqhxiq4yae0CMFwbL7Q==
344+
"@typescript-eslint/eslint-plugin@8.17.0", "@typescript-eslint/eslint-plugin@^8.15.0":
345+
version "8.17.0"
346+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.17.0.tgz#2ee073c421f4e81e02d10e731241664b6253b23c"
347+
integrity sha512-HU1KAdW3Tt8zQkdvNoIijfWDMvdSweFYm4hWh+KwhPstv+sCmWb89hCIP8msFm9N1R/ooh9honpSuvqKWlYy3w==
348348
dependencies:
349349
"@eslint-community/regexpp" "^4.10.0"
350-
"@typescript-eslint/scope-manager" "8.16.0"
351-
"@typescript-eslint/type-utils" "8.16.0"
352-
"@typescript-eslint/utils" "8.16.0"
353-
"@typescript-eslint/visitor-keys" "8.16.0"
350+
"@typescript-eslint/scope-manager" "8.17.0"
351+
"@typescript-eslint/type-utils" "8.17.0"
352+
"@typescript-eslint/utils" "8.17.0"
353+
"@typescript-eslint/visitor-keys" "8.17.0"
354354
graphemer "^1.4.0"
355355
ignore "^5.3.1"
356356
natural-compare "^1.4.0"
357357
ts-api-utils "^1.3.0"
358358

359-
"@typescript-eslint/parser@8.16.0", "@typescript-eslint/parser@^8.14.0":
360-
version "8.16.0"
361-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.16.0.tgz#ee5b2d6241c1ab3e2e53f03fd5a32d8e266d8e06"
362-
integrity sha512-D7DbgGFtsqIPIFMPJwCad9Gfi/hC0PWErRRHFnaCWoEDYi5tQUDiJCTmGUbBiLzjqAck4KcXt9Ayj0CNlIrF+w==
359+
"@typescript-eslint/parser@8.17.0", "@typescript-eslint/parser@^8.14.0":
360+
version "8.17.0"
361+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.17.0.tgz#2ee972bb12fa69ac625b85813dc8d9a5a053ff52"
362+
integrity sha512-Drp39TXuUlD49F7ilHHCG7TTg8IkA+hxCuULdmzWYICxGXvDXmDmWEjJYZQYgf6l/TFfYNE167m7isnc3xlIEg==
363363
dependencies:
364-
"@typescript-eslint/scope-manager" "8.16.0"
365-
"@typescript-eslint/types" "8.16.0"
366-
"@typescript-eslint/typescript-estree" "8.16.0"
367-
"@typescript-eslint/visitor-keys" "8.16.0"
364+
"@typescript-eslint/scope-manager" "8.17.0"
365+
"@typescript-eslint/types" "8.17.0"
366+
"@typescript-eslint/typescript-estree" "8.17.0"
367+
"@typescript-eslint/visitor-keys" "8.17.0"
368368
debug "^4.3.4"
369369

370-
"@typescript-eslint/scope-manager@8.16.0":
371-
version "8.16.0"
372-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.16.0.tgz#ebc9a3b399a69a6052f3d88174456dd399ef5905"
373-
integrity sha512-mwsZWubQvBki2t5565uxF0EYvG+FwdFb8bMtDuGQLdCCnGPrDEDvm1gtfynuKlnpzeBRqdFCkMf9jg1fnAK8sg==
370+
"@typescript-eslint/scope-manager@8.17.0":
371+
version "8.17.0"
372+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.17.0.tgz#a3f49bf3d4d27ff8d6b2ea099ba465ef4dbcaa3a"
373+
integrity sha512-/ewp4XjvnxaREtqsZjF4Mfn078RD/9GmiEAtTeLQ7yFdKnqwTOgRMSvFz4et9U5RiJQ15WTGXPLj89zGusvxBg==
374374
dependencies:
375-
"@typescript-eslint/types" "8.16.0"
376-
"@typescript-eslint/visitor-keys" "8.16.0"
375+
"@typescript-eslint/types" "8.17.0"
376+
"@typescript-eslint/visitor-keys" "8.17.0"
377377

378-
"@typescript-eslint/type-utils@8.16.0":
379-
version "8.16.0"
380-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.16.0.tgz#585388735f7ac390f07c885845c3d185d1b64740"
381-
integrity sha512-IqZHGG+g1XCWX9NyqnI/0CX5LL8/18awQqmkZSl2ynn8F76j579dByc0jhfVSnSnhf7zv76mKBQv9HQFKvDCgg==
378+
"@typescript-eslint/type-utils@8.17.0":
379+
version "8.17.0"
380+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.17.0.tgz#d326569f498cdd0edf58d5bb6030b4ad914e63d3"
381+
integrity sha512-q38llWJYPd63rRnJ6wY/ZQqIzPrBCkPdpIsaCfkR3Q4t3p6sb422zougfad4TFW9+ElIFLVDzWGiGAfbb/v2qw==
382382
dependencies:
383-
"@typescript-eslint/typescript-estree" "8.16.0"
384-
"@typescript-eslint/utils" "8.16.0"
383+
"@typescript-eslint/typescript-estree" "8.17.0"
384+
"@typescript-eslint/utils" "8.17.0"
385385
debug "^4.3.4"
386386
ts-api-utils "^1.3.0"
387387

388-
"@typescript-eslint/types@8.16.0":
389-
version "8.16.0"
390-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.16.0.tgz#49c92ae1b57942458ab83d9ec7ccab3005e64737"
391-
integrity sha512-NzrHj6thBAOSE4d9bsuRNMvk+BvaQvmY4dDglgkgGC0EW/tB3Kelnp3tAKH87GEwzoxgeQn9fNGRyFJM/xd+GQ==
388+
"@typescript-eslint/types@8.17.0":
389+
version "8.17.0"
390+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.17.0.tgz#ef84c709ef8324e766878834970bea9a7e3b72cf"
391+
integrity sha512-gY2TVzeve3z6crqh2Ic7Cr+CAv6pfb0Egee7J5UAVWCpVvDI/F71wNfolIim4FE6hT15EbpZFVUj9j5i38jYXA==
392392

393-
"@typescript-eslint/typescript-estree@8.16.0":
394-
version "8.16.0"
395-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.16.0.tgz#9d741e56e5b13469b5190e763432ce5551a9300c"
396-
integrity sha512-E2+9IzzXMc1iaBy9zmo+UYvluE3TW7bCGWSF41hVWUE01o8nzr1rvOQYSxelxr6StUvRcTMe633eY8mXASMaNw==
393+
"@typescript-eslint/typescript-estree@8.17.0":
394+
version "8.17.0"
395+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.17.0.tgz#40b5903bc929b1e8dd9c77db3cb52cfb199a2a34"
396+
integrity sha512-JqkOopc1nRKZpX+opvKqnM3XUlM7LpFMD0lYxTqOTKQfCWAmxw45e3qlOCsEqEB2yuacujivudOFpCnqkBDNMw==
397397
dependencies:
398-
"@typescript-eslint/types" "8.16.0"
399-
"@typescript-eslint/visitor-keys" "8.16.0"
398+
"@typescript-eslint/types" "8.17.0"
399+
"@typescript-eslint/visitor-keys" "8.17.0"
400400
debug "^4.3.4"
401401
fast-glob "^3.3.2"
402402
is-glob "^4.0.3"
403403
minimatch "^9.0.4"
404404
semver "^7.6.0"
405405
ts-api-utils "^1.3.0"
406406

407-
"@typescript-eslint/utils@8.16.0":
408-
version "8.16.0"
409-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.16.0.tgz#c71264c437157feaa97842809836254a6fc833c3"
410-
integrity sha512-C1zRy/mOL8Pj157GiX4kaw7iyRLKfJXBR3L82hk5kS/GyHcOFmy4YUq/zfZti72I9wnuQtA/+xzft4wCC8PJdA==
407+
"@typescript-eslint/utils@8.17.0":
408+
version "8.17.0"
409+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.17.0.tgz#41c05105a2b6ab7592f513d2eeb2c2c0236d8908"
410+
integrity sha512-bQC8BnEkxqG8HBGKwG9wXlZqg37RKSMY7v/X8VEWD8JG2JuTHuNK0VFvMPMUKQcbk6B+tf05k+4AShAEtCtJ/w==
411411
dependencies:
412412
"@eslint-community/eslint-utils" "^4.4.0"
413-
"@typescript-eslint/scope-manager" "8.16.0"
414-
"@typescript-eslint/types" "8.16.0"
415-
"@typescript-eslint/typescript-estree" "8.16.0"
413+
"@typescript-eslint/scope-manager" "8.17.0"
414+
"@typescript-eslint/types" "8.17.0"
415+
"@typescript-eslint/typescript-estree" "8.17.0"
416416

417-
"@typescript-eslint/visitor-keys@8.16.0":
418-
version "8.16.0"
419-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.16.0.tgz#d5086afc060b01ff7a4ecab8d49d13d5a7b07705"
420-
integrity sha512-pq19gbaMOmFE3CbL0ZB8J8BFCo2ckfHBfaIsaOZgBIF4EoISJIdLX5xRhd0FGB0LlHReNRuzoJoMGpTjq8F2CQ==
417+
"@typescript-eslint/visitor-keys@8.17.0":
418+
version "8.17.0"
419+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.17.0.tgz#4dbcd0e28b9bf951f4293805bf34f98df45e1aa8"
420+
integrity sha512-1Hm7THLpO6ww5QU6H/Qp+AusUUl+z/CAm3cNZZ0jQvon9yicgO7Rwd+/WWRpMKLYV6p2UvdbR27c86rzCPpreg==
421421
dependencies:
422-
"@typescript-eslint/types" "8.16.0"
422+
"@typescript-eslint/types" "8.17.0"
423423
eslint-visitor-keys "^4.2.0"
424424

425425
"@vscode/test-cli@^0.0.10":
@@ -2371,14 +2371,14 @@ type-check@^0.4.0, type-check@~0.4.0:
23712371
dependencies:
23722372
prelude-ls "^1.2.1"
23732373

2374-
typescript-eslint@^8.16.0:
2375-
version "8.16.0"
2376-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.16.0.tgz#d608c972d6b2461ca10ec30fd3fa62a080baba19"
2377-
integrity sha512-wDkVmlY6O2do4V+lZd0GtRfbtXbeD0q9WygwXXSJnC1xorE8eqyC2L1tJimqpSeFrOzRlYtWnUp/uzgHQOgfBQ==
2374+
typescript-eslint@^8.17.0:
2375+
version "8.17.0"
2376+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.17.0.tgz#fa4033c26b3b40f778287bc12918d985481b220b"
2377+
integrity sha512-409VXvFd/f1br1DCbuKNFqQpXICoTB+V51afcwG1pn1a3Cp92MqAUges3YjwEdQ0cMUoCIodjVDAYzyD8h3SYA==
23782378
dependencies:
2379-
"@typescript-eslint/eslint-plugin" "8.16.0"
2380-
"@typescript-eslint/parser" "8.16.0"
2381-
"@typescript-eslint/utils" "8.16.0"
2379+
"@typescript-eslint/eslint-plugin" "8.17.0"
2380+
"@typescript-eslint/parser" "8.17.0"
2381+
"@typescript-eslint/utils" "8.17.0"
23822382

23832383
typescript@^5.5.4:
23842384
version "5.5.4"

0 commit comments

Comments
 (0)