Skip to content

build(deps): bump the workerd-and-workers-types group with 2 updates#14062

Merged
dario-piotrowicz merged 4 commits into
mainfrom
dario/dependabot/npm_and_yarn/workerd-and-workers-types-b42260dc6e
May 28, 2026
Merged

build(deps): bump the workerd-and-workers-types group with 2 updates#14062
dario-piotrowicz merged 4 commits into
mainfrom
dario/dependabot/npm_and_yarn/workerd-and-workers-types-b42260dc6e

Conversation

@dario-piotrowicz

Copy link
Copy Markdown
Member

Bumps the workerd-and-workers-types group with 2 updates: workerd and @cloudflare/workers-types.

Updates workerd from 1.20260526.1 to 1.20260527.1

Release notes

Sourced from workerd's releases.

v1.20260527.1

What's Changed

Full Changelog: cloudflare/workerd@v1.20260526.1...v1.20260527.1

Commits
  • e6353cd Release 2026-05-27
  • b0c9335 Add type tests
  • 2df3f45 [Workflows] Add workflowName and schedule to WorkflowEvent
  • 21dc1a3 [Workflows] Add sensitive step output option
  • See full diff in compare view

Updates @cloudflare/workers-types from 4.20260526.1 to 4.20260527.1

Commits


This PR includes changes required since types were broken due to the workflow workerd changes released in https://github.com/cloudflare/workerd/releases/tag/v1.20260527.1


  • Tests
    • Tests included/updated
    • Automated tests not possible - manual testing has been completed as follows:
    • Additional testing not necessary because:
  • Public documentation
    • Cloudflare docs PR(s):
    • Documentation not necessary because: standard bump of packages

A picture of a cute animal (not mandatory, but encouraged)

dependabot Bot and others added 3 commits May 27, 2026 16:11
Bumps the workerd-and-workers-types group with 2 updates: [workerd](https://github.com/cloudflare/workerd) and [@cloudflare/workers-types](https://github.com/cloudflare/workerd).


Updates `workerd` from 1.20260526.1 to 1.20260527.1
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md)
- [Commits](cloudflare/workerd@v1.20260526.1...v1.20260527.1)

Updates `@cloudflare/workers-types` from 4.20260526.1 to 4.20260527.1
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md)
- [Commits](https://github.com/cloudflare/workerd/commits)

---
updated-dependencies:
- dependency-name: workerd
  dependency-version: 1.20260527.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: workerd-and-workers-types
- dependency-name: "@cloudflare/workers-types"
  dependency-version: 4.20260527.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: workerd-and-workers-types
...

Signed-off-by: dependabot[bot] <support@github.com>
The following dependency versions have been updated:

| Dependency | From         | To           |
| ---------- | ------------ | ------------ |
| workerd    | 1.20260526.1 | 1.20260527.1 |
@changeset-bot

changeset-bot Bot commented May 27, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 3b06bce

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

This PR includes changesets to release 5 packages
Name Type
miniflare Patch
wrangler Patch
@cloudflare/pages-shared Patch
@cloudflare/vite-plugin Patch
@cloudflare/vitest-pool-workers Patch

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

@github-actions

github-actions Bot commented May 27, 2026

Copy link
Copy Markdown
Contributor

✅ All changesets look good

@ask-bonk

ask-bonk Bot commented May 27, 2026

Copy link
Copy Markdown
Contributor

@cloudflare/workflows-shared is "private": true, so it doesn't need a changeset entry since it's not published to npm.

I've now reviewed all the substantive changes:

  1. Version bumps in packages/miniflare/package.json, packages/wrangler/package.json, pnpm-workspace.yaml, and pnpm-lock.yaml -- straightforward and consistent.

  2. ResolvedStepConfig type change (packages/workflows-shared/src/context.ts) -- Correctly adapts to the new sensitive optional property on WorkflowStepConfig by making only retries and timeout required, while keeping sensitive optional. The defaultConfig correctly omits sensitive.

  3. workflowName addition (packages/workflows-shared/src/binding.ts) -- Uses this.env.BINDING_NAME which is the correct source for the workflow name in local dev.

  4. Test updates -- All test call sites for init() / event objects properly include workflowName: "" to match the new required shape.

  5. Changeset -- Properly covers miniflare and wrangler as patch. workflows-shared is private and doesn't need one.

LGTM

github run

@pkg-pr-new

pkg-pr-new Bot commented May 27, 2026

Copy link
Copy Markdown
create-cloudflare

npm i https://pkg.pr.new/create-cloudflare@14062

@cloudflare/deploy-helpers

npm i https://pkg.pr.new/@cloudflare/deploy-helpers@14062

@cloudflare/kv-asset-handler

npm i https://pkg.pr.new/@cloudflare/kv-asset-handler@14062

miniflare

npm i https://pkg.pr.new/miniflare@14062

@cloudflare/pages-shared

npm i https://pkg.pr.new/@cloudflare/pages-shared@14062

@cloudflare/unenv-preset

npm i https://pkg.pr.new/@cloudflare/unenv-preset@14062

@cloudflare/vite-plugin

npm i https://pkg.pr.new/@cloudflare/vite-plugin@14062

@cloudflare/vitest-pool-workers

npm i https://pkg.pr.new/@cloudflare/vitest-pool-workers@14062

@cloudflare/workers-editor-shared

npm i https://pkg.pr.new/@cloudflare/workers-editor-shared@14062

@cloudflare/workers-utils

npm i https://pkg.pr.new/@cloudflare/workers-utils@14062

wrangler

npm i https://pkg.pr.new/wrangler@14062

commit: 3b06bce

@dario-piotrowicz dario-piotrowicz marked this pull request as ready for review May 27, 2026 22:05
@workers-devprod workers-devprod requested review from a team and emily-shen and removed request for a team May 27, 2026 22:05
@workers-devprod

workers-devprod commented May 27, 2026

Copy link
Copy Markdown
Contributor

Codeowners approval required for this PR:

  • ✅ @cloudflare/workflows
  • ✅ @cloudflare/wrangler
Show detailed file reviewers

@devin-ai-integration devin-ai-integration Bot 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.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 2 additional findings.

Open in Devin Review

@avenceslau avenceslau 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.

lgtm

Comment thread packages/workflows-shared/src/binding.ts Outdated
@github-project-automation github-project-automation Bot moved this from Untriaged to In Review in workers-sdk May 28, 2026

@pombosilva pombosilva 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.

Thank you! All good now 👍

@dario-piotrowicz dario-piotrowicz removed the request for review from emily-shen May 28, 2026 10:44

@workers-devprod workers-devprod 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.

Codeowners reviews satisfied

@github-project-automation github-project-automation Bot moved this from In Review to Approved in workers-sdk May 28, 2026
@dario-piotrowicz dario-piotrowicz merged commit ce4eb20 into main May 28, 2026
71 of 74 checks passed
@dario-piotrowicz dario-piotrowicz deleted the dario/dependabot/npm_and_yarn/workerd-and-workers-types-b42260dc6e branch May 28, 2026 10:49
@github-project-automation github-project-automation Bot moved this from Approved to Done in workers-sdk May 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

5 participants