@@ -5741,7 +5741,7 @@ __metadata:
5741
5741
stylelint: "npm:16.17.0"
5742
5742
tailwindcss: "npm:4.0.17"
5743
5743
typescript: "npm:5.8.2"
5744
- typescript-eslint: "npm:8.28 .0"
5744
+ typescript-eslint: "npm:8.29 .0"
5745
5745
vite: "npm:6.2.3"
5746
5746
vite-plugin-checker: "npm:0.9.1"
5747
5747
zod: "npm:3.24.2"
@@ -5965,7 +5965,7 @@ __metadata:
5965
5965
stylelint: "npm:16.17.0"
5966
5966
tailwindcss: "npm:4.0.17"
5967
5967
typescript: "npm:5.8.2"
5968
- typescript-eslint: "npm:8.28 .0"
5968
+ typescript-eslint: "npm:8.29 .0"
5969
5969
uuid: "npm:11.1.0"
5970
5970
vite: "npm:6.2.3"
5971
5971
vite-plugin-checker: "npm:0.9.1"
@@ -6047,7 +6047,7 @@ __metadata:
6047
6047
stylelint: "npm:16.17.0"
6048
6048
tailwindcss: "npm:4.0.17"
6049
6049
typescript: "npm:5.8.2"
6050
- typescript-eslint: "npm:8.28 .0"
6050
+ typescript-eslint: "npm:8.29 .0"
6051
6051
vite: "npm:6.2.3"
6052
6052
vite-plugin-checker: "npm:0.9.1"
6053
6053
vitest: "npm:3.0.9"
@@ -9021,7 +9021,7 @@ __metadata:
9021
9021
eslint-plugin-vitest: "npm:0.5.4"
9022
9022
globals: "npm:16.0.0"
9023
9023
typescript: "npm:5.8.2"
9024
- typescript-eslint: "npm:8.28 .0"
9024
+ typescript-eslint: "npm:8.29 .0"
9025
9025
languageName: unknown
9026
9026
linkType: soft
9027
9027
@@ -11491,6 +11491,27 @@ __metadata:
11491
11491
languageName: node
11492
11492
linkType: hard
11493
11493
11494
+ "@typescript-eslint/eslint-plugin@npm:8.29.0":
11495
+ version: 8.29.0
11496
+ resolution: "@typescript-eslint/eslint-plugin@npm:8.29.0"
11497
+ dependencies:
11498
+ "@eslint-community/regexpp": "npm:^4.10.0"
11499
+ "@typescript-eslint/scope-manager": "npm:8.29.0"
11500
+ "@typescript-eslint/type-utils": "npm:8.29.0"
11501
+ "@typescript-eslint/utils": "npm:8.29.0"
11502
+ "@typescript-eslint/visitor-keys": "npm:8.29.0"
11503
+ graphemer: "npm:^1.4.0"
11504
+ ignore: "npm:^5.3.1"
11505
+ natural-compare: "npm:^1.4.0"
11506
+ ts-api-utils: "npm:^2.0.1"
11507
+ peerDependencies:
11508
+ "@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
11509
+ eslint: ^8.57.0 || ^9.0.0
11510
+ typescript: ">=4.8.4 <5.9.0"
11511
+ checksum: 10/1df4b43c209e40a00ec77e572b575760a9ac93967b6ebcc13f36587bf2881fc891c158f62cf25e8c2b8ca1ecd05b3eb583b30869ba6c2fa558435f0574773df8
11512
+ languageName: node
11513
+ linkType: hard
11514
+
11494
11515
"@typescript-eslint/parser@npm:8.27.0, @typescript-eslint/parser@npm:^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0":
11495
11516
version: 8.27.0
11496
11517
resolution: "@typescript-eslint/parser@npm:8.27.0"
@@ -11523,6 +11544,22 @@ __metadata:
11523
11544
languageName: node
11524
11545
linkType: hard
11525
11546
11547
+ "@typescript-eslint/parser@npm:8.29.0":
11548
+ version: 8.29.0
11549
+ resolution: "@typescript-eslint/parser@npm:8.29.0"
11550
+ dependencies:
11551
+ "@typescript-eslint/scope-manager": "npm:8.29.0"
11552
+ "@typescript-eslint/types": "npm:8.29.0"
11553
+ "@typescript-eslint/typescript-estree": "npm:8.29.0"
11554
+ "@typescript-eslint/visitor-keys": "npm:8.29.0"
11555
+ debug: "npm:^4.3.4"
11556
+ peerDependencies:
11557
+ eslint: ^8.57.0 || ^9.0.0
11558
+ typescript: ">=4.8.4 <5.9.0"
11559
+ checksum: 10/d71fec12e78ac31a2faf076720c39f0e004a26672ebda4fc2f3b6f36306ff2362917dc6e0445746586f2911b4b2dd86622399dd578f002006f6c75cc9dfac013
11560
+ languageName: node
11561
+ linkType: hard
11562
+
11526
11563
"@typescript-eslint/scope-manager@npm:7.18.0":
11527
11564
version: 7.18.0
11528
11565
resolution: "@typescript-eslint/scope-manager@npm:7.18.0"
@@ -11553,6 +11590,16 @@ __metadata:
11553
11590
languageName: node
11554
11591
linkType: hard
11555
11592
11593
+ "@typescript-eslint/scope-manager@npm:8.29.0":
11594
+ version: 8.29.0
11595
+ resolution: "@typescript-eslint/scope-manager@npm:8.29.0"
11596
+ dependencies:
11597
+ "@typescript-eslint/types": "npm:8.29.0"
11598
+ "@typescript-eslint/visitor-keys": "npm:8.29.0"
11599
+ checksum: 10/23ce9962d57607f91a8a4a9bc43e64bd91cd933b53e61765924704614e52f39e8ccb28276b60b7472fb6dffe52fa681f114b73e4561fb4dcb74910a4e6a3629f
11600
+ languageName: node
11601
+ linkType: hard
11602
+
11556
11603
"@typescript-eslint/type-utils@npm:8.27.0":
11557
11604
version: 8.27.0
11558
11605
resolution: "@typescript-eslint/type-utils@npm:8.27.0"
@@ -11583,6 +11630,21 @@ __metadata:
11583
11630
languageName: node
11584
11631
linkType: hard
11585
11632
11633
+ "@typescript-eslint/type-utils@npm:8.29.0":
11634
+ version: 8.29.0
11635
+ resolution: "@typescript-eslint/type-utils@npm:8.29.0"
11636
+ dependencies:
11637
+ "@typescript-eslint/typescript-estree": "npm:8.29.0"
11638
+ "@typescript-eslint/utils": "npm:8.29.0"
11639
+ debug: "npm:^4.3.4"
11640
+ ts-api-utils: "npm:^2.0.1"
11641
+ peerDependencies:
11642
+ eslint: ^8.57.0 || ^9.0.0
11643
+ typescript: ">=4.8.4 <5.9.0"
11644
+ checksum: 10/3b18caf6d3d16461d462b8960e1fa7fdb94f0eb2aa8afb9c95e2e458af32ffc82b14f1d26bb635b5e751bd0a7ff5c10fa1754377fff0dea760d1a96848705f88
11645
+ languageName: node
11646
+ linkType: hard
11647
+
11586
11648
"@typescript-eslint/types@npm:7.18.0":
11587
11649
version: 7.18.0
11588
11650
resolution: "@typescript-eslint/types@npm:7.18.0"
@@ -11604,6 +11666,13 @@ __metadata:
11604
11666
languageName: node
11605
11667
linkType: hard
11606
11668
11669
+ "@typescript-eslint/types@npm:8.29.0":
11670
+ version: 8.29.0
11671
+ resolution: "@typescript-eslint/types@npm:8.29.0"
11672
+ checksum: 10/d65b9f2f6d87a3744788b09d9112c4a0298f1215138d8677240aae3bfa37ddc24a59315536cd9aab63c7608909ae2c5f436924c889b98986b78003b6028b5c35
11673
+ languageName: node
11674
+ linkType: hard
11675
+
11607
11676
"@typescript-eslint/typescript-estree@npm:7.18.0":
11608
11677
version: 7.18.0
11609
11678
resolution: "@typescript-eslint/typescript-estree@npm:7.18.0"
@@ -11659,6 +11728,24 @@ __metadata:
11659
11728
languageName: node
11660
11729
linkType: hard
11661
11730
11731
+ "@typescript-eslint/typescript-estree@npm:8.29.0":
11732
+ version: 8.29.0
11733
+ resolution: "@typescript-eslint/typescript-estree@npm:8.29.0"
11734
+ dependencies:
11735
+ "@typescript-eslint/types": "npm:8.29.0"
11736
+ "@typescript-eslint/visitor-keys": "npm:8.29.0"
11737
+ debug: "npm:^4.3.4"
11738
+ fast-glob: "npm:^3.3.2"
11739
+ is-glob: "npm:^4.0.3"
11740
+ minimatch: "npm:^9.0.4"
11741
+ semver: "npm:^7.6.0"
11742
+ ts-api-utils: "npm:^2.0.1"
11743
+ peerDependencies:
11744
+ typescript: ">=4.8.4 <5.9.0"
11745
+ checksum: 10/276e6ea97857ef0fd940578d4b8f1677fd68d2bb62603c85d7aa97fcf86c1f66c5da962393254b605c7025f0cda74395904053891088cbe405b899afc1180e9c
11746
+ languageName: node
11747
+ linkType: hard
11748
+
11662
11749
"@typescript-eslint/utils@npm:8.27.0, @typescript-eslint/utils@npm:^8.8.1":
11663
11750
version: 8.27.0
11664
11751
resolution: "@typescript-eslint/utils@npm:8.27.0"
@@ -11689,6 +11776,21 @@ __metadata:
11689
11776
languageName: node
11690
11777
linkType: hard
11691
11778
11779
+ "@typescript-eslint/utils@npm:8.29.0":
11780
+ version: 8.29.0
11781
+ resolution: "@typescript-eslint/utils@npm:8.29.0"
11782
+ dependencies:
11783
+ "@eslint-community/eslint-utils": "npm:^4.4.0"
11784
+ "@typescript-eslint/scope-manager": "npm:8.29.0"
11785
+ "@typescript-eslint/types": "npm:8.29.0"
11786
+ "@typescript-eslint/typescript-estree": "npm:8.29.0"
11787
+ peerDependencies:
11788
+ eslint: ^8.57.0 || ^9.0.0
11789
+ typescript: ">=4.8.4 <5.9.0"
11790
+ checksum: 10/1fd17a28b8b57fc73c0455dea43a8185d3a4421f4a21ece01009b5e6a2974c8d4113f90d27993f668fa97077891b4464588d380c25116d351eb12ad7ef0d468d
11791
+ languageName: node
11792
+ linkType: hard
11793
+
11692
11794
"@typescript-eslint/utils@npm:^7.7.1":
11693
11795
version: 7.18.0
11694
11796
resolution: "@typescript-eslint/utils@npm:7.18.0"
@@ -11733,6 +11835,16 @@ __metadata:
11733
11835
languageName: node
11734
11836
linkType: hard
11735
11837
11838
+ "@typescript-eslint/visitor-keys@npm:8.29.0":
11839
+ version: 8.29.0
11840
+ resolution: "@typescript-eslint/visitor-keys@npm:8.29.0"
11841
+ dependencies:
11842
+ "@typescript-eslint/types": "npm:8.29.0"
11843
+ eslint-visitor-keys: "npm:^4.2.0"
11844
+ checksum: 10/02e0e86ab112849a31b7d06c767be0ca7802385bf953d3b75f4ba6d06741d9492773325bc69d4c2a1c191b08f1c4c4b33f8e062d6d5d9f0f4f78f1b8b3cc2d41
11845
+ languageName: node
11846
+ linkType: hard
11847
+
11736
11848
"@uiw/codemirror-extensions-basic-setup@npm:4.23.10":
11737
11849
version: 4.23.10
11738
11850
resolution: "@uiw/codemirror-extensions-basic-setup@npm:4.23.10"
@@ -30181,17 +30293,17 @@ __metadata:
30181
30293
languageName: node
30182
30294
linkType: hard
30183
30295
30184
- "typescript-eslint@npm:8.28 .0":
30185
- version: 8.28 .0
30186
- resolution: "typescript-eslint@npm:8.28 .0"
30296
+ "typescript-eslint@npm:8.29 .0":
30297
+ version: 8.29 .0
30298
+ resolution: "typescript-eslint@npm:8.29 .0"
30187
30299
dependencies:
30188
- "@typescript-eslint/eslint-plugin": "npm:8.28 .0"
30189
- "@typescript-eslint/parser": "npm:8.28 .0"
30190
- "@typescript-eslint/utils": "npm:8.28 .0"
30300
+ "@typescript-eslint/eslint-plugin": "npm:8.29 .0"
30301
+ "@typescript-eslint/parser": "npm:8.29 .0"
30302
+ "@typescript-eslint/utils": "npm:8.29 .0"
30191
30303
peerDependencies:
30192
30304
eslint: ^8.57.0 || ^9.0.0
30193
30305
typescript: ">=4.8.4 <5.9.0"
30194
- checksum: 10/6ac47f886907d8187b37f9fe9cefa3433cd55b875385622e2788465fc118b400f5da0c8dbfa818195a9fb27b1cada9fb198b04d1c34591c8e10419799e0e56cf
30306
+ checksum: 10/c4ca331261302c72bf83c1c128d5f20a7974f5472db8a554fabdd741c0eb9eda60c72fcf94d45a8633109a4c295b81cc5d1965aedac1022a739388f3b3fac871
30195
30307
languageName: node
30196
30308
linkType: hard
30197
30309
0 commit comments