Skip to content

deps: bump @json-render/{core,react,vue} to v0.20.0 - #288

Merged
antfu merged 2 commits into
mainfrom
nice-foxes-occur
Aug 25, 2026
Merged

deps: bump @json-render/{core,react,vue} to v0.20.0#288
antfu merged 2 commits into
mainfrom
nice-foxes-occur

Conversation

@antfubot

Copy link
Copy Markdown
Collaborator

Summary

Bumps the @json-render/core, @json-render/react, and @json-render/vue pnpm catalog entries from ^0.19.0 to ^0.20.0.

Why no source changes

v0.20.0's only breaking change affects custom renderer bridges that implement the core ActionExecutionContext.executeAction callback (it now receives a full ActionBinding instead of a bare action name). This repo's action bridges — packages/json-render-ui/src/action-bridge.ts and the React port in examples/hub-next/src/client/json-render/react-renderer.tsx — plug into JSONUIProvider's handlers: Record<string, ActionHandler> prop, a stable surface unchanged between v0.19.0 and v0.20.0. Neither implements the lower-level executeAction callback, so no code changes were required.

The other v0.20.0 additions (named slots, nested $item-relative repeats, dangling-child pruning, visible field optionality) touch spec-structural fields devframe's schema/validation layer deliberately passes through unchecked, so they don't require migration either — they're available for specs to use going forward.

Verification

  • pnpm install — lockfile updated, @json-render/{core,react,vue} resolve to 0.20.0
  • pnpm build — 27/27 tasks succeeded
  • pnpm typecheck — 38/38 tasks succeeded
  • pnpm test — 1269 passed, 9 skipped (one hub-next test timed out under machine load in the full run but passes cleanly in isolation — unrelated to this change)
  • pnpm lint — clean
  • pnpm knip — pre-existing unrelated failure (tinyexec unlisted dependency in bump.config.ts) reproduces identically on main, unaffected by this change

This PR was created with the help of an agent.

No source changes required: this repo's action bridges (packages/json-render-ui/src/action-bridge.ts and the hub-next React port) plug into JSONUIProvider's stable handlers prop, not the core ActionExecutionContext.executeAction callback affected by v0.20.0's breaking change.
@vercel

vercel Bot commented Aug 24, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
devframe Ready Ready Preview Aug 24, 2026 11:48pm

bump.config.ts imports tinyexec directly (added in the v0.9.5 release script), but it was never listed in the root package.json - only pulled in transitively via bumpp. knip's unlisted-dependencies check has been failing main's CI Lint job since that change; add the explicit catalog:deps entry to fix it.
@antfu
antfu merged commit 26cf0c5 into main Aug 25, 2026
11 checks passed
@antfu
antfu deleted the nice-foxes-occur branch August 25, 2026 00:03
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