Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 13, 2025

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

Updates @cloudflare/workers-types from 4.20250612.0 to 4.20250613.0

Commits

Updates workerd from 1.20250612.0 to 1.20250613.0

Release notes

Sourced from workerd's releases.

v1.20250613.0

What's Changed

Full Changelog: cloudflare/workerd@v1.20250612.0...v1.20250613.0

Commits
  • 36ecb7e Release 2025-06-13
  • 945931f Fix ambiguous test log path for macOS builds (#4324)
  • 3edffd2 NodeJS Compat: process features (#4271)
  • 9c874a6 wpt-report bazelrc config must be common: (#4323)
  • 9fee471 Merge pull request #4321 from cloudflare/revert-4316-add-claude-github-action...
  • 7d91b30 Refactor test and release CI (#4290)
  • f7aaf67 Revert "Claude PR Assistant workflow"
  • c69a82c Python: bazel: Compute baseline_snapshot_hash from baseline_snapshot_integrit...
  • b93e678 Python: Clean up memory snapshots (#4318)
  • ac751d6 Python: Clean up memory snapshots
  • 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 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

@dependabot dependabot bot requested a review from a team June 13, 2025 06:28
@dependabot dependabot bot requested a review from a team as a code owner June 13, 2025 06:28
@dependabot dependabot bot added the dependencies Used by dependabot to mark PRs as updates to dependencies. label Jun 13, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 13, 2025

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

@dependabot dependabot bot added e2e Run wrangler + vite-plugin e2e tests on a PR every-os Run tests (unit/e2e/c3-e2e) on every OS, rather than just macOS skip-pr-description-validation Skip validation of the required PR description format labels Jun 13, 2025
Copy link

changeset-bot bot commented Jun 13, 2025

🦋 Changeset detected

Latest commit: c8610f7

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
@cloudflare/pages-shared Patch
@cloudflare/vite-plugin Patch
@cloudflare/vitest-pool-workers Patch
wrangler 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

Copy link

pkg-pr-new bot commented Jun 13, 2025

create-cloudflare

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

@cloudflare/kv-asset-handler

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

miniflare

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

@cloudflare/pages-shared

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

@cloudflare/unenv-preset

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

@cloudflare/vite-plugin

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

@cloudflare/vitest-pool-workers

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

@cloudflare/workers-editor-shared

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

wrangler

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

commit: c8610f7

@emily-shen
Copy link
Contributor

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/workerd-and-workers-types-5ef7e5cec4 branch from 70a132f to 521ce08 Compare June 14, 2025 21:27
@petebacondarwin petebacondarwin requested a review from a team as a code owner June 16, 2025 12:04
@@ -8,6 +8,14 @@ import { stripInternalEnv } from "./env";
import { createModuleRunner, getWorkerEntryExport } from "./module-runner";
import type { WrapperEnv } from "./env";

if (typeof process !== "undefined") {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please add a link to the GH issue?

@petebacondarwin
Copy link
Contributor

@dependabot recreate

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 4.20250612.0 to 4.20250613.0
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release)
- [Commits](https://github.com/cloudflare/workerd/commits)

Updates `workerd` from 1.20250612.0 to 1.20250613.0
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release)
- [Commits](cloudflare/workerd@v1.20250612.0...v1.20250613.0)

---
updated-dependencies:
- dependency-name: "@cloudflare/workers-types"
  dependency-version: 4.20250613.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: workerd-and-workers-types
- dependency-name: workerd
  dependency-version: 1.20250613.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 force-pushed the dependabot/npm_and_yarn/workerd-and-workers-types-5ef7e5cec4 branch from d8294b5 to 9f2d5b9 Compare June 17, 2025 08:29
The following dependency versions have been updated:

| Dependency                | From          | To            |
| ------------------------- | ------------- | ------------- |
| workerd                   | 1.20250612.0  | 1.20250617.0  |
| @cloudflare/workers-types | ^4.20250612.0 | ^4.20250617.0 |
@github-project-automation github-project-automation bot moved this from Untriaged to Approved in workers-sdk Jun 17, 2025
@emily-shen emily-shen enabled auto-merge June 17, 2025 09:14
@emily-shen emily-shen added this pull request to the merge queue Jun 17, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jun 17, 2025
@emily-shen emily-shen added this pull request to the merge queue Jun 17, 2025
Merged via the queue into main with commit 828b7df Jun 17, 2025
27 checks passed
@emily-shen emily-shen deleted the dependabot/npm_and_yarn/workerd-and-workers-types-5ef7e5cec4 branch June 17, 2025 15:59
@github-project-automation github-project-automation bot moved this from Approved to Done in workers-sdk Jun 17, 2025
@workers-devprod workers-devprod added the contribution [Holopin] Recognizes an open-source contribution, big or small label Jun 17, 2025
Copy link

holopin-bot bot commented Jun 17, 2025

Congratulations @dependabot[bot], the maintainer of this repository has issued you a holobyte! Here it is: https://holopin.io/holobyte/cmc0pku6x466507l760k1sge5

This badge can only be claimed by you, so make sure that your GitHub account is linked to your Holopin account. You can manage those preferences here: https://holopin.io/account.
Or if you're new to Holopin, you can simply sign up with GitHub, which will do the trick!

jseba added a commit to jseba/workers-sdk that referenced this pull request Jun 18, 2025
…seba/containers_scope

* 'main' of ssh://github.com/cloudflare/workers-sdk: (31 commits)
  Refactor preview mode and ensure compatibility with Vite 7 (cloudflare#9647)
  Block requests vulnerable to opennext vulnerability (cloudflare#9635)
  Add test for cloudchamber buildAndMaybePush (cloudflare#9638)
  chore: remove redundant binding guide superseded by internal docs (cloudflare#9648)
  add changeset to trigger release of workers/pages projects (cloudflare#9649)
  Add @handler to Python templates. (cloudflare#9305)
  Migrate from unbuild to obuild (cloudflare#9243)
  Version Packages (cloudflare#9650)
  fix changeset (cloudflare#9651)
  containers: Default scheduling policy should be the default (cloudflare#9621)
  Rename Mixed Mode to remote proxy/remote bindings depending on context (cloudflare#9586)
  Version Packages (cloudflare#9632)
  Correctly mock out getDockerImageDigest for testing buildAndMaybePush (cloudflare#9636)
  [C3] Bump create-remix from 2.16.6 to 2.16.8 in /packages/create-cloudflare/src/frameworks (cloudflare#9525)
  Remove "Cloudchamber" from user facing error messages (cloudflare#9628)
  sync local containers with latest workerd (cloudflare#9576)
  Bump the workerd-and-workers-types group with 2 updates (cloudflare#9591)
  [C3] Bump gatsby from 5.14.3 to 5.14.4 in /packages/create-cloudflare/src/frameworks (cloudflare#9524)
  [C3] Bump create-react-router from 7.6.1 to 7.6.2 in /packages/create-cloudflare/src/frameworks (cloudflare#9526)
  [C3] Bump create-docusaurus from 3.8.0 to 3.8.1 in /packages/create-cloudflare/src/frameworks (cloudflare#9527)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution [Holopin] Recognizes an open-source contribution, big or small dependencies Used by dependabot to mark PRs as updates to dependencies. e2e Run wrangler + vite-plugin e2e tests on a PR every-os Run tests (unit/e2e/c3-e2e) on every OS, rather than just macOS skip-pr-description-validation Skip validation of the required PR description format
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants