Skip to content

chore(sync): reconcile the #524 and #525 ledger entries - #526

Merged
IgorShevchik merged 1 commit into
mainfrom
chore/sync-ledger-524-525
Sep 1, 2026
Merged

chore(sync): reconcile the #524 and #525 ledger entries#526
IgorShevchik merged 1 commit into
mainfrom
chore/sync-ledger-524-525

Conversation

@IgorShevchik

Copy link
Copy Markdown
Collaborator

Bookkeeping for #524 and #525.

The entry goes into .sync/nuxt-ui.json in the same commit as the port, so pr and b24ui_sha cannot be known yet — they go in as pending-merge and are reconciled once the PR squash-merges. Both have now merged:

upstream commit decision now
9c99bf16chore(deps): update all non-major dependencies port 524 / 1e33c0a2
9d46fc7echore(deps): update tiptap to ^3.30.5 port 524 / 1e33c0a2
20c1954dchore(deps): update dependency reka-ui to v2.10.4 port 524 / 1e33c0a2
e791d302fix(Select/SelectMenu): add responsive text size port 525 / 0a8c87ca

Scope

Eight lines in .sync/nuxt-ui.json, nothing else. No entry is added, cursor does not move, no decision or summary changes, and no .sync/log/*.md file is touched.

Worth noting

This is the first run through the corrected ordering guard from #524. Its previous form asserted that no entry carries pending-merge at all, which §6 step 4 requires them to — it went red on the very next port and would have blocked this exact sequence. The corrected form allows a pending suffix and fails only when a pending entry sits behind a reconciled one, i.e. when a bookkeeping PR was skipped. It stayed green through the port with a four-entry tail, and now sees that tail emptied.

Verification

sync-ledger · dep-parity · commit-parses — 100 tests, 3 files. grep -c pending-merge .sync/nuxt-ui.json is 0.


Generated by Claude Code

The four entries written during this run carried `pending-merge` in both `pr`
and `b24ui_sha`, because the entry goes in with the port before its PR has a
number or a squash SHA. Both PRs have now merged:

- `9c99bf16`, `9d46fc7e`, `20c1954d` → #524 / `1e33c0a2`
- `e791d302` → #525 / `0a8c87ca`

Bookkeeping only — no entry is added, the cursor does not move, and no decision
changes. This is also the first run through the corrected ordering guard from
#524, which allows a pending suffix and now sees it emptied.
@IgorShevchik
IgorShevchik merged commit d5fd859 into main Sep 1, 2026
2 checks passed
@IgorShevchik
IgorShevchik deleted the chore/sync-ledger-524-525 branch September 1, 2026 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants