Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 19, 2025

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

Updates workerd from 1.20251217.0 to 1.20251219.0

Release notes

Sourced from workerd's releases.

v1.20251219.0

What's Changed

Full Changelog: cloudflare/workerd@v1.20251218.0...v1.20251219.0

v1.20251218.0

What's Changed

New Contributors

Full Changelog: cloudflare/workerd@v1.20251217.0...v1.20251218.0

Commits
  • 7a405cc Release 2025-12-19
  • 117eda7 Merge pull request #5685 from cloudflare/mar/stw-alarm
  • ec2f9b1 handle todo in rust jsg registry
  • d6a2740 Fix Body::text() and Body::json() to handle BOMs (#5621)
  • d3ade51 Suppress WorkerTracer warning for duplicate alarm requests
  • 7b5d410 deflake container tests
  • ca8b383 [build] 12-17-25 Update bzlmod deps
  • f4e24b0 Merge pull request #5721 from cloudflare/dlapid/fix_jsrpc_return_event
  • 3d282f4 Release 2025-12-18
  • 2fbab14 Make update-deps.py generate bzlmod-compatible output (#5691)
  • Additional commits viewable in compare view

Updates @cloudflare/workers-types from 4.20251217.0 to 4.20251219.0

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

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

Updates `@cloudflare/workers-types` from 4.20251217.0 to 4.20251219.0
- [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.20251219.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: workerd-and-workers-types
- dependency-name: "@cloudflare/workers-types"
  dependency-version: 4.20251219.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: workerd-and-workers-types
...

Signed-off-by: dependabot[bot] <[email protected]>
@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 Dec 19, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 19, 2025 06:13
@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 Dec 19, 2025
@changeset-bot
Copy link

changeset-bot bot commented Dec 19, 2025

🦋 Changeset detected

Latest commit: fb50e25

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

The following dependency versions have been updated:

| Dependency | From         | To           |
| ---------- | ------------ | ------------ |
| workerd    | 1.20251217.0 | 1.20251219.0 |
@claude
Copy link
Contributor

claude bot commented Dec 19, 2025

Claude finished @dependabot[bot]'s task —— View job


Changeset Review Complete

⚠️ Issues found

The changeset .changeset/dependabot-update-11714.md has the following issues:

  1. Incomplete Package Coverage: The changeset only includes miniflare as a patch, but according to the PR description and changed files, both miniflare AND wrangler have their workerd dependency updated (from 1.20251217.0 to 1.20251219.0). The changeset should include both packages:
---
"miniflare": patch
"wrangler": patch
---
  1. Missing @cloudflare/workers-types: The PR description mentions that @cloudflare/workers-types was also updated from 4.20251217.0 to 4.20251219.0, but this is not reflected in the changeset description. While this might be in the catalog (pnpm-workspace.yaml), if it affects user-facing packages, it should be mentioned.

  2. Formatting: The changeset uses a markdown table which is fine, but it only lists workerd. If both packages are being updated, the description should reflect all dependency changes accurately.

Recommendations:

  • Add "wrangler": patch to the frontmatter
  • Update the table to show that both miniflare and wrangler are affected
  • Consider mentioning the workers-types update if it's user-facing

Positive aspects:

  • ✅ Correct version type (patch) for dependency updates
  • ✅ No forbidden h1/h2/h3 headers
  • ✅ Clear description of what's being updated

Image Report: This appears to be a small orange/coral colored dot. Not a cute animal, but it's trying its best. Would give it a 7/10 for geometric perfection.

@pkg-pr-new
Copy link

pkg-pr-new bot commented Dec 19, 2025

create-cloudflare

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

@cloudflare/kv-asset-handler

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

miniflare

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

@cloudflare/pages-shared

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

@cloudflare/unenv-preset

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

@cloudflare/vite-plugin

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

@cloudflare/vitest-pool-workers

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

@cloudflare/workers-editor-shared

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

@cloudflare/workers-utils

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

wrangler

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

commit: fb50e25

@github-project-automation github-project-automation bot moved this from Untriaged to Approved in workers-sdk Dec 19, 2025
@edmundhung edmundhung merged commit 65d1850 into main Dec 19, 2025
36 of 37 checks passed
@edmundhung edmundhung deleted the dependabot/npm_and_yarn/workerd-and-workers-types-e379a4872d branch December 19, 2025 10:08
@github-project-automation github-project-automation bot moved this from Approved to Done in workers-sdk Dec 19, 2025
dario-piotrowicz pushed a commit that referenced this pull request Dec 19, 2025
…11714)

* chore(deps): bump the workerd-and-workers-types group with 2 updates

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

Updates `@cloudflare/workers-types` from 4.20251217.0 to 4.20251219.0
- [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.20251219.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: workerd-and-workers-types
- dependency-name: "@cloudflare/workers-types"
  dependency-version: 4.20251219.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: workerd-and-workers-types
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore: update dependencies of "miniflare" package

The following dependency versions have been updated:

| Dependency | From         | To           |
| ---------- | ------------ | ------------ |
| workerd    | 1.20251217.0 | 1.20251219.0 |

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Wrangler automated PR updater <[email protected]>
AmirSa12 pushed a commit to AmirSa12/workers-sdk that referenced this pull request Jan 5, 2026
…loudflare#11714)

* chore(deps): bump the workerd-and-workers-types group with 2 updates

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

Updates `@cloudflare/workers-types` from 4.20251217.0 to 4.20251219.0
- [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.20251219.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: workerd-and-workers-types
- dependency-name: "@cloudflare/workers-types"
  dependency-version: 4.20251219.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: workerd-and-workers-types
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore: update dependencies of "miniflare" package

The following dependency versions have been updated:

| Dependency | From         | To           |
| ---------- | ------------ | ------------ |
| workerd    | 1.20251217.0 | 1.20251219.0 |

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Wrangler automated PR updater <[email protected]>
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