Skip to content

Commit 3f7558c

Browse files
dependabot[bot]iwpnd
authored andcommitted
chore(deps-dev): bump typescript-eslint from 8.50.0 to 8.56.0
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.50.0 to 8.56.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.56.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-version: 8.56.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fe7623d commit 3f7558c

File tree

2 files changed

+218
-12
lines changed

2 files changed

+218
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"semantic-release": "25.0.3",
7676
"ts-jest": "29.4.6",
7777
"typescript": "5.9.3",
78-
"typescript-eslint": "8.50.0"
78+
"typescript-eslint": "8.56.1"
7979
},
8080
"lint-staged": {
8181
"*.ts": [

yarn.lock

Lines changed: 217 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -878,13 +878,31 @@ __metadata:
878878
languageName: node
879879
linkType: hard
880880

881+
"@eslint-community/eslint-utils@npm:^4.9.1":
882+
version: 4.9.1
883+
resolution: "@eslint-community/eslint-utils@npm:4.9.1"
884+
dependencies:
885+
eslint-visitor-keys: "npm:^3.4.3"
886+
peerDependencies:
887+
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
888+
checksum: 10/863b5467868551c9ae34d03eefe634633d08f623fc7b19d860f8f26eb6f303c1a5934253124163bee96181e45ed22bf27473dccc295937c3078493a4a8c9eddd
889+
languageName: node
890+
linkType: hard
891+
881892
"@eslint-community/regexpp@npm:^4.10.0, @eslint-community/regexpp@npm:^4.12.1":
882893
version: 4.12.1
883894
resolution: "@eslint-community/regexpp@npm:4.12.1"
884895
checksum: 10/c08f1dd7dd18fbb60bdd0d85820656d1374dd898af9be7f82cb00451313402a22d5e30569c150315b4385907cdbca78c22389b2a72ab78883b3173be317620cc
885896
languageName: node
886897
linkType: hard
887898

899+
"@eslint-community/regexpp@npm:^4.12.2":
900+
version: 4.12.2
901+
resolution: "@eslint-community/regexpp@npm:4.12.2"
902+
checksum: 10/049b280fddf71dd325514e0a520024969431dc3a8b02fa77476e6820e9122f28ab4c9168c11821f91a27982d2453bcd7a66193356ea84e84fb7c8d793be1ba0c
903+
languageName: node
904+
linkType: hard
905+
888906
"@eslint/config-array@npm:^0.21.1":
889907
version: 0.21.1
890908
resolution: "@eslint/config-array@npm:0.21.1"
@@ -1105,7 +1123,7 @@ __metadata:
11051123
semantic-release: "npm:25.0.3"
11061124
ts-jest: "npm:29.4.6"
11071125
typescript: "npm:5.9.3"
1108-
typescript-eslint: "npm:8.50.0"
1126+
typescript-eslint: "npm:8.56.1"
11091127
languageName: unknown
11101128
linkType: soft
11111129

@@ -2390,6 +2408,26 @@ __metadata:
23902408
languageName: node
23912409
linkType: hard
23922410

2411+
"@typescript-eslint/eslint-plugin@npm:8.56.1":
2412+
version: 8.56.1
2413+
resolution: "@typescript-eslint/eslint-plugin@npm:8.56.1"
2414+
dependencies:
2415+
"@eslint-community/regexpp": "npm:^4.12.2"
2416+
"@typescript-eslint/scope-manager": "npm:8.56.1"
2417+
"@typescript-eslint/type-utils": "npm:8.56.1"
2418+
"@typescript-eslint/utils": "npm:8.56.1"
2419+
"@typescript-eslint/visitor-keys": "npm:8.56.1"
2420+
ignore: "npm:^7.0.5"
2421+
natural-compare: "npm:^1.4.0"
2422+
ts-api-utils: "npm:^2.4.0"
2423+
peerDependencies:
2424+
"@typescript-eslint/parser": ^8.56.1
2425+
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
2426+
typescript: ">=4.8.4 <6.0.0"
2427+
checksum: 10/669d19cff91fcad5fe34dba97cc8c0c2df3160ae14646759fb23dfd6ffbb861d00d8d081e74d1060d544bfba0ea4d05588c5b73ae104907af26cc18189c0d139
2428+
languageName: node
2429+
linkType: hard
2430+
23932431
"@typescript-eslint/parser@npm:8.50.0":
23942432
version: 8.50.0
23952433
resolution: "@typescript-eslint/parser@npm:8.50.0"
@@ -2406,6 +2444,22 @@ __metadata:
24062444
languageName: node
24072445
linkType: hard
24082446

2447+
"@typescript-eslint/parser@npm:8.56.1":
2448+
version: 8.56.1
2449+
resolution: "@typescript-eslint/parser@npm:8.56.1"
2450+
dependencies:
2451+
"@typescript-eslint/scope-manager": "npm:8.56.1"
2452+
"@typescript-eslint/types": "npm:8.56.1"
2453+
"@typescript-eslint/typescript-estree": "npm:8.56.1"
2454+
"@typescript-eslint/visitor-keys": "npm:8.56.1"
2455+
debug: "npm:^4.4.3"
2456+
peerDependencies:
2457+
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
2458+
typescript: ">=4.8.4 <6.0.0"
2459+
checksum: 10/280b041a69153caf9e721b307781830483dd39d881b02d993156635bd8600e30e6a816aaead8bdd662ae5149b8870aef7b3823d3b98ec974d924c23a786fb6d9
2460+
languageName: node
2461+
linkType: hard
2462+
24092463
"@typescript-eslint/project-service@npm:8.50.0":
24102464
version: 8.50.0
24112465
resolution: "@typescript-eslint/project-service@npm:8.50.0"
@@ -2419,6 +2473,19 @@ __metadata:
24192473
languageName: node
24202474
linkType: hard
24212475

2476+
"@typescript-eslint/project-service@npm:8.56.1":
2477+
version: 8.56.1
2478+
resolution: "@typescript-eslint/project-service@npm:8.56.1"
2479+
dependencies:
2480+
"@typescript-eslint/tsconfig-utils": "npm:^8.56.1"
2481+
"@typescript-eslint/types": "npm:^8.56.1"
2482+
debug: "npm:^4.4.3"
2483+
peerDependencies:
2484+
typescript: ">=4.8.4 <6.0.0"
2485+
checksum: 10/5e7fdc95aebcefc72fec77806bb0821a9a59e5e88f86d72b15ad011eb6110da05419b803875f021716a219fc7fb8517331a6736364344c8613a90209539a6d32
2486+
languageName: node
2487+
linkType: hard
2488+
24222489
"@typescript-eslint/scope-manager@npm:8.50.0":
24232490
version: 8.50.0
24242491
resolution: "@typescript-eslint/scope-manager@npm:8.50.0"
@@ -2429,6 +2496,16 @@ __metadata:
24292496
languageName: node
24302497
linkType: hard
24312498

2499+
"@typescript-eslint/scope-manager@npm:8.56.1":
2500+
version: 8.56.1
2501+
resolution: "@typescript-eslint/scope-manager@npm:8.56.1"
2502+
dependencies:
2503+
"@typescript-eslint/types": "npm:8.56.1"
2504+
"@typescript-eslint/visitor-keys": "npm:8.56.1"
2505+
checksum: 10/f358cf8bd32952eed005d4f34c1e95805baefe35abee96d866222b0eff8027cc02f831cee04b308707d74db2b415437a134191207b4213ee8acbc6d67a435616
2506+
languageName: node
2507+
linkType: hard
2508+
24322509
"@typescript-eslint/tsconfig-utils@npm:8.50.0, @typescript-eslint/tsconfig-utils@npm:^8.50.0":
24332510
version: 8.50.0
24342511
resolution: "@typescript-eslint/tsconfig-utils@npm:8.50.0"
@@ -2438,6 +2515,15 @@ __metadata:
24382515
languageName: node
24392516
linkType: hard
24402517

2518+
"@typescript-eslint/tsconfig-utils@npm:8.56.1, @typescript-eslint/tsconfig-utils@npm:^8.56.1":
2519+
version: 8.56.1
2520+
resolution: "@typescript-eslint/tsconfig-utils@npm:8.56.1"
2521+
peerDependencies:
2522+
typescript: ">=4.8.4 <6.0.0"
2523+
checksum: 10/d509f1ae4b14969173e498db6d15c833b6407db456c7fca9e25396798a35014229a73754691f353c4a99f5f0bbb4535b4144f42f84e596645a16d88a2022135f
2524+
languageName: node
2525+
linkType: hard
2526+
24412527
"@typescript-eslint/type-utils@npm:8.50.0":
24422528
version: 8.50.0
24432529
resolution: "@typescript-eslint/type-utils@npm:8.50.0"
@@ -2454,13 +2540,36 @@ __metadata:
24542540
languageName: node
24552541
linkType: hard
24562542

2543+
"@typescript-eslint/type-utils@npm:8.56.1":
2544+
version: 8.56.1
2545+
resolution: "@typescript-eslint/type-utils@npm:8.56.1"
2546+
dependencies:
2547+
"@typescript-eslint/types": "npm:8.56.1"
2548+
"@typescript-eslint/typescript-estree": "npm:8.56.1"
2549+
"@typescript-eslint/utils": "npm:8.56.1"
2550+
debug: "npm:^4.4.3"
2551+
ts-api-utils: "npm:^2.4.0"
2552+
peerDependencies:
2553+
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
2554+
typescript: ">=4.8.4 <6.0.0"
2555+
checksum: 10/2b07c674c26d797d05c05779ac5c89761b6b96680ecaf01440957727d12c6d06a2e48f0b139e45752eb4b53bf13c03940628656c519d362082b716d6a0ece6d9
2556+
languageName: node
2557+
linkType: hard
2558+
24572559
"@typescript-eslint/types@npm:8.50.0, @typescript-eslint/types@npm:^8.50.0":
24582560
version: 8.50.0
24592561
resolution: "@typescript-eslint/types@npm:8.50.0"
24602562
checksum: 10/110be118027f64741b6c614fb1f7b8b62325019a68bf9f734842eb7c36d7c03722b2b50d574ee28b554906a015812768c018428de9b387b998b7129115de9f4a
24612563
languageName: node
24622564
linkType: hard
24632565

2566+
"@typescript-eslint/types@npm:8.56.1, @typescript-eslint/types@npm:^8.56.1":
2567+
version: 8.56.1
2568+
resolution: "@typescript-eslint/types@npm:8.56.1"
2569+
checksum: 10/4bcffab5b0fd48adb731fcade86a776ca4a66e229defa5a282b58ba9c95af16ffc459a7d188e27c988a35be1f6fb5b812f9cf0952692eac38d5b3e87daafb20a
2570+
languageName: node
2571+
linkType: hard
2572+
24642573
"@typescript-eslint/typescript-estree@npm:8.50.0":
24652574
version: 8.50.0
24662575
resolution: "@typescript-eslint/typescript-estree@npm:8.50.0"
@@ -2480,6 +2589,25 @@ __metadata:
24802589
languageName: node
24812590
linkType: hard
24822591

2592+
"@typescript-eslint/typescript-estree@npm:8.56.1":
2593+
version: 8.56.1
2594+
resolution: "@typescript-eslint/typescript-estree@npm:8.56.1"
2595+
dependencies:
2596+
"@typescript-eslint/project-service": "npm:8.56.1"
2597+
"@typescript-eslint/tsconfig-utils": "npm:8.56.1"
2598+
"@typescript-eslint/types": "npm:8.56.1"
2599+
"@typescript-eslint/visitor-keys": "npm:8.56.1"
2600+
debug: "npm:^4.4.3"
2601+
minimatch: "npm:^10.2.2"
2602+
semver: "npm:^7.7.3"
2603+
tinyglobby: "npm:^0.2.15"
2604+
ts-api-utils: "npm:^2.4.0"
2605+
peerDependencies:
2606+
typescript: ">=4.8.4 <6.0.0"
2607+
checksum: 10/af39dae0a8fada72295a11f0efb49f311241134b0a3d819100eeda6a2f92368844645873ba785de5513ad541cd9c2ba17b9bfed2679daac4682fa2a3b627f087
2608+
languageName: node
2609+
linkType: hard
2610+
24832611
"@typescript-eslint/utils@npm:8.50.0":
24842612
version: 8.50.0
24852613
resolution: "@typescript-eslint/utils@npm:8.50.0"
@@ -2495,6 +2623,21 @@ __metadata:
24952623
languageName: node
24962624
linkType: hard
24972625

2626+
"@typescript-eslint/utils@npm:8.56.1":
2627+
version: 8.56.1
2628+
resolution: "@typescript-eslint/utils@npm:8.56.1"
2629+
dependencies:
2630+
"@eslint-community/eslint-utils": "npm:^4.9.1"
2631+
"@typescript-eslint/scope-manager": "npm:8.56.1"
2632+
"@typescript-eslint/types": "npm:8.56.1"
2633+
"@typescript-eslint/typescript-estree": "npm:8.56.1"
2634+
peerDependencies:
2635+
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
2636+
typescript: ">=4.8.4 <6.0.0"
2637+
checksum: 10/528cbd187d8288a8cfce24a043f993b93711087f53d2b6f95cdd615a1a4087af1dab083a747761af97474a621c7b14f11c84ee50c250f31566ebc64cf73867fe
2638+
languageName: node
2639+
linkType: hard
2640+
24982641
"@typescript-eslint/visitor-keys@npm:8.50.0":
24992642
version: 8.50.0
25002643
resolution: "@typescript-eslint/visitor-keys@npm:8.50.0"
@@ -2505,6 +2648,16 @@ __metadata:
25052648
languageName: node
25062649
linkType: hard
25072650

2651+
"@typescript-eslint/visitor-keys@npm:8.56.1":
2652+
version: 8.56.1
2653+
resolution: "@typescript-eslint/visitor-keys@npm:8.56.1"
2654+
dependencies:
2655+
"@typescript-eslint/types": "npm:8.56.1"
2656+
eslint-visitor-keys: "npm:^5.0.0"
2657+
checksum: 10/efed6a9867e7be203eec543e5a65da5aaec96aae55fba6fe74a305bf600e57c707764835e82bb8eb541f49a9b70442ff1e1a0ecf3543c78c91b84dda43b95c53
2658+
languageName: node
2659+
linkType: hard
2660+
25082661
"@ungap/structured-clone@npm:^1.3.0":
25092662
version: 1.3.0
25102663
resolution: "@ungap/structured-clone@npm:1.3.0"
@@ -2965,6 +3118,13 @@ __metadata:
29653118
languageName: node
29663119
linkType: hard
29673120

3121+
"balanced-match@npm:^4.0.2":
3122+
version: 4.0.4
3123+
resolution: "balanced-match@npm:4.0.4"
3124+
checksum: 10/fb07bb66a0959c2843fc055838047e2a95ccebb837c519614afb067ebfdf2fa967ca8d712c35ced07f2cd26fc6f07964230b094891315ad74f11eba3d53178a0
3125+
languageName: node
3126+
linkType: hard
3127+
29683128
"before-after-hook@npm:^4.0.0":
29693129
version: 4.0.0
29703130
resolution: "before-after-hook@npm:4.0.0"
@@ -3018,6 +3178,15 @@ __metadata:
30183178
languageName: node
30193179
linkType: hard
30203180

3181+
"brace-expansion@npm:^5.0.2":
3182+
version: 5.0.3
3183+
resolution: "brace-expansion@npm:5.0.3"
3184+
dependencies:
3185+
balanced-match: "npm:^4.0.2"
3186+
checksum: 10/8ba7deae4ca333d52418d2cde3287ac23f44f7330d92c3ecd96a8941597bea8aab02227bd990944d6711dd549bcc6e550fe70be5d94aa02e2fdc88942f480c9b
3187+
languageName: node
3188+
linkType: hard
3189+
30213190
"braces@npm:^3.0.3":
30223191
version: 3.0.3
30233192
resolution: "braces@npm:3.0.3"
@@ -3623,6 +3792,18 @@ __metadata:
36233792
languageName: node
36243793
linkType: hard
36253794

3795+
"debug@npm:^4.4.3":
3796+
version: 4.4.3
3797+
resolution: "debug@npm:4.4.3"
3798+
dependencies:
3799+
ms: "npm:^2.1.3"
3800+
peerDependenciesMeta:
3801+
supports-color:
3802+
optional: true
3803+
checksum: 10/9ada3434ea2993800bd9a1e320bd4aa7af69659fb51cca685d390949434bc0a8873c21ed7c9b852af6f2455a55c6d050aa3937d52b3c69f796dab666f762acad
3804+
languageName: node
3805+
linkType: hard
3806+
36263807
"dedent@npm:^1.6.0":
36273808
version: 1.6.0
36283809
resolution: "dedent@npm:1.6.0"
@@ -3939,6 +4120,13 @@ __metadata:
39394120
languageName: node
39404121
linkType: hard
39414122

4123+
"eslint-visitor-keys@npm:^5.0.0":
4124+
version: 5.0.1
4125+
resolution: "eslint-visitor-keys@npm:5.0.1"
4126+
checksum: 10/f9cc1a57b75e0ef949545cac33d01e8367e302de4c1483266ed4d8646ee5c306376660196bbb38b004e767b7043d1e661cb4336b49eff634a1bbe75c1db709ec
4127+
languageName: node
4128+
linkType: hard
4129+
39424130
"eslint@npm:9.39.2":
39434131
version: 9.39.2
39444132
resolution: "eslint@npm:9.39.2"
@@ -4789,7 +4977,7 @@ __metadata:
47894977
languageName: node
47904978
linkType: hard
47914979

4792-
"ignore@npm:^7.0.0":
4980+
"ignore@npm:^7.0.0, ignore@npm:^7.0.5":
47934981
version: 7.0.5
47944982
resolution: "ignore@npm:7.0.5"
47954983
checksum: 10/f134b96a4de0af419196f52c529d5c6120c4456ff8a6b5a14ceaaa399f883e15d58d2ce651c9b69b9388491d4669dda47285d307e827de9304a53a1824801bc6
@@ -6419,6 +6607,15 @@ __metadata:
64196607
languageName: node
64206608
linkType: hard
64216609

6610+
"minimatch@npm:^10.2.2":
6611+
version: 10.2.2
6612+
resolution: "minimatch@npm:10.2.2"
6613+
dependencies:
6614+
brace-expansion: "npm:^5.0.2"
6615+
checksum: 10/e135be7b502ac97c02bcee42ccc1c55dc26dbac036c0f4acde69e42fe339d7fb53fae711e57b3546cb533426382ea492c73a073c7f78832e0453d120d48dd015
6616+
languageName: node
6617+
linkType: hard
6618+
64226619
"minimatch@npm:^3.0.4, minimatch@npm:^3.1.1, minimatch@npm:^3.1.2":
64236620
version: 3.1.2
64246621
resolution: "minimatch@npm:3.1.2"
@@ -8505,6 +8702,15 @@ __metadata:
85058702
languageName: node
85068703
linkType: hard
85078704

8705+
"ts-api-utils@npm:^2.4.0":
8706+
version: 2.4.0
8707+
resolution: "ts-api-utils@npm:2.4.0"
8708+
peerDependencies:
8709+
typescript: ">=4.8.4"
8710+
checksum: 10/d6b2b3b6caad8d2f4ddc0c3785d22bb1a6041773335a1c71d73a5d67d11d993763fe8e4faefc4a4d03bb42b26c6126bbcf2e34826baed1def5369d0ebad358fa
8711+
languageName: node
8712+
linkType: hard
8713+
85088714
"ts-interface-checker@npm:1.0.0":
85098715
version: 1.0.0
85108716
resolution: "ts-interface-checker@npm:1.0.0"
@@ -8637,18 +8843,18 @@ __metadata:
86378843
languageName: node
86388844
linkType: hard
86398845

8640-
"typescript-eslint@npm:8.50.0":
8641-
version: 8.50.0
8642-
resolution: "typescript-eslint@npm:8.50.0"
8846+
"typescript-eslint@npm:8.56.1":
8847+
version: 8.56.1
8848+
resolution: "typescript-eslint@npm:8.56.1"
86438849
dependencies:
8644-
"@typescript-eslint/eslint-plugin": "npm:8.50.0"
8645-
"@typescript-eslint/parser": "npm:8.50.0"
8646-
"@typescript-eslint/typescript-estree": "npm:8.50.0"
8647-
"@typescript-eslint/utils": "npm:8.50.0"
8850+
"@typescript-eslint/eslint-plugin": "npm:8.56.1"
8851+
"@typescript-eslint/parser": "npm:8.56.1"
8852+
"@typescript-eslint/typescript-estree": "npm:8.56.1"
8853+
"@typescript-eslint/utils": "npm:8.56.1"
86488854
peerDependencies:
8649-
eslint: ^8.57.0 || ^9.0.0
8855+
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
86508856
typescript: ">=4.8.4 <6.0.0"
8651-
checksum: 10/85708f0a930c8992e8f70e4e143aabf3a2b9bd981a323a7f6e7ea405f2456f6d1af182264f877ff1fa00db68768fe935f668f4346173a2fbd6d828d7113d8653
8857+
checksum: 10/e18cd347ddce0f0e5b28121346f27736a418adf68e73d613690ea3a1d0adfe03bc393f77a8872c2cef77ca74bcc0974212d1775c360de33a9987a94cda11a05b
86528858
languageName: node
86538859
linkType: hard
86548860

0 commit comments

Comments
 (0)