Commit eb9230c
authored
chore: bump objectui to a136322f8723 — the console must carry the ADR-0110 D1 fix before v17 ships (#3982)
The pin was at 4a4829d0ef39, an ancestor of objectui#2970 (the ADR-0110 D1
client fix). build-console.sh builds the shipped SPA at the PINNED sha, so v17
would have gone out with a console that still posts action.target to
/actions/:object/:action. A v17 server resolves the declaration by name and
refuses an unresolvable one (D3), so every target-bound script action would
404 from the shipped console — a regression on a path that worked before.
The ADR and both PRs called for lockstep; the mechanism that enforces it is
this pin, which merging the objectui PR does not touch, and check:console-sha
guards dist-vs-pin drift rather than pin-vs-upstream staleness.
Range also carries objectui#2973 (modal actions are client-only) and eight
other fixes since the last bump.
After merging, a local checkout needs `pnpm objectui:build` (rebuild at the
pinned SHA) — not `objectui:refresh`.1 parent 35accbf commit eb9230c
2 files changed
Lines changed: 27 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments