Skip to content

Commit 6e8943d

Browse files
chore(deps): update typescript-eslint monorepo to v8.55.0 (#1366)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5895e99 commit 6e8943d

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
@@ -40,8 +40,8 @@
4040
"@theguild/prettier-config": "3.0.1",
4141
"@types/jest": "30.0.0",
4242
"@types/node": "24.10.13",
43-
"@typescript-eslint/eslint-plugin": "8.54.0",
44-
"@typescript-eslint/parser": "8.54.0",
43+
"@typescript-eslint/eslint-plugin": "8.55.0",
44+
"@typescript-eslint/parser": "8.55.0",
4545
"babel-jest": "30.2.0",
4646
"bob-the-bundler": "7.0.1",
4747
"cross-env": "10.1.0",

yarn.lock

Lines changed: 63 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -2698,100 +2698,100 @@
26982698
dependencies:
26992699
"@types/yargs-parser" "*"
27002700

2701-
"@typescript-eslint/eslint-plugin@8.54.0":
2702-
version "8.54.0"
2703-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.54.0.tgz#d8899e5c2eccf5c4a20d01c036a193753748454d"
2704-
integrity sha512-hAAP5io/7csFStuOmR782YmTthKBJ9ND3WVL60hcOjvtGFb+HJxH4O5huAcmcZ9v9G8P+JETiZ/G1B8MALnWZQ==
2701+
"@typescript-eslint/eslint-plugin@8.55.0":
2702+
version "8.55.0"
2703+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.55.0.tgz#086d2ef661507b561f7b17f62d3179d692a0765f"
2704+
integrity sha512-1y/MVSz0NglV1ijHC8OT49mPJ4qhPYjiK08YUQVbIOyu+5k862LKUHFkpKHWu//zmr7hDR2rhwUm6gnCGNmGBQ==
27052705
dependencies:
27062706
"@eslint-community/regexpp" "^4.12.2"
2707-
"@typescript-eslint/scope-manager" "8.54.0"
2708-
"@typescript-eslint/type-utils" "8.54.0"
2709-
"@typescript-eslint/utils" "8.54.0"
2710-
"@typescript-eslint/visitor-keys" "8.54.0"
2707+
"@typescript-eslint/scope-manager" "8.55.0"
2708+
"@typescript-eslint/type-utils" "8.55.0"
2709+
"@typescript-eslint/utils" "8.55.0"
2710+
"@typescript-eslint/visitor-keys" "8.55.0"
27112711
ignore "^7.0.5"
27122712
natural-compare "^1.4.0"
27132713
ts-api-utils "^2.4.0"
27142714

2715-
"@typescript-eslint/parser@8.54.0":
2716-
version "8.54.0"
2717-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.54.0.tgz#3d01a6f54ed247deb9982621f70e7abf1810bd97"
2718-
integrity sha512-BtE0k6cjwjLZoZixN0t5AKP0kSzlGu7FctRXYuPAm//aaiZhmfq1JwdYpYr1brzEspYyFeF+8XF5j2VK6oalrA==
2715+
"@typescript-eslint/parser@8.55.0":
2716+
version "8.55.0"
2717+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.55.0.tgz#6eace4e9e95f178d3447ed1f17f3d6a5dfdb345c"
2718+
integrity sha512-4z2nCSBfVIMnbuu8uinj+f0o4qOeggYJLbjpPHka3KH1om7e+H9yLKTYgksTaHcGco+NClhhY2vyO3HsMH1RGw==
27192719
dependencies:
2720-
"@typescript-eslint/scope-manager" "8.54.0"
2721-
"@typescript-eslint/types" "8.54.0"
2722-
"@typescript-eslint/typescript-estree" "8.54.0"
2723-
"@typescript-eslint/visitor-keys" "8.54.0"
2720+
"@typescript-eslint/scope-manager" "8.55.0"
2721+
"@typescript-eslint/types" "8.55.0"
2722+
"@typescript-eslint/typescript-estree" "8.55.0"
2723+
"@typescript-eslint/visitor-keys" "8.55.0"
27242724
debug "^4.4.3"
27252725

2726-
"@typescript-eslint/project-service@8.54.0":
2727-
version "8.54.0"
2728-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.54.0.tgz#f582aceb3d752544c8e1b11fea8d95d00cf9adc6"
2729-
integrity sha512-YPf+rvJ1s7MyiWM4uTRhE4DvBXrEV+d8oC3P9Y2eT7S+HBS0clybdMIPnhiATi9vZOYDc7OQ1L/i6ga6NFYK/g==
2726+
"@typescript-eslint/project-service@8.55.0":
2727+
version "8.55.0"
2728+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.55.0.tgz#b8a71c06a625bdad481c24d5614b68e252f3ae9b"
2729+
integrity sha512-zRcVVPFUYWa3kNnjaZGXSu3xkKV1zXy8M4nO/pElzQhFweb7PPtluDLQtKArEOGmjXoRjnUZ29NjOiF0eCDkcQ==
27302730
dependencies:
2731-
"@typescript-eslint/tsconfig-utils" "^8.54.0"
2732-
"@typescript-eslint/types" "^8.54.0"
2731+
"@typescript-eslint/tsconfig-utils" "^8.55.0"
2732+
"@typescript-eslint/types" "^8.55.0"
27332733
debug "^4.4.3"
27342734

2735-
"@typescript-eslint/scope-manager@8.54.0":
2736-
version "8.54.0"
2737-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.54.0.tgz#307dc8cbd80157e2772c2d36216857415a71ab33"
2738-
integrity sha512-27rYVQku26j/PbHYcVfRPonmOlVI6gihHtXFbTdB5sb6qA0wdAQAbyXFVarQ5t4HRojIz64IV90YtsjQSSGlQg==
2735+
"@typescript-eslint/scope-manager@8.55.0":
2736+
version "8.55.0"
2737+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.55.0.tgz#8a0752c31c788651840dc98f840b0c2ebe143b8c"
2738+
integrity sha512-fVu5Omrd3jeqeQLiB9f1YsuK/iHFOwb04bCtY4BSCLgjNbOD33ZdV6KyEqplHr+IlpgT0QTZ/iJ+wT7hvTx49Q==
27392739
dependencies:
2740-
"@typescript-eslint/types" "8.54.0"
2741-
"@typescript-eslint/visitor-keys" "8.54.0"
2740+
"@typescript-eslint/types" "8.55.0"
2741+
"@typescript-eslint/visitor-keys" "8.55.0"
27422742

2743-
"@typescript-eslint/tsconfig-utils@8.54.0", "@typescript-eslint/tsconfig-utils@^8.54.0":
2744-
version "8.54.0"
2745-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.54.0.tgz#71dd7ba1674bd48b172fc4c85b2f734b0eae3dbc"
2746-
integrity sha512-dRgOyT2hPk/JwxNMZDsIXDgyl9axdJI3ogZ2XWhBPsnZUv+hPesa5iuhdYt2gzwA9t8RE5ytOJ6xB0moV0Ujvw==
2743+
"@typescript-eslint/tsconfig-utils@8.55.0", "@typescript-eslint/tsconfig-utils@^8.55.0":
2744+
version "8.55.0"
2745+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.55.0.tgz#62f1d005419985e09d37a040b2f1450e4e805afa"
2746+
integrity sha512-1R9cXqY7RQd7WuqSN47PK9EDpgFUK3VqdmbYrvWJZYDd0cavROGn+74ktWBlmJ13NXUQKlZ/iAEQHI/V0kKe0Q==
27472747

2748-
"@typescript-eslint/type-utils@8.54.0":
2749-
version "8.54.0"
2750-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.54.0.tgz#64965317dd4118346c2fa5ee94492892200e9fb9"
2751-
integrity sha512-hiLguxJWHjjwL6xMBwD903ciAwd7DmK30Y9Axs/etOkftC3ZNN9K44IuRD/EB08amu+Zw6W37x9RecLkOo3pMA==
2748+
"@typescript-eslint/type-utils@8.55.0":
2749+
version "8.55.0"
2750+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.55.0.tgz#195d854b3e56308ce475fdea2165313bb1190200"
2751+
integrity sha512-x1iH2unH4qAt6I37I2CGlsNs+B9WGxurP2uyZLRz6UJoZWDBx9cJL1xVN/FiOmHEONEg6RIufdvyT0TEYIgC5g==
27522752
dependencies:
2753-
"@typescript-eslint/types" "8.54.0"
2754-
"@typescript-eslint/typescript-estree" "8.54.0"
2755-
"@typescript-eslint/utils" "8.54.0"
2753+
"@typescript-eslint/types" "8.55.0"
2754+
"@typescript-eslint/typescript-estree" "8.55.0"
2755+
"@typescript-eslint/utils" "8.55.0"
27562756
debug "^4.4.3"
27572757
ts-api-utils "^2.4.0"
27582758

2759-
"@typescript-eslint/types@8.54.0", "@typescript-eslint/types@^8.54.0":
2760-
version "8.54.0"
2761-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.54.0.tgz#c12d41f67a2e15a8a96fbc5f2d07b17331130889"
2762-
integrity sha512-PDUI9R1BVjqu7AUDsRBbKMtwmjWcn4J3le+5LpcFgWULN3LvHC5rkc9gCVxbrsrGmO1jfPybN5s6h4Jy+OnkAA==
2759+
"@typescript-eslint/types@8.55.0", "@typescript-eslint/types@^8.55.0":
2760+
version "8.55.0"
2761+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.55.0.tgz#8449c5a7adac61184cac92dbf6315733569708c2"
2762+
integrity sha512-ujT0Je8GI5BJWi+/mMoR0wxwVEQaxM+pi30xuMiJETlX80OPovb2p9E8ss87gnSVtYXtJoU9U1Cowcr6w2FE0w==
27632763

2764-
"@typescript-eslint/typescript-estree@8.54.0":
2765-
version "8.54.0"
2766-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.54.0.tgz#3c7716905b2b811fadbd2114804047d1bfc86527"
2767-
integrity sha512-BUwcskRaPvTk6fzVWgDPdUndLjB87KYDrN5EYGetnktoeAvPtO4ONHlAZDnj5VFnUANg0Sjm7j4usBlnoVMHwA==
2764+
"@typescript-eslint/typescript-estree@8.55.0":
2765+
version "8.55.0"
2766+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.55.0.tgz#c83ac92c11ce79bedd984937c7780a65e7f7b2e3"
2767+
integrity sha512-EwrH67bSWdx/3aRQhCoxDaHM+CrZjotc2UCCpEDVqfCE+7OjKAGWNY2HsCSTEVvWH2clYQK8pdeLp42EVs+xQw==
27682768
dependencies:
2769-
"@typescript-eslint/project-service" "8.54.0"
2770-
"@typescript-eslint/tsconfig-utils" "8.54.0"
2771-
"@typescript-eslint/types" "8.54.0"
2772-
"@typescript-eslint/visitor-keys" "8.54.0"
2769+
"@typescript-eslint/project-service" "8.55.0"
2770+
"@typescript-eslint/tsconfig-utils" "8.55.0"
2771+
"@typescript-eslint/types" "8.55.0"
2772+
"@typescript-eslint/visitor-keys" "8.55.0"
27732773
debug "^4.4.3"
27742774
minimatch "^9.0.5"
27752775
semver "^7.7.3"
27762776
tinyglobby "^0.2.15"
27772777
ts-api-utils "^2.4.0"
27782778

2779-
"@typescript-eslint/utils@8.54.0":
2780-
version "8.54.0"
2781-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.54.0.tgz#c79a4bcbeebb4f571278c0183ed1cb601d84c6c8"
2782-
integrity sha512-9Cnda8GS57AQakvRyG0PTejJNlA2xhvyNtEVIMlDWOOeEyBkYWhGPnfrIAnqxLMTSTo6q8g12XVjjev5l1NvMA==
2779+
"@typescript-eslint/utils@8.55.0":
2780+
version "8.55.0"
2781+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.55.0.tgz#c1744d94a3901deb01f58b09d3478d811f96d619"
2782+
integrity sha512-BqZEsnPGdYpgyEIkDC1BadNY8oMwckftxBT+C8W0g1iKPdeqKZBtTfnvcq0nf60u7MkjFO8RBvpRGZBPw4L2ow==
27832783
dependencies:
27842784
"@eslint-community/eslint-utils" "^4.9.1"
2785-
"@typescript-eslint/scope-manager" "8.54.0"
2786-
"@typescript-eslint/types" "8.54.0"
2787-
"@typescript-eslint/typescript-estree" "8.54.0"
2785+
"@typescript-eslint/scope-manager" "8.55.0"
2786+
"@typescript-eslint/types" "8.55.0"
2787+
"@typescript-eslint/typescript-estree" "8.55.0"
27882788

2789-
"@typescript-eslint/visitor-keys@8.54.0":
2790-
version "8.54.0"
2791-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.54.0.tgz#0e4b50124b210b8600b245dd66cbad52deb15590"
2792-
integrity sha512-VFlhGSl4opC0bprJiItPQ1RfUhGDIBokcPwaFH4yiBCaNPeld/9VeXbiPO1cLyorQi1G1vL+ecBk1x8o1axORA==
2789+
"@typescript-eslint/visitor-keys@8.55.0":
2790+
version "8.55.0"
2791+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.55.0.tgz#3d9a40fd4e3705c63d8fae3af58988add3ed464d"
2792+
integrity sha512-AxNRwEie8Nn4eFS1FzDMJWIISMGoXMb037sgCBJ3UR6o0fQTzr2tqN9WT+DkWJPhIdQCfV7T6D387566VtnCJA==
27932793
dependencies:
2794-
"@typescript-eslint/types" "8.54.0"
2794+
"@typescript-eslint/types" "8.55.0"
27952795
eslint-visitor-keys "^4.2.1"
27962796

27972797
"@ungap/structured-clone@^1.3.0":

0 commit comments

Comments
 (0)