Skip to content

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

Merged
dario-piotrowicz merged 2 commits into
mainfrom
dependabot/npm_and_yarn/workerd-and-workers-types-006e80b9a8
Sep 25, 2026
Merged

dario-piotrowicz merged 2 commits into
mainfrom
dependabot/npm_and_yarn/workerd-and-workers-types-006e80b9a8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 25, 2026 •

Copy link
Copy Markdown
Contributor

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

Updates @cloudflare/workers-types from 5.20260923.1 to 5.20260925.1

Commits

Updates workerd from 1.20260923.1 to 1.20260925.1

Release notes

Sourced from workerd's releases.

v1.20260925.1

What's Changed

New Contributors

Full Changelog: cloudflare/workerd@v1.20260924.1...v1.20260925.1

v1.20260924.1

What's Changed

New Contributors

... (truncated)

Commits
  • 0838181 Release 2026-09-25
  • 5d1832a Release the pipe source when validation fails after locking (#7498)
  • 911aada Merge pull request #7348 from cloudflare/jmorrell/add-span-status
  • 1f6faa7 - Introduces a new STW event spanUpdate to mirror spanOpen and `spanClose...
  • 84338b9 Merge pull request #7497 from cloudflare/apeacock/actor-claim-after-construction
  • 8f21ea8 Merge pull request #7500 from cloudflare/jasnell/ts-streams-pipe-abort-algorithm
  • 2854260 Merge pull request #7501 from cloudflare/jasnell/ts-streams-pipe-dest-errorin...
  • 31ff41b [build] Update boringssl
  • 354a44c Claim DO retry tokens after actor construction
  • 46d157f [build] Increase link parallelism again
  • Additional commits viewable in compare view

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

Devin Review

Bumps the workerd-and-workers-types group with 2 updates: [@cloudflare/workers-types](https://github.com/cloudflare/workerd) and [workerd](https://github.com/cloudflare/workerd).


Updates `@cloudflare/workers-types` from 5.20260923.1 to 5.20260925.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)

Updates `workerd` from 1.20260923.1 to 1.20260925.1
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md)
- [Commits](cloudflare/workerd@v1.20260923.1...v1.20260925.1)

---
updated-dependencies:
- dependency-name: "@cloudflare/workers-types"
  dependency-version: 5.20260925.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: workerd-and-workers-types
- dependency-name: workerd
  dependency-version: 1.20260925.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 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 labels Sep 25, 2026
@dependabot dependabot Bot added package:miniflare Relating to Miniflare dependencies Used by dependabot to mark PRs as updates to dependencies. ci:skip-pr-description-validation Skip validation of the required PR description format labels Sep 25, 2026
@changeset-bot

changeset-bot Bot commented Sep 25, 2026 •

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 712c376

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

This PR includes changesets to release 8 packages
Name Type
miniflare Patch
wrangler Patch
@cloudflare/deploy-helpers Patch
@cloudflare/pages-shared Patch
@cloudflare/remote-bindings Patch
@cloudflare/runtime-types Patch
@cloudflare/vite-plugin Patch
@cloudflare/vitest-plugin 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 Sep 25, 2026
@workers-devprod
workers-devprod requested review from a team and dario-piotrowicz and removed request for a team September 25, 2026 06:06
@workers-devprod

workers-devprod commented Sep 25, 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.

Note

Newer findings are available below. Devin Review posted a newer report on this PR, in addition to the findings presented here.

✅ Devin Review: No Issues Found

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

Devin Review

The following dependency versions have been updated:

| Dependency                | From          | To            |
| ------------------------- | ------------- | ------------- |
| @cloudflare/workers-types | ^5.20260923.1 | ^5.20260925.1 |
| workerd                   | 1.20260923.1  | 1.20260925.1  |

@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 found 1 new potential issue.

Devin Review

Comment thread .changeset/dependabot-update-15864.md
@pkg-pr-new

pkg-pr-new Bot commented Sep 25, 2026

Copy link
Copy Markdown
@cloudflare/autoconfig

npm i https://pkg.pr.new/@cloudflare/autoconfig@15864

@cloudflare/build-output-utils

npm i https://pkg.pr.new/@cloudflare/build-output-utils@15864

@cloudflare/codemods

npm i https://pkg.pr.new/@cloudflare/codemods@15864

@cloudflare/config

npm i https://pkg.pr.new/@cloudflare/config@15864

@cloudflare/containers-shared

npm i https://pkg.pr.new/@cloudflare/containers-shared@15864

create-cloudflare

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

@cloudflare/deploy-helpers

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

@cloudflare/kv-asset-handler

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

miniflare

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

@cloudflare/pages-functions

npm i https://pkg.pr.new/@cloudflare/pages-functions@15864

@cloudflare/pages-shared

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

@cloudflare/runtime-types

npm i https://pkg.pr.new/@cloudflare/runtime-types@15864

@cloudflare/unenv-preset

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

@cloudflare/vite-plugin

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

@cloudflare/vitest-plugin

npm i https://pkg.pr.new/@cloudflare/vitest-plugin@15864

@cloudflare/workers-auth

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

@cloudflare/workers-editor-shared

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

@cloudflare/workers-utils

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

wrangler

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

commit: 712c376

@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

@dario-piotrowicz
dario-piotrowicz merged commit ee2b200 into main Sep 25, 2026
74 of 75 checks passed
@dario-piotrowicz
dario-piotrowicz deleted the dependabot/npm_and_yarn/workerd-and-workers-types-006e80b9a8 branch September 25, 2026 09:50
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