Skip to content

chore(deps-dev): bump the cloudflare group across 1 directory with 3 updates#21759

Merged
TonyRL merged 3 commits into
masterfrom
dependabot/npm_and_yarn/cloudflare-262f14b8c5
Apr 17, 2026
Merged

chore(deps-dev): bump the cloudflare group across 1 directory with 3 updates#21759
TonyRL merged 3 commits into
masterfrom
dependabot/npm_and_yarn/cloudflare-262f14b8c5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 17, 2026

Bumps the cloudflare group with 3 updates in the / directory: @cloudflare/containers, @cloudflare/workers-types and wrangler.

Updates @cloudflare/containers from 0.3.0 to 0.3.2

Release notes

Sourced from @​cloudflare/containers's releases.

v0.3.2

Patch Changes

  • e8895f1: Preserve response headers when proxying WebSocket upgrades through Container.fetch().

v0.3.1

Patch Changes

  • 0c06874: Remove debug console.log(props) statement from ContainerProxy initialization
Changelog

Sourced from @​cloudflare/containers's changelog.

0.3.2

Patch Changes

  • e8895f1: Preserve response headers when proxying WebSocket upgrades through Container.fetch().

0.3.1

Patch Changes

  • 0c06874: Remove debug console.log(props) statement from ContainerProxy initialization
Commits
  • 4f0e0d4 Merge pull request #185 from cloudflare/changeset-release/main
  • e13583b Version Packages
  • cff3e7f Merge pull request #184 from cloudflare/gv/websocket
  • e8895f1 websocket: Make sure response headers are included
  • fe201dd Merge pull request #182 from cloudflare/changeset-release/main
  • 51501c9 Version Packages
  • cb30da7 Merge pull request #181 from cloudflare/gv/readme.md-egress
  • 0c06874 fixup the changelog
  • a5cc1e6 Merge pull request #180 from cloudflare/gv/readme.md-egress
  • d858924 superfluous container log removal
  • Additional commits viewable in compare view

Updates @cloudflare/workers-types from 4.20260415.1 to 4.20260417.1

Commits

Updates wrangler from 4.82.2 to 4.83.0

Release notes

Sourced from wrangler's releases.

wrangler@4.83.0

Minor Changes

  • #13391 60565dd Thanks @​mikenomitch! - Mark wrangler containers commands as stable

    This changes the status of the Containers CLI from open beta to stable. Wrangler no longer shows [open beta] labels or beta warning text for wrangler containers commands, so the help output matches the feature's current availability.

  • #13311 6cbcdeb Thanks @​ryanking13! - JS files imported by the Python Workers runtime SDK are now handled as ESM modules.

    This is not a user-facing change, but Python Workers users should update their wrangler version to make sure to get Python workers SDK working properly.

Patch Changes

  • #13450 6f63eaa Thanks @​petebacondarwin! - Fix POST/PUT requests with non-2xx responses throwing "fetch failed"

    Previously, sending a POST or PUT request that received a non-2xx response (e.g. 401, 400, 403) would throw a TypeError: fetch failed error. This was caused by an undici bug where isTraversableNavigable() incorrectly returned true, causing the 401 credential-retry block to execute in Node.js and fail on stream-backed request bodies. This has been fixed upstream in undici v7.24.8, so we've bumped our dependency and removed the previous pnpm patch workaround.

  • #13447 aef9825 Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260410.1 1.20260413.1
  • #13475 eaaa728 Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260413.1 1.20260415.1
  • #13386 5e5bbc1 Thanks @​mksglu! - Make startup network requests non-blocking on slow connections

    Wrangler makes network requests during startup (npm update check, request.cf data fetch) that previously blocked the CLI indefinitely on slow or degraded connections (airplane wifi, trains), causing 10+ second delays.

    • Update check: The banner now races the update check against a 100ms grace period. On a cache hit (most runs) the result resolves in <1ms via the I/O poll phase; on a cache miss the banner prints immediately without blocking. A 3s safety-net timeout caps the update-check library's auth-retry path.
    • request.cf fetch: The fetch to workers.cloudflare.com/cf.json now uses AbortSignal.timeout(3000), falling back to cached/default data on timeout.
  • #13469 07a918c Thanks @​1000hz! - wrangler preview no longer warns on inheritable binding types being missing from previews config.

  • #13463 90aee27 Thanks @​roerohan! - Remove unnecessary flagship:read OAuth scope

    The flagship:read scope is not needed since flagship:write already implies read access. This reduces the OAuth permissions requested during login to only what is required.

  • Updated dependencies [854d66c, 6f63eaa, aef9825, eaaa728, 58292f6, 5e5bbc1, d5ff5a4, 89c7829]:

    • miniflare@4.20260415.0
Commits
  • 4af4d54 Version Packages (#13461)
  • 6cbcdeb Vendor JS files in python workers SDK as esm modules (#13311)
  • eaaa728 Bump the workerd-and-workers-types group with 2 updates (#13475)
  • 07a918c fix(wrangler): wrangler preview no longer warns about missing inheritable b...
  • 60565dd Remove containers "beta" (#13391)
  • aef9825 Bump the workerd-and-workers-types group with 2 updates (#13447)
  • 051db1f Make all properties in previews optional (#13468)
  • 5efac31 [wrangler] Add e2e test to validate default OAuth scopes (#13465)
  • 7d81a83 Revert "[wrangler] fix: prevent remote binding sessions expiring during long ...
  • 90aee27 [wrangler] remove unnecessary flagship:read OAuth scope (#13463)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added the dependencies This PR involves changes to dependencies label Apr 17, 2026
Bumps the cloudflare group with 3 updates: [@cloudflare/containers](https://github.com/cloudflare/containers), [@cloudflare/workers-types](https://github.com/cloudflare/workerd) and [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler).


Updates `@cloudflare/containers` from 0.3.0 to 0.3.2
- [Release notes](https://github.com/cloudflare/containers/releases)
- [Changelog](https://github.com/cloudflare/containers/blob/main/CHANGELOG.md)
- [Commits](cloudflare/containers@v0.3.0...v0.3.2)

Updates `@cloudflare/workers-types` from 4.20260415.1 to 4.20260417.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 `wrangler` from 4.82.2 to 4.83.0
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.83.0/packages/wrangler)

---
updated-dependencies:
- dependency-name: "@cloudflare/containers"
  dependency-version: 0.3.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: cloudflare
- dependency-name: "@cloudflare/workers-types"
  dependency-version: 4.20260417.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: cloudflare
- dependency-name: wrangler
  dependency-version: 4.83.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: cloudflare
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps-dev): bump the cloudflare group with 3 updates chore(deps-dev): bump the cloudflare group across 1 directory with 3 updates Apr 17, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/cloudflare-262f14b8c5 branch from ba3156f to 4b94142 Compare April 17, 2026 08:28
@TonyRL TonyRL merged commit 4f2d421 into master Apr 17, 2026
38 checks passed
@TonyRL TonyRL deleted the dependabot/npm_and_yarn/cloudflare-262f14b8c5 branch April 17, 2026 23:21
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators May 17, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

auto: ready to merge dependencies This PR involves changes to dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant