Skip to content

Commit 5adbb12

Browse files
fix(deps): bump typescript-eslint from 8.53.1 to 8.54.0
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.53.1 to 8.54.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.54.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-version: 8.54.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 152a59f commit 5adbb12

2 files changed

Lines changed: 33 additions & 94 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"eslint-plugin-n": "^17.23.2",
2222
"eslint-plugin-perfectionist": "^4",
2323
"eslint-plugin-unicorn": "^56.0.1",
24-
"typescript-eslint": "^8.53.1"
24+
"typescript-eslint": "^8.54.0"
2525
},
2626
"devDependencies": {
2727
"@oclif/prettier-config": "^0.2.1",

yarn.lock

Lines changed: 32 additions & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -294,32 +294,21 @@
294294
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz#56e2cc26c397c038fab0e3a917a12d5c5909e901"
295295
integrity sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==
296296

297-
"@typescript-eslint/eslint-plugin@8.53.1", "@typescript-eslint/eslint-plugin@^8":
298-
version "8.53.1"
299-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.53.1.tgz#f6640f6f8749b71d9ab457263939e8932a3c6b46"
300-
integrity sha512-cFYYFZ+oQFi6hUnBTbLRXfTJiaQtYE3t4O692agbBl+2Zy+eqSKWtPjhPXJu1G7j4RLjKgeJPDdq3EqOwmX5Ag==
297+
"@typescript-eslint/eslint-plugin@8.54.0", "@typescript-eslint/eslint-plugin@^8":
298+
version "8.54.0"
299+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.54.0.tgz#d8899e5c2eccf5c4a20d01c036a193753748454d"
300+
integrity sha512-hAAP5io/7csFStuOmR782YmTthKBJ9ND3WVL60hcOjvtGFb+HJxH4O5huAcmcZ9v9G8P+JETiZ/G1B8MALnWZQ==
301301
dependencies:
302302
"@eslint-community/regexpp" "^4.12.2"
303-
"@typescript-eslint/scope-manager" "8.53.1"
304-
"@typescript-eslint/type-utils" "8.53.1"
305-
"@typescript-eslint/utils" "8.53.1"
306-
"@typescript-eslint/visitor-keys" "8.53.1"
303+
"@typescript-eslint/scope-manager" "8.54.0"
304+
"@typescript-eslint/type-utils" "8.54.0"
305+
"@typescript-eslint/utils" "8.54.0"
306+
"@typescript-eslint/visitor-keys" "8.54.0"
307307
ignore "^7.0.5"
308308
natural-compare "^1.4.0"
309309
ts-api-utils "^2.4.0"
310310

311-
"@typescript-eslint/parser@8.53.1":
312-
version "8.53.1"
313-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.53.1.tgz#58d4a70cc2daee2becf7d4521d65ea1782d6ec68"
314-
integrity sha512-nm3cvFN9SqZGXjmw5bZ6cGmvJSyJPn0wU9gHAZZHDnZl2wF9PhHv78Xf06E0MaNk4zLVHL8hb2/c32XvyJOLQg==
315-
dependencies:
316-
"@typescript-eslint/scope-manager" "8.53.1"
317-
"@typescript-eslint/types" "8.53.1"
318-
"@typescript-eslint/typescript-estree" "8.53.1"
319-
"@typescript-eslint/visitor-keys" "8.53.1"
320-
debug "^4.4.3"
321-
322-
"@typescript-eslint/parser@^8":
311+
"@typescript-eslint/parser@8.54.0", "@typescript-eslint/parser@^8":
323312
version "8.54.0"
324313
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.54.0.tgz#3d01a6f54ed247deb9982621f70e7abf1810bd97"
325314
integrity sha512-BtE0k6cjwjLZoZixN0t5AKP0kSzlGu7FctRXYuPAm//aaiZhmfq1JwdYpYr1brzEspYyFeF+8XF5j2VK6oalrA==
@@ -330,15 +319,6 @@
330319
"@typescript-eslint/visitor-keys" "8.54.0"
331320
debug "^4.4.3"
332321

333-
"@typescript-eslint/project-service@8.53.1":
334-
version "8.53.1"
335-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.53.1.tgz#4e47856a0b14a1ceb28b0294b4badef3be1e9734"
336-
integrity sha512-WYC4FB5Ra0xidsmlPb+1SsnaSKPmS3gsjIARwbEkHkoWloQmuzcfypljaJcR78uyLA1h8sHdWWPHSLDI+MtNog==
337-
dependencies:
338-
"@typescript-eslint/tsconfig-utils" "^8.53.1"
339-
"@typescript-eslint/types" "^8.53.1"
340-
debug "^4.4.3"
341-
342322
"@typescript-eslint/project-service@8.54.0":
343323
version "8.54.0"
344324
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.54.0.tgz#f582aceb3d752544c8e1b11fea8d95d00cf9adc6"
@@ -348,14 +328,6 @@
348328
"@typescript-eslint/types" "^8.54.0"
349329
debug "^4.4.3"
350330

351-
"@typescript-eslint/scope-manager@8.53.1":
352-
version "8.53.1"
353-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.53.1.tgz#6c4b8c82cd45ae3b365afc2373636e166743a8fa"
354-
integrity sha512-Lu23yw1uJMFY8cUeq7JlrizAgeQvWugNQzJp8C3x8Eo5Jw5Q2ykMdiiTB9vBVOOUBysMzmRRmUfwFrZuI2C4SQ==
355-
dependencies:
356-
"@typescript-eslint/types" "8.53.1"
357-
"@typescript-eslint/visitor-keys" "8.53.1"
358-
359331
"@typescript-eslint/scope-manager@8.54.0":
360332
version "8.54.0"
361333
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.54.0.tgz#307dc8cbd80157e2772c2d36216857415a71ab33"
@@ -364,52 +336,27 @@
364336
"@typescript-eslint/types" "8.54.0"
365337
"@typescript-eslint/visitor-keys" "8.54.0"
366338

367-
"@typescript-eslint/tsconfig-utils@8.53.1", "@typescript-eslint/tsconfig-utils@^8.53.1":
368-
version "8.53.1"
369-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.53.1.tgz#efe80b8d019cd49e5a1cf46c2eb0cd2733076424"
370-
integrity sha512-qfvLXS6F6b1y43pnf0pPbXJ+YoXIC7HKg0UGZ27uMIemKMKA6XH2DTxsEDdpdN29D+vHV07x/pnlPNVLhdhWiA==
371-
372339
"@typescript-eslint/tsconfig-utils@8.54.0", "@typescript-eslint/tsconfig-utils@^8.54.0":
373340
version "8.54.0"
374341
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.54.0.tgz#71dd7ba1674bd48b172fc4c85b2f734b0eae3dbc"
375342
integrity sha512-dRgOyT2hPk/JwxNMZDsIXDgyl9axdJI3ogZ2XWhBPsnZUv+hPesa5iuhdYt2gzwA9t8RE5ytOJ6xB0moV0Ujvw==
376343

377-
"@typescript-eslint/type-utils@8.53.1":
378-
version "8.53.1"
379-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.53.1.tgz#95de2651a96d580bf5c6c6089ddd694284d558ad"
380-
integrity sha512-MOrdtNvyhy0rHyv0ENzub1d4wQYKb2NmIqG7qEqPWFW7Mpy2jzFC3pQ2yKDvirZB7jypm5uGjF2Qqs6OIqu47w==
344+
"@typescript-eslint/type-utils@8.54.0":
345+
version "8.54.0"
346+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.54.0.tgz#64965317dd4118346c2fa5ee94492892200e9fb9"
347+
integrity sha512-hiLguxJWHjjwL6xMBwD903ciAwd7DmK30Y9Axs/etOkftC3ZNN9K44IuRD/EB08amu+Zw6W37x9RecLkOo3pMA==
381348
dependencies:
382-
"@typescript-eslint/types" "8.53.1"
383-
"@typescript-eslint/typescript-estree" "8.53.1"
384-
"@typescript-eslint/utils" "8.53.1"
349+
"@typescript-eslint/types" "8.54.0"
350+
"@typescript-eslint/typescript-estree" "8.54.0"
351+
"@typescript-eslint/utils" "8.54.0"
385352
debug "^4.4.3"
386353
ts-api-utils "^2.4.0"
387354

388-
"@typescript-eslint/types@8.53.1":
389-
version "8.53.1"
390-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.53.1.tgz#101f203f0807a63216cceceedb815fabe21d5793"
391-
integrity sha512-jr/swrr2aRmUAUjW5/zQHbMaui//vQlsZcJKijZf3M26bnmLj8LyZUpj8/Rd6uzaek06OWsqdofN/Thenm5O8A==
392-
393-
"@typescript-eslint/types@8.54.0", "@typescript-eslint/types@^8.11.0", "@typescript-eslint/types@^8.38.0", "@typescript-eslint/types@^8.53.1", "@typescript-eslint/types@^8.54.0":
355+
"@typescript-eslint/types@8.54.0", "@typescript-eslint/types@^8.11.0", "@typescript-eslint/types@^8.38.0", "@typescript-eslint/types@^8.54.0":
394356
version "8.54.0"
395357
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.54.0.tgz#c12d41f67a2e15a8a96fbc5f2d07b17331130889"
396358
integrity sha512-PDUI9R1BVjqu7AUDsRBbKMtwmjWcn4J3le+5LpcFgWULN3LvHC5rkc9gCVxbrsrGmO1jfPybN5s6h4Jy+OnkAA==
397359

398-
"@typescript-eslint/typescript-estree@8.53.1":
399-
version "8.53.1"
400-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.53.1.tgz#b6dce2303c9e27e95b8dcd8c325868fff53e488f"
401-
integrity sha512-RGlVipGhQAG4GxV1s34O91cxQ/vWiHJTDHbXRr0li2q/BGg3RR/7NM8QDWgkEgrwQYCvmJV9ichIwyoKCQ+DTg==
402-
dependencies:
403-
"@typescript-eslint/project-service" "8.53.1"
404-
"@typescript-eslint/tsconfig-utils" "8.53.1"
405-
"@typescript-eslint/types" "8.53.1"
406-
"@typescript-eslint/visitor-keys" "8.53.1"
407-
debug "^4.4.3"
408-
minimatch "^9.0.5"
409-
semver "^7.7.3"
410-
tinyglobby "^0.2.15"
411-
ts-api-utils "^2.4.0"
412-
413360
"@typescript-eslint/typescript-estree@8.54.0":
414361
version "8.54.0"
415362
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.54.0.tgz#3c7716905b2b811fadbd2114804047d1bfc86527"
@@ -425,23 +372,15 @@
425372
tinyglobby "^0.2.15"
426373
ts-api-utils "^2.4.0"
427374

428-
"@typescript-eslint/utils@8.53.1", "@typescript-eslint/utils@^8.13.0", "@typescript-eslint/utils@^8.38.0":
429-
version "8.53.1"
430-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.53.1.tgz#81fe6c343de288701b774f4d078382f567e6edaa"
431-
integrity sha512-c4bMvGVWW4hv6JmDUEG7fSYlWOl3II2I4ylt0NM+seinYQlZMQIaKaXIIVJWt9Ofh6whrpM+EdDQXKXjNovvrg==
375+
"@typescript-eslint/utils@8.54.0", "@typescript-eslint/utils@^8.13.0", "@typescript-eslint/utils@^8.38.0":
376+
version "8.54.0"
377+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.54.0.tgz#c79a4bcbeebb4f571278c0183ed1cb601d84c6c8"
378+
integrity sha512-9Cnda8GS57AQakvRyG0PTejJNlA2xhvyNtEVIMlDWOOeEyBkYWhGPnfrIAnqxLMTSTo6q8g12XVjjev5l1NvMA==
432379
dependencies:
433380
"@eslint-community/eslint-utils" "^4.9.1"
434-
"@typescript-eslint/scope-manager" "8.53.1"
435-
"@typescript-eslint/types" "8.53.1"
436-
"@typescript-eslint/typescript-estree" "8.53.1"
437-
438-
"@typescript-eslint/visitor-keys@8.53.1":
439-
version "8.53.1"
440-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.53.1.tgz#405f04959be22b9be364939af8ac19c3649b6eb7"
441-
integrity sha512-oy+wV7xDKFPRyNggmXuZQSBzvoLnpmJs+GhzRhPjrxl2b/jIlyjVokzm47CZCDUdXKr2zd7ZLodPfOBpOPyPlg==
442-
dependencies:
443-
"@typescript-eslint/types" "8.53.1"
444-
eslint-visitor-keys "^4.2.1"
381+
"@typescript-eslint/scope-manager" "8.54.0"
382+
"@typescript-eslint/types" "8.54.0"
383+
"@typescript-eslint/typescript-estree" "8.54.0"
445384

446385
"@typescript-eslint/visitor-keys@8.54.0":
447386
version "8.54.0"
@@ -2691,15 +2630,15 @@ typed-array-length@^1.0.7:
26912630
possible-typed-array-names "^1.0.0"
26922631
reflect.getprototypeof "^1.0.6"
26932632

2694-
typescript-eslint@^8.53.1:
2695-
version "8.53.1"
2696-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.53.1.tgz#e8d2888083af4638d2952b938d69458f54865921"
2697-
integrity sha512-gB+EVQfP5RDElh9ittfXlhZJdjSU4jUSTyE2+ia8CYyNvet4ElfaLlAIqDvQV9JPknKx0jQH1racTYe/4LaLSg==
2633+
typescript-eslint@^8.54.0:
2634+
version "8.54.0"
2635+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.54.0.tgz#f4ef3b8882a5ddc2a41968e014194c178ab23f6a"
2636+
integrity sha512-CKsJ+g53QpsNPqbzUsfKVgd3Lny4yKZ1pP4qN3jdMOg/sisIDLGyDMezycquXLE5JsEU0wp3dGNdzig0/fmSVQ==
26982637
dependencies:
2699-
"@typescript-eslint/eslint-plugin" "8.53.1"
2700-
"@typescript-eslint/parser" "8.53.1"
2701-
"@typescript-eslint/typescript-estree" "8.53.1"
2702-
"@typescript-eslint/utils" "8.53.1"
2638+
"@typescript-eslint/eslint-plugin" "8.54.0"
2639+
"@typescript-eslint/parser" "8.54.0"
2640+
"@typescript-eslint/typescript-estree" "8.54.0"
2641+
"@typescript-eslint/utils" "8.54.0"
27032642

27042643
typescript@^5:
27052644
version "5.9.3"

0 commit comments

Comments
 (0)