Skip to content

Bump wrangler from 3.114.2 to 4.33.1 - #80

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/wrangler-4.33.1
Closed

Bump wrangler from 3.114.2 to 4.33.1#80
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/wrangler-4.33.1

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubSep 2, 2025

Copy link
Copy Markdown

Bumps wrangler from 3.114.2 to 4.33.1.

Release notes

Sourced from wrangler's releases.

wrangler@4.33.1

Patch Changes

wrangler@4.33.0

Minor Changes

Patch Changes

wrangler@4.32.0

Minor Changes

  • #10354da40571 Thanks @​edmundhung! - Enable cross-process communication for wrangler dev with multiple config files

    Workers running in separate wrangler dev sessions can now communicate with each other regardless of whether you are running with single or multiple config files.

    Check out the Developing with multiple Workers guide to learn more about the different approaches and when to use each one.

  • #100124728c68 Thanks @​penalosa! - Support unsafe dynamic worker loading bindings

Patch Changes

  • #10245d304055 Thanks @​edmundhung! - Migrate wrangler dev to use Miniflare dev registry implementation

    Updated wrangler dev to use a shared dev registry implementation that now powers both the Cloudflare Vite plugin and Wrangler. This internal refactoring has no user-facing changes but consolidates registry logic for better consistency across tools.

  • #10407f534c0d Thanks @​emily-shen! - default containers.rollout_active_grace_period to 0

  • #104250a96e69 Thanks @​dario-piotrowicz! - Fix debugging logs not including headers for CF API requests and responses

    Fix the fact that wrangler, when run with the WRANGLER_LOG=DEBUG and WRANGLER_LOG_SANITIZE=false environment variables, displays {} instead of the actual headers for requests and responses for CF API fetches

  • #10337f9f7519 Thanks @​emily-shen! - containers: rollout_step_percentage now also accepts an array of numbers. Previously it accepted a single number, and each rollout step would target the same percentage of instances. Now users can customise percentages for each step.

... (truncated)

Changelog

Sourced from wrangler's changelog.

4.33.1

Patch Changes

4.33.0

Minor Changes

Patch Changes

4.32.0

Minor Changes

  • #10354da40571 Thanks @​edmundhung! - Enable cross-process communication for wrangler dev with multiple config files

    Workers running in separate wrangler dev sessions can now communicate with each other regardless of whether you are running with single or multiple config files.

    Check out the Developing with multiple Workers guide to learn more about the different approaches and when to use each one.

  • #100124728c68 Thanks @​penalosa! - Support unsafe dynamic worker loading bindings

Patch Changes

  • #10245d304055 Thanks @​edmundhung! - Migrate wrangler dev to use Miniflare dev registry implementation

    Updated wrangler dev to use a shared dev registry implementation that now powers both the Cloudflare Vite plugin and Wrangler. This internal refactoring has no user-facing changes but consolidates registry logic for better consistency across tools.

  • #10407f534c0d Thanks @​emily-shen! - default containers.rollout_active_grace_period to 0

  • #104250a96e69 Thanks @​dario-piotrowicz! - Fix debugging logs not including headers for CF API requests and responses

... (truncated)

Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.114.2 to 4.33.1.
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.33.1/packages/wrangler)
---
updated-dependencies:
- dependency-name: wrangler
dependency-version: 4.33.1
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 2, 2025
@dependabot
dependabotBot requested a review from sergiodxaSeptember 2, 2025 08:20
@dependabot@github

dependabotBot commented on behalf of githubSep 8, 2025

Copy link
Copy Markdown
Author

Superseded by #83.

@dependabotdependabotBot closed this Sep 8, 2025
@dependabot
dependabotBot deleted the dependabot/bun/wrangler-4.33.1 branch September 8, 2025 17:44
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@sergiodxa