Skip to content

deps(deps-dev): bump the cloudflare group with 3 updates#6

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/cloudflare-963bccb9ce
Open

deps(deps-dev): bump the cloudflare group with 3 updates#6
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/cloudflare-963bccb9ce

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

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

Updates @cloudflare/workers-types from 4.20260103.0 to 4.20260124.0

Commits

Updates miniflare from 4.20251217.0 to 4.20260120.0

Release notes

Sourced from miniflare's releases.

miniflare@4.20260120.0

Patch Changes

  • #11993 788bf78 Thanks @​dependabot! - chore: update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260116.0 1.20260120.0

miniflare@4.20260116.0

Minor Changes

  • #11942 133bf95 Thanks @​penalosa! - Add support for Email Sending API's MessageBuilder interface in local mode

    Miniflare now supports the simplified MessageBuilder interface for sending emails, alongside the existing EmailMessage support.

    Example usage:

    await env.EMAIL.send({
    	from: { name: "Alice", email: "alice@example.com" },
    	to: ["bob@example.com"],
    	subject: "Hello",
    	text: "Plain text version",
    	html: "<h1>HTML version</h1>",
    	attachments: [
    		{
    			disposition: "attachment",
    			filename: "report.pdf",
    			type: "application/pdf",
    			content: pdfData,
    		},
    	],
    });

    In local mode, email content (text, HTML, attachments) is stored to temporary files that you can open in your editor or browser for inspection. File paths are logged to the console when emails are sent.

Patch Changes

  • #11925 8e4a0e5 Thanks @​dependabot! - chore: update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260114.0 1.20260115.0

... (truncated)

Changelog

Sourced from miniflare's changelog.

4.20260120.0

Patch Changes

  • #11993 788bf78 Thanks @​dependabot! - chore: update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260116.0 1.20260120.0

4.20260116.0

Minor Changes

  • #11942 133bf95 Thanks @​penalosa! - Add support for Email Sending API's MessageBuilder interface in local mode

    Miniflare now supports the simplified MessageBuilder interface for sending emails, alongside the existing EmailMessage support.

    Example usage:

    await env.EMAIL.send({
    	from: { name: "Alice", email: "alice@example.com" },
    	to: ["bob@example.com"],
    	subject: "Hello",
    	text: "Plain text version",
    	html: "<h1>HTML version</h1>",
    	attachments: [
    		{
    			disposition: "attachment",
    			filename: "report.pdf",
    			type: "application/pdf",
    			content: pdfData,
    		},
    	],
    });

    In local mode, email content (text, HTML, attachments) is stored to temporary files that you can open in your editor or browser for inspection. File paths are logged to the console when emails are sent.

Patch Changes

  • #11925 8e4a0e5 Thanks @​dependabot! - chore: update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To

... (truncated)

Commits

Updates wrangler from 3.114.16 to 4.60.0

Release notes

Sourced from wrangler's releases.

wrangler@4.60.0

Minor Changes

  • #11113 bba0968 Thanks @​AmirSa12! - Add wrangler complete command for shell completion scripts (bash, zsh, powershell)

    Usage:

    # Bash
    wrangler complete bash >> ~/.bashrc
    Zsh
    wrangler complete zsh >> ~/.zshrc
    Fish
    wrangler complete fish >> ~/.config/fish/completions/wrangler.fish
    PowerShell
    wrangler complete powershell > $PROFILE

    • Uses @bomb.sh/tab library for cross-shell compatibility
    • Completions are dynamically generated from experimental_getWranglerCommands() API
  • #11893 f9e8a45 Thanks @​NuroDev! - wrangler types now generates per-environment TypeScript interfaces when named environments exist in your configuration.

    When your configuration has named environments (an env object), wrangler types now generates both:

    • Per-environment interfaces (e.g., StagingEnv, ProductionEnv) containing only the bindings explicitly declared in each environment, plus inherited secrets
    • An aggregated Env interface with all bindings from all environments (top-level + named environments), where:
      • Bindings present in all environments are required
      • Bindings not present in all environments are optional
      • Secrets are always required (since they're inherited everywhere)
      • Conflicting binding types across environments produce union types (e.g., KVNamespace | R2Bucket)

    However, if your config does not contain any environments, or you manually specify an environment via --env, wrangler types will continue to generate a single interface as before.

    Example:

    Given the following wrangler.jsonc:

    {
    	"name": "my-worker",
    	"kv_namespaces": [
    		{
    			"binding": "SHARED_KV",
    			"id": "abc123",
    		},
    	],

... (truncated)

Commits
  • fb0e101 Version Packages (#12021)
  • 1375577 fix: typo'd arg name for d1 insights --time-period (#12039)
  • bba0968 feat(wrangler/cli): add @bomb.sh/tab completions (#11113)
  • f9e8a45 Generate types for all bindings across all environments (#11893)
  • 614bbd7 Add support for increased Pages max asset limit in the pages validate… (#12030)
  • ae108f0 feat(unenv-preset): Remove the experimental flag from _stream_wrap, … (#12024)
  • c3407ad Fix wrangler setup not automatically selecting the workers as the target ...
  • 788bf78 chore(deps): bump the workerd-and-workers-types group with 2 updates (#11993)
  • 0c7e1f4 Version Packages (#11937)
  • 75386b1 Always pass a valid redirect_uri callback parameter (localhost:8976) to C...
  • Additional commits viewable in compare view

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 cloudflare group with 3 updates: [@cloudflare/workers-types](https://github.com/cloudflare/workerd), [miniflare](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/miniflare) and [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler).


Updates `@cloudflare/workers-types` from 4.20260103.0 to 4.20260124.0
- [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 `miniflare` from 4.20251217.0 to 4.20260120.0
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/miniflare/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/miniflare@4.20260120.0/packages/miniflare)

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

---
updated-dependencies:
- dependency-name: "@cloudflare/workers-types"
  dependency-version: 4.20260124.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: cloudflare
- dependency-name: miniflare
  dependency-version: 4.20260120.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: cloudflare
- dependency-name: wrangler
  dependency-version: 4.60.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: cloudflare
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 26, 2026

Labels

The following labels could not be found: automated, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants