chore(deps): update reka-ui to 2.10.5 (nuxt/ui@8034f83) - #641
Merged
Merged
Conversation
`reka-ui` is exact-pinned here because upstream pins it, and it moves only through a port. The catalog line matched upstream's pre-image and the change is the same single line. The lockfile delta is exactly `reka-ui@2.10.4` → `reka-ui@2.10.5`, no other version added or removed, and the same 9+/9- size as upstream's. `pnpm install --frozen-lockfile` passes. The release age was checked before installing: 2.10.5 was published 2026-09-21, so `pnpm` wrote no `minimumReleaseAgeExclude` entry and `pnpm-workspace.yaml` differs only by the catalog line. A wide patch — the tarball diff touches Dialog, Tooltip, Listbox, Select, PinInput, NumberField, Menu, DismissableLayer and Collection, which back Modal, Slideover, Drawer (through vaul-vue), Tooltip, Select, CommandPalette, Listbox, PinInput, InputNumber, DropdownMenu and ContextMenu here — so the full suite, snapshots included, is the check. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01JS8ypVfQSFzYVZzkTHhURb
Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01JS8ypVfQSFzYVZzkTHhURb
9 tasks
IgorShevchik
added a commit
that referenced
this pull request
Sep 25, 2026
Written as `pending-merge` in the commit that added it, per §6 step 4. #641 was the only port in this run and the cursor has caught up with upstream, so there is no follower to close it out; this is that follower. `processed` carries no unreconciled entry, and `cursor` sits on `8034f837`, upstream `v4`'s current tip.
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.
Linked issue
Fork-sync port of nuxt/ui@8034f83 —
chore(deps): update pnpm.catalog.default reka-ui to v2.10.5 (#7017).Type of change
revert(Scope): ...)Description
reka-uiis exact-pinned here because upstream pins it, and it moves only through a port (AGENTS.md, PORTING §2). The catalog line matched upstream's pre-image (reka-ui: 2.10.4), and the change is the same one line.Lockfile. The delta is exactly
reka-ui@2.10.4→reka-ui@2.10.5, with no other package version added or removed. The diff is 9+/9−, the same size as upstream's own lockfile diff for this commit.pnpm install --frozen-lockfilepasses.Release-age policy — checked before installing. PORTING §2 warns that
pnpmsilently appends a too-young version tominimumReleaseAgeExclude.reka-ui@2.10.5was published 2026-09-21T13:18Z, three and a half days before this port. Afterpnpm install,pnpm-workspace.yamldiffers frommainonly by the catalog line, and no exclusion was written.What 2.10.5 touches. It is a patch release, but a wide one. Comparing the two published tarballs'
dist/:Modal,Slideover— DialogDrawer— reka's Dialog, viavaul-vueTooltip,Select,PinInputCommandPalette,Listbox— ListboxInputNumber— NumberFieldDropdownMenu,ContextMenu— MenuTreehas no counterpart in this fork.Result: no snapshot changed. Under
CI=true, vitest fails a mismatched snapshot rather than rewriting it, and the tree was clean after the run. So none of 2.10.5's changes alters markup that any component here renders in its specs.Observed, not changed: the tree also carries a
reka-ui@2.9.9, which was there before this port. It is not the library's copy.pnpm whytraces it to the docs site only:nuxt-schema-org@6.2.1→nuxtseo-layer-devtools@5.3.0→ a bundled@nuxt/ui@4.8.2.nuxt-schema-orgis held at^6.2.1by a writtendep-parityexception, so that copy goes away when the hold is lifted.Bookkeeping
8034f837(371 entries), which is upstreamv4's current tip.dep-parity.jsonre-snapshotted: the cursor andreka-uimoved to2.10.5together.Gate run locally with
CI=true:dev:prepare·lint·typecheck·build·test:module— greentest:coverage— 365 files, 8205 passed, 6 skippedChecklist
🤖 Generated with Claude Code
https://claude.ai/code/session_01JS8ypVfQSFzYVZzkTHhURb
Generated by Claude Code