Skip to content

build(deps): bump undici, testcontainers and wrangler in /worker#86

Open
dependabot[bot] wants to merge 1 commit into
mainlinefrom
dependabot/npm_and_yarn/worker/multi-20adf9577a
Open

build(deps): bump undici, testcontainers and wrangler in /worker#86
dependabot[bot] wants to merge 1 commit into
mainlinefrom
dependabot/npm_and_yarn/worker/multi-20adf9577a

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 14, 2026

Copy link
Copy Markdown
Contributor

Bumps undici to 7.25.0 and updates ancestor dependencies undici, testcontainers and wrangler. These dependencies need to be updated together.

Updates undici from 5.29.0 to 7.25.0

Release notes

Sourced from undici's releases.

v7.25.0

What's Changed

Full Changelog: nodejs/undici@v7.24.8...v7.25.0

v7.24.8

What's Changed

Full Changelog: nodejs/undici@v7.24.7...v7.24.8

v7.24.7

What's Changed

New Contributors

Full Changelog: nodejs/undici@v7.24.6...v7.24.7

v7.24.6

What's Changed

New Contributors

Full Changelog: nodejs/undici@v7.24.5...v7.24.6

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for undici since your current version.

Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


Updates testcontainers from 10.28.0 to 11.14.0

Release notes

Sourced from testcontainers's releases.

v11.14.0

Changes

🚀 Features

📖 Documentation

🧹 Maintenance

📦 Dependency Updates

v11.13.0

Changes

🚀 Features

📖 Documentation

🧹 Maintenance

📦 Dependency Updates

... (truncated)

Commits
  • afe8b72 Document LocalStack authentication requirements (#1295)
  • 841179f Only include TS files in test coverage paths (#1294)
  • 4b470b5 Add auto cleanup control for containers and compose (#1293)
  • 74b2453 Add support for running in parallel for distinct UIDs (#1276)
  • a6c5358 Bump the dependencies group across 14 directories with 13 updates (#1289)
  • d0a1df4 Bump the dependencies group across 1 directory with 21 updates (#1287)
  • e881d49 Bump mkdocs-material from 9.7.5 to 9.7.6 in the dependencies group (#1278)
  • 9c94bde Bump the dependencies group across 11 directories with 10 updates (#1279)
  • 6b78e96 Bump the dependencies group with 19 updates (#1280)
  • a20ac80 Fix etcd/vault repository.url in package.json (#1273)
  • Additional commits viewable in compare view

Updates wrangler from 4.69.0 to 4.91.0

Release notes

Sourced from wrangler's releases.

wrangler@4.91.0

Minor Changes

  • #13822 c8be316 Thanks @​edmundhung! - Add named tunnel support and tunnel shortcuts to wrangler dev

    You can now use wrangler dev --tunnel --tunnel-name <name> to start a dev session with an existing named Cloudflare Tunnel, or set --tunnel-name ahead of time and start it later by pressing t to start or close the tunnel. This gives you a stable public hostname for local development instead of the temporary trycloudflare.com URL used by Quick Tunnels.

Patch Changes

  • #13848 d4794a8 Thanks @​MattieTK! - Condense repeated environment configuration warnings

    Wrangler now summarises repeated missing vars and define entries in environment configuration warnings. Experimental unsafe warnings are also only emitted once when the field appears at both the top level and in the active environment.

  • #13894 58b4403 Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260508.1 1.20260511.1
  • #13780 4352f87 Thanks @​matingathani! - Normalize legacy instance type aliases (standardstandard-1, devlite) to prevent phantom EDIT diffs on every deploy

  • #13834 a9e6741 Thanks @​matingathani! - fix: hotkeys now work with Caps Lock enabled

    Wrangler's dev server hotkeys (e.g. b to open browser and x to exit) did not respond when Caps Lock was enabled. These hotkeys now work consistently whether or not Caps Lock is on.

  • #13750 da664d5 Thanks @​matingathani! - fix: automatically delete log files older than 30 days and add WRANGLER_WRITE_LOGS=false to disable disk logging

    Wrangler previously accumulated log files in ~/.wrangler/logs/ indefinitely, causing some users to accumulate gigabytes of logs over time.

    Log files older than 30 days are now automatically cleaned up on the first log write. Disk logging can be disabled entirely by setting WRANGLER_WRITE_LOGS=false.

  • #13914 bdc398c Thanks @​Maximo-Guk! - preserve native shape of non-string vars in worker previews

    wrangler preview previously coerced every non-string entry in previews.vars (arrays, objects, numbers, booleans) into a plain_text binding via JSON.stringify, so at runtime the worker saw a literal string instead of the value declared in wrangler.jsonc. wrangler deploy already serializes non-string vars as json bindings so the Workers runtime parses them back into native JS values; previews now match.

    Before:

    // wrangler.jsonc — previews.vars
    { "ALLOWLIST": ["a@example.com", "b@example.com"] }
    // runtime
    typeof env.ALLOWLIST === "string" // true (was '["a@example.com","b@example.com"]')

    After:

    typeof env.ALLOWLIST === "object"; // Array.isArray(env.ALLOWLIST) === true

... (truncated)

Commits
  • adbf8cb Version Packages (#13895)
  • 7ce6f6f feat(vite-plugin-cloudflare): named tunnel support (#13903)
  • bdc398c fix(wrangler): preserve native shape of non-string vars in worker previews (#...
  • c8be316 feat(wrangler): named tunnel support (#13822)
  • 1420f10 fix(wrangler): propagate unsafe.bindings and cross_account_grant to worker pr...
  • a9e6741 [wrangler] fix: hotkeys work with Caps Lock enabled (#13834)
  • 58b4403 Bump the workerd-and-workers-types group with 2 updates (#13894)
  • da664d5 [wrangler] fix: auto-delete logs older than 7 days and add WRANGLER_LOG_DISK ...
  • 4352f87 [wrangler] fix: normalize legacy instance type aliases to prevent phantom EDI...
  • b7d79a9 Version Packages (#13859)
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [undici](https://github.com/nodejs/undici) to 7.25.0 and updates ancestor dependencies [undici](https://github.com/nodejs/undici), [testcontainers](https://github.com/testcontainers/testcontainers-node) and [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler). These dependencies need to be updated together.


Updates `undici` from 5.29.0 to 7.25.0
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v5.29.0...v7.25.0)

Updates `testcontainers` from 10.28.0 to 11.14.0
- [Release notes](https://github.com/testcontainers/testcontainers-node/releases)
- [Commits](testcontainers/testcontainers-node@v10.28.0...v11.14.0)

Updates `wrangler` from 4.69.0 to 4.91.0
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.91.0/packages/wrangler)

---
updated-dependencies:
- dependency-name: undici
  dependency-version: 7.25.0
  dependency-type: indirect
- dependency-name: testcontainers
  dependency-version: 11.14.0
  dependency-type: direct:development
- dependency-name: wrangler
  dependency-version: 4.91.0
  dependency-type: direct:development
...

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 May 14, 2026
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented May 14, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
task-board 49be29c Commit Preview URL

Branch Preview URL
May 14 2026, 08:43 PM

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