chore: bump objectui to 6314e87f2d49 - #7549
Merged
Merged
Conversation
fix(detail): inline-edit an address as sub-fields, not a text box reading [Object] (#4222) objectui@6314e87f2d49b1ff3b158c296f1b2a52d14dff68
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
huangyiirene
marked this pull request as ready for review
August 11, 2026 05:38
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #7411
Moves the console pin from
92c0b1f403f7e3323d25d9643c14572b87dab2a8to objectuimainat6314e87f2d49b1ff3b158c296f1b2a52d14dff68— 43 objectui commits. The whole regen went throughscripts/bump-objectui.sh(pin + the derived@objectstack/consolechangeset); nothing was hand-edited except the ADR-0087 disposition the generator deliberately leaves unanswered.Readings, re-derived at work time (2026-08-11 ~04:55Z)
.objectui-shaonorigin/main92c0b1f403f76314e87f2d49origin/main6314e87f2d49(fix(detail): inline-edit an address as sub-fields…#4222, 2026-08-11T04:17Z)check:objectui-pin-freshreports FRESHThe card's named payload (objectui#4108 / the objectui#4096 row-action permission gate) was already covered by the pin at dispatch time, as the PM's claim comment recorded — so the premise is the staleness half, which held: 43 commits, 27 releasing changesets, one of them breaking.
What is in the range
The generated changeset lists all 27 declared entries plus the 14 commits objectui shipped with no changeset. User-facing highlights: address inline-edit and detail-page rendering (objectui#4222 / #4215), image
maxSizeenforced before upload (#4217), draft-view rename persistence (#4212), the filter-panel view overlay (#4214), gantt refusal messages and dialog counts (#4210 / #4205), the action-renderer forward-whitelist gate (#4207),requiredWhenat submit time (#4201), and theglobal_navdesigner retirement (#4169).ADR-0087 disposition
The one declared-breaking entry is objectui#4169 — the Studio designer surfaces for the
global_navaction location. The spec-side retirement of that enum value landed here with #7100 / #6888 and is already on the ledger as the conversionaction-global-nav-location-removed, so this bump registers nothing new and the changeset carriesnot-required (already-registered action-global-nav-location-removed).objectui#4169 was flagged at dispatch as a place where the console build might surface errors. It did not: the console built clean at the new pin and the declaration-parity ratchet found no new divergence.
Verification
All run locally in the worktree, on the pushed commit:
scripts/build-console.sh(viaOBJECTUI_ROOT=…) — console SPA rebuilt at the new pin; bundle canaryimport/jobspresent; dist 51,964 KB. Preceded bypnpm --filter '@objectstack/client^...' build(the client dist the console bundles).pnpm check:console-sha— ✓Console dist matches the objectui pin (objectui@6314e87f2d49);packages/console/dist/.objectui-shaequals.objectui-sha.pnpm check:objectui-pin-fresh— ✓ self-test +objectui pin is FRESH — .objectui-sha is objectui main.node scripts/check-adr-0087-registration.mjs --base origin/main— ✓ 1 declared-breaking changeset, disposition accepted asnot-required (already-registered).pnpm check:empty-changeset,node scripts/check-changeset-no-major.mjs --base origin/main,pnpm check:objectui-changeset— ✓ all green.pnpm sdui:manifest(ADR-0082 D4 ratchet, the bump script's named next step) — ✓ manifest dumped,no new DECLARATION divergence vs accepted baseline(62 spec-only divergences, all pre-existing baseline stock). Needed the documentedchromium_headless_shell-1194→1234symlink shim fromdocs/releases-maintenance.md; the note is accurate as written and worked unmodified.node scripts/check-nul-bytes.mjs— ✓ 7001 files, no control bytes.Scope
Diff is
.objectui-sha+.changeset/console-6314e87f2d49.md— the same two-file shape as the previous bump24d22f4.packages/console/distis gitignored and rebuilt locally, so it is verified but not committed;pnpm-lock.yamlwas not regenerated because this bump changes no framework dependency. No riders.Generated by Claude Code