Skip to content

Version Packages (beta)#1868

Merged
TooTallNate merged 1 commit intomainfrom
changeset-release/main
Apr 30, 2026
Merged

Version Packages (beta)#1868
TooTallNate merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Apr 29, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@workflow/swc-plugin@5.0.0-beta.3

Major Changes

  • #1686 417c493 Thanks @TooTallNate! - BREAKING CHANGE: Remove client transform mode from SWC plugin. The client and step modes were nearly identical — both preserved step function bodies, replaced workflow bodies with throw stubs, and emitted the same JSON manifest. The only differences were the step registration mechanism (simple property assignment vs. IIFE) and whether DCE ran. Step mode now absorbs all client-mode behaviors: hoisted variable references for object property steps (so .stepId is accessible), and dead code elimination. All integrations that previously used mode: 'client' now use mode: 'step'.

@workflow/core@5.0.0-beta.3

Minor Changes

Patch Changes

  • #1848 7d07fab Thanks @pranaygp! - Replace eval in serialization.ts revive() helper with JSON.parse. devalue.stringify() output is always valid JSON (special values are encoded as negative integer sentinels), so JSON.parse is a safe drop-in that eliminates the eval anti-pattern.

  • Updated dependencies [3ad8ee7, 354840e]:

    • @workflow/world-local@5.0.0-beta.3
    • @workflow/world-vercel@5.0.0-beta.3

@workflow/nitro@5.0.0-beta.3

Minor Changes

  • #1844 cbecbaa Thanks @TooTallNate! - Forward string entries from Nitro's externals.external config to the workflow builder's esbuild external option.

Patch Changes

  • Updated dependencies [baba580, 7d07fab, 417c493, e295bae]:
    • @workflow/builders@5.0.0-beta.3
    • @workflow/core@5.0.0-beta.3
    • @workflow/swc-plugin@5.0.0-beta.3
    • @workflow/rollup@5.0.0-beta.3
    • @workflow/vite@5.0.0-beta.3

workflow@5.0.0-beta.3

Minor Changes

Patch Changes

  • Updated dependencies [a38f140, baba580, cbecbaa, 7d07fab, 417c493, 906f7c1, e295bae]:
    • @workflow/typescript-plugin@5.0.0-beta.3
    • @workflow/next@5.0.0-beta.3
    • @workflow/nitro@5.0.0-beta.3
    • @workflow/core@5.0.0-beta.3
    • @workflow/cli@5.0.0-beta.3
    • @workflow/rollup@5.0.0-beta.3
    • @workflow/nest@5.0.0-beta.3
    • @workflow/astro@5.0.0-beta.3
    • @workflow/sveltekit@5.0.0-beta.3
    • @workflow/nuxt@5.0.0-beta.3

@workflow/world-vercel@5.0.0-beta.3

Minor Changes

  • #1824 354840e Thanks @TooTallNate! - Add VERCEL_WORKFLOW_SERVER_PROTECTION_BYPASS and VERCEL_WORKFLOW_SERVER_URL env vars.

@workflow/ai@5.0.0-beta.3

Patch Changes

  • #1544 3f6d98f Thanks @iNishant! - Forward strict, inputExamples, and providerOptions tool properties to language model providers, and handle type: 'dynamic' tools

  • Updated dependencies [e295bae]:

    • workflow@5.0.0-beta.3

@workflow/astro@5.0.0-beta.3

Patch Changes

  • Updated dependencies [baba580, 417c493]:
    • @workflow/builders@5.0.0-beta.3
    • @workflow/swc-plugin@5.0.0-beta.3
    • @workflow/rollup@5.0.0-beta.3
    • @workflow/vite@5.0.0-beta.3

@workflow/builders@5.0.0-beta.3

Patch Changes

  • #1857 baba580 Thanks @ijjk! - Write Next.js workflow diagnostics manifests inside the Next.js dist directory and only use .vercel/output/diagnostics for the Vercel Build Output API builder.

  • #1686 417c493 Thanks @TooTallNate! - BREAKING CHANGE: Remove client transform mode from SWC plugin. The client and step modes were nearly identical — both preserved step function bodies, replaced workflow bodies with throw stubs, and emitted the same JSON manifest. The only differences were the step registration mechanism (simple property assignment vs. IIFE) and whether DCE ran. Step mode now absorbs all client-mode behaviors: hoisted variable references for object property steps (so .stepId is accessible), and dead code elimination. All integrations that previously used mode: 'client' now use mode: 'step'.

  • Updated dependencies [7d07fab, 417c493, e295bae]:

    • @workflow/core@5.0.0-beta.3
    • @workflow/swc-plugin@5.0.0-beta.3

@workflow/cli@5.0.0-beta.3

Patch Changes

  • #1686 417c493 Thanks @TooTallNate! - BREAKING CHANGE: Remove client transform mode from SWC plugin. The client and step modes were nearly identical — both preserved step function bodies, replaced workflow bodies with throw stubs, and emitted the same JSON manifest. The only differences were the step registration mechanism (simple property assignment vs. IIFE) and whether DCE ran. Step mode now absorbs all client-mode behaviors: hoisted variable references for object property steps (so .stepId is accessible), and dead code elimination. All integrations that previously used mode: 'client' now use mode: 'step'.

  • Updated dependencies [9ea1254, baba580, 7d07fab, 417c493, e295bae, 3ad8ee7, 354840e]:

    • @workflow/web@5.0.0-beta.3
    • @workflow/builders@5.0.0-beta.3
    • @workflow/core@5.0.0-beta.3
    • @workflow/swc-plugin@5.0.0-beta.3
    • @workflow/world-local@5.0.0-beta.3
    • @workflow/world-vercel@5.0.0-beta.3

@workflow/nest@5.0.0-beta.3

Patch Changes

  • #1686 417c493 Thanks @TooTallNate! - BREAKING CHANGE: Remove client transform mode from SWC plugin. The client and step modes were nearly identical — both preserved step function bodies, replaced workflow bodies with throw stubs, and emitted the same JSON manifest. The only differences were the step registration mechanism (simple property assignment vs. IIFE) and whether DCE ran. Step mode now absorbs all client-mode behaviors: hoisted variable references for object property steps (so .stepId is accessible), and dead code elimination. All integrations that previously used mode: 'client' now use mode: 'step'.

  • Updated dependencies [baba580, 417c493]:

    • @workflow/builders@5.0.0-beta.3
    • @workflow/swc-plugin@5.0.0-beta.3

@workflow/next@5.0.0-beta.3

Patch Changes

  • #1857 baba580 Thanks @ijjk! - Write Next.js workflow diagnostics manifests inside the Next.js dist directory and only use .vercel/output/diagnostics for the Vercel Build Output API builder.

  • #1686 417c493 Thanks @TooTallNate! - BREAKING CHANGE: Remove client transform mode from SWC plugin. The client and step modes were nearly identical — both preserved step function bodies, replaced workflow bodies with throw stubs, and emitted the same JSON manifest. The only differences were the step registration mechanism (simple property assignment vs. IIFE) and whether DCE ran. Step mode now absorbs all client-mode behaviors: hoisted variable references for object property steps (so .stepId is accessible), and dead code elimination. All integrations that previously used mode: 'client' now use mode: 'step'.

  • #1796 906f7c1 Thanks @TooTallNate! - Simplify the deferred builder by importing step sources directly into the generated step/route.js, matching how serde files are handled.

  • Updated dependencies [baba580, 7d07fab, 417c493, e295bae]:

    • @workflow/builders@5.0.0-beta.3
    • @workflow/core@5.0.0-beta.3
    • @workflow/swc-plugin@5.0.0-beta.3

@workflow/nuxt@5.0.0-beta.3

Patch Changes

  • Updated dependencies [cbecbaa]:
    • @workflow/nitro@5.0.0-beta.3

@workflow/rollup@5.0.0-beta.3

Patch Changes

  • #1686 417c493 Thanks @TooTallNate! - BREAKING CHANGE: Remove client transform mode from SWC plugin. The client and step modes were nearly identical — both preserved step function bodies, replaced workflow bodies with throw stubs, and emitted the same JSON manifest. The only differences were the step registration mechanism (simple property assignment vs. IIFE) and whether DCE ran. Step mode now absorbs all client-mode behaviors: hoisted variable references for object property steps (so .stepId is accessible), and dead code elimination. All integrations that previously used mode: 'client' now use mode: 'step'.

  • Updated dependencies [baba580, 417c493]:

    • @workflow/builders@5.0.0-beta.3
    • @workflow/swc-plugin@5.0.0-beta.3

@workflow/sveltekit@5.0.0-beta.3

Patch Changes

  • Updated dependencies [baba580, 417c493]:
    • @workflow/builders@5.0.0-beta.3
    • @workflow/swc-plugin@5.0.0-beta.3
    • @workflow/rollup@5.0.0-beta.3
    • @workflow/vite@5.0.0-beta.3

@workflow/typescript-plugin@5.0.0-beta.3

Patch Changes

  • #1830 a38f140 Thanks @ijjk! - Make the TypeScript peer dependency optional and show a clearer error
    when TypeScript is unavailable.

@workflow/vite@5.0.0-beta.3

Patch Changes

  • Updated dependencies [baba580, 417c493]:
    • @workflow/builders@5.0.0-beta.3

@workflow/vitest@5.0.0-beta.3

Patch Changes

  • Updated dependencies [baba580, 7d07fab, 417c493, e295bae, 3ad8ee7]:
    • @workflow/builders@5.0.0-beta.3
    • @workflow/core@5.0.0-beta.3
    • @workflow/rollup@5.0.0-beta.3
    • @workflow/world-local@5.0.0-beta.3

@workflow/web@5.0.0-beta.3

Patch Changes

@workflow/web-shared@5.0.0-beta.3

Patch Changes

@workflow/world-local@5.0.0-beta.3

Patch Changes

@workflow/world-postgres@5.0.0-beta.3

Patch Changes

  • Updated dependencies [3ad8ee7]:
    • @workflow/world-local@5.0.0-beta.3

@workflow/world-testing@5.0.0-beta.3

Patch Changes

  • Updated dependencies [7d07fab, 417c493, e295bae]:
    • @workflow/core@5.0.0-beta.3
    • @workflow/cli@5.0.0-beta.3
    • workflow@5.0.0-beta.3

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented Apr 29, 2026

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

Project Deployment Actions Updated (UTC)
example-nextjs-workflow-turbopack Ready Ready Preview, Comment Apr 30, 2026 5:52pm
example-nextjs-workflow-webpack Ready Ready Preview, Comment Apr 30, 2026 5:52pm
example-workflow Error Error Apr 30, 2026 5:52pm
workbench-astro-workflow Error Error Apr 30, 2026 5:52pm
workbench-express-workflow Error Error Apr 30, 2026 5:52pm
workbench-fastify-workflow Error Error Apr 30, 2026 5:52pm
workbench-hono-workflow Error Error Apr 30, 2026 5:52pm
workbench-nitro-workflow Error Error Apr 30, 2026 5:52pm
workbench-nuxt-workflow Error Error Apr 30, 2026 5:52pm
workbench-sveltekit-workflow Ready Ready Preview, Comment Apr 30, 2026 5:52pm
workbench-vite-workflow Error Error Apr 30, 2026 5:52pm
workflow-docs Ready Ready Preview, Comment, Open in v0 Apr 30, 2026 5:52pm
workflow-swc-playground Ready Ready Preview, Comment Apr 30, 2026 5:52pm
workflow-web Ready Ready Preview, Comment Apr 30, 2026 5:52pm

@github-actions github-actions Bot closed this Apr 29, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 1a45683 to 0ec805a Compare April 29, 2026 19:28
@github-actions github-actions Bot reopened this Apr 29, 2026
@github-actions github-actions Bot closed this Apr 30, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 74594b4 to 2d66c75 Compare April 30, 2026 07:43
@github-actions github-actions Bot reopened this Apr 30, 2026
@github-actions github-actions Bot closed this Apr 30, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 98d5c17 to 59ec398 Compare April 30, 2026 07:47
@github-actions github-actions Bot reopened this Apr 30, 2026
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.

1 participant