Commit 0d29034
committed
fix(release): convert pinned internal deps to workspace:* (+ lockfile)
13 internal sibling deps across observability, registry-client, runtime-core,
and runtime-routes were pinned to exact published versions (core/runtime/
loop-definition at rc.0, sdk at rc.1). The sdk rc.1 pins are changeset version's
rewrite that the lockfile never caught up to — a resolution landmine for every
future release that bumps a pinned sibling.
Convert all of them (dependencies, peerDependencies, devDependencies) to
workspace:* and refresh pnpm-lock.yaml so siblings resolve as workspace links.
On pack, workspace:* converts to the exact current version, so published
manifests keep identical pinning behavior, minus the drift hazard. Peer ranges
left as workspace:* (established repo pattern) rather than redesigned to carets.
Full `pnpm -r build` (topo order, all DTS) green; check-boundary green.1 parent ffb0853 commit 0d29034
5 files changed
Lines changed: 31 additions & 146 deletions
File tree
- packages
- observability
- registry-client
- runtime-core
- runtime-routes
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
| 45 | + | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
59 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
64 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
| 59 | + | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments