Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the npm-development group with 9 updates in the / directory:

Package From To
@cloudflare/vitest-pool-workers 0.11.1 0.12.3
@trivago/prettier-plugin-sort-imports 6.0.1 6.0.2
@types/node 25.0.3 25.0.8
@types/react 19.2.7 19.2.8
@vitest/coverage-istanbul 4.0.16 4.0.17
@vitest/ui 4.0.16 4.0.17
supabase 2.70.5 2.72.7
vitest 4.0.16 4.0.17
wrangler 4.54.0 4.59.1

Updates @cloudflare/vitest-pool-workers from 0.11.1 to 0.12.3

Release notes

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

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

Patch Changes

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

Patch Changes

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

Patch Changes

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

Minor Changes

  • #11648 eac5cf7 Thanks @​pombosilva! - Add Workflows test handlers in vitest-pool-workers to get the Workflow instance output and error:

    • getOutput(): Returns the output of the successfully completed Workflow instance.
    • getError(): Returns the error information of the errored Workflow instance.

    Example:

    // First wait for the workflow instance to complete:
    await expect(
    	instance.waitForStatus({ status: "complete" })
    ).resolves.not.toThrow();
    // Then, get its output
    const output = await instance.getOutput();
    // Or for errored workflow instances, get their error:
    await expect(
    instance.waitForStatus({ status: "errored" })
    ).resolves.not.toThrow();
    const error = await instance.getError();

Patch Changes

  • #11681 1223663 Thanks @​ascorbic! - Fix vitest-pool-workers hanging when the default inspector port (9229) is already in use. When debugging is enabled and the default port is unavailable, the pool now automatically finds the next available port. If a user explicitly specifies an inspector port that is unavailable, an error is thrown with a clear message.

... (truncated)

Changelog

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

0.12.3

Patch Changes

0.12.2

Patch Changes

0.12.1

Patch Changes

0.12.0

Minor Changes

  • #11648 eac5cf7 Thanks @​pombosilva! - Add Workflows test handlers in vitest-pool-workers to get the Workflow instance output and error:

    • getOutput(): Returns the output of the successfully completed Workflow instance.
    • getError(): Returns the error information of the errored Workflow instance.

    Example:

    // First wait for the workflow instance to complete:
    await expect(
    	instance.waitForStatus({ status: "complete" })
    ).resolves.not.toThrow();
    // Then, get its output
    const output = await instance.getOutput();
    // Or for errored workflow instances, get their error:
    await expect(
    instance.waitForStatus({ status: "errored" })
    ).resolves.not.toThrow();
    const error = await instance.getError();

... (truncated)

Commits

Updates @trivago/prettier-plugin-sort-imports from 6.0.1 to 6.0.2

Release notes

Sourced from @​trivago/prettier-plugin-sort-imports's releases.

v6.0.2

What's Changed

New Contributors

Full Changelog: trivago/prettier-plugin-sort-imports@v6.0.1...v6.0.2

Changelog

Sourced from @​trivago/prettier-plugin-sort-imports's changelog.

6.0.2

Bug fixes

  • Fix recognising mandatory prefix built-in imports #389 by @​TomFryersMidsummer - Fixed detection of Node.js built-in modules that are only accessible with the node: prefix (like node:test, node:sqlite) to be correctly recognized when using <BUILTIN_MODULES> placeholder
Commits
  • d9c690f bump version. update changelog.
  • 97214c3 Merge pull request #389 from TomFryersMidsummer/patch-1
  • 7235355 Merge branch 'main' into patch-1
  • 0b1dc59 Fix recognising mandatory prefix built-in imports
  • See full diff in compare view

Updates @types/node from 25.0.3 to 25.0.8

Commits

Updates @types/react from 19.2.7 to 19.2.8

Commits

Updates @vitest/coverage-istanbul from 4.0.16 to 4.0.17

Release notes

Sourced from @​vitest/coverage-istanbul's releases.

v4.0.17

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @vitest/ui from 4.0.16 to 4.0.17

Release notes

Sourced from @​vitest/ui's releases.

v4.0.17

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • dd54e94 chore: release v4.0.17
  • a36c3be refactor(browser): restructure screenshot matcher and add documentation (#9243)
  • dd03316 fix(ui): detect gzip by magic numbers instead of Content-Type header in html ...
  • See full diff in compare view

Updates supabase from 2.70.5 to 2.72.7

Release notes

Sourced from supabase's releases.

v2.72.7

Changelog

Bug fixes

  • ba5e179bfdd85213ee77f3fb0a94eec5f20d72d0: fix(docker): bump the docker-minor group in /pkg/config/templates with 3 updates (#4714) (@​dependabot[bot])

Others

  • f6bec9a3cee7638c0cbf690951d0adcfecf9637b: chore(deps): bump the go-minor group across 2 directories with 2 updates (#4715) (@​dependabot[bot])
  • 248f9e029cef38e5918be6f2f84698b300e1d02d: chore(deps): bump github.com/ethereum/go-ethereum from 1.15.8 to 1.16.8 (#4717) (@​dependabot[bot])

v2.72.6

Changelog

Bug fixes

  • cccbbbe9eca6e12efa518db40e33c1ee02415cc8: fix: resolve tests directory relative to cwd (#4713) (@​sweatybridge)

v2.72.5

Changelog

Bug fixes

  • 6d101d395fca2cace623d9ace0d6b879c74a13fc: fix(docker): bump supabase/postgres from 17.6.1.067 to 17.6.1.071 in /pkg/config/templates (#4708) (@​dependabot[bot])

v2.72.4

Changelog

Bug fixes

  • 1f5356ce5d037427b3492d9ce0a56047458f73f5: fix(docker): bump supabase/studio from 2025.12.29-sha-c223130 to 2026.01.07-sha-037e5f9 in /pkg/config/templates (#4709) (@​dependabot[bot])

Others

  • 4bcfcb90bad201437641fe7799cedb17da1551ec: chore(deps): bump the go-minor group across 2 directories with 2 updates (@​dependabot[bot])

v2.72.3

Changelog

Bug fixes

  • 2c0fe2cba7f6c876636ac11980bf739c6a37b0ae: fix(docker): bump the docker-minor group across 1 directory with 5 updates (#4704) (@​dependabot[bot])

v2.72.2

Changelog

Bug fixes

  • 4e3c01a25611f71bfd27bdf6cbd61edc4679e03d: fix: setup cancellation context for all commands (#4701) (@​sweatybridge)

Others

  • c009ea2b4a02840e44fbb0dcd610df185026e93f: chore(deps): bump github.com/stripe/pg-schema-diff from 1.0.3 to 1.0.5 in the go-minor group across 1 directory (#4698) (@​dependabot[bot])

v2.72.1

Changelog

Bug fixes

  • 0a02076594ab7dc0507acc9a9b7a0b103793e7c4: fix(db): support arbitrary test directories (#4590) (@​7ttp)

v2.72.0

Changelog

Features

  • ac1c59a329e217cd363256c59f8e5a9236f5de62: feat: allow configuring local health check timeout (#4699) (@​sweatybridge)

v2.71.3

Changelog

Bug fixes

... (truncated)

Commits
  • ba5e179 fix(docker): bump the docker-minor group in /pkg/config/templates with 3 upda...
  • 248f9e0 chore(deps): bump github.com/ethereum/go-ethereum from 1.15.8 to 1.16.8 (#4717)
  • f6bec9a chore(deps): bump the go-minor group across 2 directories with 2 updates (#4715)
  • cccbbbe fix: resolve tests directory relative to cwd (#4713)
  • 6d101d3 fix(docker): bump supabase/postgres from 17.6.1.067 to 17.6.1.071 in /pkg/con...
  • 1f5356c fix(docker): bump supabase/studio from 2025.12.29-sha-c223130 to 2026.01.07-s...
  • 4bcfcb9 chore(deps): bump the go-minor group across 2 directories with 2 updates
  • 2c0fe2c fix(docker): bump the docker-minor group across 1 directory with 5 updates (#...
  • 4e3c01a fix: setup cancellation context for all commands (#4701)
  • c009ea2 chore(deps): bump github.com/stripe/pg-schema-diff from 1.0.3 to 1.0.5 in the...
  • Additional commits viewable in compare view

Updates vitest from 4.0.16 to 4.0.17

Release notes

Sourced from vitest's releases.

v4.0.17

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • dd54e94 chore: release v4.0.17
  • 59f92d4 fix(fsModuleCache): add importers alongside importedModules (#9423)
  • 751364e fix(fsModuleCache): don't store importers in cache (#9422)
  • 4b67fc2 fix: typo in browser.provider error (#9394)
  • 40841ff fix: handle null options in addEventHandler #9371 (#9372)
  • 200dadb fix(pool): handle worker start failures gracefully (#9337)
  • 1500654 fix(browser): support fileParallelism on an instance (#9328)
  • a8a8836 fix(pool): validate environment options when reusing the worker (#9349)
  • 7b10ab4 fix(typecheck): improve error message when tsc outputs help text (#9214)
  • 876cb84 feat: support TRACEPARENT and TRACESTATE environment variables for OpenTeleme...
  • Additional commits viewable in compare view

Updates wrangler from 4.54.0 to 4.59.1

Release notes

Sourced from wrangler's releases.

[email protected]

Patch Changes

  • #11889 99b1f32 Thanks @​emily-shen! - Use argument array when executing git commands with wrangler pages deploy

    Pass user provided values from --commit-hash safely to underlying git command.

[email protected]

Minor Changes

  • #11852 ad65efa Thanks @​NuroDev! - Add --check flag to wrangler types command

    The new --check flag allows you to verify that your generated types file is up-to-date without regenerating it. This is useful for CI/CD pipelines, pre-commit hooks, or any scenario where you want to ensure types have been committed after configuration changes.

    When types are up-to-date, the command exits with code 0:

    $ wrangler types --check
    ✨ Types at worker-configuration.d.ts are up to date.

    When types are out-of-date, the command exits with code 1:

    $ wrangler types --check
    ✘ [ERROR] Types at worker-configuration.d.ts are out of date. Run `wrangler types` to regenerate.

    You can also use it with a custom output path:

    $ wrangler types ./custom-types.d.ts --check
  • #11529 43d5363 Thanks @​matthewdavidrodgers! - Add ability to enable higher asset count limits for Pages deployments

    Wrangler can now read asset count limits from JWT claims during Pages deployments, allowing users to be enabled for higher limits (up to 100,000 assets) on a per-account basis. The default limit remains at 20,000 assets.

  • #11755 0f8d69d Thanks @​nikitassharma! - Users can now specify constraints.tiers for their container applications. tier is deprecated in favor of tiers. If left unset, we will default to tiers: [1, 2]. Note that constraints is an experimental feature.

Patch Changes

  • #11820 b0e54b2 Thanks @​MattieTK! - Add AI agent detection to analytics events

    Wrangler now detects when commands are executed by AI coding agents (such as Claude Code, Cursor, GitHub Copilot, etc.) using the am-i-vibing library. This information is included as an agent property in all analytics events, helping Cloudflare understand how developers interact with Wrangler through AI assistants.

... (truncated)

Commits

… updates

Bumps the npm-development group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@cloudflare/vitest-pool-workers](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/vitest-pool-workers) | `0.11.1` | `0.12.3` |
| [@trivago/prettier-plugin-sort-imports](https://github.com/trivago/prettier-plugin-sort-imports) | `6.0.1` | `6.0.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.0.3` | `25.0.8` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.7` | `19.2.8` |
| [@vitest/coverage-istanbul](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul) | `4.0.16` | `4.0.17` |
| [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) | `4.0.16` | `4.0.17` |
| [supabase](https://github.com/supabase/cli) | `2.70.5` | `2.72.7` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.0.16` | `4.0.17` |
| [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `4.54.0` | `4.59.1` |



Updates `@cloudflare/vitest-pool-workers` from 0.11.1 to 0.12.3
- [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/[email protected]/packages/vitest-pool-workers)

Updates `@trivago/prettier-plugin-sort-imports` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/trivago/prettier-plugin-sort-imports/releases)
- [Changelog](https://github.com/trivago/prettier-plugin-sort-imports/blob/main/CHANGELOG.md)
- [Commits](trivago/prettier-plugin-sort-imports@v6.0.1...v6.0.2)

Updates `@types/node` from 25.0.3 to 25.0.8
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@types/react` from 19.2.7 to 19.2.8
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `@vitest/coverage-istanbul` from 4.0.16 to 4.0.17
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.17/packages/coverage-istanbul)

Updates `@vitest/ui` from 4.0.16 to 4.0.17
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.17/packages/ui)

Updates `supabase` from 2.70.5 to 2.72.7
- [Release notes](https://github.com/supabase/cli/releases)
- [Commits](supabase/cli@v2.70.5...v2.72.7)

Updates `vitest` from 4.0.16 to 4.0.17
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.17/packages/vitest)

Updates `wrangler` from 4.54.0 to 4.59.1
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/[email protected]/packages/wrangler)

---
updated-dependencies:
- dependency-name: "@cloudflare/vitest-pool-workers"
  dependency-version: 0.12.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
- dependency-name: "@trivago/prettier-plugin-sort-imports"
  dependency-version: 6.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
- dependency-name: "@types/node"
  dependency-version: 25.0.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
- dependency-name: "@types/react"
  dependency-version: 19.2.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
- dependency-name: "@vitest/coverage-istanbul"
  dependency-version: 4.0.17
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
- dependency-name: "@vitest/ui"
  dependency-version: 4.0.17
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
- dependency-name: supabase
  dependency-version: 2.72.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
- dependency-name: vitest
  dependency-version: 4.0.17
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
- dependency-name: wrangler
  dependency-version: 4.59.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added this to the Environment milestone Jan 14, 2026
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 14, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 21, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jan 21, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm-development-cdd73a68ce branch January 21, 2026 17:10
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