Commit 04de7cb
committed
The four @mariozechner/pi-* packages this repo depends on are
deprecated upstream; the @earendil-works/pi-* line at v0.74.0 is
the canonical replacement. This commit completes the migration
end-to-end without leaving any indirect aliases in place:
- Source imports across src/commands/, src/components/,
src/tools/, src/index.ts, src/manager.ts, src/notification.ts,
and src/status-bar-controller.ts now reference
@earendil-works/pi-coding-agent, @earendil-works/pi-tui, and
@earendil-works/pi-ai.
- peerDependencies and devDependencies repinned to @earendil-works
at ^0.74.0. @earendil-works/pi-ai added to dev so type-only
imports resolve.
- @aliou/pi-utils-ui ^0.10.0 -> ^0.4.1. v0.4 imports cleanly from
@earendil-works/pi-tui so no indirection remains, but it removes
the createPanelPadder / renderPanelRule / renderPanelTitleLine
helpers this repo still consumes for mid-body separators. The
three helpers (~30 lines total) are ported in tree under
src/components/panel-helpers.ts so pi-processes owns the rendering
surface it relies on.
- @aliou/pi-utils-settings ^0.10.0 -> ^0.15.1.
- @aliou/biome-plugins ^0.3.2 -> ^0.8.1.
- typescript ^5.9.3 -> ^6.0.3.
- biome.json schema reference bumped to 2.4.15 so the CLI from
@aliou/biome-plugins stops emitting a deserialise warning.
- Biome auto-fixes applied along the way: src/manager.ts exports
sorted alphabetically; tsconfig.json arrays compacted.
After this change pnpm install reports 0 vulnerabilities, pnpm
typecheck (tsc --noEmit) is clean, pnpm lint (biome check) is clean,
and the 18 existing vitest tests still pass. node-domexception
remains as the only transitive deprecation, seven levels deep
through fetch-blob.
1 parent 6edf4d2 commit 04de7cb
39 files changed
Lines changed: 1122 additions & 1896 deletions
File tree
- src
- commands
- clear
- dock
- kill
- logs
- pin
- processes
- settings
- components
- hooks
- widget
- tools
- actions
- utils
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
| 36 | + | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
| 42 | + | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
51 | 49 | | |
52 | 50 | | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
61 | 56 | | |
62 | 57 | | |
63 | 58 | | |
| |||
72 | 67 | | |
73 | 68 | | |
74 | 69 | | |
75 | | - | |
| 70 | + | |
76 | 71 | | |
77 | 72 | | |
78 | | - | |
| 73 | + | |
79 | 74 | | |
80 | 75 | | |
81 | 76 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments