Skip to content

Update dependency workflow to v4.5.0#83

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/workflow-4.x
Jun 20, 2026
Merged

Update dependency workflow to v4.5.0#83
renovate[bot] merged 1 commit into
mainfrom
renovate/workflow-4.x

Conversation

@renovate

@renovate renovate Bot commented Jun 20, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
workflow (source) 4.3.14.5.0 age confidence

Release Notes

vercel/workflow (workflow)

v4.5.0

Compare Source

@​workflow/core@​4.5.0

  • #​2373 296b785 @​pranaygp - Replace hook.hasConflict (a Promise<boolean> property) with hook.getConflict(), a method returning a promise that suspends the workflow to commit hook registration and resolves with { runId } identifying the conflicting run when another active hook owns the token (or null once the hook is registered), without waiting for hook payload data. Code using await hook.hasConflict should migrate to const conflict = await hook.getConflict() and branch on conflict !== null.
  • #​2305 9c667e0 @​willsather - Add an optional namespace parameter that scopes queue topic prefixes to __{namespace}_wkf_workflow_*. This allows configuring multiple frameworks in the same deployment without queue topic collision.
  • #​2345 2100fc3 @​pranaygp - Fix unhandled rejection when step_created/wait_created calls fail in waitUntil
  • #​2336 4291c59 @​TooTallNate - Fix unexpected rejections in waitUntil causing process crashes
  • #​1847 73975ad @​VaguelySerious - Auto-reconnect getReadable() streams on server close or transient errors

@​workflow/cli@​4.2.10

@​workflow/world@​4.2.0

  • #​2305 9c667e0 @​willsather - Add an optional namespace parameter that scopes queue topic prefixes to __{namespace}_wkf_workflow_*. This allows configuring multiple frameworks in the same deployment without queue topic collision.

@​workflow/world-local@​4.2.0

@​workflow/world-postgres@​4.2.0

@​workflow/world-vercel@​4.4.1

@​workflow/world-testing@​4.1.10

@​workflow/builders@​4.1.0

  • #​2305 9c667e0 @​willsather - Add an optional namespace parameter that scopes queue topic prefixes to __{namespace}_wkf_workflow_*. This allows configuring multiple frameworks in the same deployment without queue topic collision.
  • #​2395 15507bd @​pranaygp - Upgrade esbuild to ^0.28.1 to resolve GHSA-gv7w-rqvm-qjhr (missing binary integrity verification before executing downloaded binaries).

v4.4.0

Compare Source

@​workflow/core@​4.4.0

@​workflow/cli@​4.2.9

@​workflow/world@​4.1.5

@​workflow/world-local@​4.1.5

@​workflow/world-postgres@​4.1.5

@​workflow/world-vercel@​4.4.0

@​workflow/world-testing@​4.1.9

@​workflow/web@​4.1.10

@​workflow/web-shared@​4.1.10

@​workflow/ai@​6.0.0

@​workflow/typescript-plugin@​4.0.3

@​workflow/builders@​4.0.10

@​workflow/next@​4.0.10

  • #​2298 bc2cf32 @​pranaygp - Preserve deferred step registration with Turbopack content filtering.
  • #​2253 a06206e @​wbinnssmith - Always apply turbopack content condition regardless of builder mode to prevent the workflow loader from running on every JS/TS file when lazy discovery is enabled.
  • #​1799 eca3b51 @​TooTallNate - Use inline sourcemaps for all workspace packages; published packages no longer ship external .js.map files.

@​workflow/nitro@​4.1.0

@​workflow/nuxt@​4.0.10

@​workflow/sveltekit@​4.0.9

@​workflow/astro@​4.0.9

@​workflow/vite@​4.0.9

@​workflow/rollup@​4.0.9

@​workflow/errors@​4.1.4

@​workflow/utils@​4.1.3

@​workflow/nest@​0.0.9

@​workflow/serde@​4.1.2

@​workflow/vitest@​4.0.10


Configuration

📅 Schedule: (in timezone Europe/Rome)

  • Branch creation
    • Between 12:00 AM and 06:59 AM, only on Sunday and Saturday (* 0-6 * * 6,0)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot merged commit f5acc5d into main Jun 20, 2026
3 checks passed
@renovate renovate Bot deleted the renovate/workflow-4.x branch June 20, 2026 10:56
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.

0 participants