Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 3, 2025

Bumps wrangler from 4.38.0 to 4.41.0.

Release notes

Sourced from wrangler's releases.

wrangler@4.41.0

Minor Changes

  • #10507 21a0bef Thanks @​dario-piotrowicz! - Add strict mode for the wrangler deploy command

    Add a new flag: --strict that makes the wrangler deploy command be more strict and not deploy workers when the deployment could be potentially problematic. This "strict mode" currently only affects non-interactive sessions where conflicts with the remote settings for the worker (for example when the worker has been re-deployed via the dashboard) will cause the deployment to fail instead of automatically overriding the remote settings.

  • #10710 7f2386e Thanks @​penalosa! - Add prompt to resource creation flow allowing for newly created resources to be remote.

Patch Changes

  • #10822 4c06766 Thanks @​edmundhung! - fix: skip banner when using --json flag in wrangler pages deployment commands

  • #10838 d3aee31 Thanks @​edmundhung! - fix: skip banner when using --json flag in wrangler queues subscription commands

  • #10829 59e8ef0 Thanks @​edmundhung! - fix: skip banner when using --json flag in wrangler pipelines commands

  • #10764 79a6b7d Thanks @​emily-shen! - containers: default max_instances to 20 instead of 1.

  • #10844 7a4d0da Thanks @​mikenomitch! - Adds new Container instance types, and rename dev to lite and standard to standard-1. The new instance_types are now:

    Instance Type vCPU Memory Disk
    lite (previously dev) 1/16 256 MiB 2 GB
    basic 1/4 1 GiB 4 GB
    standard-1 (previously standard) 1/2 4 GiB 8 GB
    standard-2 1 6 GiB 12 GB
    standard-3 2 8 GiB 16 GB
    standard-4 4 12 GiB 20 GB
  • #10634 62656bd Thanks @​emily-shen! - fix: error if the container image uri has an account id that doesn't match the current account

  • #10761 886e577 Thanks @​petebacondarwin! - switch zone route warning to an info message

  • #10734 8d7f32e Thanks @​penalosa! - Improve formatting of logged errors in some cases

  • #10832 f9d37db Thanks @​petebacondarwin! - retry subdomain requests to be more resilient to flakes

  • #10770 835d6f7 Thanks @​danielrs! - Enabling or disabling workers_dev is often an indication that the user is also trying to enable or disable preview_urls. Warn the user when these enter mixed state.

  • #10764 79a6b7d Thanks @​emily-shen! - fix: respect the log level set by wrangler when logging using @​cloudflare/cli

  • Updated dependencies [c8d5282, bffd2a9]:

    • miniflare@4.20251001.0

wrangler@4.40.3

Patch Changes

... (truncated)

Changelog

Sourced from wrangler's changelog.

4.41.0

Minor Changes

  • #10507 21a0bef Thanks @​dario-piotrowicz! - Add strict mode for the wrangler deploy command

    Add a new flag: --strict that makes the wrangler deploy command be more strict and not deploy workers when the deployment could be potentially problematic. This "strict mode" currently only affects non-interactive sessions where conflicts with the remote settings for the worker (for example when the worker has been re-deployed via the dashboard) will cause the deployment to fail instead of automatically overriding the remote settings.

  • #10710 7f2386e Thanks @​penalosa! - Add prompt to resource creation flow allowing for newly created resources to be remote.

Patch Changes

  • #10822 4c06766 Thanks @​edmundhung! - fix: skip banner when using --json flag in wrangler pages deployment commands

  • #10838 d3aee31 Thanks @​edmundhung! - fix: skip banner when using --json flag in wrangler queues subscription commands

  • #10829 59e8ef0 Thanks @​edmundhung! - fix: skip banner when using --json flag in wrangler pipelines commands

  • #10764 79a6b7d Thanks @​emily-shen! - containers: default max_instances to 20 instead of 1.

  • #10844 7a4d0da Thanks @​mikenomitch! - Adds new Container instance types, and rename dev to lite and standard to standard-1. The new instance_types are now:

    Instance Type vCPU Memory Disk
    lite (previously dev) 1/16 256 MiB 2 GB
    basic 1/4 1 GiB 4 GB
    standard-1 (previously standard) 1/2 4 GiB 8 GB
    standard-2 1 6 GiB 12 GB
    standard-3 2 8 GiB 16 GB
    standard-4 4 12 GiB 20 GB
  • #10634 62656bd Thanks @​emily-shen! - fix: error if the container image uri has an account id that doesn't match the current account

  • #10761 886e577 Thanks @​petebacondarwin! - switch zone route warning to an info message

  • #10734 8d7f32e Thanks @​penalosa! - Improve formatting of logged errors in some cases

  • #10832 f9d37db Thanks @​petebacondarwin! - retry subdomain requests to be more resilient to flakes

  • #10770 835d6f7 Thanks @​danielrs! - Enabling or disabling workers_dev is often an indication that the user is also trying to enable or disable preview_urls. Warn the user when these enter mixed state.

  • #10764 79a6b7d Thanks @​emily-shen! - fix: respect the log level set by wrangler when logging using @​cloudflare/cli

  • Updated dependencies [c8d5282, bffd2a9]:

    • miniflare@4.20251001.0

4.40.3

... (truncated)

Commits
  • 1008d02 Version Packages (#10821)
  • 7a4d0da Adds new instance types to allowed list (#10844)
  • 835d6f7 wrangler: feat: validate Worker subdomain mixed state (#10770)
  • d3aee31 fix(wrangler): skip banner when outputing json with queues subscription comma...
  • 4c06766 fix(wrangler): skip banner when using --json flag in wrangler pages deploymen...
  • df793f2 hide unwanted logging from cloudchamber unit test output (#10835)
  • 59e8ef0 fix(wrangler): skip banner when outputing json with pipeline commands (#10829)
  • c8d5282 build(deps): bump the workerd-and-workers-types group with 2 updates (#10834)
  • 886e577 switch zone route warning to an info message (#10761)
  • f9d37db retry subdomain requests to be more resilient to flakes (#10832)
  • Additional commits viewable in compare view

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 4.38.0 to 4.41.0.
- [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.41.0/packages/wrangler)

---
updated-dependencies:
- dependency-name: wrangler
  dependency-version: 4.41.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 3, 2025
Copy link

Deploying cloudflare-functions-demo with  Cloudflare Pages  Cloudflare Pages

Latest commit: df63846
Status:🚫  Build failed.

View logs

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 6, 2025

Superseded by #529.

@dependabot dependabot bot closed this Oct 6, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/wrangler-4.41.0 branch October 6, 2025 04:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants