Skip to content

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

Merged
penalosa merged 3 commits into
mainfrom
dependabot/npm_and_yarn/workerd-and-workers-types-624a24bf4c
Jun 4, 2026
Merged

Bump the workerd-and-workers-types group with 2 updates#14175
penalosa merged 3 commits into
mainfrom
dependabot/npm_and_yarn/workerd-and-workers-types-624a24bf4c

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 3, 2026

Copy link
Copy Markdown
Contributor

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

Updates workerd from 1.20260601.1 to 1.20260603.1

Release notes

Sourced from workerd's releases.

v1.20260603.1

Full Changelog: cloudflare/workerd@v1.20260602.1...v1.20260603.1

v1.20260602.1

What's Changed

Full Changelog: cloudflare/workerd@v1.20260601.1...v1.20260602.1

Commits
  • b04a29f Release 2026-06-03
  • dc12d76 Release 2026-06-02
  • 0aebafa Merge pull request #6785 from cloudflare/maizatskyi/2026-05-27-upstream
  • 331bf27 remove extra files
  • 8d1c884 Merge commit '2809a744f270f245e34b0875ffa02c774c008776' into maizatskyi/2026-...
  • See full diff in compare view

Updates @cloudflare/workers-types from 4.20260601.1 to 4.20260603.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 in Devin Review

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

Updates `@cloudflare/workers-types` from 4.20260601.1 to 4.20260603.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.20260603.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.20260603.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. package:miniflare Relating to Miniflare ci:skip-pr-description-validation Skip validation of the required PR description format labels Jun 3, 2026
@dependabot dependabot Bot requested a review from workers-devprod as a code owner June 3, 2026 22:37
@changeset-bot

changeset-bot Bot commented Jun 3, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 98f2178

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

This PR includes changesets to release 6 packages
Name Type
miniflare Patch
wrangler Patch
@cloudflare/pages-shared Patch
@cloudflare/vite-plugin Patch
@cloudflare/vitest-pool-workers Patch
@cloudflare/wrangler-bundler 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-project-automation github-project-automation Bot moved this to Untriaged in workers-sdk Jun 3, 2026
@workers-devprod workers-devprod requested review from a team and ascorbic and removed request for a team June 3, 2026 22:37
@workers-devprod

workers-devprod commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

Codeowners approval required for this PR:

  • ✅ @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 bugs or issues to report.

Open in Devin Review

The following dependency versions have been updated:

| Dependency | From         | To           |
| ---------- | ------------ | ------------ |
| workerd    | 1.20260601.1 | 1.20260603.1 |
@github-actions github-actions Bot enabled auto-merge (squash) June 3, 2026 22:40
@github-actions

github-actions Bot commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

✅ All changesets look good

workerd 1.20260602.1 / @cloudflare/workers-types 4.20260602.1 added four
new required fields to IncomingRequestCfPropertiesTLSClientAuth(Placeholder)
(certRFC9440, certRFC9440TooLarge, certChainRFC9440, certChainRFC9440TooLarge).
The hardcoded `fallbackCf.tlsClientAuth` placeholder was missing them, breaking
`miniflare#build` (tsc) with TS2322. Add the placeholder values to match.
@github-actions github-actions Bot disabled auto-merge June 4, 2026 10:00
@penalosa penalosa enabled auto-merge (squash) June 4, 2026 10:02

@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 Untriaged to Approved in workers-sdk Jun 4, 2026
@pkg-pr-new

pkg-pr-new Bot commented Jun 4, 2026

Copy link
Copy Markdown
create-cloudflare

npm i https://pkg.pr.new/cloudflare/workers-sdk/create-cloudflare@14175

@cloudflare/deploy-helpers

npm i https://pkg.pr.new/cloudflare/workers-sdk/@cloudflare/deploy-helpers@14175

@cloudflare/kv-asset-handler

npm i https://pkg.pr.new/cloudflare/workers-sdk/@cloudflare/kv-asset-handler@14175

miniflare

npm i https://pkg.pr.new/cloudflare/workers-sdk/miniflare@14175

@cloudflare/pages-shared

npm i https://pkg.pr.new/cloudflare/workers-sdk/@cloudflare/pages-shared@14175

@cloudflare/unenv-preset

npm i https://pkg.pr.new/cloudflare/workers-sdk/@cloudflare/unenv-preset@14175

@cloudflare/vite-plugin

npm i https://pkg.pr.new/cloudflare/workers-sdk/@cloudflare/vite-plugin@14175

@cloudflare/vitest-pool-workers

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

@cloudflare/workers-auth

npm i https://pkg.pr.new/cloudflare/workers-sdk/@cloudflare/workers-auth@14175

@cloudflare/workers-editor-shared

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

@cloudflare/workers-utils

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

wrangler

npm i https://pkg.pr.new/cloudflare/workers-sdk/wrangler@14175

@cloudflare/wrangler-bundler

npm i https://pkg.pr.new/cloudflare/workers-sdk/@cloudflare/wrangler-bundler@14175

commit: 98f2178

@penalosa penalosa merged commit a3eea27 into main Jun 4, 2026
67 of 68 checks passed
@penalosa penalosa deleted the dependabot/npm_and_yarn/workerd-and-workers-types-624a24bf4c branch June 4, 2026 10:57
@github-project-automation github-project-automation Bot moved this from Approved to Done in workers-sdk Jun 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants