Patch vulnerable package dependencies - #2302

Merged
pranaygp merged 2 commits into
stablefrom
pranaygp/codex/package-deps-stable
Jun 8, 2026
Merged

Patch vulnerable package dependencies#2302
pranaygp merged 2 commits into
stablefrom
pranaygp/codex/package-deps-stable

Conversation

@pranaygp

Copy link
Copy Markdown
Contributor

Summary

  • bump vulnerable direct dependencies in published workflow packages on stable
  • pin remaining vulnerable transitive resolutions with root pnpm overrides where upstream ranges allow safe versions
  • move @workflow/web to express 5.2.1 because the latest 4.x line still resolves vulnerable path-to-regexp
  • add a changeset for the published package updates

Validation

  • pnpm install --lockfile-only --ignore-scripts
  • pnpm install --ignore-scripts
  • pnpm audit --prod --json (no remaining packages__* findings)
  • git diff --check

Signed-off-by: Pranay Prakash <pranay.gp@gmail.com>
@changeset-bot

changeset-botBot commented Jun 8, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 3b7f22c

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 17 packages
NameType
@workflow/buildersPatch
@workflow/cliPatch
@workflow/corePatch
@workflow/nuxtPatch
@workflow/webPatch
@workflow/web-sharedPatch
@workflow/world-postgresPatch
@workflow/world-testingPatch
@workflow/astroPatch
@workflow/nestPatch
@workflow/nextPatch
@workflow/nitroPatch
@workflow/rollupPatch
@workflow/sveltekitPatch
@workflow/vitePatch
@workflow/vitestPatch
workflowPatch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel

vercelBot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actionsBot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
❌ ▲ Vercel Production8556867990
❌ 🪟 Windows2268090
Total877136671080

❌ Failed Tests

▲ Vercel Production (68 failed)

nextjs-turbopack (67 failed):

  • DurableAgent e2e core basic text response
  • DurableAgent e2e core single tool call
  • DurableAgent e2e core multiple sequential tool calls
  • DurableAgent e2e core tool error recovery
  • DurableAgent e2e provider tools provider tool identity preserved across step boundaries
  • DurableAgent e2e provider tools mixed provider and function tools
  • DurableAgent e2e onStepFinish fires constructor + stream callbacks in order with step data
  • DurableAgent e2e onFinish fires constructor + stream callbacks in order with event data
  • DurableAgent e2e instructions string instructions are passed to the model
  • DurableAgent e2e timeout completes within timeout
  • DurableAgent e2e experimental_onStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onStepStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallFinish (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e prepareCall (GAP) completes but prepareCall is not applied (GAP)
  • DurableAgent e2e prepareStep on constructor agent-level prepareStep is called for each LLM step
  • DurableAgent e2e prepareStep on constructor stream-level prepareStep overrides constructor-level
  • DurableAgent e2e multimodal tool results passes through LanguageModelV3ToolResultOutput from tools
  • DurableAgent e2e tool approval (GAP) completes but needsApproval is not checked (GAP)
  • addTenWorkflow | wrun_01KTMRH78YXDDA4K6BV6BVJ8QB | 🔍 observability
  • addTenWorkflow | wrun_01KTMRH78YXDDA4K6BV6BVJ8QB | 🔍 observability
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMRJHHE16S94YC2FEN6VMF9 | 🔍 observability
  • promiseAllWorkflow | wrun_01KTMRHKD1AAT2BPMDZAZ0FWQ1 | 🔍 observability
  • promiseRaceWorkflow | wrun_01KTMRHT38FCH3827EZJMPH3YF | 🔍 observability
  • promiseAnyWorkflow | wrun_01KTMRHW7R0DD644BZXEW86JBC | 🔍 observability
  • importedStepOnlyWorkflow | wrun_01KTMRJXJ7RENFB4Y5SZD596WQ | 🔍 observability
  • readableStreamWorkflow | wrun_01KTMRHY8GGF2GCJV12ZY49SSP | 🔍 observability
  • webhookWorkflow | wrun_01KTMRJQRXNQYS8F9QKV0Q2KVX | 🔍 observability
  • nullByteWorkflow | wrun_01KTMRKGRSCK3Z44K2BDF39JY9 | 🔍 observability
  • workflowAndStepMetadataWorkflow | wrun_01KTMRKJSY51G2QJWG8HMS8QTR | 🔍 observability
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMRNYB2DXNF56EJ8B2S453G | 🔍 observability
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMRPD10Z7V43XW17K42AVAY | 🔍 observability
  • writableForwardedFromStepWorkflow | wrun_01KTMRPJ88G9GVRZMB086XV3K3 | 🔍 observability
  • fetchWorkflow | wrun_01KTMRPP4QEN0TDD3YSF4ZF5WX | 🔍 observability
  • promiseRaceStressTestWorkflow | wrun_01KTMRPTEFR04XB7X84YB587J5 | 🔍 observability
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMRVDQRA2AYVTYQY6AE0WD6 | 🔍 observability
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMRVQ98B6FR0YMF1MSBDM8Z | 🔍 observability
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMRVWPTAYZQ82T1TFHMF2MX | 🔍 observability
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMRVYVRST3VT2VSJTN7G9JR | 🔍 observability
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMRWE227WSMP7V29Z5GV2MG | 🔍 observability
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMRWKA65HTPPT5CXMV60M2K | 🔍 observability
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMRWSYAYDS3H12NBN1373Z0 | 🔍 observability
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMRX0P32YNCNW12CK5V66XN | 🔍 observability
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMRXBXZZW7RAW1492C4DS8G | 🔍 observability
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMRXJ4S012S99J8G2AD1NYQ | 🔍 observability
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMRXSRBBY1P8N5AYJT1CWS1 | 🔍 observability
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMRY5KEXAN651T6PQSQ9S90 | 🔍 observability
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMRYEMACWK7RVA1H5Z28ZPH | 🔍 observability
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMRZBRNBG0ENZ93ZT5XP7JW | 🔍 observability
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMRZVS7ZMYHVWWR96T4AC76 | 🔍 observability
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMS06XV4NKDK5R5GAC6MP0K | 🔍 observability
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMS0D8S9EHA9QQS13RK2XTY | 🔍 observability
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMS0FVF0BKZTM0PGGB2B0E2 | 🔍 observability
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMS0HSW93YBCCHJ2KC8CKVP | 🔍 observability

nitro (1 failed):

🪟 Windows (68 failed)

nextjs-turbopack (68 failed):

  • DurableAgent e2e core basic text response
  • DurableAgent e2e core single tool call
  • DurableAgent e2e core multiple sequential tool calls
  • DurableAgent e2e core tool error recovery
  • DurableAgent e2e provider tools provider tool identity preserved across step boundaries
  • DurableAgent e2e provider tools mixed provider and function tools
  • DurableAgent e2e onStepFinish fires constructor + stream callbacks in order with step data
  • DurableAgent e2e onFinish fires constructor + stream callbacks in order with event data
  • DurableAgent e2e instructions string instructions are passed to the model
  • DurableAgent e2e timeout completes within timeout
  • DurableAgent e2e experimental_onStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onStepStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallFinish (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e prepareCall (GAP) completes but prepareCall is not applied (GAP)
  • DurableAgent e2e prepareStep on constructor agent-level prepareStep is called for each LLM step
  • DurableAgent e2e prepareStep on constructor stream-level prepareStep overrides constructor-level
  • DurableAgent e2e multimodal tool results passes through LanguageModelV3ToolResultOutput from tools
  • DurableAgent e2e tool approval (GAP) completes but needsApproval is not checked (GAP)
  • addTenWorkflow | wrun_01KTMRH78YXDDA4K6BV6BVJ8QB
  • addTenWorkflow | wrun_01KTMRH78YXDDA4K6BV6BVJ8QB
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMRJHHE16S94YC2FEN6VMF9
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMRHKD1AAT2BPMDZAZ0FWQ1
  • promiseRaceWorkflow | wrun_01KTMRHT38FCH3827EZJMPH3YF
  • promiseAnyWorkflow | wrun_01KTMRHW7R0DD644BZXEW86JBC
  • importedStepOnlyWorkflow | wrun_01KTMRJXJ7RENFB4Y5SZD596WQ
  • readableStreamWorkflow | wrun_01KTMRHY8GGF2GCJV12ZY49SSP
  • webhookWorkflow | wrun_01KTMRJQRXNQYS8F9QKV0Q2KVX
  • nullByteWorkflow | wrun_01KTMRKGRSCK3Z44K2BDF39JY9
  • workflowAndStepMetadataWorkflow | wrun_01KTMRKJSY51G2QJWG8HMS8QTR
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMRNYB2DXNF56EJ8B2S453G
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMRPD10Z7V43XW17K42AVAY
  • writableForwardedFromStepWorkflow | wrun_01KTMRPJ88G9GVRZMB086XV3K3
  • fetchWorkflow | wrun_01KTMRPP4QEN0TDD3YSF4ZF5WX
  • promiseRaceStressTestWorkflow | wrun_01KTMRPTEFR04XB7X84YB587J5
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMRVDQRA2AYVTYQY6AE0WD6
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMRVQ98B6FR0YMF1MSBDM8Z
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMRVWPTAYZQ82T1TFHMF2MX
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMRVYVRST3VT2VSJTN7G9JR
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMRWE227WSMP7V29Z5GV2MG
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMRWKA65HTPPT5CXMV60M2K
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMRWSYAYDS3H12NBN1373Z0
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMRX0P32YNCNW12CK5V66XN
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMRXBXZZW7RAW1492C4DS8G
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMRXJ4S012S99J8G2AD1NYQ
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMRXSRBBY1P8N5AYJT1CWS1
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMRY5KEXAN651T6PQSQ9S90
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMRYEMACWK7RVA1H5Z28ZPH
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMRZBRNBG0ENZ93ZT5XP7JW
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMRZVS7ZMYHVWWR96T4AC76
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMS06XV4NKDK5R5GAC6MP0K
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMS0D8S9EHA9QQS13RK2XTY
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMS0FVF0BKZTM0PGGB2B0E2
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMS0HSW93YBCCHJ2KC8CKVP

Details by Category

❌ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro8307
✅ example8307
✅ express8307
✅ fastify8307
✅ hono8307
❌ nextjs-turbopack21672
✅ nextjs-webpack8802
❌ nitro8217
✅ nuxt8307
✅ sveltekit8307
✅ vite8307
❌ 🪟 Windows
AppPassedFailedSkipped
❌ nextjs-turbopack22680

📋 View full workflow run


Some E2E test jobs failed:

  • Vercel Prod: failure
  • Local Dev: skipped
  • Local Prod: skipped
  • Local Postgres: skipped
  • Windows: failure

Check the workflow run for details.

@vercelvercelBot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Additional Suggestion:

Bare app.all('*', ...) wildcard route throws TypeError: Missing parameter name at module load under Express 5, crashing the @workflow/web server on startup.

Fix on Vercel

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates vulnerable dependencies across the published @workflow/* packages on stable, including pinning patched transitive versions via root pnpm.overrides, and updates @workflow/web to Express 5 to avoid vulnerable path-to-regexp resolution.

Changes:

  • Bump several direct dependencies to patched releases (e.g., hono, drizzle-orm, @oclif/core, @nuxt/*, AWS SDK credential provider).
  • Add root pnpm.overrides entries to force patched transitive resolutions (e.g., minimatch, brace-expansion, qs, path-to-regexp).
  • Add a changeset marking the affected published packages for patch releases.

Reviewed changes

Copilot reviewed 10 out of 11 changed files in this pull request and generated no comments.

Show a summary per file
FileDescription
packages/world-testing/package.jsonBumps @hono/node-server and hono to patched versions.
packages/world-postgres/package.jsonBumps drizzle-orm to a patched version.
packages/web/package.jsonUpgrades express dependency to ^5.2.1.
packages/web-shared/package.jsonPins @tailwindcss/postcss and bumps shiki.
packages/nuxt/package.jsonUpdates nuxt, @nuxt/kit, and @nuxt/schema patch versions.
packages/core/package.jsonUpdates AWS SDK credential provider package to a patched version.
packages/cli/package.jsonUpdates @oclif/core and tinyglobby to patched versions.
packages/builders/package.jsonUpdates tinyglobby to a patched version.
package.jsonAdds pnpm.overrides pins for vulnerable transitive dependencies.
.changeset/secure-package-deps-stable.mdAdds changeset for patch releases of affected packages.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@karthikscale3karthikscale3 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Requesting changes for the Express 5 routing compatibility issue.

Comment threadpackages/web/package.json

@karthikscale3karthikscale3 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Latest changes LGTM

@pranaygp
pranaygp merged commit b93a071 into stableJun 8, 2026
47 of 53 checks passed
@pranaygp
pranaygp deleted the pranaygp/codex/package-deps-stable branch June 8, 2026 23:29
@github-actionsgithub-actionsBot mentioned this pull request Jun 8, 2026
Sign up for freeto 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.

3 participants

@pranaygp@karthikscale3
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Add copy buttons to all
 blocks\n(function() {\n function addCopyButtons() {\n document.querySelectorAll('pre code').forEach(function(codeBlock) {\n if (codeBlock.parentElement.hasAttribute('data-copy-added')) return;\n codeBlock.parentElement.setAttribute('data-copy-added', 'true');\n \n var btn = document.createElement('button');\n btn.textContent = 'Copy';\n btn.style.cssText = 'position:absolute;top:4px;right:4px;padding:2px 8px;font-size:11px;background:#4ecdc4;border:none;border-radius:4px;color:#1a1a2e;cursor:pointer;opacity:0.7;transition:opacity 0.2s;';\n btn.onmouseover = function() { this.style.opacity = '1'; };\n btn.onmouseout = function() { this.style.opacity = '0.7'; };\n btn.onclick = function() {\n navigator.clipboard.writeText(codeBlock.textContent).then(function() {\n btn.textContent = 'Copied!';\n setTimeout(function() { btn.textContent = 'Copy'; }, 1500);\n });\n };\n codeBlock.parentElement.style.position = 'relative';\n codeBlock.parentElement.appendChild(btn);\n });\n }\n \n addCopyButtons();\n \n // Re-run on dynamic content\n var observer = new MutationObserver(addCopyButtons);\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Add Copy Buttons to Code Blocks");
}
} catch(__e) { console.warn('[Userscript:Add Copy Buttons to Code Blocks]', __e); }
})();
(function(){
try {
var __m = "github.com";
var __re = new RegExp('^' + "github\\.com" + '
Skip to content

Patch vulnerable package dependencies - #2302

Merged
pranaygp merged 2 commits into
stablefrom
pranaygp/codex/package-deps-stable
Jun 8, 2026
Merged

Patch vulnerable package dependencies#2302
pranaygp merged 2 commits into
stablefrom
pranaygp/codex/package-deps-stable

Conversation

@pranaygp

Copy link
Copy Markdown
Contributor

Summary

  • bump vulnerable direct dependencies in published workflow packages on stable
  • pin remaining vulnerable transitive resolutions with root pnpm overrides where upstream ranges allow safe versions
  • move @workflow/web to express 5.2.1 because the latest 4.x line still resolves vulnerable path-to-regexp
  • add a changeset for the published package updates

Validation

  • pnpm install --lockfile-only --ignore-scripts
  • pnpm install --ignore-scripts
  • pnpm audit --prod --json (no remaining packages__* findings)
  • git diff --check

Signed-off-by: Pranay Prakash <pranay.gp@gmail.com>
@changeset-bot

changeset-botBot commented Jun 8, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 3b7f22c

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 17 packages
NameType
@workflow/buildersPatch
@workflow/cliPatch
@workflow/corePatch
@workflow/nuxtPatch
@workflow/webPatch
@workflow/web-sharedPatch
@workflow/world-postgresPatch
@workflow/world-testingPatch
@workflow/astroPatch
@workflow/nestPatch
@workflow/nextPatch
@workflow/nitroPatch
@workflow/rollupPatch
@workflow/sveltekitPatch
@workflow/vitePatch
@workflow/vitestPatch
workflowPatch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel

vercelBot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actionsBot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
❌ ▲ Vercel Production8556867990
❌ 🪟 Windows2268090
Total877136671080

❌ Failed Tests

▲ Vercel Production (68 failed)

nextjs-turbopack (67 failed):

  • DurableAgent e2e core basic text response
  • DurableAgent e2e core single tool call
  • DurableAgent e2e core multiple sequential tool calls
  • DurableAgent e2e core tool error recovery
  • DurableAgent e2e provider tools provider tool identity preserved across step boundaries
  • DurableAgent e2e provider tools mixed provider and function tools
  • DurableAgent e2e onStepFinish fires constructor + stream callbacks in order with step data
  • DurableAgent e2e onFinish fires constructor + stream callbacks in order with event data
  • DurableAgent e2e instructions string instructions are passed to the model
  • DurableAgent e2e timeout completes within timeout
  • DurableAgent e2e experimental_onStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onStepStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallFinish (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e prepareCall (GAP) completes but prepareCall is not applied (GAP)
  • DurableAgent e2e prepareStep on constructor agent-level prepareStep is called for each LLM step
  • DurableAgent e2e prepareStep on constructor stream-level prepareStep overrides constructor-level
  • DurableAgent e2e multimodal tool results passes through LanguageModelV3ToolResultOutput from tools
  • DurableAgent e2e tool approval (GAP) completes but needsApproval is not checked (GAP)
  • addTenWorkflow | wrun_01KTMRH78YXDDA4K6BV6BVJ8QB | 🔍 observability
  • addTenWorkflow | wrun_01KTMRH78YXDDA4K6BV6BVJ8QB | 🔍 observability
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMRJHHE16S94YC2FEN6VMF9 | 🔍 observability
  • promiseAllWorkflow | wrun_01KTMRHKD1AAT2BPMDZAZ0FWQ1 | 🔍 observability
  • promiseRaceWorkflow | wrun_01KTMRHT38FCH3827EZJMPH3YF | 🔍 observability
  • promiseAnyWorkflow | wrun_01KTMRHW7R0DD644BZXEW86JBC | 🔍 observability
  • importedStepOnlyWorkflow | wrun_01KTMRJXJ7RENFB4Y5SZD596WQ | 🔍 observability
  • readableStreamWorkflow | wrun_01KTMRHY8GGF2GCJV12ZY49SSP | 🔍 observability
  • webhookWorkflow | wrun_01KTMRJQRXNQYS8F9QKV0Q2KVX | 🔍 observability
  • nullByteWorkflow | wrun_01KTMRKGRSCK3Z44K2BDF39JY9 | 🔍 observability
  • workflowAndStepMetadataWorkflow | wrun_01KTMRKJSY51G2QJWG8HMS8QTR | 🔍 observability
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMRNYB2DXNF56EJ8B2S453G | 🔍 observability
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMRPD10Z7V43XW17K42AVAY | 🔍 observability
  • writableForwardedFromStepWorkflow | wrun_01KTMRPJ88G9GVRZMB086XV3K3 | 🔍 observability
  • fetchWorkflow | wrun_01KTMRPP4QEN0TDD3YSF4ZF5WX | 🔍 observability
  • promiseRaceStressTestWorkflow | wrun_01KTMRPTEFR04XB7X84YB587J5 | 🔍 observability
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMRVDQRA2AYVTYQY6AE0WD6 | 🔍 observability
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMRVQ98B6FR0YMF1MSBDM8Z | 🔍 observability
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMRVWPTAYZQ82T1TFHMF2MX | 🔍 observability
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMRVYVRST3VT2VSJTN7G9JR | 🔍 observability
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMRWE227WSMP7V29Z5GV2MG | 🔍 observability
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMRWKA65HTPPT5CXMV60M2K | 🔍 observability
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMRWSYAYDS3H12NBN1373Z0 | 🔍 observability
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMRX0P32YNCNW12CK5V66XN | 🔍 observability
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMRXBXZZW7RAW1492C4DS8G | 🔍 observability
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMRXJ4S012S99J8G2AD1NYQ | 🔍 observability
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMRXSRBBY1P8N5AYJT1CWS1 | 🔍 observability
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMRY5KEXAN651T6PQSQ9S90 | 🔍 observability
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMRYEMACWK7RVA1H5Z28ZPH | 🔍 observability
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMRZBRNBG0ENZ93ZT5XP7JW | 🔍 observability
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMRZVS7ZMYHVWWR96T4AC76 | 🔍 observability
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMS06XV4NKDK5R5GAC6MP0K | 🔍 observability
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMS0D8S9EHA9QQS13RK2XTY | 🔍 observability
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMS0FVF0BKZTM0PGGB2B0E2 | 🔍 observability
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMS0HSW93YBCCHJ2KC8CKVP | 🔍 observability

nitro (1 failed):

🪟 Windows (68 failed)

nextjs-turbopack (68 failed):

  • DurableAgent e2e core basic text response
  • DurableAgent e2e core single tool call
  • DurableAgent e2e core multiple sequential tool calls
  • DurableAgent e2e core tool error recovery
  • DurableAgent e2e provider tools provider tool identity preserved across step boundaries
  • DurableAgent e2e provider tools mixed provider and function tools
  • DurableAgent e2e onStepFinish fires constructor + stream callbacks in order with step data
  • DurableAgent e2e onFinish fires constructor + stream callbacks in order with event data
  • DurableAgent e2e instructions string instructions are passed to the model
  • DurableAgent e2e timeout completes within timeout
  • DurableAgent e2e experimental_onStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onStepStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallFinish (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e prepareCall (GAP) completes but prepareCall is not applied (GAP)
  • DurableAgent e2e prepareStep on constructor agent-level prepareStep is called for each LLM step
  • DurableAgent e2e prepareStep on constructor stream-level prepareStep overrides constructor-level
  • DurableAgent e2e multimodal tool results passes through LanguageModelV3ToolResultOutput from tools
  • DurableAgent e2e tool approval (GAP) completes but needsApproval is not checked (GAP)
  • addTenWorkflow | wrun_01KTMRH78YXDDA4K6BV6BVJ8QB
  • addTenWorkflow | wrun_01KTMRH78YXDDA4K6BV6BVJ8QB
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMRJHHE16S94YC2FEN6VMF9
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMRHKD1AAT2BPMDZAZ0FWQ1
  • promiseRaceWorkflow | wrun_01KTMRHT38FCH3827EZJMPH3YF
  • promiseAnyWorkflow | wrun_01KTMRHW7R0DD644BZXEW86JBC
  • importedStepOnlyWorkflow | wrun_01KTMRJXJ7RENFB4Y5SZD596WQ
  • readableStreamWorkflow | wrun_01KTMRHY8GGF2GCJV12ZY49SSP
  • webhookWorkflow | wrun_01KTMRJQRXNQYS8F9QKV0Q2KVX
  • nullByteWorkflow | wrun_01KTMRKGRSCK3Z44K2BDF39JY9
  • workflowAndStepMetadataWorkflow | wrun_01KTMRKJSY51G2QJWG8HMS8QTR
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMRNYB2DXNF56EJ8B2S453G
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMRPD10Z7V43XW17K42AVAY
  • writableForwardedFromStepWorkflow | wrun_01KTMRPJ88G9GVRZMB086XV3K3
  • fetchWorkflow | wrun_01KTMRPP4QEN0TDD3YSF4ZF5WX
  • promiseRaceStressTestWorkflow | wrun_01KTMRPTEFR04XB7X84YB587J5
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMRVDQRA2AYVTYQY6AE0WD6
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMRVQ98B6FR0YMF1MSBDM8Z
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMRVWPTAYZQ82T1TFHMF2MX
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMRVYVRST3VT2VSJTN7G9JR
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMRWE227WSMP7V29Z5GV2MG
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMRWKA65HTPPT5CXMV60M2K
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMRWSYAYDS3H12NBN1373Z0
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMRX0P32YNCNW12CK5V66XN
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMRXBXZZW7RAW1492C4DS8G
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMRXJ4S012S99J8G2AD1NYQ
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMRXSRBBY1P8N5AYJT1CWS1
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMRY5KEXAN651T6PQSQ9S90
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMRYEMACWK7RVA1H5Z28ZPH
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMRZBRNBG0ENZ93ZT5XP7JW
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMRZVS7ZMYHVWWR96T4AC76
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMS06XV4NKDK5R5GAC6MP0K
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMS0D8S9EHA9QQS13RK2XTY
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMS0FVF0BKZTM0PGGB2B0E2
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMS0HSW93YBCCHJ2KC8CKVP

Details by Category

❌ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro8307
✅ example8307
✅ express8307
✅ fastify8307
✅ hono8307
❌ nextjs-turbopack21672
✅ nextjs-webpack8802
❌ nitro8217
✅ nuxt8307
✅ sveltekit8307
✅ vite8307
❌ 🪟 Windows
AppPassedFailedSkipped
❌ nextjs-turbopack22680

📋 View full workflow run


Some E2E test jobs failed:

  • Vercel Prod: failure
  • Local Dev: skipped
  • Local Prod: skipped
  • Local Postgres: skipped
  • Windows: failure

Check the workflow run for details.

@vercelvercelBot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Additional Suggestion:

Bare app.all('*', ...) wildcard route throws TypeError: Missing parameter name at module load under Express 5, crashing the @workflow/web server on startup.

Fix on Vercel

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates vulnerable dependencies across the published @workflow/* packages on stable, including pinning patched transitive versions via root pnpm.overrides, and updates @workflow/web to Express 5 to avoid vulnerable path-to-regexp resolution.

Changes:

  • Bump several direct dependencies to patched releases (e.g., hono, drizzle-orm, @oclif/core, @nuxt/*, AWS SDK credential provider).
  • Add root pnpm.overrides entries to force patched transitive resolutions (e.g., minimatch, brace-expansion, qs, path-to-regexp).
  • Add a changeset marking the affected published packages for patch releases.

Reviewed changes

Copilot reviewed 10 out of 11 changed files in this pull request and generated no comments.

Show a summary per file
FileDescription
packages/world-testing/package.jsonBumps @hono/node-server and hono to patched versions.
packages/world-postgres/package.jsonBumps drizzle-orm to a patched version.
packages/web/package.jsonUpgrades express dependency to ^5.2.1.
packages/web-shared/package.jsonPins @tailwindcss/postcss and bumps shiki.
packages/nuxt/package.jsonUpdates nuxt, @nuxt/kit, and @nuxt/schema patch versions.
packages/core/package.jsonUpdates AWS SDK credential provider package to a patched version.
packages/cli/package.jsonUpdates @oclif/core and tinyglobby to patched versions.
packages/builders/package.jsonUpdates tinyglobby to a patched version.
package.jsonAdds pnpm.overrides pins for vulnerable transitive dependencies.
.changeset/secure-package-deps-stable.mdAdds changeset for patch releases of affected packages.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@karthikscale3karthikscale3 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Requesting changes for the Express 5 routing compatibility issue.

Comment threadpackages/web/package.json

@karthikscale3karthikscale3 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Latest changes LGTM

@pranaygp
pranaygp merged commit b93a071 into stableJun 8, 2026
47 of 53 checks passed
@pranaygp
pranaygp deleted the pranaygp/codex/package-deps-stable branch June 8, 2026 23:29
@github-actionsgithub-actionsBot mentioned this pull request Jun 8, 2026
Sign up for freeto 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.

3 participants

@pranaygp@karthikscale3
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Force GitHub README to respect dark mode\n(function() {\n var style = document.createElement('style');\n style.textContent = '\n .markdown-body {\n color-scheme: dark light;\n }\n .markdown-body pre { background: #161b22 !important; }\n .markdown-body code { background: rgba(110, 118, 129, 0.4) !important; }\n .markdown-body table th, .markdown-body table td { border-color: #30363d !important; }\n .markdown-body img { background: #0d1117; }\n .markdown-body blockquote { border-left-color: #8b949e; }\n .markdown-body hr { border-color: #30363d; }\n ';\n document.head.appendChild(style);\n})();", "GitHub Dark Mode README Fix"); } } catch(__e) { console.warn('[Userscript:GitHub Dark Mode README Fix]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

Patch vulnerable package dependencies - #2302

Merged
pranaygp merged 2 commits into
stablefrom
pranaygp/codex/package-deps-stable
Jun 8, 2026
Merged

Patch vulnerable package dependencies#2302
pranaygp merged 2 commits into
stablefrom
pranaygp/codex/package-deps-stable

Conversation

@pranaygp

Copy link
Copy Markdown
Contributor

Summary

  • bump vulnerable direct dependencies in published workflow packages on stable
  • pin remaining vulnerable transitive resolutions with root pnpm overrides where upstream ranges allow safe versions
  • move @workflow/web to express 5.2.1 because the latest 4.x line still resolves vulnerable path-to-regexp
  • add a changeset for the published package updates

Validation

  • pnpm install --lockfile-only --ignore-scripts
  • pnpm install --ignore-scripts
  • pnpm audit --prod --json (no remaining packages__* findings)
  • git diff --check

Signed-off-by: Pranay Prakash <pranay.gp@gmail.com>
@changeset-bot

changeset-botBot commented Jun 8, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 3b7f22c

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 17 packages
NameType
@workflow/buildersPatch
@workflow/cliPatch
@workflow/corePatch
@workflow/nuxtPatch
@workflow/webPatch
@workflow/web-sharedPatch
@workflow/world-postgresPatch
@workflow/world-testingPatch
@workflow/astroPatch
@workflow/nestPatch
@workflow/nextPatch
@workflow/nitroPatch
@workflow/rollupPatch
@workflow/sveltekitPatch
@workflow/vitePatch
@workflow/vitestPatch
workflowPatch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel

vercelBot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actionsBot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
❌ ▲ Vercel Production8556867990
❌ 🪟 Windows2268090
Total877136671080

❌ Failed Tests

▲ Vercel Production (68 failed)

nextjs-turbopack (67 failed):

  • DurableAgent e2e core basic text response
  • DurableAgent e2e core single tool call
  • DurableAgent e2e core multiple sequential tool calls
  • DurableAgent e2e core tool error recovery
  • DurableAgent e2e provider tools provider tool identity preserved across step boundaries
  • DurableAgent e2e provider tools mixed provider and function tools
  • DurableAgent e2e onStepFinish fires constructor + stream callbacks in order with step data
  • DurableAgent e2e onFinish fires constructor + stream callbacks in order with event data
  • DurableAgent e2e instructions string instructions are passed to the model
  • DurableAgent e2e timeout completes within timeout
  • DurableAgent e2e experimental_onStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onStepStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallFinish (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e prepareCall (GAP) completes but prepareCall is not applied (GAP)
  • DurableAgent e2e prepareStep on constructor agent-level prepareStep is called for each LLM step
  • DurableAgent e2e prepareStep on constructor stream-level prepareStep overrides constructor-level
  • DurableAgent e2e multimodal tool results passes through LanguageModelV3ToolResultOutput from tools
  • DurableAgent e2e tool approval (GAP) completes but needsApproval is not checked (GAP)
  • addTenWorkflow | wrun_01KTMRH78YXDDA4K6BV6BVJ8QB | 🔍 observability
  • addTenWorkflow | wrun_01KTMRH78YXDDA4K6BV6BVJ8QB | 🔍 observability
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMRJHHE16S94YC2FEN6VMF9 | 🔍 observability
  • promiseAllWorkflow | wrun_01KTMRHKD1AAT2BPMDZAZ0FWQ1 | 🔍 observability
  • promiseRaceWorkflow | wrun_01KTMRHT38FCH3827EZJMPH3YF | 🔍 observability
  • promiseAnyWorkflow | wrun_01KTMRHW7R0DD644BZXEW86JBC | 🔍 observability
  • importedStepOnlyWorkflow | wrun_01KTMRJXJ7RENFB4Y5SZD596WQ | 🔍 observability
  • readableStreamWorkflow | wrun_01KTMRHY8GGF2GCJV12ZY49SSP | 🔍 observability
  • webhookWorkflow | wrun_01KTMRJQRXNQYS8F9QKV0Q2KVX | 🔍 observability
  • nullByteWorkflow | wrun_01KTMRKGRSCK3Z44K2BDF39JY9 | 🔍 observability
  • workflowAndStepMetadataWorkflow | wrun_01KTMRKJSY51G2QJWG8HMS8QTR | 🔍 observability
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMRNYB2DXNF56EJ8B2S453G | 🔍 observability
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMRPD10Z7V43XW17K42AVAY | 🔍 observability
  • writableForwardedFromStepWorkflow | wrun_01KTMRPJ88G9GVRZMB086XV3K3 | 🔍 observability
  • fetchWorkflow | wrun_01KTMRPP4QEN0TDD3YSF4ZF5WX | 🔍 observability
  • promiseRaceStressTestWorkflow | wrun_01KTMRPTEFR04XB7X84YB587J5 | 🔍 observability
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMRVDQRA2AYVTYQY6AE0WD6 | 🔍 observability
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMRVQ98B6FR0YMF1MSBDM8Z | 🔍 observability
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMRVWPTAYZQ82T1TFHMF2MX | 🔍 observability
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMRVYVRST3VT2VSJTN7G9JR | 🔍 observability
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMRWE227WSMP7V29Z5GV2MG | 🔍 observability
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMRWKA65HTPPT5CXMV60M2K | 🔍 observability
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMRWSYAYDS3H12NBN1373Z0 | 🔍 observability
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMRX0P32YNCNW12CK5V66XN | 🔍 observability
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMRXBXZZW7RAW1492C4DS8G | 🔍 observability
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMRXJ4S012S99J8G2AD1NYQ | 🔍 observability
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMRXSRBBY1P8N5AYJT1CWS1 | 🔍 observability
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMRY5KEXAN651T6PQSQ9S90 | 🔍 observability
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMRYEMACWK7RVA1H5Z28ZPH | 🔍 observability
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMRZBRNBG0ENZ93ZT5XP7JW | 🔍 observability
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMRZVS7ZMYHVWWR96T4AC76 | 🔍 observability
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMS06XV4NKDK5R5GAC6MP0K | 🔍 observability
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMS0D8S9EHA9QQS13RK2XTY | 🔍 observability
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMS0FVF0BKZTM0PGGB2B0E2 | 🔍 observability
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMS0HSW93YBCCHJ2KC8CKVP | 🔍 observability

nitro (1 failed):

🪟 Windows (68 failed)

nextjs-turbopack (68 failed):

  • DurableAgent e2e core basic text response
  • DurableAgent e2e core single tool call
  • DurableAgent e2e core multiple sequential tool calls
  • DurableAgent e2e core tool error recovery
  • DurableAgent e2e provider tools provider tool identity preserved across step boundaries
  • DurableAgent e2e provider tools mixed provider and function tools
  • DurableAgent e2e onStepFinish fires constructor + stream callbacks in order with step data
  • DurableAgent e2e onFinish fires constructor + stream callbacks in order with event data
  • DurableAgent e2e instructions string instructions are passed to the model
  • DurableAgent e2e timeout completes within timeout
  • DurableAgent e2e experimental_onStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onStepStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallFinish (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e prepareCall (GAP) completes but prepareCall is not applied (GAP)
  • DurableAgent e2e prepareStep on constructor agent-level prepareStep is called for each LLM step
  • DurableAgent e2e prepareStep on constructor stream-level prepareStep overrides constructor-level
  • DurableAgent e2e multimodal tool results passes through LanguageModelV3ToolResultOutput from tools
  • DurableAgent e2e tool approval (GAP) completes but needsApproval is not checked (GAP)
  • addTenWorkflow | wrun_01KTMRH78YXDDA4K6BV6BVJ8QB
  • addTenWorkflow | wrun_01KTMRH78YXDDA4K6BV6BVJ8QB
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMRJHHE16S94YC2FEN6VMF9
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMRHKD1AAT2BPMDZAZ0FWQ1
  • promiseRaceWorkflow | wrun_01KTMRHT38FCH3827EZJMPH3YF
  • promiseAnyWorkflow | wrun_01KTMRHW7R0DD644BZXEW86JBC
  • importedStepOnlyWorkflow | wrun_01KTMRJXJ7RENFB4Y5SZD596WQ
  • readableStreamWorkflow | wrun_01KTMRHY8GGF2GCJV12ZY49SSP
  • webhookWorkflow | wrun_01KTMRJQRXNQYS8F9QKV0Q2KVX
  • nullByteWorkflow | wrun_01KTMRKGRSCK3Z44K2BDF39JY9
  • workflowAndStepMetadataWorkflow | wrun_01KTMRKJSY51G2QJWG8HMS8QTR
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMRNYB2DXNF56EJ8B2S453G
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMRPD10Z7V43XW17K42AVAY
  • writableForwardedFromStepWorkflow | wrun_01KTMRPJ88G9GVRZMB086XV3K3
  • fetchWorkflow | wrun_01KTMRPP4QEN0TDD3YSF4ZF5WX
  • promiseRaceStressTestWorkflow | wrun_01KTMRPTEFR04XB7X84YB587J5
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMRVDQRA2AYVTYQY6AE0WD6
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMRVQ98B6FR0YMF1MSBDM8Z
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMRVWPTAYZQ82T1TFHMF2MX
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMRVYVRST3VT2VSJTN7G9JR
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMRWE227WSMP7V29Z5GV2MG
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMRWKA65HTPPT5CXMV60M2K
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMRWSYAYDS3H12NBN1373Z0
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMRX0P32YNCNW12CK5V66XN
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMRXBXZZW7RAW1492C4DS8G
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMRXJ4S012S99J8G2AD1NYQ
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMRXSRBBY1P8N5AYJT1CWS1
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMRY5KEXAN651T6PQSQ9S90
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMRYEMACWK7RVA1H5Z28ZPH
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMRZBRNBG0ENZ93ZT5XP7JW
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMRZVS7ZMYHVWWR96T4AC76
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMS06XV4NKDK5R5GAC6MP0K
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMS0D8S9EHA9QQS13RK2XTY
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMS0FVF0BKZTM0PGGB2B0E2
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMS0HSW93YBCCHJ2KC8CKVP

Details by Category

❌ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro8307
✅ example8307
✅ express8307
✅ fastify8307
✅ hono8307
❌ nextjs-turbopack21672
✅ nextjs-webpack8802
❌ nitro8217
✅ nuxt8307
✅ sveltekit8307
✅ vite8307
❌ 🪟 Windows
AppPassedFailedSkipped
❌ nextjs-turbopack22680

📋 View full workflow run


Some E2E test jobs failed:

  • Vercel Prod: failure
  • Local Dev: skipped
  • Local Prod: skipped
  • Local Postgres: skipped
  • Windows: failure

Check the workflow run for details.

@vercelvercelBot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Additional Suggestion:

Bare app.all('*', ...) wildcard route throws TypeError: Missing parameter name at module load under Express 5, crashing the @workflow/web server on startup.

Fix on Vercel

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates vulnerable dependencies across the published @workflow/* packages on stable, including pinning patched transitive versions via root pnpm.overrides, and updates @workflow/web to Express 5 to avoid vulnerable path-to-regexp resolution.

Changes:

  • Bump several direct dependencies to patched releases (e.g., hono, drizzle-orm, @oclif/core, @nuxt/*, AWS SDK credential provider).
  • Add root pnpm.overrides entries to force patched transitive resolutions (e.g., minimatch, brace-expansion, qs, path-to-regexp).
  • Add a changeset marking the affected published packages for patch releases.

Reviewed changes

Copilot reviewed 10 out of 11 changed files in this pull request and generated no comments.

Show a summary per file
FileDescription
packages/world-testing/package.jsonBumps @hono/node-server and hono to patched versions.
packages/world-postgres/package.jsonBumps drizzle-orm to a patched version.
packages/web/package.jsonUpgrades express dependency to ^5.2.1.
packages/web-shared/package.jsonPins @tailwindcss/postcss and bumps shiki.
packages/nuxt/package.jsonUpdates nuxt, @nuxt/kit, and @nuxt/schema patch versions.
packages/core/package.jsonUpdates AWS SDK credential provider package to a patched version.
packages/cli/package.jsonUpdates @oclif/core and tinyglobby to patched versions.
packages/builders/package.jsonUpdates tinyglobby to a patched version.
package.jsonAdds pnpm.overrides pins for vulnerable transitive dependencies.
.changeset/secure-package-deps-stable.mdAdds changeset for patch releases of affected packages.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@karthikscale3karthikscale3 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Requesting changes for the Express 5 routing compatibility issue.

Comment threadpackages/web/package.json

@karthikscale3karthikscale3 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Latest changes LGTM

@pranaygp
pranaygp merged commit b93a071 into stableJun 8, 2026
47 of 53 checks passed
@pranaygp
pranaygp deleted the pranaygp/codex/package-deps-stable branch June 8, 2026 23:29
@github-actionsgithub-actionsBot mentioned this pull request Jun 8, 2026
Sign up for freeto 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.

3 participants

@pranaygp@karthikscale3
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Highlight search terms from Google/DuckDuckGo/Bing referrer\n(function() {\n var ref = document.referrer;\n var terms = [];\n \n if (ref.includes('google.com') || ref.includes('duckduckgo.com') || ref.includes('bing.com')) {\n var url = new URL(ref);\n var q = url.searchParams.get('q') || url.searchParams.get('p');\n if (q) {\n terms = q.split(/\\s+/).filter(function(t) { return t.length > 2; });\n }\n }\n \n if (terms.length === 0) return;\n \n var style = document.createElement('style');\n style.textContent = '.userscript-highlight { background: #fbbf24; color: #1a1a2e; padding: 1px 3px; border-radius: 2px; }';\n document.head.appendChild(style);\n \n function highlight(node) {\n if (node.nodeType === 3) { // text node\n var text = node.textContent;\n var found = false;\n terms.forEach(function(term) {\n var regex = new RegExp('(' + term.replace(/[.*+?^${}()|[\\]\\\\]/g, '\\\\') + ')', 'gi');\n if (regex.test(text)) {\n found = true;\n var frag = document.createDocumentFragment();\n var parts = text.split(regex);\n parts.forEach(function(part, i) {\n if (i % 2 === 0) {\n frag.appendChild(document.createTextNode(part));\n } else {\n var span = document.createElement('span');\n span.className = 'userscript-highlight';\n span.textContent = part;\n frag.appendChild(span);\n }\n });\n node.parentNode.replaceChild(frag, node);\n }\n });\n } else if (node.nodeType === 1 && node.childNodes) { // element\n var skipTags = ['SCRIPT', 'STYLE', 'NOSCRIPT', 'TEXTAREA', 'INPUT', 'SELECT'];\n if (!skipTags.includes(node.tagName)) {\n Array.from(node.childNodes).forEach(highlight);\n }\n }\n }\n \n highlight(document.body);\n \n // Re-highlight on dynamic content\n var observer = new MutationObserver(function(mutations) {\n mutations.forEach(function(m) {\n m.addedNodes.forEach(function(node) {\n if (node.nodeType === 1 || node.nodeType === 3) highlight(node);\n });\n });\n });\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Highlight Search Terms"); } } catch(__e) { console.warn('[Userscript:Highlight Search Terms]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

Patch vulnerable package dependencies - #2302

Merged
pranaygp merged 2 commits into
stablefrom
pranaygp/codex/package-deps-stable
Jun 8, 2026
Merged

Patch vulnerable package dependencies#2302
pranaygp merged 2 commits into
stablefrom
pranaygp/codex/package-deps-stable

Conversation

@pranaygp

Copy link
Copy Markdown
Contributor

Summary

  • bump vulnerable direct dependencies in published workflow packages on stable
  • pin remaining vulnerable transitive resolutions with root pnpm overrides where upstream ranges allow safe versions
  • move @workflow/web to express 5.2.1 because the latest 4.x line still resolves vulnerable path-to-regexp
  • add a changeset for the published package updates

Validation

  • pnpm install --lockfile-only --ignore-scripts
  • pnpm install --ignore-scripts
  • pnpm audit --prod --json (no remaining packages__* findings)
  • git diff --check

Signed-off-by: Pranay Prakash <pranay.gp@gmail.com>
@changeset-bot

changeset-botBot commented Jun 8, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 3b7f22c

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 17 packages
NameType
@workflow/buildersPatch
@workflow/cliPatch
@workflow/corePatch
@workflow/nuxtPatch
@workflow/webPatch
@workflow/web-sharedPatch
@workflow/world-postgresPatch
@workflow/world-testingPatch
@workflow/astroPatch
@workflow/nestPatch
@workflow/nextPatch
@workflow/nitroPatch
@workflow/rollupPatch
@workflow/sveltekitPatch
@workflow/vitePatch
@workflow/vitestPatch
workflowPatch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel

vercelBot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actionsBot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
❌ ▲ Vercel Production8556867990
❌ 🪟 Windows2268090
Total877136671080

❌ Failed Tests

▲ Vercel Production (68 failed)

nextjs-turbopack (67 failed):

  • DurableAgent e2e core basic text response
  • DurableAgent e2e core single tool call
  • DurableAgent e2e core multiple sequential tool calls
  • DurableAgent e2e core tool error recovery
  • DurableAgent e2e provider tools provider tool identity preserved across step boundaries
  • DurableAgent e2e provider tools mixed provider and function tools
  • DurableAgent e2e onStepFinish fires constructor + stream callbacks in order with step data
  • DurableAgent e2e onFinish fires constructor + stream callbacks in order with event data
  • DurableAgent e2e instructions string instructions are passed to the model
  • DurableAgent e2e timeout completes within timeout
  • DurableAgent e2e experimental_onStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onStepStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallFinish (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e prepareCall (GAP) completes but prepareCall is not applied (GAP)
  • DurableAgent e2e prepareStep on constructor agent-level prepareStep is called for each LLM step
  • DurableAgent e2e prepareStep on constructor stream-level prepareStep overrides constructor-level
  • DurableAgent e2e multimodal tool results passes through LanguageModelV3ToolResultOutput from tools
  • DurableAgent e2e tool approval (GAP) completes but needsApproval is not checked (GAP)
  • addTenWorkflow | wrun_01KTMRH78YXDDA4K6BV6BVJ8QB | 🔍 observability
  • addTenWorkflow | wrun_01KTMRH78YXDDA4K6BV6BVJ8QB | 🔍 observability
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMRJHHE16S94YC2FEN6VMF9 | 🔍 observability
  • promiseAllWorkflow | wrun_01KTMRHKD1AAT2BPMDZAZ0FWQ1 | 🔍 observability
  • promiseRaceWorkflow | wrun_01KTMRHT38FCH3827EZJMPH3YF | 🔍 observability
  • promiseAnyWorkflow | wrun_01KTMRHW7R0DD644BZXEW86JBC | 🔍 observability
  • importedStepOnlyWorkflow | wrun_01KTMRJXJ7RENFB4Y5SZD596WQ | 🔍 observability
  • readableStreamWorkflow | wrun_01KTMRHY8GGF2GCJV12ZY49SSP | 🔍 observability
  • webhookWorkflow | wrun_01KTMRJQRXNQYS8F9QKV0Q2KVX | 🔍 observability
  • nullByteWorkflow | wrun_01KTMRKGRSCK3Z44K2BDF39JY9 | 🔍 observability
  • workflowAndStepMetadataWorkflow | wrun_01KTMRKJSY51G2QJWG8HMS8QTR | 🔍 observability
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMRNYB2DXNF56EJ8B2S453G | 🔍 observability
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMRPD10Z7V43XW17K42AVAY | 🔍 observability
  • writableForwardedFromStepWorkflow | wrun_01KTMRPJ88G9GVRZMB086XV3K3 | 🔍 observability
  • fetchWorkflow | wrun_01KTMRPP4QEN0TDD3YSF4ZF5WX | 🔍 observability
  • promiseRaceStressTestWorkflow | wrun_01KTMRPTEFR04XB7X84YB587J5 | 🔍 observability
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMRVDQRA2AYVTYQY6AE0WD6 | 🔍 observability
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMRVQ98B6FR0YMF1MSBDM8Z | 🔍 observability
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMRVWPTAYZQ82T1TFHMF2MX | 🔍 observability
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMRVYVRST3VT2VSJTN7G9JR | 🔍 observability
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMRWE227WSMP7V29Z5GV2MG | 🔍 observability
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMRWKA65HTPPT5CXMV60M2K | 🔍 observability
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMRWSYAYDS3H12NBN1373Z0 | 🔍 observability
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMRX0P32YNCNW12CK5V66XN | 🔍 observability
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMRXBXZZW7RAW1492C4DS8G | 🔍 observability
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMRXJ4S012S99J8G2AD1NYQ | 🔍 observability
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMRXSRBBY1P8N5AYJT1CWS1 | 🔍 observability
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMRY5KEXAN651T6PQSQ9S90 | 🔍 observability
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMRYEMACWK7RVA1H5Z28ZPH | 🔍 observability
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMRZBRNBG0ENZ93ZT5XP7JW | 🔍 observability
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMRZVS7ZMYHVWWR96T4AC76 | 🔍 observability
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMS06XV4NKDK5R5GAC6MP0K | 🔍 observability
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMS0D8S9EHA9QQS13RK2XTY | 🔍 observability
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMS0FVF0BKZTM0PGGB2B0E2 | 🔍 observability
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMS0HSW93YBCCHJ2KC8CKVP | 🔍 observability

nitro (1 failed):

🪟 Windows (68 failed)

nextjs-turbopack (68 failed):

  • DurableAgent e2e core basic text response
  • DurableAgent e2e core single tool call
  • DurableAgent e2e core multiple sequential tool calls
  • DurableAgent e2e core tool error recovery
  • DurableAgent e2e provider tools provider tool identity preserved across step boundaries
  • DurableAgent e2e provider tools mixed provider and function tools
  • DurableAgent e2e onStepFinish fires constructor + stream callbacks in order with step data
  • DurableAgent e2e onFinish fires constructor + stream callbacks in order with event data
  • DurableAgent e2e instructions string instructions are passed to the model
  • DurableAgent e2e timeout completes within timeout
  • DurableAgent e2e experimental_onStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onStepStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallFinish (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e prepareCall (GAP) completes but prepareCall is not applied (GAP)
  • DurableAgent e2e prepareStep on constructor agent-level prepareStep is called for each LLM step
  • DurableAgent e2e prepareStep on constructor stream-level prepareStep overrides constructor-level
  • DurableAgent e2e multimodal tool results passes through LanguageModelV3ToolResultOutput from tools
  • DurableAgent e2e tool approval (GAP) completes but needsApproval is not checked (GAP)
  • addTenWorkflow | wrun_01KTMRH78YXDDA4K6BV6BVJ8QB
  • addTenWorkflow | wrun_01KTMRH78YXDDA4K6BV6BVJ8QB
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMRJHHE16S94YC2FEN6VMF9
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMRHKD1AAT2BPMDZAZ0FWQ1
  • promiseRaceWorkflow | wrun_01KTMRHT38FCH3827EZJMPH3YF
  • promiseAnyWorkflow | wrun_01KTMRHW7R0DD644BZXEW86JBC
  • importedStepOnlyWorkflow | wrun_01KTMRJXJ7RENFB4Y5SZD596WQ
  • readableStreamWorkflow | wrun_01KTMRHY8GGF2GCJV12ZY49SSP
  • webhookWorkflow | wrun_01KTMRJQRXNQYS8F9QKV0Q2KVX
  • nullByteWorkflow | wrun_01KTMRKGRSCK3Z44K2BDF39JY9
  • workflowAndStepMetadataWorkflow | wrun_01KTMRKJSY51G2QJWG8HMS8QTR
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMRNYB2DXNF56EJ8B2S453G
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMRPD10Z7V43XW17K42AVAY
  • writableForwardedFromStepWorkflow | wrun_01KTMRPJ88G9GVRZMB086XV3K3
  • fetchWorkflow | wrun_01KTMRPP4QEN0TDD3YSF4ZF5WX
  • promiseRaceStressTestWorkflow | wrun_01KTMRPTEFR04XB7X84YB587J5
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMRVDQRA2AYVTYQY6AE0WD6
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMRVQ98B6FR0YMF1MSBDM8Z
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMRVWPTAYZQ82T1TFHMF2MX
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMRVYVRST3VT2VSJTN7G9JR
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMRWE227WSMP7V29Z5GV2MG
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMRWKA65HTPPT5CXMV60M2K
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMRWSYAYDS3H12NBN1373Z0
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMRX0P32YNCNW12CK5V66XN
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMRXBXZZW7RAW1492C4DS8G
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMRXJ4S012S99J8G2AD1NYQ
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMRXSRBBY1P8N5AYJT1CWS1
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMRY5KEXAN651T6PQSQ9S90
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMRYEMACWK7RVA1H5Z28ZPH
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMRZBRNBG0ENZ93ZT5XP7JW
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMRZVS7ZMYHVWWR96T4AC76
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMS06XV4NKDK5R5GAC6MP0K
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMS0D8S9EHA9QQS13RK2XTY
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMS0FVF0BKZTM0PGGB2B0E2
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMS0HSW93YBCCHJ2KC8CKVP

Details by Category

❌ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro8307
✅ example8307
✅ express8307
✅ fastify8307
✅ hono8307
❌ nextjs-turbopack21672
✅ nextjs-webpack8802
❌ nitro8217
✅ nuxt8307
✅ sveltekit8307
✅ vite8307
❌ 🪟 Windows
AppPassedFailedSkipped
❌ nextjs-turbopack22680

📋 View full workflow run


Some E2E test jobs failed:

  • Vercel Prod: failure
  • Local Dev: skipped
  • Local Prod: skipped
  • Local Postgres: skipped
  • Windows: failure

Check the workflow run for details.

@vercelvercelBot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Additional Suggestion:

Bare app.all('*', ...) wildcard route throws TypeError: Missing parameter name at module load under Express 5, crashing the @workflow/web server on startup.

Fix on Vercel

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates vulnerable dependencies across the published @workflow/* packages on stable, including pinning patched transitive versions via root pnpm.overrides, and updates @workflow/web to Express 5 to avoid vulnerable path-to-regexp resolution.

Changes:

  • Bump several direct dependencies to patched releases (e.g., hono, drizzle-orm, @oclif/core, @nuxt/*, AWS SDK credential provider).
  • Add root pnpm.overrides entries to force patched transitive resolutions (e.g., minimatch, brace-expansion, qs, path-to-regexp).
  • Add a changeset marking the affected published packages for patch releases.

Reviewed changes

Copilot reviewed 10 out of 11 changed files in this pull request and generated no comments.

Show a summary per file
FileDescription
packages/world-testing/package.jsonBumps @hono/node-server and hono to patched versions.
packages/world-postgres/package.jsonBumps drizzle-orm to a patched version.
packages/web/package.jsonUpgrades express dependency to ^5.2.1.
packages/web-shared/package.jsonPins @tailwindcss/postcss and bumps shiki.
packages/nuxt/package.jsonUpdates nuxt, @nuxt/kit, and @nuxt/schema patch versions.
packages/core/package.jsonUpdates AWS SDK credential provider package to a patched version.
packages/cli/package.jsonUpdates @oclif/core and tinyglobby to patched versions.
packages/builders/package.jsonUpdates tinyglobby to a patched version.
package.jsonAdds pnpm.overrides pins for vulnerable transitive dependencies.
.changeset/secure-package-deps-stable.mdAdds changeset for patch releases of affected packages.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@karthikscale3karthikscale3 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Requesting changes for the Express 5 routing compatibility issue.

Comment threadpackages/web/package.json

@karthikscale3karthikscale3 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Latest changes LGTM

@pranaygp
pranaygp merged commit b93a071 into stableJun 8, 2026
47 of 53 checks passed
@pranaygp
pranaygp deleted the pranaygp/codex/package-deps-stable branch June 8, 2026 23:29
@github-actionsgithub-actionsBot mentioned this pull request Jun 8, 2026
Sign up for freeto 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.

3 participants

@pranaygp@karthikscale3
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Strip utm_, fbclid, gclid, etc. from all links on page\n(function() {\n var trackingParams = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content',\n 'fbclid', 'gclid', 'dclid', 'msclkid', 'yclid',\n 'ref', 'ref_src', 'source', 'medium', 'campaign'];\n \n function cleanUrl(url) {\n try {\n var u = new URL(url, window.location.origin);\n var changed = false;\n trackingParams.forEach(function(p) {\n if (u.searchParams.has(p)) {\n u.searchParams.delete(p);\n changed = true;\n }\n });\n return changed ? u.toString() : url;\n } catch (e) {\n return url;\n }\n }\n \n function cleanLinks() {\n document.querySelectorAll('a[href]').forEach(function(a) {\n var clean = cleanUrl(a.href);\n if (clean !== a.href) a.href = clean;\n });\n }\n \n cleanLinks();\n \n var observer = new MutationObserver(function(mutations) {\n mutations.forEach(function(m) {\n m.addedNodes.forEach(function(node) {\n if (node.nodeType === 1) {\n if (node.tagName === 'A') cleanLinks();\n node.querySelectorAll('a[href]').forEach(function(a) {\n var clean = cleanUrl(a.href);\n if (clean !== a.href) a.href = clean;\n });\n }\n });\n });\n });\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Remove Tracking Parameters from Links"); } } catch(__e) { console.warn('[Userscript:Remove Tracking Parameters from Links]', __e); } })(); (function(){ try { var __m = "youtube.com"; var __re = new RegExp('^' + "youtube\\.com" + '
Skip to content

Patch vulnerable package dependencies - #2302

Merged
pranaygp merged 2 commits into
stablefrom
pranaygp/codex/package-deps-stable
Jun 8, 2026
Merged

Patch vulnerable package dependencies#2302
pranaygp merged 2 commits into
stablefrom
pranaygp/codex/package-deps-stable

Conversation

@pranaygp

Copy link
Copy Markdown
Contributor

Summary

  • bump vulnerable direct dependencies in published workflow packages on stable
  • pin remaining vulnerable transitive resolutions with root pnpm overrides where upstream ranges allow safe versions
  • move @workflow/web to express 5.2.1 because the latest 4.x line still resolves vulnerable path-to-regexp
  • add a changeset for the published package updates

Validation

  • pnpm install --lockfile-only --ignore-scripts
  • pnpm install --ignore-scripts
  • pnpm audit --prod --json (no remaining packages__* findings)
  • git diff --check

Signed-off-by: Pranay Prakash <pranay.gp@gmail.com>
@changeset-bot

changeset-botBot commented Jun 8, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 3b7f22c

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 17 packages
NameType
@workflow/buildersPatch
@workflow/cliPatch
@workflow/corePatch
@workflow/nuxtPatch
@workflow/webPatch
@workflow/web-sharedPatch
@workflow/world-postgresPatch
@workflow/world-testingPatch
@workflow/astroPatch
@workflow/nestPatch
@workflow/nextPatch
@workflow/nitroPatch
@workflow/rollupPatch
@workflow/sveltekitPatch
@workflow/vitePatch
@workflow/vitestPatch
workflowPatch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel

vercelBot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actionsBot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
❌ ▲ Vercel Production8556867990
❌ 🪟 Windows2268090
Total877136671080

❌ Failed Tests

▲ Vercel Production (68 failed)

nextjs-turbopack (67 failed):

  • DurableAgent e2e core basic text response
  • DurableAgent e2e core single tool call
  • DurableAgent e2e core multiple sequential tool calls
  • DurableAgent e2e core tool error recovery
  • DurableAgent e2e provider tools provider tool identity preserved across step boundaries
  • DurableAgent e2e provider tools mixed provider and function tools
  • DurableAgent e2e onStepFinish fires constructor + stream callbacks in order with step data
  • DurableAgent e2e onFinish fires constructor + stream callbacks in order with event data
  • DurableAgent e2e instructions string instructions are passed to the model
  • DurableAgent e2e timeout completes within timeout
  • DurableAgent e2e experimental_onStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onStepStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallFinish (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e prepareCall (GAP) completes but prepareCall is not applied (GAP)
  • DurableAgent e2e prepareStep on constructor agent-level prepareStep is called for each LLM step
  • DurableAgent e2e prepareStep on constructor stream-level prepareStep overrides constructor-level
  • DurableAgent e2e multimodal tool results passes through LanguageModelV3ToolResultOutput from tools
  • DurableAgent e2e tool approval (GAP) completes but needsApproval is not checked (GAP)
  • addTenWorkflow | wrun_01KTMRH78YXDDA4K6BV6BVJ8QB | 🔍 observability
  • addTenWorkflow | wrun_01KTMRH78YXDDA4K6BV6BVJ8QB | 🔍 observability
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMRJHHE16S94YC2FEN6VMF9 | 🔍 observability
  • promiseAllWorkflow | wrun_01KTMRHKD1AAT2BPMDZAZ0FWQ1 | 🔍 observability
  • promiseRaceWorkflow | wrun_01KTMRHT38FCH3827EZJMPH3YF | 🔍 observability
  • promiseAnyWorkflow | wrun_01KTMRHW7R0DD644BZXEW86JBC | 🔍 observability
  • importedStepOnlyWorkflow | wrun_01KTMRJXJ7RENFB4Y5SZD596WQ | 🔍 observability
  • readableStreamWorkflow | wrun_01KTMRHY8GGF2GCJV12ZY49SSP | 🔍 observability
  • webhookWorkflow | wrun_01KTMRJQRXNQYS8F9QKV0Q2KVX | 🔍 observability
  • nullByteWorkflow | wrun_01KTMRKGRSCK3Z44K2BDF39JY9 | 🔍 observability
  • workflowAndStepMetadataWorkflow | wrun_01KTMRKJSY51G2QJWG8HMS8QTR | 🔍 observability
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMRNYB2DXNF56EJ8B2S453G | 🔍 observability
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMRPD10Z7V43XW17K42AVAY | 🔍 observability
  • writableForwardedFromStepWorkflow | wrun_01KTMRPJ88G9GVRZMB086XV3K3 | 🔍 observability
  • fetchWorkflow | wrun_01KTMRPP4QEN0TDD3YSF4ZF5WX | 🔍 observability
  • promiseRaceStressTestWorkflow | wrun_01KTMRPTEFR04XB7X84YB587J5 | 🔍 observability
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMRVDQRA2AYVTYQY6AE0WD6 | 🔍 observability
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMRVQ98B6FR0YMF1MSBDM8Z | 🔍 observability
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMRVWPTAYZQ82T1TFHMF2MX | 🔍 observability
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMRVYVRST3VT2VSJTN7G9JR | 🔍 observability
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMRWE227WSMP7V29Z5GV2MG | 🔍 observability
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMRWKA65HTPPT5CXMV60M2K | 🔍 observability
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMRWSYAYDS3H12NBN1373Z0 | 🔍 observability
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMRX0P32YNCNW12CK5V66XN | 🔍 observability
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMRXBXZZW7RAW1492C4DS8G | 🔍 observability
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMRXJ4S012S99J8G2AD1NYQ | 🔍 observability
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMRXSRBBY1P8N5AYJT1CWS1 | 🔍 observability
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMRY5KEXAN651T6PQSQ9S90 | 🔍 observability
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMRYEMACWK7RVA1H5Z28ZPH | 🔍 observability
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMRZBRNBG0ENZ93ZT5XP7JW | 🔍 observability
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMRZVS7ZMYHVWWR96T4AC76 | 🔍 observability
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMS06XV4NKDK5R5GAC6MP0K | 🔍 observability
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMS0D8S9EHA9QQS13RK2XTY | 🔍 observability
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMS0FVF0BKZTM0PGGB2B0E2 | 🔍 observability
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMS0HSW93YBCCHJ2KC8CKVP | 🔍 observability

nitro (1 failed):

🪟 Windows (68 failed)

nextjs-turbopack (68 failed):

  • DurableAgent e2e core basic text response
  • DurableAgent e2e core single tool call
  • DurableAgent e2e core multiple sequential tool calls
  • DurableAgent e2e core tool error recovery
  • DurableAgent e2e provider tools provider tool identity preserved across step boundaries
  • DurableAgent e2e provider tools mixed provider and function tools
  • DurableAgent e2e onStepFinish fires constructor + stream callbacks in order with step data
  • DurableAgent e2e onFinish fires constructor + stream callbacks in order with event data
  • DurableAgent e2e instructions string instructions are passed to the model
  • DurableAgent e2e timeout completes within timeout
  • DurableAgent e2e experimental_onStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onStepStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallFinish (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e prepareCall (GAP) completes but prepareCall is not applied (GAP)
  • DurableAgent e2e prepareStep on constructor agent-level prepareStep is called for each LLM step
  • DurableAgent e2e prepareStep on constructor stream-level prepareStep overrides constructor-level
  • DurableAgent e2e multimodal tool results passes through LanguageModelV3ToolResultOutput from tools
  • DurableAgent e2e tool approval (GAP) completes but needsApproval is not checked (GAP)
  • addTenWorkflow | wrun_01KTMRH78YXDDA4K6BV6BVJ8QB
  • addTenWorkflow | wrun_01KTMRH78YXDDA4K6BV6BVJ8QB
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMRJHHE16S94YC2FEN6VMF9
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMRHKD1AAT2BPMDZAZ0FWQ1
  • promiseRaceWorkflow | wrun_01KTMRHT38FCH3827EZJMPH3YF
  • promiseAnyWorkflow | wrun_01KTMRHW7R0DD644BZXEW86JBC
  • importedStepOnlyWorkflow | wrun_01KTMRJXJ7RENFB4Y5SZD596WQ
  • readableStreamWorkflow | wrun_01KTMRHY8GGF2GCJV12ZY49SSP
  • webhookWorkflow | wrun_01KTMRJQRXNQYS8F9QKV0Q2KVX
  • nullByteWorkflow | wrun_01KTMRKGRSCK3Z44K2BDF39JY9
  • workflowAndStepMetadataWorkflow | wrun_01KTMRKJSY51G2QJWG8HMS8QTR
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMRNYB2DXNF56EJ8B2S453G
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMRPD10Z7V43XW17K42AVAY
  • writableForwardedFromStepWorkflow | wrun_01KTMRPJ88G9GVRZMB086XV3K3
  • fetchWorkflow | wrun_01KTMRPP4QEN0TDD3YSF4ZF5WX
  • promiseRaceStressTestWorkflow | wrun_01KTMRPTEFR04XB7X84YB587J5
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMRVDQRA2AYVTYQY6AE0WD6
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMRVQ98B6FR0YMF1MSBDM8Z
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMRVWPTAYZQ82T1TFHMF2MX
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMRVYVRST3VT2VSJTN7G9JR
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMRWE227WSMP7V29Z5GV2MG
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMRWKA65HTPPT5CXMV60M2K
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMRWSYAYDS3H12NBN1373Z0
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMRX0P32YNCNW12CK5V66XN
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMRXBXZZW7RAW1492C4DS8G
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMRXJ4S012S99J8G2AD1NYQ
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMRXSRBBY1P8N5AYJT1CWS1
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMRY5KEXAN651T6PQSQ9S90
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMRYEMACWK7RVA1H5Z28ZPH
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMRZBRNBG0ENZ93ZT5XP7JW
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMRZVS7ZMYHVWWR96T4AC76
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMS06XV4NKDK5R5GAC6MP0K
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMS0D8S9EHA9QQS13RK2XTY
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMS0FVF0BKZTM0PGGB2B0E2
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMS0HSW93YBCCHJ2KC8CKVP

Details by Category

❌ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro8307
✅ example8307
✅ express8307
✅ fastify8307
✅ hono8307
❌ nextjs-turbopack21672
✅ nextjs-webpack8802
❌ nitro8217
✅ nuxt8307
✅ sveltekit8307
✅ vite8307
❌ 🪟 Windows
AppPassedFailedSkipped
❌ nextjs-turbopack22680

📋 View full workflow run


Some E2E test jobs failed:

  • Vercel Prod: failure
  • Local Dev: skipped
  • Local Prod: skipped
  • Local Postgres: skipped
  • Windows: failure

Check the workflow run for details.

@vercelvercelBot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Additional Suggestion:

Bare app.all('*', ...) wildcard route throws TypeError: Missing parameter name at module load under Express 5, crashing the @workflow/web server on startup.

Fix on Vercel

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates vulnerable dependencies across the published @workflow/* packages on stable, including pinning patched transitive versions via root pnpm.overrides, and updates @workflow/web to Express 5 to avoid vulnerable path-to-regexp resolution.

Changes:

  • Bump several direct dependencies to patched releases (e.g., hono, drizzle-orm, @oclif/core, @nuxt/*, AWS SDK credential provider).
  • Add root pnpm.overrides entries to force patched transitive resolutions (e.g., minimatch, brace-expansion, qs, path-to-regexp).
  • Add a changeset marking the affected published packages for patch releases.

Reviewed changes

Copilot reviewed 10 out of 11 changed files in this pull request and generated no comments.

Show a summary per file
FileDescription
packages/world-testing/package.jsonBumps @hono/node-server and hono to patched versions.
packages/world-postgres/package.jsonBumps drizzle-orm to a patched version.
packages/web/package.jsonUpgrades express dependency to ^5.2.1.
packages/web-shared/package.jsonPins @tailwindcss/postcss and bumps shiki.
packages/nuxt/package.jsonUpdates nuxt, @nuxt/kit, and @nuxt/schema patch versions.
packages/core/package.jsonUpdates AWS SDK credential provider package to a patched version.
packages/cli/package.jsonUpdates @oclif/core and tinyglobby to patched versions.
packages/builders/package.jsonUpdates tinyglobby to a patched version.
package.jsonAdds pnpm.overrides pins for vulnerable transitive dependencies.
.changeset/secure-package-deps-stable.mdAdds changeset for patch releases of affected packages.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@karthikscale3karthikscale3 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Requesting changes for the Express 5 routing compatibility issue.

Comment threadpackages/web/package.json

@karthikscale3karthikscale3 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Latest changes LGTM

@pranaygp
pranaygp merged commit b93a071 into stableJun 8, 2026
47 of 53 checks passed
@pranaygp
pranaygp deleted the pranaygp/codex/package-deps-stable branch June 8, 2026 23:29
@github-actionsgithub-actionsBot mentioned this pull request Jun 8, 2026
Sign up for freeto 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.

3 participants

@pranaygp@karthikscale3
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Auto-enable theater mode on YouTube\n(function() {\n function tryTheater() {\n var btn = document.querySelector('button[aria-label=\"Theater mode\"], ytd-player #player button[title=\"Theater mode\"]');\n if (btn && !btn.classList.contains('activated')) {\n btn.click();\n }\n }\n \n // Try immediately\n tryTheater();\n \n // Try after navigation (SPA)\n var lastUrl = location.href;\n setInterval(function() {\n if (location.href !== lastUrl) {\n lastUrl = location.href;\n setTimeout(tryTheater, 500);\n }\n }, 1000);\n \n // Also try on player load\n var observer = new MutationObserver(tryTheater);\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "YouTube Theater Mode Default"); } } catch(__e) { console.warn('[Userscript:YouTube Theater Mode Default]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

Patch vulnerable package dependencies - #2302

Merged
pranaygp merged 2 commits into
stablefrom
pranaygp/codex/package-deps-stable
Jun 8, 2026
Merged

Patch vulnerable package dependencies#2302
pranaygp merged 2 commits into
stablefrom
pranaygp/codex/package-deps-stable

Conversation

@pranaygp

Copy link
Copy Markdown
Contributor

Summary

  • bump vulnerable direct dependencies in published workflow packages on stable
  • pin remaining vulnerable transitive resolutions with root pnpm overrides where upstream ranges allow safe versions
  • move @workflow/web to express 5.2.1 because the latest 4.x line still resolves vulnerable path-to-regexp
  • add a changeset for the published package updates

Validation

  • pnpm install --lockfile-only --ignore-scripts
  • pnpm install --ignore-scripts
  • pnpm audit --prod --json (no remaining packages__* findings)
  • git diff --check

Signed-off-by: Pranay Prakash <pranay.gp@gmail.com>
@changeset-bot

changeset-botBot commented Jun 8, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 3b7f22c

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 17 packages
NameType
@workflow/buildersPatch
@workflow/cliPatch
@workflow/corePatch
@workflow/nuxtPatch
@workflow/webPatch
@workflow/web-sharedPatch
@workflow/world-postgresPatch
@workflow/world-testingPatch
@workflow/astroPatch
@workflow/nestPatch
@workflow/nextPatch
@workflow/nitroPatch
@workflow/rollupPatch
@workflow/sveltekitPatch
@workflow/vitePatch
@workflow/vitestPatch
workflowPatch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel

vercelBot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actionsBot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
❌ ▲ Vercel Production8556867990
❌ 🪟 Windows2268090
Total877136671080

❌ Failed Tests

▲ Vercel Production (68 failed)

nextjs-turbopack (67 failed):

  • DurableAgent e2e core basic text response
  • DurableAgent e2e core single tool call
  • DurableAgent e2e core multiple sequential tool calls
  • DurableAgent e2e core tool error recovery
  • DurableAgent e2e provider tools provider tool identity preserved across step boundaries
  • DurableAgent e2e provider tools mixed provider and function tools
  • DurableAgent e2e onStepFinish fires constructor + stream callbacks in order with step data
  • DurableAgent e2e onFinish fires constructor + stream callbacks in order with event data
  • DurableAgent e2e instructions string instructions are passed to the model
  • DurableAgent e2e timeout completes within timeout
  • DurableAgent e2e experimental_onStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onStepStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallFinish (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e prepareCall (GAP) completes but prepareCall is not applied (GAP)
  • DurableAgent e2e prepareStep on constructor agent-level prepareStep is called for each LLM step
  • DurableAgent e2e prepareStep on constructor stream-level prepareStep overrides constructor-level
  • DurableAgent e2e multimodal tool results passes through LanguageModelV3ToolResultOutput from tools
  • DurableAgent e2e tool approval (GAP) completes but needsApproval is not checked (GAP)
  • addTenWorkflow | wrun_01KTMRH78YXDDA4K6BV6BVJ8QB | 🔍 observability
  • addTenWorkflow | wrun_01KTMRH78YXDDA4K6BV6BVJ8QB | 🔍 observability
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMRJHHE16S94YC2FEN6VMF9 | 🔍 observability
  • promiseAllWorkflow | wrun_01KTMRHKD1AAT2BPMDZAZ0FWQ1 | 🔍 observability
  • promiseRaceWorkflow | wrun_01KTMRHT38FCH3827EZJMPH3YF | 🔍 observability
  • promiseAnyWorkflow | wrun_01KTMRHW7R0DD644BZXEW86JBC | 🔍 observability
  • importedStepOnlyWorkflow | wrun_01KTMRJXJ7RENFB4Y5SZD596WQ | 🔍 observability
  • readableStreamWorkflow | wrun_01KTMRHY8GGF2GCJV12ZY49SSP | 🔍 observability
  • webhookWorkflow | wrun_01KTMRJQRXNQYS8F9QKV0Q2KVX | 🔍 observability
  • nullByteWorkflow | wrun_01KTMRKGRSCK3Z44K2BDF39JY9 | 🔍 observability
  • workflowAndStepMetadataWorkflow | wrun_01KTMRKJSY51G2QJWG8HMS8QTR | 🔍 observability
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMRNYB2DXNF56EJ8B2S453G | 🔍 observability
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMRPD10Z7V43XW17K42AVAY | 🔍 observability
  • writableForwardedFromStepWorkflow | wrun_01KTMRPJ88G9GVRZMB086XV3K3 | 🔍 observability
  • fetchWorkflow | wrun_01KTMRPP4QEN0TDD3YSF4ZF5WX | 🔍 observability
  • promiseRaceStressTestWorkflow | wrun_01KTMRPTEFR04XB7X84YB587J5 | 🔍 observability
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMRVDQRA2AYVTYQY6AE0WD6 | 🔍 observability
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMRVQ98B6FR0YMF1MSBDM8Z | 🔍 observability
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMRVWPTAYZQ82T1TFHMF2MX | 🔍 observability
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMRVYVRST3VT2VSJTN7G9JR | 🔍 observability
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMRWE227WSMP7V29Z5GV2MG | 🔍 observability
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMRWKA65HTPPT5CXMV60M2K | 🔍 observability
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMRWSYAYDS3H12NBN1373Z0 | 🔍 observability
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMRX0P32YNCNW12CK5V66XN | 🔍 observability
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMRXBXZZW7RAW1492C4DS8G | 🔍 observability
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMRXJ4S012S99J8G2AD1NYQ | 🔍 observability
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMRXSRBBY1P8N5AYJT1CWS1 | 🔍 observability
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMRY5KEXAN651T6PQSQ9S90 | 🔍 observability
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMRYEMACWK7RVA1H5Z28ZPH | 🔍 observability
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMRZBRNBG0ENZ93ZT5XP7JW | 🔍 observability
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMRZVS7ZMYHVWWR96T4AC76 | 🔍 observability
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMS06XV4NKDK5R5GAC6MP0K | 🔍 observability
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMS0D8S9EHA9QQS13RK2XTY | 🔍 observability
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMS0FVF0BKZTM0PGGB2B0E2 | 🔍 observability
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMS0HSW93YBCCHJ2KC8CKVP | 🔍 observability

nitro (1 failed):

🪟 Windows (68 failed)

nextjs-turbopack (68 failed):

  • DurableAgent e2e core basic text response
  • DurableAgent e2e core single tool call
  • DurableAgent e2e core multiple sequential tool calls
  • DurableAgent e2e core tool error recovery
  • DurableAgent e2e provider tools provider tool identity preserved across step boundaries
  • DurableAgent e2e provider tools mixed provider and function tools
  • DurableAgent e2e onStepFinish fires constructor + stream callbacks in order with step data
  • DurableAgent e2e onFinish fires constructor + stream callbacks in order with event data
  • DurableAgent e2e instructions string instructions are passed to the model
  • DurableAgent e2e timeout completes within timeout
  • DurableAgent e2e experimental_onStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onStepStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallFinish (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e prepareCall (GAP) completes but prepareCall is not applied (GAP)
  • DurableAgent e2e prepareStep on constructor agent-level prepareStep is called for each LLM step
  • DurableAgent e2e prepareStep on constructor stream-level prepareStep overrides constructor-level
  • DurableAgent e2e multimodal tool results passes through LanguageModelV3ToolResultOutput from tools
  • DurableAgent e2e tool approval (GAP) completes but needsApproval is not checked (GAP)
  • addTenWorkflow | wrun_01KTMRH78YXDDA4K6BV6BVJ8QB
  • addTenWorkflow | wrun_01KTMRH78YXDDA4K6BV6BVJ8QB
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMRJHHE16S94YC2FEN6VMF9
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMRHKD1AAT2BPMDZAZ0FWQ1
  • promiseRaceWorkflow | wrun_01KTMRHT38FCH3827EZJMPH3YF
  • promiseAnyWorkflow | wrun_01KTMRHW7R0DD644BZXEW86JBC
  • importedStepOnlyWorkflow | wrun_01KTMRJXJ7RENFB4Y5SZD596WQ
  • readableStreamWorkflow | wrun_01KTMRHY8GGF2GCJV12ZY49SSP
  • webhookWorkflow | wrun_01KTMRJQRXNQYS8F9QKV0Q2KVX
  • nullByteWorkflow | wrun_01KTMRKGRSCK3Z44K2BDF39JY9
  • workflowAndStepMetadataWorkflow | wrun_01KTMRKJSY51G2QJWG8HMS8QTR
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMRNYB2DXNF56EJ8B2S453G
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMRPD10Z7V43XW17K42AVAY
  • writableForwardedFromStepWorkflow | wrun_01KTMRPJ88G9GVRZMB086XV3K3
  • fetchWorkflow | wrun_01KTMRPP4QEN0TDD3YSF4ZF5WX
  • promiseRaceStressTestWorkflow | wrun_01KTMRPTEFR04XB7X84YB587J5
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMRVDQRA2AYVTYQY6AE0WD6
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMRVQ98B6FR0YMF1MSBDM8Z
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMRVWPTAYZQ82T1TFHMF2MX
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMRVYVRST3VT2VSJTN7G9JR
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMRWE227WSMP7V29Z5GV2MG
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMRWKA65HTPPT5CXMV60M2K
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMRWSYAYDS3H12NBN1373Z0
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMRX0P32YNCNW12CK5V66XN
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMRXBXZZW7RAW1492C4DS8G
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMRXJ4S012S99J8G2AD1NYQ
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMRXSRBBY1P8N5AYJT1CWS1
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMRY5KEXAN651T6PQSQ9S90
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMRYEMACWK7RVA1H5Z28ZPH
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMRZBRNBG0ENZ93ZT5XP7JW
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMRZVS7ZMYHVWWR96T4AC76
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMS06XV4NKDK5R5GAC6MP0K
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMS0D8S9EHA9QQS13RK2XTY
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMS0FVF0BKZTM0PGGB2B0E2
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMS0HSW93YBCCHJ2KC8CKVP

Details by Category

❌ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro8307
✅ example8307
✅ express8307
✅ fastify8307
✅ hono8307
❌ nextjs-turbopack21672
✅ nextjs-webpack8802
❌ nitro8217
✅ nuxt8307
✅ sveltekit8307
✅ vite8307
❌ 🪟 Windows
AppPassedFailedSkipped
❌ nextjs-turbopack22680

📋 View full workflow run


Some E2E test jobs failed:

  • Vercel Prod: failure
  • Local Dev: skipped
  • Local Prod: skipped
  • Local Postgres: skipped
  • Windows: failure

Check the workflow run for details.

@vercelvercelBot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Additional Suggestion:

Bare app.all('*', ...) wildcard route throws TypeError: Missing parameter name at module load under Express 5, crashing the @workflow/web server on startup.

Fix on Vercel

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates vulnerable dependencies across the published @workflow/* packages on stable, including pinning patched transitive versions via root pnpm.overrides, and updates @workflow/web to Express 5 to avoid vulnerable path-to-regexp resolution.

Changes:

  • Bump several direct dependencies to patched releases (e.g., hono, drizzle-orm, @oclif/core, @nuxt/*, AWS SDK credential provider).
  • Add root pnpm.overrides entries to force patched transitive resolutions (e.g., minimatch, brace-expansion, qs, path-to-regexp).
  • Add a changeset marking the affected published packages for patch releases.

Reviewed changes

Copilot reviewed 10 out of 11 changed files in this pull request and generated no comments.

Show a summary per file
FileDescription
packages/world-testing/package.jsonBumps @hono/node-server and hono to patched versions.
packages/world-postgres/package.jsonBumps drizzle-orm to a patched version.
packages/web/package.jsonUpgrades express dependency to ^5.2.1.
packages/web-shared/package.jsonPins @tailwindcss/postcss and bumps shiki.
packages/nuxt/package.jsonUpdates nuxt, @nuxt/kit, and @nuxt/schema patch versions.
packages/core/package.jsonUpdates AWS SDK credential provider package to a patched version.
packages/cli/package.jsonUpdates @oclif/core and tinyglobby to patched versions.
packages/builders/package.jsonUpdates tinyglobby to a patched version.
package.jsonAdds pnpm.overrides pins for vulnerable transitive dependencies.
.changeset/secure-package-deps-stable.mdAdds changeset for patch releases of affected packages.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@karthikscale3karthikscale3 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Requesting changes for the Express 5 routing compatibility issue.

Comment threadpackages/web/package.json

@karthikscale3karthikscale3 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Latest changes LGTM

@pranaygp
pranaygp merged commit b93a071 into stableJun 8, 2026
47 of 53 checks passed
@pranaygp
pranaygp deleted the pranaygp/codex/package-deps-stable branch June 8, 2026 23:29
@github-actionsgithub-actionsBot mentioned this pull request Jun 8, 2026
Sign up for freeto 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.

3 participants

@pranaygp@karthikscale3
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Remove or un-stick sticky/fixed headers that block content\n(function() {\n function unstick() {\n document.querySelectorAll('header, nav, [role=\"banner\"], .header, .navbar, .sticky, .fixed-top, [style*=\"position: fixed\"], [style*=\"position:sticky\"]').forEach(function(el) {\n if (el.style.position === 'fixed' || el.style.position === 'sticky' || \n getComputedStyle(el).position === 'fixed' || getComputedStyle(el).position === 'sticky') {\n el.style.position = 'static';\n el.style.top = 'auto';\n el.style.zIndex = 'auto';\n }\n });\n }\n \n unstick();\n \n var observer = new MutationObserver(unstick);\n observer.observe(document.body, { childList: true, subtree: true, attributes: true, attributeFilter: ['style', 'class'] });\n})();", "Kill Sticky Headers"); } } catch(__e) { console.warn('[Userscript:Kill Sticky Headers]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

Patch vulnerable package dependencies - #2302

Merged
pranaygp merged 2 commits into
stablefrom
pranaygp/codex/package-deps-stable
Jun 8, 2026
Merged

Patch vulnerable package dependencies#2302
pranaygp merged 2 commits into
stablefrom
pranaygp/codex/package-deps-stable

Conversation

@pranaygp

Copy link
Copy Markdown
Contributor

Summary

  • bump vulnerable direct dependencies in published workflow packages on stable
  • pin remaining vulnerable transitive resolutions with root pnpm overrides where upstream ranges allow safe versions
  • move @workflow/web to express 5.2.1 because the latest 4.x line still resolves vulnerable path-to-regexp
  • add a changeset for the published package updates

Validation

  • pnpm install --lockfile-only --ignore-scripts
  • pnpm install --ignore-scripts
  • pnpm audit --prod --json (no remaining packages__* findings)
  • git diff --check

Signed-off-by: Pranay Prakash <pranay.gp@gmail.com>
@changeset-bot

changeset-botBot commented Jun 8, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 3b7f22c

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 17 packages
NameType
@workflow/buildersPatch
@workflow/cliPatch
@workflow/corePatch
@workflow/nuxtPatch
@workflow/webPatch
@workflow/web-sharedPatch
@workflow/world-postgresPatch
@workflow/world-testingPatch
@workflow/astroPatch
@workflow/nestPatch
@workflow/nextPatch
@workflow/nitroPatch
@workflow/rollupPatch
@workflow/sveltekitPatch
@workflow/vitePatch
@workflow/vitestPatch
workflowPatch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel

vercelBot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actionsBot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
❌ ▲ Vercel Production8556867990
❌ 🪟 Windows2268090
Total877136671080

❌ Failed Tests

▲ Vercel Production (68 failed)

nextjs-turbopack (67 failed):

  • DurableAgent e2e core basic text response
  • DurableAgent e2e core single tool call
  • DurableAgent e2e core multiple sequential tool calls
  • DurableAgent e2e core tool error recovery
  • DurableAgent e2e provider tools provider tool identity preserved across step boundaries
  • DurableAgent e2e provider tools mixed provider and function tools
  • DurableAgent e2e onStepFinish fires constructor + stream callbacks in order with step data
  • DurableAgent e2e onFinish fires constructor + stream callbacks in order with event data
  • DurableAgent e2e instructions string instructions are passed to the model
  • DurableAgent e2e timeout completes within timeout
  • DurableAgent e2e experimental_onStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onStepStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallFinish (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e prepareCall (GAP) completes but prepareCall is not applied (GAP)
  • DurableAgent e2e prepareStep on constructor agent-level prepareStep is called for each LLM step
  • DurableAgent e2e prepareStep on constructor stream-level prepareStep overrides constructor-level
  • DurableAgent e2e multimodal tool results passes through LanguageModelV3ToolResultOutput from tools
  • DurableAgent e2e tool approval (GAP) completes but needsApproval is not checked (GAP)
  • addTenWorkflow | wrun_01KTMRH78YXDDA4K6BV6BVJ8QB | 🔍 observability
  • addTenWorkflow | wrun_01KTMRH78YXDDA4K6BV6BVJ8QB | 🔍 observability
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMRJHHE16S94YC2FEN6VMF9 | 🔍 observability
  • promiseAllWorkflow | wrun_01KTMRHKD1AAT2BPMDZAZ0FWQ1 | 🔍 observability
  • promiseRaceWorkflow | wrun_01KTMRHT38FCH3827EZJMPH3YF | 🔍 observability
  • promiseAnyWorkflow | wrun_01KTMRHW7R0DD644BZXEW86JBC | 🔍 observability
  • importedStepOnlyWorkflow | wrun_01KTMRJXJ7RENFB4Y5SZD596WQ | 🔍 observability
  • readableStreamWorkflow | wrun_01KTMRHY8GGF2GCJV12ZY49SSP | 🔍 observability
  • webhookWorkflow | wrun_01KTMRJQRXNQYS8F9QKV0Q2KVX | 🔍 observability
  • nullByteWorkflow | wrun_01KTMRKGRSCK3Z44K2BDF39JY9 | 🔍 observability
  • workflowAndStepMetadataWorkflow | wrun_01KTMRKJSY51G2QJWG8HMS8QTR | 🔍 observability
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMRNYB2DXNF56EJ8B2S453G | 🔍 observability
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMRPD10Z7V43XW17K42AVAY | 🔍 observability
  • writableForwardedFromStepWorkflow | wrun_01KTMRPJ88G9GVRZMB086XV3K3 | 🔍 observability
  • fetchWorkflow | wrun_01KTMRPP4QEN0TDD3YSF4ZF5WX | 🔍 observability
  • promiseRaceStressTestWorkflow | wrun_01KTMRPTEFR04XB7X84YB587J5 | 🔍 observability
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMRVDQRA2AYVTYQY6AE0WD6 | 🔍 observability
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMRVQ98B6FR0YMF1MSBDM8Z | 🔍 observability
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMRVWPTAYZQ82T1TFHMF2MX | 🔍 observability
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMRVYVRST3VT2VSJTN7G9JR | 🔍 observability
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMRWE227WSMP7V29Z5GV2MG | 🔍 observability
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMRWKA65HTPPT5CXMV60M2K | 🔍 observability
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMRWSYAYDS3H12NBN1373Z0 | 🔍 observability
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMRX0P32YNCNW12CK5V66XN | 🔍 observability
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMRXBXZZW7RAW1492C4DS8G | 🔍 observability
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMRXJ4S012S99J8G2AD1NYQ | 🔍 observability
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMRXSRBBY1P8N5AYJT1CWS1 | 🔍 observability
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMRY5KEXAN651T6PQSQ9S90 | 🔍 observability
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMRYEMACWK7RVA1H5Z28ZPH | 🔍 observability
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMRZBRNBG0ENZ93ZT5XP7JW | 🔍 observability
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMRZVS7ZMYHVWWR96T4AC76 | 🔍 observability
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMS06XV4NKDK5R5GAC6MP0K | 🔍 observability
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMS0D8S9EHA9QQS13RK2XTY | 🔍 observability
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMS0FVF0BKZTM0PGGB2B0E2 | 🔍 observability
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMS0HSW93YBCCHJ2KC8CKVP | 🔍 observability

nitro (1 failed):

🪟 Windows (68 failed)

nextjs-turbopack (68 failed):

  • DurableAgent e2e core basic text response
  • DurableAgent e2e core single tool call
  • DurableAgent e2e core multiple sequential tool calls
  • DurableAgent e2e core tool error recovery
  • DurableAgent e2e provider tools provider tool identity preserved across step boundaries
  • DurableAgent e2e provider tools mixed provider and function tools
  • DurableAgent e2e onStepFinish fires constructor + stream callbacks in order with step data
  • DurableAgent e2e onFinish fires constructor + stream callbacks in order with event data
  • DurableAgent e2e instructions string instructions are passed to the model
  • DurableAgent e2e timeout completes within timeout
  • DurableAgent e2e experimental_onStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onStepStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallFinish (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e prepareCall (GAP) completes but prepareCall is not applied (GAP)
  • DurableAgent e2e prepareStep on constructor agent-level prepareStep is called for each LLM step
  • DurableAgent e2e prepareStep on constructor stream-level prepareStep overrides constructor-level
  • DurableAgent e2e multimodal tool results passes through LanguageModelV3ToolResultOutput from tools
  • DurableAgent e2e tool approval (GAP) completes but needsApproval is not checked (GAP)
  • addTenWorkflow | wrun_01KTMRH78YXDDA4K6BV6BVJ8QB
  • addTenWorkflow | wrun_01KTMRH78YXDDA4K6BV6BVJ8QB
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMRJHHE16S94YC2FEN6VMF9
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMRHKD1AAT2BPMDZAZ0FWQ1
  • promiseRaceWorkflow | wrun_01KTMRHT38FCH3827EZJMPH3YF
  • promiseAnyWorkflow | wrun_01KTMRHW7R0DD644BZXEW86JBC
  • importedStepOnlyWorkflow | wrun_01KTMRJXJ7RENFB4Y5SZD596WQ
  • readableStreamWorkflow | wrun_01KTMRHY8GGF2GCJV12ZY49SSP
  • webhookWorkflow | wrun_01KTMRJQRXNQYS8F9QKV0Q2KVX
  • nullByteWorkflow | wrun_01KTMRKGRSCK3Z44K2BDF39JY9
  • workflowAndStepMetadataWorkflow | wrun_01KTMRKJSY51G2QJWG8HMS8QTR
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMRNYB2DXNF56EJ8B2S453G
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMRPD10Z7V43XW17K42AVAY
  • writableForwardedFromStepWorkflow | wrun_01KTMRPJ88G9GVRZMB086XV3K3
  • fetchWorkflow | wrun_01KTMRPP4QEN0TDD3YSF4ZF5WX
  • promiseRaceStressTestWorkflow | wrun_01KTMRPTEFR04XB7X84YB587J5
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMRVDQRA2AYVTYQY6AE0WD6
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMRVQ98B6FR0YMF1MSBDM8Z
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMRVWPTAYZQ82T1TFHMF2MX
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMRVYVRST3VT2VSJTN7G9JR
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMRWE227WSMP7V29Z5GV2MG
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMRWKA65HTPPT5CXMV60M2K
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMRWSYAYDS3H12NBN1373Z0
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMRX0P32YNCNW12CK5V66XN
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMRXBXZZW7RAW1492C4DS8G
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMRXJ4S012S99J8G2AD1NYQ
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMRXSRBBY1P8N5AYJT1CWS1
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMRY5KEXAN651T6PQSQ9S90
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMRYEMACWK7RVA1H5Z28ZPH
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMRZBRNBG0ENZ93ZT5XP7JW
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMRZVS7ZMYHVWWR96T4AC76
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMS06XV4NKDK5R5GAC6MP0K
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMS0D8S9EHA9QQS13RK2XTY
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMS0FVF0BKZTM0PGGB2B0E2
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMS0HSW93YBCCHJ2KC8CKVP

Details by Category

❌ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro8307
✅ example8307
✅ express8307
✅ fastify8307
✅ hono8307
❌ nextjs-turbopack21672
✅ nextjs-webpack8802
❌ nitro8217
✅ nuxt8307
✅ sveltekit8307
✅ vite8307
❌ 🪟 Windows
AppPassedFailedSkipped
❌ nextjs-turbopack22680

📋 View full workflow run


Some E2E test jobs failed:

  • Vercel Prod: failure
  • Local Dev: skipped
  • Local Prod: skipped
  • Local Postgres: skipped
  • Windows: failure

Check the workflow run for details.

@vercelvercelBot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Additional Suggestion:

Bare app.all('*', ...) wildcard route throws TypeError: Missing parameter name at module load under Express 5, crashing the @workflow/web server on startup.

Fix on Vercel

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates vulnerable dependencies across the published @workflow/* packages on stable, including pinning patched transitive versions via root pnpm.overrides, and updates @workflow/web to Express 5 to avoid vulnerable path-to-regexp resolution.

Changes:

  • Bump several direct dependencies to patched releases (e.g., hono, drizzle-orm, @oclif/core, @nuxt/*, AWS SDK credential provider).
  • Add root pnpm.overrides entries to force patched transitive resolutions (e.g., minimatch, brace-expansion, qs, path-to-regexp).
  • Add a changeset marking the affected published packages for patch releases.

Reviewed changes

Copilot reviewed 10 out of 11 changed files in this pull request and generated no comments.

Show a summary per file
FileDescription
packages/world-testing/package.jsonBumps @hono/node-server and hono to patched versions.
packages/world-postgres/package.jsonBumps drizzle-orm to a patched version.
packages/web/package.jsonUpgrades express dependency to ^5.2.1.
packages/web-shared/package.jsonPins @tailwindcss/postcss and bumps shiki.
packages/nuxt/package.jsonUpdates nuxt, @nuxt/kit, and @nuxt/schema patch versions.
packages/core/package.jsonUpdates AWS SDK credential provider package to a patched version.
packages/cli/package.jsonUpdates @oclif/core and tinyglobby to patched versions.
packages/builders/package.jsonUpdates tinyglobby to a patched version.
package.jsonAdds pnpm.overrides pins for vulnerable transitive dependencies.
.changeset/secure-package-deps-stable.mdAdds changeset for patch releases of affected packages.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@karthikscale3karthikscale3 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Requesting changes for the Express 5 routing compatibility issue.

Comment threadpackages/web/package.json

@karthikscale3karthikscale3 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Latest changes LGTM

@pranaygp
pranaygp merged commit b93a071 into stableJun 8, 2026
47 of 53 checks passed
@pranaygp
pranaygp deleted the pranaygp/codex/package-deps-stable branch June 8, 2026 23:29
@github-actionsgithub-actionsBot mentioned this pull request Jun 8, 2026
Sign up for freeto 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.

3 participants

@pranaygp@karthikscale3
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Universal Dark Mode - works on any site\n(function() {\n var enabled = true;\n \n function applyDarkMode() {\n if (!enabled) return;\n \n // Create style element if it doesn't exist\n var style = document.getElementById('universal-dark-mode-style');\n if (!style) {\n style = document.createElement('style');\n style.id = 'universal-dark-mode-style';\n document.head.appendChild(style);\n }\n \n // Dark mode CSS - inverts colors but preserves images/video\n style.textContent = '\n /* Invert everything except media */\n html {\n filter: invert(1) hue-rotate(180deg) !important;\n background: #1a1a2e !important;\n }\n \n /* Restore images, videos, iframes, canvas */\n img, video, iframe, canvas, svg, picture, [style*=\"background-image\"] {\n filter: invert(1) hue-rotate(180deg) !important;\n }\n \n /* Preserve specific elements that should not be inverted */\n .no-dark-mode, .no-dark-mode *,\n [data-theme=\"light\"], [data-theme=\"light\"],\n .ace_editor, .ace_editor *,\n .CodeMirror, .CodeMirror *,\n .monaco-editor, .monaco-editor *,\n .markdown-body pre, .markdown-body pre *,\n .highlight, .highlight *,\n pre code, pre code * {\n filter: none !important;\n }\n \n /* Fix common UI elements */\n .modal, .popup, .dropdown-menu, .tooltip, .popover {\n filter: invert(1) hue-rotate(180deg) !important;\n background: #2d2d44 !important;\n border-color: #444 !important;\n }\n \n /* Scrollbars */\n ::-webkit-scrollbar { background: #1a1a2e !important; }\n ::-webkit-scrollbar-thumb { background: #444 !important; }\n ::-webkit-scrollbar-thumb:hover { background: #555 !important; }\n \n /* Selection */\n ::selection { background: #4ecdc4 !important; color: #1a1a2e !important; }\n ::-moz-selection { background: #4ecdc4 !important; color: #1a1a2e !important; }\n ';\n }\n \n function removeDarkMode() {\n var style = document.getElementById('universal-dark-mode-style');\n if (style) style.remove();\n }\n \n // Toggle with Alt+Shift+D\n document.addEventListener('keydown', function(e) {\n if (e.altKey && e.shiftKey && e.key === 'D') {\n e.preventDefault();\n enabled = !enabled;\n if (enabled) {\n applyDarkMode();\n console.log('[Universal Dark Mode] Enabled');\n } else {\n removeDarkMode();\n console.log('[Universal Dark Mode] Disabled');\n }\n }\n });\n \n // Apply on load\n applyDarkMode();\n \n // Re-apply on dynamic content\n var observer = new MutationObserver(function(mutations) {\n if (enabled && !document.getElementById('universal-dark-mode-style')) {\n applyDarkMode();\n }\n });\n observer.observe(document.head, { childList: true });\n \n console.log('[Universal Dark Mode] Loaded - Press Alt+Shift+D to toggle');\n})();", "Universal Dark Mode"); } } catch(__e) { console.warn('[Userscript:Universal Dark Mode]', __e); } })(); })();
Skip to content

Patch vulnerable package dependencies - #2302

Merged
pranaygp merged 2 commits into
stablefrom
pranaygp/codex/package-deps-stable
Jun 8, 2026
Merged

Patch vulnerable package dependencies#2302
pranaygp merged 2 commits into
stablefrom
pranaygp/codex/package-deps-stable

Conversation

@pranaygp

Copy link
Copy Markdown
Contributor

Summary

  • bump vulnerable direct dependencies in published workflow packages on stable
  • pin remaining vulnerable transitive resolutions with root pnpm overrides where upstream ranges allow safe versions
  • move @workflow/web to express 5.2.1 because the latest 4.x line still resolves vulnerable path-to-regexp
  • add a changeset for the published package updates

Validation

  • pnpm install --lockfile-only --ignore-scripts
  • pnpm install --ignore-scripts
  • pnpm audit --prod --json (no remaining packages__* findings)
  • git diff --check

Signed-off-by: Pranay Prakash <pranay.gp@gmail.com>
@changeset-bot

changeset-botBot commented Jun 8, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 3b7f22c

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 17 packages
NameType
@workflow/buildersPatch
@workflow/cliPatch
@workflow/corePatch
@workflow/nuxtPatch
@workflow/webPatch
@workflow/web-sharedPatch
@workflow/world-postgresPatch
@workflow/world-testingPatch
@workflow/astroPatch
@workflow/nestPatch
@workflow/nextPatch
@workflow/nitroPatch
@workflow/rollupPatch
@workflow/sveltekitPatch
@workflow/vitePatch
@workflow/vitestPatch
workflowPatch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel

vercelBot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actionsBot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
❌ ▲ Vercel Production8556867990
❌ 🪟 Windows2268090
Total877136671080

❌ Failed Tests

▲ Vercel Production (68 failed)

nextjs-turbopack (67 failed):

  • DurableAgent e2e core basic text response
  • DurableAgent e2e core single tool call
  • DurableAgent e2e core multiple sequential tool calls
  • DurableAgent e2e core tool error recovery
  • DurableAgent e2e provider tools provider tool identity preserved across step boundaries
  • DurableAgent e2e provider tools mixed provider and function tools
  • DurableAgent e2e onStepFinish fires constructor + stream callbacks in order with step data
  • DurableAgent e2e onFinish fires constructor + stream callbacks in order with event data
  • DurableAgent e2e instructions string instructions are passed to the model
  • DurableAgent e2e timeout completes within timeout
  • DurableAgent e2e experimental_onStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onStepStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallFinish (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e prepareCall (GAP) completes but prepareCall is not applied (GAP)
  • DurableAgent e2e prepareStep on constructor agent-level prepareStep is called for each LLM step
  • DurableAgent e2e prepareStep on constructor stream-level prepareStep overrides constructor-level
  • DurableAgent e2e multimodal tool results passes through LanguageModelV3ToolResultOutput from tools
  • DurableAgent e2e tool approval (GAP) completes but needsApproval is not checked (GAP)
  • addTenWorkflow | wrun_01KTMRH78YXDDA4K6BV6BVJ8QB | 🔍 observability
  • addTenWorkflow | wrun_01KTMRH78YXDDA4K6BV6BVJ8QB | 🔍 observability
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMRJHHE16S94YC2FEN6VMF9 | 🔍 observability
  • promiseAllWorkflow | wrun_01KTMRHKD1AAT2BPMDZAZ0FWQ1 | 🔍 observability
  • promiseRaceWorkflow | wrun_01KTMRHT38FCH3827EZJMPH3YF | 🔍 observability
  • promiseAnyWorkflow | wrun_01KTMRHW7R0DD644BZXEW86JBC | 🔍 observability
  • importedStepOnlyWorkflow | wrun_01KTMRJXJ7RENFB4Y5SZD596WQ | 🔍 observability
  • readableStreamWorkflow | wrun_01KTMRHY8GGF2GCJV12ZY49SSP | 🔍 observability
  • webhookWorkflow | wrun_01KTMRJQRXNQYS8F9QKV0Q2KVX | 🔍 observability
  • nullByteWorkflow | wrun_01KTMRKGRSCK3Z44K2BDF39JY9 | 🔍 observability
  • workflowAndStepMetadataWorkflow | wrun_01KTMRKJSY51G2QJWG8HMS8QTR | 🔍 observability
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMRNYB2DXNF56EJ8B2S453G | 🔍 observability
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMRPD10Z7V43XW17K42AVAY | 🔍 observability
  • writableForwardedFromStepWorkflow | wrun_01KTMRPJ88G9GVRZMB086XV3K3 | 🔍 observability
  • fetchWorkflow | wrun_01KTMRPP4QEN0TDD3YSF4ZF5WX | 🔍 observability
  • promiseRaceStressTestWorkflow | wrun_01KTMRPTEFR04XB7X84YB587J5 | 🔍 observability
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMRVDQRA2AYVTYQY6AE0WD6 | 🔍 observability
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMRVQ98B6FR0YMF1MSBDM8Z | 🔍 observability
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMRVWPTAYZQ82T1TFHMF2MX | 🔍 observability
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMRVYVRST3VT2VSJTN7G9JR | 🔍 observability
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMRWE227WSMP7V29Z5GV2MG | 🔍 observability
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMRWKA65HTPPT5CXMV60M2K | 🔍 observability
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMRWSYAYDS3H12NBN1373Z0 | 🔍 observability
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMRX0P32YNCNW12CK5V66XN | 🔍 observability
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMRXBXZZW7RAW1492C4DS8G | 🔍 observability
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMRXJ4S012S99J8G2AD1NYQ | 🔍 observability
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMRXSRBBY1P8N5AYJT1CWS1 | 🔍 observability
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMRY5KEXAN651T6PQSQ9S90 | 🔍 observability
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMRYEMACWK7RVA1H5Z28ZPH | 🔍 observability
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMRZBRNBG0ENZ93ZT5XP7JW | 🔍 observability
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMRZVS7ZMYHVWWR96T4AC76 | 🔍 observability
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMS06XV4NKDK5R5GAC6MP0K | 🔍 observability
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMS0D8S9EHA9QQS13RK2XTY | 🔍 observability
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMS0FVF0BKZTM0PGGB2B0E2 | 🔍 observability
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMS0HSW93YBCCHJ2KC8CKVP | 🔍 observability

nitro (1 failed):

🪟 Windows (68 failed)

nextjs-turbopack (68 failed):

  • DurableAgent e2e core basic text response
  • DurableAgent e2e core single tool call
  • DurableAgent e2e core multiple sequential tool calls
  • DurableAgent e2e core tool error recovery
  • DurableAgent e2e provider tools provider tool identity preserved across step boundaries
  • DurableAgent e2e provider tools mixed provider and function tools
  • DurableAgent e2e onStepFinish fires constructor + stream callbacks in order with step data
  • DurableAgent e2e onFinish fires constructor + stream callbacks in order with event data
  • DurableAgent e2e instructions string instructions are passed to the model
  • DurableAgent e2e timeout completes within timeout
  • DurableAgent e2e experimental_onStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onStepStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallFinish (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e prepareCall (GAP) completes but prepareCall is not applied (GAP)
  • DurableAgent e2e prepareStep on constructor agent-level prepareStep is called for each LLM step
  • DurableAgent e2e prepareStep on constructor stream-level prepareStep overrides constructor-level
  • DurableAgent e2e multimodal tool results passes through LanguageModelV3ToolResultOutput from tools
  • DurableAgent e2e tool approval (GAP) completes but needsApproval is not checked (GAP)
  • addTenWorkflow | wrun_01KTMRH78YXDDA4K6BV6BVJ8QB
  • addTenWorkflow | wrun_01KTMRH78YXDDA4K6BV6BVJ8QB
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMRJHHE16S94YC2FEN6VMF9
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMRHKD1AAT2BPMDZAZ0FWQ1
  • promiseRaceWorkflow | wrun_01KTMRHT38FCH3827EZJMPH3YF
  • promiseAnyWorkflow | wrun_01KTMRHW7R0DD644BZXEW86JBC
  • importedStepOnlyWorkflow | wrun_01KTMRJXJ7RENFB4Y5SZD596WQ
  • readableStreamWorkflow | wrun_01KTMRHY8GGF2GCJV12ZY49SSP
  • webhookWorkflow | wrun_01KTMRJQRXNQYS8F9QKV0Q2KVX
  • nullByteWorkflow | wrun_01KTMRKGRSCK3Z44K2BDF39JY9
  • workflowAndStepMetadataWorkflow | wrun_01KTMRKJSY51G2QJWG8HMS8QTR
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMRNYB2DXNF56EJ8B2S453G
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMRPD10Z7V43XW17K42AVAY
  • writableForwardedFromStepWorkflow | wrun_01KTMRPJ88G9GVRZMB086XV3K3
  • fetchWorkflow | wrun_01KTMRPP4QEN0TDD3YSF4ZF5WX
  • promiseRaceStressTestWorkflow | wrun_01KTMRPTEFR04XB7X84YB587J5
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMRVDQRA2AYVTYQY6AE0WD6
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMRVQ98B6FR0YMF1MSBDM8Z
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMRVWPTAYZQ82T1TFHMF2MX
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMRVYVRST3VT2VSJTN7G9JR
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMRWE227WSMP7V29Z5GV2MG
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMRWKA65HTPPT5CXMV60M2K
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMRWSYAYDS3H12NBN1373Z0
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMRX0P32YNCNW12CK5V66XN
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMRXBXZZW7RAW1492C4DS8G
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMRXJ4S012S99J8G2AD1NYQ
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMRXSRBBY1P8N5AYJT1CWS1
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMRY5KEXAN651T6PQSQ9S90
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMRYEMACWK7RVA1H5Z28ZPH
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMRZBRNBG0ENZ93ZT5XP7JW
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMRZVS7ZMYHVWWR96T4AC76
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMS06XV4NKDK5R5GAC6MP0K
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMS0D8S9EHA9QQS13RK2XTY
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMS0FVF0BKZTM0PGGB2B0E2
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMS0HSW93YBCCHJ2KC8CKVP

Details by Category

❌ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro8307
✅ example8307
✅ express8307
✅ fastify8307
✅ hono8307
❌ nextjs-turbopack21672
✅ nextjs-webpack8802
❌ nitro8217
✅ nuxt8307
✅ sveltekit8307
✅ vite8307
❌ 🪟 Windows
AppPassedFailedSkipped
❌ nextjs-turbopack22680

📋 View full workflow run


Some E2E test jobs failed:

  • Vercel Prod: failure
  • Local Dev: skipped
  • Local Prod: skipped
  • Local Postgres: skipped
  • Windows: failure

Check the workflow run for details.

@vercelvercelBot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Additional Suggestion:

Bare app.all('*', ...) wildcard route throws TypeError: Missing parameter name at module load under Express 5, crashing the @workflow/web server on startup.

Fix on Vercel

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates vulnerable dependencies across the published @workflow/* packages on stable, including pinning patched transitive versions via root pnpm.overrides, and updates @workflow/web to Express 5 to avoid vulnerable path-to-regexp resolution.

Changes:

  • Bump several direct dependencies to patched releases (e.g., hono, drizzle-orm, @oclif/core, @nuxt/*, AWS SDK credential provider).
  • Add root pnpm.overrides entries to force patched transitive resolutions (e.g., minimatch, brace-expansion, qs, path-to-regexp).
  • Add a changeset marking the affected published packages for patch releases.

Reviewed changes

Copilot reviewed 10 out of 11 changed files in this pull request and generated no comments.

Show a summary per file
FileDescription
packages/world-testing/package.jsonBumps @hono/node-server and hono to patched versions.
packages/world-postgres/package.jsonBumps drizzle-orm to a patched version.
packages/web/package.jsonUpgrades express dependency to ^5.2.1.
packages/web-shared/package.jsonPins @tailwindcss/postcss and bumps shiki.
packages/nuxt/package.jsonUpdates nuxt, @nuxt/kit, and @nuxt/schema patch versions.
packages/core/package.jsonUpdates AWS SDK credential provider package to a patched version.
packages/cli/package.jsonUpdates @oclif/core and tinyglobby to patched versions.
packages/builders/package.jsonUpdates tinyglobby to a patched version.
package.jsonAdds pnpm.overrides pins for vulnerable transitive dependencies.
.changeset/secure-package-deps-stable.mdAdds changeset for patch releases of affected packages.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@karthikscale3karthikscale3 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Requesting changes for the Express 5 routing compatibility issue.

Comment threadpackages/web/package.json

@karthikscale3karthikscale3 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Latest changes LGTM

@pranaygp
pranaygp merged commit b93a071 into stableJun 8, 2026
47 of 53 checks passed
@pranaygp
pranaygp deleted the pranaygp/codex/package-deps-stable branch June 8, 2026 23:29
@github-actionsgithub-actionsBot mentioned this pull request Jun 8, 2026
Sign up for freeto 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.

3 participants

@pranaygp@karthikscale3