Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 11, 2025

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

Updates workerd from 1.20250906.0 to 1.20250911.0

Release notes

Sourced from workerd's releases.

v1.20250911.0

What's Changed

Full Changelog: cloudflare/workerd@v1.20250910.0...v1.20250911.0

v1.20250910.0

What's Changed

New Contributors

Full Changelog: cloudflare/workerd@v1.20250909.0...v1.20250910.0

v1.20250909.0

What's Changed

Full Changelog: cloudflare/workerd@v1.20250906.0...v1.20250909.0

Commits
  • 07d3c6c Release 2025-09-11
  • 658acf6 Merge pull request #5040 from cloudflare/gbedford/process-all
  • d40b122 Merge pull request #5034 from cloudflare/yagiz/add-node-punycode
  • a677a4d tweaks
  • da0bbdd implement all process exports as stubbed or unimplemented
  • 0488070 add node:punycode module
  • c41393b Merge pull request #5033 from cloudflare/jasnell/nodejs-nonop-tty
  • c76ce0f Implement non-op node:tty module
  • 6af808b Merge pull request #5025 from cloudflare/jasnell/nodejs-non-op-v8
  • b934b21 c++23 related fixes (#5036)
  • Additional commits viewable in compare view

Updates @cloudflare/workers-types from 4.20240614.0 to 4.20250911.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

@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 Sep 11, 2025
@dependabot dependabot bot requested a review from a team as a code owner September 11, 2025 06:19
@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 Sep 11, 2025
Copy link

changeset-bot bot commented Sep 11, 2025

🦋 Changeset detected

Latest commit: 8242f69

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 Sep 11, 2025

create-cloudflare

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

@cloudflare/kv-asset-handler

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

miniflare

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

@cloudflare/pages-shared

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

@cloudflare/unenv-preset

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

@cloudflare/vite-plugin

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

@cloudflare/vitest-pool-workers

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

@cloudflare/workers-editor-shared

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

wrangler

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

commit: 8242f69

@vicb
Copy link
Contributor

vicb commented Sep 11, 2025

There is a legit issue with performance in workerd 0911

@petebacondarwin petebacondarwin requested a review from a team as a code owner September 11, 2025 08:36
@petebacondarwin
Copy link
Contributor

@dependabot recreate

(there was a new release last night that should fix the perf issues)

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/workerd-and-workers-types-61ec75140f branch from 9438176 to 642902e Compare September 12, 2025 08:02
@petebacondarwin petebacondarwin force-pushed the dependabot/npm_and_yarn/workerd-and-workers-types-61ec75140f branch from 03add08 to bf83b5e Compare September 12, 2025 09:28
@petebacondarwin
Copy link
Contributor

@dependabot recreate

Dependabot couldn't find the original pull request head commit, 642902e.
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/workerd-and-workers-types-61ec75140f branch from bf83b5e to 1942172 Compare September 12, 2025 10:29
Wrangler automated PR updater and others added 2 commits September 12, 2025 10:30
The following dependency versions have been updated:

| Dependency | From         | To           |
| ---------- | ------------ | ------------ |
| workerd    | 1.20250906.0 | 1.20250912.0 |
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: Untriaged
Development

Successfully merging this pull request may close these issues.

2 participants