Skip to content

Bump the workerd-and-workers-types group with 2 updates#13305

Merged
emily-shen merged 2 commits intomainfrom
dependabot/npm_and_yarn/workerd-and-workers-types-22d369a91e
Apr 7, 2026
Merged

Bump the workerd-and-workers-types group with 2 updates#13305
emily-shen merged 2 commits intomainfrom
dependabot/npm_and_yarn/workerd-and-workers-types-22d369a91e

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 6, 2026

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

Updates workerd from 1.20260402.1 to 1.20260405.1

Release notes

Sourced from workerd's releases.

v1.20260405.1

What's Changed

Full Changelog: cloudflare/workerd@v1.20260404.1...v1.20260405.1

v1.20260404.1

What's Changed

Full Changelog: cloudflare/workerd@v1.20260403.1...v1.20260404.1

v1.20260403.1

What's Changed

Full Changelog: cloudflare/workerd@v1.20260402.1...v1.20260403.1

Commits
  • 8011aff Release 2026-04-05
  • 71007cc Revert "Add compat flag to prevent creating Blob with resizable Array… (#6499)
  • 7b2dbd7 Release 2026-04-04
  • 6234cbc Merge pull request #6335 from cloudflare/maizatskyi/2026-03-16-update-capnproto
  • ed5f423 just update-deps capnp-cpp
  • dcc9488 Merge pull request #6492 from cloudflare/jasnell/minor-nmr-nits
  • f0f61a1 Fixup a couple small new module registry nits
  • 42744e3 Release 2026-04-03
  • 59f031d Merge pull request #6489 from cloudflare/jasnell/fixup-nmr-fallback
  • 10eed5b Merge pull request #6491 from cloudflare/jasnell/no-buffersource-in-container
  • Additional commits viewable in compare view

Updates @cloudflare/workers-types from 4.20260402.1 to 4.20260405.1

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Open with Devin

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.20260402.1 to 1.20260405.1
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md)
- [Commits](cloudflare/workerd@v1.20260402.1...v1.20260405.1)

Updates `@cloudflare/workers-types` from 4.20260402.1 to 4.20260405.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.20260405.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.20260405.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>
@dependabot dependabot bot added dependencies Used by dependabot to mark PRs as updates to dependencies. miniflare Relating to Miniflare skip-pr-description-validation Skip validation of the required PR description format labels Apr 6, 2026
@dependabot dependabot bot requested a review from workers-devprod as a code owner April 6, 2026 06:08
@dependabot dependabot bot added miniflare Relating to Miniflare dependencies Used by dependabot to mark PRs as updates to dependencies. skip-pr-description-validation Skip validation of the required PR description format labels Apr 6, 2026
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Apr 6, 2026

🦋 Changeset detected

Latest commit: 56bfbd3

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

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-project-automation github-project-automation bot moved this to Untriaged in workers-sdk Apr 6, 2026
@workers-devprod workers-devprod requested review from a team and jamesopstad and removed request for a team April 6, 2026 06:09
@workers-devprod
Copy link
Copy Markdown
Contributor

workers-devprod commented Apr 6, 2026

Codeowners approval required for this PR:

  • ✅ @cloudflare/wrangler
Show detailed file reviewers

The following dependency versions have been updated:

| Dependency | From         | To           |
| ---------- | ------------ | ------------ |
| workerd    | 1.20260402.1 | 1.20260405.1 |
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 6, 2026

⚠️ Issues found

.changeset/email-service-commands.md

Issue: Uses h3 headers (###) which breaks changelog formatting.

The changeset contains:

  • ### Email Routing commands:
  • ### Email Sending commands:

Changeset descriptions must NOT use h1 (#), h2 (##), or h3 (###) headers. The changelog uses h3 for section headers, so any headers in changeset content must be h4 (####) or smaller.

Suggested fix: Change ### to #### or remove the headers and use bold text instead.


All other changesets look good:

File Package Type Status
reject-v8-coverage-provider.md @cloudflare/vitest-pool-workers patch
tender-dryers-ask.md wrangler patch
use-formatConfigSnippet-in-dev-compat-date.md wrangler patch
c3-frameworks-update-13276.md create-cloudflare patch ✅ (dependabot - skipped validation)
c3-frameworks-update-13275.md create-cloudflare patch ✅ (dependabot - skipped validation)
c3-frameworks-update-13278.md create-cloudflare patch ✅ (dependabot - skipped validation)
c3-frameworks-update-13279.md create-cloudflare patch ✅ (dependabot - skipped validation)
dependabot-update-13241.md miniflare, wrangler patch
c3-frameworks-update-13274.md create-cloudflare patch ✅ (dependabot - skipped validation)
dependabot-update-13305.md miniflare, wrangler patch
good-falcons-remain.md @cloudflare/local-explorer-ui minor
images-chainable-handle.md miniflare patch
c3-node-version-check.md create-cloudflare patch

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new bot commented Apr 6, 2026

create-cloudflare

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

@cloudflare/kv-asset-handler

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

miniflare

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

@cloudflare/pages-shared

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

@cloudflare/unenv-preset

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

@cloudflare/vite-plugin

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

@cloudflare/vitest-pool-workers

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

@cloudflare/workers-editor-shared

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

wrangler

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

commit: 56bfbd3

Copy link
Copy Markdown
Contributor

@workers-devprod workers-devprod left a comment

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 Untriaged to Approved in workers-sdk Apr 7, 2026
@emily-shen emily-shen added this pull request to the merge queue Apr 7, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Apr 7, 2026
@emily-shen emily-shen added this pull request to the merge queue Apr 7, 2026
Merged via the queue into main with commit fa6d84f Apr 7, 2026
63 of 64 checks passed
@emily-shen emily-shen deleted the dependabot/npm_and_yarn/workerd-and-workers-types-22d369a91e branch April 7, 2026 06:12
@github-project-automation github-project-automation bot moved this from Approved to Done in workers-sdk Apr 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Used by dependabot to mark PRs as updates to dependencies. miniflare Relating to Miniflare skip-pr-description-validation Skip validation of the required PR description format

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants