Skip to content

chore: bump the worker-npm-dependencies group across 1 directory with 3 updates - #371

Merged
richardthe3rd merged 1 commit into
mainfrom
dependabot/npm_and_yarn/cloudflare-worker/worker-npm-dependencies-7a3422bc59
Jun 2, 2026
Merged

chore: bump the worker-npm-dependencies group across 1 directory with 3 updates#371
richardthe3rd merged 1 commit into
mainfrom
dependabot/npm_and_yarn/cloudflare-worker/worker-npm-dependencies-7a3422bc59

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the worker-npm-dependencies group with 2 updates in the /cloudflare-worker directory: @cloudflare/vitest-pool-workers and vitest.

Updates @cloudflare/vitest-pool-workers from 0.16.10 to 0.16.11

Release notes

Sourced from @​cloudflare/vitest-pool-workers's releases.

@​cloudflare/vitest-pool-workers@​0.16.11

Patch Changes

Changelog

Sourced from @​cloudflare/vitest-pool-workers's changelog.

0.16.11

Patch Changes

Commits

Updates vitest from 4.1.7 to 4.1.8

Release notes

Sourced from vitest's releases.

v4.1.8

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • e61f2dd chore: release v4.1.8
  • e4067b3 fix(browser): disable client cdp API when allowWrite/allowExec: false [ba...
  • See full diff in compare view

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 dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 1, 2026
@richardthe3rd

Copy link
Copy Markdown
Owner

@dependabot rebase

… 3 updates

Bumps the worker-npm-dependencies group with 2 updates in the /cloudflare-worker directory: [@cloudflare/vitest-pool-workers](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/vitest-pool-workers) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest).


Updates `@cloudflare/vitest-pool-workers` from 0.16.10 to 0.16.11
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/vitest-pool-workers/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/@cloudflare/vitest-pool-workers@0.16.11/packages/vitest-pool-workers)

Updates `vitest` from 4.1.7 to 4.1.8
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.8/packages/vitest)

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/vitest-pool-workers"
  dependency-version: 0.16.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: worker-npm-dependencies
- dependency-name: vitest
  dependency-version: 4.1.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: worker-npm-dependencies
- dependency-name: wrangler
  dependency-version: 4.96.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: worker-npm-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore: bump the worker-npm-dependencies group in /cloudflare-worker with 3 updates chore: bump the worker-npm-dependencies group across 1 directory with 3 updates Jun 2, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/cloudflare-worker/worker-npm-dependencies-7a3422bc59 branch from d9bcbc1 to a9eae94 Compare June 2, 2026 07:09
@richardthe3rd
richardthe3rd merged commit afda491 into main Jun 2, 2026
15 checks passed
@richardthe3rd
richardthe3rd deleted the dependabot/npm_and_yarn/cloudflare-worker/worker-npm-dependencies-7a3422bc59 branch June 2, 2026 07:14
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.

1 participant