coc-vscode-loader 1.1.0 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -24,17 +24,25 @@ npm install coc-vscode-loader
24
24
  | Key | Action |
25
25
  |-----|--------|
26
26
  | `I` | Install mode (button highlight) |
27
- | `U` | Update all installed packages |
27
+ | `U` | Update all installed packages (max 3 concurrent) |
28
28
  | `C` | Check for remote updates (git ls-remote commit compare) |
29
29
  | `Z` | Uninstall all installed packages (with confirmation) |
30
+ | `D` | Cleanup orphaned packages (installed but removed from registry) |
30
31
  | `H` | Home (reset all state) |
31
32
  | `?` | Help |
32
33
  | `i` | Install package under cursor |
33
34
  | `u` | Update package under cursor |
34
- | `X` / `x` | Uninstall package under cursor |
35
+ | `X` | Uninstall package under cursor |
36
+ | `R` | Reinstall package under cursor |
37
+ | `x` | Toggle mark package for batch operations |
38
+ | `f` | Cycle filter: all → installed → available |
39
+ | `s` | Cycle sort: default → name → status → type |
40
+ | `gg` | Jump to first package |
41
+ | `G` | Jump to last package |
35
42
  | `<CR>` | Toggle details (commit / type / source) or install log |
36
43
  | `/` | Search filter |
37
- | `q` / `<Esc>` | Close (auto `:CocRestart` if changes detected) |
44
+ | `q` | Close (auto `:CocRestart` if changes detected) |
45
+ | `<Esc>` | Help→Search→Clear marks→Cancel|Close |
38
46
 
39
47
  ## Commands
40
48
 
@@ -44,27 +52,33 @@ npm install coc-vscode-loader
44
52
  | `:CocCommand loader.install <name>` | Install a package |
45
53
  | `:CocCommand loader.uninstall <name>` | Uninstall a package |
46
54
  | `:CocCommand loader.update <name>` | Update a package |
55
+ | `:CocCommand loader.reinstall <name>` | Reinstall a package (uninstall + install) |
47
56
  | `:CocCommand loader.uninstallAll` | Uninstall all (with confirmation) |
48
57
  | `:CocCommand loader.updateRegistry` | Fetch latest registry from remote |
49
58
 
50
59
  ## Features
51
60
 
52
61
  - **Real conversion pipeline** — git clone → converter → npm install → esbuild → register to coc
62
+ - **Auto-fetch registry** — remote registry fetched in background when TUI opens, no manual refresh needed
53
63
  - **Incremental cache** — source/ keeps git repo, updates via git pull only
54
64
  - **Commit tracking** — records commit SHA after install, visible in detail view
55
65
  - **Update check** — `C` key compares against remote HEAD, shows `↑` when outdated
56
66
  - **Auto restart** — `:CocRestart` triggered automatically on close when changes detected
57
- - **Registry hot-reload** — `:CocCommand loader.updateRegistry` fetches remote registry
67
+ - **Manual registry update** — `:CocCommand loader.updateRegistry` also available for re-fetch
58
68
  - **Install logs** — real command output per step, expandable
69
+ - **Mark & batch** — `x` toggle mark, visual indicator, `D` clean orphaned packages
70
+ - **Filter & sort** — `f` cycle view filter, `s` cycle sort order (name/status/type)
71
+ - **Concurrency limit** — max 3 parallel operations for `U` (Update All)
72
+ - **Desktop notifications** — `showInformationMessage` on install/update/uninstall complete
59
73
 
60
74
  ## Architecture
61
75
 
62
76
  | File | Description |
63
77
  |------|-------------|
64
- | `src/index.ts` | Plugin entry + 7 CocCommands |
78
+ | `src/index.ts` | Plugin entry + 8 CocCommands |
65
79
  | `src/tui.ts` | TUI window management + rendering + key dispatch |
66
80
  | `src/state.ts` | State management (debounced rendering) |
67
- | `src/registry.ts` | Built-in registry + remote update cache |
81
+ | `src/registry.ts` | Remote registry fetch + disk cache |
68
82
  | `src/pipeline.ts` | Real install/update/uninstall flow (git + npx tsx + npm + node + cp) |
69
83
  | `src/renderer.ts` | LineBuffer render engine (inspired by lazy.nvim) |
70
84
 
Binary file
@@ -8,13 +8,13 @@
8
8
  "name": "converter",
9
9
  "version": "0.1.0",
10
10
  "dependencies": {
11
- "commander": "^13.0.0",
12
- "ts-morph": "^25.0.0"
11
+ "commander": "^15.0.0",
12
+ "ts-morph": "^28.0.0"
13
13
  },
14
14
  "devDependencies": {
15
- "@types/node": "^22.0.0",
15
+ "@types/node": "^25.9.3",
16
16
  "tsx": "^4.19.0",
17
- "typescript": "^5.8.0"
17
+ "typescript": "^6.0.3"
18
18
  }
19
19
  },
20
20
  "node_modules/@esbuild/aix-ppc64": {
@@ -459,87 +459,46 @@
459
459
  "node": ">=18"
460
460
  }
461
461
  },
462
- "node_modules/@nodelib/fs.scandir": {
463
- "version": "2.1.5",
464
- "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
465
- "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
466
- "license": "MIT",
467
- "dependencies": {
468
- "@nodelib/fs.stat": "2.0.5",
469
- "run-parallel": "^1.1.9"
470
- },
471
- "engines": {
472
- "node": ">= 8"
473
- }
474
- },
475
- "node_modules/@nodelib/fs.stat": {
476
- "version": "2.0.5",
477
- "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
478
- "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
479
- "license": "MIT",
480
- "engines": {
481
- "node": ">= 8"
482
- }
483
- },
484
- "node_modules/@nodelib/fs.walk": {
485
- "version": "1.2.8",
486
- "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
487
- "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
488
- "license": "MIT",
489
- "dependencies": {
490
- "@nodelib/fs.scandir": "2.1.5",
491
- "fastq": "^1.6.0"
492
- },
493
- "engines": {
494
- "node": ">= 8"
495
- }
496
- },
497
462
  "node_modules/@ts-morph/common": {
498
- "version": "0.26.1",
499
- "resolved": "https://registry.npmjs.org/@ts-morph/common/-/common-0.26.1.tgz",
500
- "integrity": "sha512-Sn28TGl/4cFpcM+jwsH1wLncYq3FtN/BIpem+HOygfBWPT5pAeS5dB4VFVzV8FbnOKHpDLZmvAl4AjPEev5idA==",
463
+ "version": "0.29.0",
464
+ "resolved": "https://registry.npmjs.org/@ts-morph/common/-/common-0.29.0.tgz",
465
+ "integrity": "sha512-35oUmphHbJvQ/+UTwFNme/t2p3FoKiGJ5auTjjpNTop2dyREspirjMy82PLSC1pnDJ8ah1GU98hwpVt64YXQsg==",
501
466
  "license": "MIT",
502
467
  "dependencies": {
503
- "fast-glob": "^3.3.2",
504
- "minimatch": "^9.0.4",
505
- "path-browserify": "^1.0.1"
468
+ "minimatch": "^10.0.1",
469
+ "path-browserify": "^1.0.1",
470
+ "tinyglobby": "^0.2.14"
506
471
  }
507
472
  },
508
473
  "node_modules/@types/node": {
509
- "version": "22.19.21",
510
- "resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.21.tgz",
511
- "integrity": "sha512-VMeFBSCKQKmm2swI2kW51SFusDqekC6q9trBCvJ/JliDchFSuoYYKN7yVNjPthP1HKZcx3U1gI/wTcEBjEFKTA==",
474
+ "version": "25.9.3",
475
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-25.9.3.tgz",
476
+ "integrity": "sha512-603BddQMv3pUcr4U2dhujk83N2tTDVr/34wII2B6bJy6g+8WD6yUb11jszNs0gdi4PesVWl7ABt8nYMVpnLUcg==",
512
477
  "dev": true,
513
478
  "license": "MIT",
514
479
  "dependencies": {
515
- "undici-types": "~6.21.0"
480
+ "undici-types": ">=7.24.0 <7.24.7"
516
481
  }
517
482
  },
518
483
  "node_modules/balanced-match": {
519
- "version": "1.0.2",
520
- "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
521
- "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
522
- "license": "MIT"
523
- },
524
- "node_modules/brace-expansion": {
525
- "version": "2.1.1",
526
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.1.tgz",
527
- "integrity": "sha512-WR1cURNjuvBLMZBMbqM0UoE+WAfdUcEV1ccD8PVBVOI+Z3ND4+SZbN8RsfT2bMuG1qwz5RFvPukSZm5fF2D5eA==",
484
+ "version": "4.0.4",
485
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
486
+ "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
528
487
  "license": "MIT",
529
- "dependencies": {
530
- "balanced-match": "^1.0.0"
488
+ "engines": {
489
+ "node": "18 || 20 || >=22"
531
490
  }
532
491
  },
533
- "node_modules/braces": {
534
- "version": "3.0.3",
535
- "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
536
- "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
492
+ "node_modules/brace-expansion": {
493
+ "version": "5.0.6",
494
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.6.tgz",
495
+ "integrity": "sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==",
537
496
  "license": "MIT",
538
497
  "dependencies": {
539
- "fill-range": "^7.1.1"
498
+ "balanced-match": "^4.0.2"
540
499
  },
541
500
  "engines": {
542
- "node": ">=8"
501
+ "node": "18 || 20 || >=22"
543
502
  }
544
503
  },
545
504
  "node_modules/code-block-writer": {
@@ -549,12 +508,12 @@
549
508
  "license": "MIT"
550
509
  },
551
510
  "node_modules/commander": {
552
- "version": "13.1.0",
553
- "resolved": "https://registry.npmjs.org/commander/-/commander-13.1.0.tgz",
554
- "integrity": "sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==",
511
+ "version": "15.0.0",
512
+ "resolved": "https://registry.npmjs.org/commander/-/commander-15.0.0.tgz",
513
+ "integrity": "sha512-z67u4ZhzCL/Tydu1lJARtEZYWbWaN7oYLHbsuzocr6y4N6WZAagG3RQ4FW61V1/0+jImpj293XfrcYnd1qxtPg==",
555
514
  "license": "MIT",
556
515
  "engines": {
557
- "node": ">=18"
516
+ "node": ">=22.12.0"
558
517
  }
559
518
  },
560
519
  "node_modules/esbuild": {
@@ -599,41 +558,21 @@
599
558
  "@esbuild/win32-x64": "0.28.0"
600
559
  }
601
560
  },
602
- "node_modules/fast-glob": {
603
- "version": "3.3.3",
604
- "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
605
- "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
561
+ "node_modules/fdir": {
562
+ "version": "6.5.0",
563
+ "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
564
+ "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
606
565
  "license": "MIT",
607
- "dependencies": {
608
- "@nodelib/fs.stat": "^2.0.2",
609
- "@nodelib/fs.walk": "^1.2.3",
610
- "glob-parent": "^5.1.2",
611
- "merge2": "^1.3.0",
612
- "micromatch": "^4.0.8"
613
- },
614
566
  "engines": {
615
- "node": ">=8.6.0"
616
- }
617
- },
618
- "node_modules/fastq": {
619
- "version": "1.20.1",
620
- "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz",
621
- "integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==",
622
- "license": "ISC",
623
- "dependencies": {
624
- "reusify": "^1.0.4"
625
- }
626
- },
627
- "node_modules/fill-range": {
628
- "version": "7.1.1",
629
- "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
630
- "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
631
- "license": "MIT",
632
- "dependencies": {
633
- "to-regex-range": "^5.0.1"
567
+ "node": ">=12.0.0"
634
568
  },
635
- "engines": {
636
- "node": ">=8"
569
+ "peerDependencies": {
570
+ "picomatch": "^3 || ^4"
571
+ },
572
+ "peerDependenciesMeta": {
573
+ "picomatch": {
574
+ "optional": true
575
+ }
637
576
  }
638
577
  },
639
578
  "node_modules/fsevents": {
@@ -651,80 +590,16 @@
651
590
  "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
652
591
  }
653
592
  },
654
- "node_modules/glob-parent": {
655
- "version": "5.1.2",
656
- "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
657
- "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
658
- "license": "ISC",
659
- "dependencies": {
660
- "is-glob": "^4.0.1"
661
- },
662
- "engines": {
663
- "node": ">= 6"
664
- }
665
- },
666
- "node_modules/is-extglob": {
667
- "version": "2.1.1",
668
- "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
669
- "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
670
- "license": "MIT",
671
- "engines": {
672
- "node": ">=0.10.0"
673
- }
674
- },
675
- "node_modules/is-glob": {
676
- "version": "4.0.3",
677
- "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
678
- "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
679
- "license": "MIT",
680
- "dependencies": {
681
- "is-extglob": "^2.1.1"
682
- },
683
- "engines": {
684
- "node": ">=0.10.0"
685
- }
686
- },
687
- "node_modules/is-number": {
688
- "version": "7.0.0",
689
- "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
690
- "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
691
- "license": "MIT",
692
- "engines": {
693
- "node": ">=0.12.0"
694
- }
695
- },
696
- "node_modules/merge2": {
697
- "version": "1.4.1",
698
- "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
699
- "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
700
- "license": "MIT",
701
- "engines": {
702
- "node": ">= 8"
703
- }
704
- },
705
- "node_modules/micromatch": {
706
- "version": "4.0.8",
707
- "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
708
- "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
709
- "license": "MIT",
710
- "dependencies": {
711
- "braces": "^3.0.3",
712
- "picomatch": "^2.3.1"
713
- },
714
- "engines": {
715
- "node": ">=8.6"
716
- }
717
- },
718
593
  "node_modules/minimatch": {
719
- "version": "9.0.9",
720
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
721
- "integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
722
- "license": "ISC",
594
+ "version": "10.2.5",
595
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
596
+ "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
597
+ "license": "BlueOak-1.0.0",
723
598
  "dependencies": {
724
- "brace-expansion": "^2.0.2"
599
+ "brace-expansion": "^5.0.5"
725
600
  },
726
601
  "engines": {
727
- "node": ">=16 || 14 >=14.17"
602
+ "node": "18 || 20 || >=22"
728
603
  },
729
604
  "funding": {
730
605
  "url": "https://github.com/sponsors/isaacs"
@@ -737,89 +612,40 @@
737
612
  "license": "MIT"
738
613
  },
739
614
  "node_modules/picomatch": {
740
- "version": "2.3.2",
741
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
742
- "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
615
+ "version": "4.0.4",
616
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
617
+ "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
743
618
  "license": "MIT",
744
619
  "engines": {
745
- "node": ">=8.6"
620
+ "node": ">=12"
746
621
  },
747
622
  "funding": {
748
623
  "url": "https://github.com/sponsors/jonschlinkert"
749
624
  }
750
625
  },
751
- "node_modules/queue-microtask": {
752
- "version": "1.2.3",
753
- "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
754
- "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
755
- "funding": [
756
- {
757
- "type": "github",
758
- "url": "https://github.com/sponsors/feross"
759
- },
760
- {
761
- "type": "patreon",
762
- "url": "https://www.patreon.com/feross"
763
- },
764
- {
765
- "type": "consulting",
766
- "url": "https://feross.org/support"
767
- }
768
- ],
769
- "license": "MIT"
770
- },
771
- "node_modules/reusify": {
772
- "version": "1.1.0",
773
- "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz",
774
- "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
775
- "license": "MIT",
776
- "engines": {
777
- "iojs": ">=1.0.0",
778
- "node": ">=0.10.0"
779
- }
780
- },
781
- "node_modules/run-parallel": {
782
- "version": "1.2.0",
783
- "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
784
- "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
785
- "funding": [
786
- {
787
- "type": "github",
788
- "url": "https://github.com/sponsors/feross"
789
- },
790
- {
791
- "type": "patreon",
792
- "url": "https://www.patreon.com/feross"
793
- },
794
- {
795
- "type": "consulting",
796
- "url": "https://feross.org/support"
797
- }
798
- ],
626
+ "node_modules/tinyglobby": {
627
+ "version": "0.2.17",
628
+ "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.17.tgz",
629
+ "integrity": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==",
799
630
  "license": "MIT",
800
631
  "dependencies": {
801
- "queue-microtask": "^1.2.2"
802
- }
803
- },
804
- "node_modules/to-regex-range": {
805
- "version": "5.0.1",
806
- "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
807
- "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
808
- "license": "MIT",
809
- "dependencies": {
810
- "is-number": "^7.0.0"
632
+ "fdir": "^6.5.0",
633
+ "picomatch": "^4.0.4"
811
634
  },
812
635
  "engines": {
813
- "node": ">=8.0"
636
+ "node": ">=12.0.0"
637
+ },
638
+ "funding": {
639
+ "url": "https://github.com/sponsors/SuperchupuDev"
814
640
  }
815
641
  },
816
642
  "node_modules/ts-morph": {
817
- "version": "25.0.1",
818
- "resolved": "https://registry.npmjs.org/ts-morph/-/ts-morph-25.0.1.tgz",
819
- "integrity": "sha512-QJEiTdnz1YjrB3JFhd626gX4rKHDLSjSVMvGGG4v7ONc3RBwa0Eei98G9AT9uNFDMtV54JyuXsFeC+OH0n6bXQ==",
643
+ "version": "28.0.0",
644
+ "resolved": "https://registry.npmjs.org/ts-morph/-/ts-morph-28.0.0.tgz",
645
+ "integrity": "sha512-Wp3tnZ2bzwxyTZMtgWVzXDfm7lB1Drz+y9DmmYH/L702PQhPyVrp3pkou3yIz4qjS14GY9kcpmLiOOMvl8oG1g==",
820
646
  "license": "MIT",
821
647
  "dependencies": {
822
- "@ts-morph/common": "~0.26.0",
648
+ "@ts-morph/common": "~0.29.0",
823
649
  "code-block-writer": "^13.0.3"
824
650
  }
825
651
  },
@@ -843,9 +669,9 @@
843
669
  }
844
670
  },
845
671
  "node_modules/typescript": {
846
- "version": "5.9.3",
847
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
848
- "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
672
+ "version": "6.0.3",
673
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz",
674
+ "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==",
849
675
  "dev": true,
850
676
  "license": "Apache-2.0",
851
677
  "bin": {
@@ -857,9 +683,9 @@
857
683
  }
858
684
  },
859
685
  "node_modules/undici-types": {
860
- "version": "6.21.0",
861
- "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
862
- "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
686
+ "version": "7.24.6",
687
+ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.24.6.tgz",
688
+ "integrity": "sha512-WRNW+sJgj5OBN4/0JpHFqtqzhpbnV0GuB+OozA9gCL7a993SmU+1JBZCzLNxYsbMfIeDL+lTsphD5jN5N+n0zg==",
863
689
  "dev": true,
864
690
  "license": "MIT"
865
691
  }
@@ -8,12 +8,12 @@
8
8
  "convert": "tsx src/cli.ts"
9
9
  },
10
10
  "dependencies": {
11
- "ts-morph": "^25.0.0",
12
- "commander": "^13.0.0"
11
+ "ts-morph": "^28.0.0",
12
+ "commander": "^15.0.0"
13
13
  },
14
14
  "devDependencies": {
15
- "@types/node": "^22.0.0",
15
+ "@types/node": "^25.9.3",
16
16
  "tsx": "^4.19.0",
17
- "typescript": "^5.8.0"
17
+ "typescript": "^6.0.3"
18
18
  }
19
19
  }