Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Bump wrangler from 4.29.1 to 4.30.0 in the general group#131

Merged
github-actions[bot] merged 1 commit intodevfrom
dependabot/bun/general-529ab6c711
Aug 15, 2025
Merged

Bump wrangler from 4.29.1 to 4.30.0 in the general group#131
github-actions[bot] merged 1 commit intodevfrom
dependabot/bun/general-529ab6c711

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 15, 2025

Bumps the general group with 1 update: wrangler.

Updates wrangler from 4.29.1 to 4.30.0

Release notes

Sourced from wrangler's releases.

wrangler@4.30.0

Minor Changes

Patch Changes

  • #10217 979984b Thanks @​veggiedefender! - Increase the maxBuffer size for capnp uploads

  • #10356 80e964c Thanks @​WillTaylorDev! - fix: Update regex for valid branch name to remove 61 char length requirement, allowing for longer branch names to be specified for preview aliases.

  • #10289 a5a1426 Thanks @​emily-shen! - Cleanup container images created during local dev if no changes have been made.

    We now untag old images that were created by Wrangler/Vite if we find that the image content and configuration is unchanged, so that we don't keep accumulating image tags.

  • #10315 0c04da9 Thanks @​emily-shen! - Add rollout_active_grace_period option to containers configuration.

    This allows users to configure how long an active container should keep running for during a rollout, before the upgrade is applied.

  • #10321 b524a6f Thanks @​emily-shen! - print prettier errors during container deployment

  • #10253 eb32a3a Thanks @​emily-shen! - fix redeploying container apps when previous deploy failed or container (but not image) was deleted.

    Previously this failed with No changes detected but no previous image found as we assumed there would be a previous deployment when an image exists in the registry.

  • #9990 4288a61 Thanks @​penalosa! - Fix startup profiling when sourcemaps are enabled

  • Updated dependencies [d54d8b7, ae0c806]:

    • miniflare@4.20250813.1
Changelog

Sourced from wrangler's changelog.

4.30.0

Minor Changes

Patch Changes

  • #10217 979984b Thanks @​veggiedefender! - Increase the maxBuffer size for capnp uploads

  • #10356 80e964c Thanks @​WillTaylorDev! - fix: Update regex for valid branch name to remove 61 char length requirement, allowing for longer branch names to be specified for preview aliases.

  • #10289 a5a1426 Thanks @​emily-shen! - Cleanup container images created during local dev if no changes have been made.

    We now untag old images that were created by Wrangler/Vite if we find that the image content and configuration is unchanged, so that we don't keep accumulating image tags.

  • #10315 0c04da9 Thanks @​emily-shen! - Add rollout_active_grace_period option to containers configuration.

    This allows users to configure how long an active container should keep running for during a rollout, before the upgrade is applied.

  • #10321 b524a6f Thanks @​emily-shen! - print prettier errors during container deployment

  • #10253 eb32a3a Thanks @​emily-shen! - fix redeploying container apps when previous deploy failed or container (but not image) was deleted.

    Previously this failed with No changes detected but no previous image found as we assumed there would be a previous deployment when an image exists in the registry.

  • #9990 4288a61 Thanks @​penalosa! - Fix startup profiling when sourcemaps are enabled

  • Updated dependencies [d54d8b7, ae0c806]:

    • miniflare@4.20250813.1
Commits
  • 8287f46 Version Packages (#10352)
  • a5a1426 cleanup some container images during local dev (#10289)
  • 4288a61 Fix startup profiling with sourcemaps (#9990)
  • 654ca18 test: use current process.env for .env local e2e test (#10363)
  • 53cabb4 Use pnpm catalog for workerd & workers-types (#10359)
  • 979984b Increase maxBuffer for capnp upload (#10217)
  • 80e964c Bugfix: Update regex for valid branch names (#10356)
  • 0c04da9 add rollout_active_grace_period to container config (#10315)
  • 76a6701 [Vectorize] feat: Add Wrangler command for Vectorize list-vectors operation (...
  • eb32a3a fix re-deploying after container deploys fail in an incomplete state (#10253)
  • 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 <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

Bumps the general group with 1 update: [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler).


Updates `wrangler` from 4.29.1 to 4.30.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.30.0/packages/wrangler)

---
updated-dependencies:
- dependency-name: wrangler
  dependency-version: 4.30.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: general
...

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 Aug 15, 2025
@github-actions github-actions bot merged commit 62bbc43 into dev Aug 15, 2025
1 check passed
@dependabot dependabot bot deleted the dependabot/bun/general-529ab6c711 branch August 15, 2025 15:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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