Skip to content

chore(deps-dev): bump the cloudflare group across 1 directory with 3 updates#22145

Merged
TonyRL merged 1 commit into
masterfrom
dependabot/npm_and_yarn/cloudflare-b5fe74f7cf
Jun 2, 2026
Merged

chore(deps-dev): bump the cloudflare group across 1 directory with 3 updates#22145
TonyRL merged 1 commit into
masterfrom
dependabot/npm_and_yarn/cloudflare-b5fe74f7cf

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 2, 2026

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

Updates @cloudflare/containers from 0.3.5 to 0.3.6

Release notes

Sourced from @​cloudflare/containers's releases.

v0.3.6

Patch Changes

  • 9650b2d: Use IdentityTransformStream when proxying deferred HTTP response bodies.
  • 5b6eb5f: Remove noisy logs emitted while checking container and port readiness.
Changelog

Sourced from @​cloudflare/containers's changelog.

0.3.6

Patch Changes

  • 9650b2d: Use IdentityTransformStream when proxying deferred HTTP response bodies.
  • 5b6eb5f: Remove noisy logs emitted while checking container and port readiness.
Commits
  • d63074d Merge pull request #215 from cloudflare/changeset-release/main
  • 4c24683 Version Packages
  • b7dd165 Merge pull request #216 from cloudflare/gv/noisy
  • 5b6eb5f containers: Remove noisy logs
  • 23a96df Merge pull request #214 from cloudflare/gv/identity
  • 9650b2d Switch up TransformStream to IdentityTransformStream for deferred proxying
  • See full diff in compare view

Updates @cloudflare/workers-types from 4.20260529.1 to 4.20260602.1

Commits

Updates wrangler from 4.95.0 to 4.96.0

Release notes

Sourced from wrangler's releases.

wrangler@4.96.0

Minor Changes

  • cloudflare/workers-sdk#13955 a2ef1a3 Thanks @​G4brym! - Add support for the new web_search binding kind.

    Cloudflare Web Search is a managed, zero-setup web discovery primitive for agents and Workers. Declare the binding as a single object in wrangler.jsonc:

    {
    	"web_search": { "binding": "WEBSEARCH" },
    }

    There is exactly one shared web corpus, so there is no namespace, instance, or other field to specify -- only the variable name. The binding exposes a single search() method that returns URLs and catalog metadata for a query. Web Search is discovery-only -- to read a result's content the caller invokes the global fetch() API against the result's url.

    The binding is always remote in local development: Miniflare proxies to the production Web Search service via the remote-bindings transport. Adds the websearch.run OAuth scope to wrangler login.

    Also adds a wrangler websearch search command for running ad-hoc queries from the CLI:

    npx wrangler websearch search "cloudflare workers"
    npx wrangler websearch search "cloudflare workers" --limit 5
    npx wrangler websearch search "cloudflare workers" --json

    --limit is optional (defaults to 10, capped at 20). --json prints the raw response; without it the results render as a pretty table.

  • #13610 cbb39bd Thanks @​petebacondarwin! - Add support for agent_memory bindings

    Agent Memory bindings allow Workers to connect to Cloudflare's Agent Memory service for storing and retrieving agent conversation state. This binding is remote-only, meaning it always connects to the Cloudflare API during wrangler dev rather than using a local simulation.

    To configure an agent_memory binding, add the following to your wrangler.json:

    {
    	"agent_memory": [
    		{
    			"binding": "MY_MEMORY",
    			"namespace": "my-namespace",
    		},
    	],
    }

    Wrangler will automatically provision the namespace during deployment if it does not already exist. Type generation via wrangler types is also supported.

    This change also adds the agent-memory:write OAuth scope to Wrangler's default login scopes, so wrangler login can request the permissions needed to provision and manage Agent Memory namespaces.

  • #13610 cbb39bd Thanks @​petebacondarwin! - Add wrangler agent-memory namespace commands

... (truncated)

Commits

@dependabot dependabot Bot added the dependencies This PR involves changes to dependencies label Jun 2, 2026
@dependabot dependabot Bot changed the title chore(deps-dev): bump the cloudflare group with 3 updates chore(deps-dev): bump the cloudflare group across 1 directory with 3 updates Jun 2, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/cloudflare-b5fe74f7cf branch 2 times, most recently from 2f3dc05 to f2fe687 Compare June 2, 2026 01:44
…updates

Bumps the cloudflare group with 3 updates in the / directory: [@cloudflare/containers](https://github.com/cloudflare/containers), [@cloudflare/workers-types](https://github.com/cloudflare/workerd) and [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler).


Updates `@cloudflare/containers` from 0.3.5 to 0.3.6
- [Release notes](https://github.com/cloudflare/containers/releases)
- [Changelog](https://github.com/cloudflare/containers/blob/main/CHANGELOG.md)
- [Commits](cloudflare/containers@v0.3.5...v0.3.6)

Updates `@cloudflare/workers-types` from 4.20260529.1 to 4.20260602.1
- [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 `wrangler` from 4.95.0 to 4.96.0
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.96.0/packages/wrangler)

---
updated-dependencies:
- dependency-name: "@cloudflare/containers"
  dependency-version: 0.3.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: cloudflare
- dependency-name: "@cloudflare/workers-types"
  dependency-version: 4.20260601.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: cloudflare
- dependency-name: wrangler
  dependency-version: 4.96.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: cloudflare
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/cloudflare-b5fe74f7cf branch from f2fe687 to 279a5e8 Compare June 2, 2026 01:53
@TonyRL TonyRL merged commit 2c79157 into master Jun 2, 2026
43 checks passed
@TonyRL TonyRL deleted the dependabot/npm_and_yarn/cloudflare-b5fe74f7cf branch June 2, 2026 02:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto: ready to merge dependencies This PR involves changes to dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant