Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the dev-dependencies-minor-patch group with 18 updates:

Package From To
@cloudflare/vitest-pool-workers 0.12.6 0.12.7
typescript 5.8.3 5.9.3
@ai-sdk/google 3.0.13 3.0.15
@ai-sdk/react 3.0.52 3.0.59
@sentry/node 10.36.0 10.37.0
ai 6.0.50 6.0.57
svelte 5.48.3 5.48.5
@cloudflare/workers-types 4.20260127.0 4.20260128.0
crossws 0.4.3 0.4.4
next 16.1.5 16.1.6
@trpc/server 11.8.1 11.9.0
@types/react 19.2.9 19.2.10
@types/bun 1.3.6 1.3.7
@cloudflare/vite-plugin 1.21.2 1.22.0
@scalar/api-reference-react 0.8.34 0.8.36
wrangler 4.60.0 4.61.0
@swc/core 1.15.10 1.15.11
globals 17.1.0 17.2.0

Updates @cloudflare/vitest-pool-workers from 0.12.6 to 0.12.7

Release notes

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

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

Patch Changes

  • #12056 6d5f69f Thanks @​edmundhung! - fix: allow Vite query parameters like ?raw on .sql file imports

    Importing .sql files with Vite query parameters (e.g., import sql from "./query.sql?raw") would fail with "No such module" errors in vitest-pool-workers 0.12.x. Both import styles now work:

    • import sql from "./query.sql?raw" (Vite handles the ?raw transform)
    • import sql from "./query.sql" (loaded as Text module)
  • #11917 7b40ceb Thanks @​ksawaneh! - Fix CommonJS require() of .json files in the module fallback service (avoids SyntaxError: Unexpected token ':').

  • #11897 bbd8a5e Thanks @​dario-piotrowicz! - Bundle the zod dependency to reduce supply chain attack surface

    In order to prevent possible npm vulnerability attacks, the team's policy is to bundle dependencies in our packages where possible. This helps ensure that only trusted code runs on the user's system, even if compromised packages are later published to npm.

    This change bundles zod (a pure JavaScript validation library with no native dependencies) into miniflare and @​cloudflare/vitest-pool-workers.

    Other dependencies remain external for technical reasons:

    • sharp: Native binary with platform-specific builds
    • undici: Dynamically required at runtime in worker threads
    • ws: Has optional native bindings for performance
    • workerd: Native binary (Cloudflare's JavaScript runtime)
    • @cspotcode/source-map-support: Uses require.cache manipulation at runtime
    • youch: Dynamically required for lazy loading
  • Updated dependencies [a0a9ef6, ad4666c, 014e7aa, e414f05, 77e82d2, f08ef21, 0641e6c, eacedba, 05714f8, e8b2ef5, bbd8a5e]:

Changelog

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

0.12.7

Patch Changes

  • #12056 6d5f69f Thanks @​edmundhung! - fix: allow Vite query parameters like ?raw on .sql file imports

    Importing .sql files with Vite query parameters (e.g., import sql from "./query.sql?raw") would fail with "No such module" errors in vitest-pool-workers 0.12.x. Both import styles now work:

    • import sql from "./query.sql?raw" (Vite handles the ?raw transform)
    • import sql from "./query.sql" (loaded as Text module)
  • #11917 7b40ceb Thanks @​ksawaneh! - Fix CommonJS require() of .json files in the module fallback service (avoids SyntaxError: Unexpected token ':').

  • #11897 bbd8a5e Thanks @​dario-piotrowicz! - Bundle the zod dependency to reduce supply chain attack surface

    In order to prevent possible npm vulnerability attacks, the team's policy is to bundle dependencies in our packages where possible. This helps ensure that only trusted code runs on the user's system, even if compromised packages are later published to npm.

    This change bundles zod (a pure JavaScript validation library with no native dependencies) into miniflare and @​cloudflare/vitest-pool-workers.

    Other dependencies remain external for technical reasons:

    • sharp: Native binary with platform-specific builds
    • undici: Dynamically required at runtime in worker threads
    • ws: Has optional native bindings for performance
    • workerd: Native binary (Cloudflare's JavaScript runtime)
    • @cspotcode/source-map-support: Uses require.cache manipulation at runtime
    • youch: Dynamically required for lazy loading
  • Updated dependencies [a0a9ef6, ad4666c, 014e7aa, e414f05, 77e82d2, f08ef21, 0641e6c, eacedba, 05714f8, e8b2ef5, bbd8a5e]:

Commits
  • 1228dee Version Packages (#12045)
  • 7b40ceb [vitest-pool-workers] Fix JSON require() in module fallback (#11917)
  • bbd8a5e Minimize the number of the Miniflare package dependencies (#11897)
  • 6d5f69f fix(vitest-pool-workers): allow Vite query parameters like ?raw on module i...
  • See full diff in compare view

Updates typescript from 5.8.3 to 5.9.3

Release notes

Sourced from typescript's releases.

TypeScript 5.9.3

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9 RC

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9 Beta

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement.

Downloads are available on:

Commits
  • c63de15 Bump version to 5.9.3 and LKG
  • 8428ca4 🤖 Pick PR #62438 (Fix incorrectly ignored dts file fr...) into release-5.9 (#...
  • a131cac 🤖 Pick PR #62351 (Add missing Float16Array constructo...) into release-5.9 (#...
  • 0424333 🤖 Pick PR #62423 (Revert PR 61928) into release-5.9 (#62425)
  • bdb641a 🤖 Pick PR #62311 (Fix parenthesizer rules for manuall...) into release-5.9 (#...
  • 0d9b9b9 🤖 Pick PR #61978 (Restructure CI to prepare for requi...) into release-5.9 (#...
  • 2dce0c5 Intentionally regress one buggy declaration output to an older version (#62163)
  • 5be3346 Bump version to 5.9.2 and LKG
  • ad825f2 Bump version to 5.9.1-rc and LKG
  • 463a5bf Update LKG
  • Additional commits viewable in compare view

Updates @ai-sdk/google from 3.0.13 to 3.0.15

Release notes

Sourced from @​ai-sdk/google's releases.

@​ai-sdk/google@​3.0.15

Patch Changes

  • 2c70b90: chore: update provider docs

@​ai-sdk/google@​3.0.14

Patch Changes

  • Updated dependencies [462ad00]
    • @​ai-sdk/provider-utils@​4.0.10
Commits

Updates @ai-sdk/react from 3.0.52 to 3.0.59

Release notes

Sourced from @​ai-sdk/react's releases.

@​ai-sdk/react@​3.0.59

Patch Changes

@​ai-sdk/react@​3.0.58

Patch Changes

@​ai-sdk/react@​3.0.57

Patch Changes

@​ai-sdk/react@​3.0.56

Patch Changes

@​ai-sdk/react@​3.0.55

Patch Changes

@​ai-sdk/react@​3.0.54

Patch Changes

@​ai-sdk/react@​3.0.53

Patch Changes

Commits

Updates @sentry/node from 10.36.0 to 10.37.0

Release notes

Sourced from @​sentry/node's releases.

10.37.0

Important Changes

  • feat(core): Introduces a new Sentry.setConversationId() API to track multi turn AI conversations across API calls. (#18909)

    You can now set a conversation ID that will be automatically applied to spans within that scope. This allows you to link traces from the same conversation together.

    import * as Sentry from '@sentry/node';
    // Set conversation ID for all subsequent spans
    Sentry.setConversationId('conv_abc123');
    // All AI spans will now include the gen_ai.conversation.id attribute
    await openai.chat.completions.create({...});

    This is particularly useful for tracking multiple AI API calls that are part of the same conversation, allowing you to analyze entire conversation flows in Sentry. The conversation ID is stored on the isolation scope and automatically applied to spans via the new conversationIdIntegration.

  • feat(tanstackstart-react): Auto-instrument global middleware in sentryTanstackStart Vite plugin (#18844)

    The sentryTanstackStart Vite plugin now automatically instruments requestMiddleware and functionMiddleware arrays in createStart(). This captures performance data without requiring manual wrapping.

    Auto-instrumentation is enabled by default. To disable it:

    // vite.config.ts
    sentryTanstackStart({
      authToken: process.env.SENTRY_AUTH_TOKEN,
      org: 'your-org',
      project: 'your-project',
      autoInstrumentMiddleware: false,
    });

Other Changes

  • feat(core): simplify truncation logic to only keep the newest message (#18906)
  • feat(core): Support new client discard reason invalid (#18901)
  • feat(deps): Bump OpenTelemetry instrumentations (#18934)
  • feat(nextjs): Update default ignore list for sourcemaps (#18938)
  • feat(node): pass prisma instrumentation options through (#18900)
  • feat(nuxt): Don't run source maps related code on Nuxt "prepare" (#18936)
  • feat(replay): Update client report discard reason for invalid sessions (#18796)
  • feat(winston): Add customLevelMap for winston transport (#18922)
  • feat(react-router): Add support for React Router instrumentation API (#18580)
  • fix(astro): Do not show warnings for valid options (#18947)
  • fix(core): Report well known values in gen_ai.operation.name attribute (#18925)
  • fix(node-core): ignore vercel AbortError by default on unhandled rejection (#18973)

... (truncated)

Changelog

Sourced from @​sentry/node's changelog.

10.37.0

Important Changes

  • feat(core): Introduces a new Sentry.setConversationId() API to track multi turn AI conversations across API calls. (#18909)

    You can now set a conversation ID that will be automatically applied to spans within that scope. This allows you to link traces from the same conversation together.

    import * as Sentry from '@sentry/node';
    // Set conversation ID for all subsequent spans
    Sentry.setConversationId('conv_abc123');
    // All AI spans will now include the gen_ai.conversation.id attribute
    await openai.chat.completions.create({...});

    This is particularly useful for tracking multiple AI API calls that are part of the same conversation, allowing you to analyze entire conversation flows in Sentry. The conversation ID is stored on the isolation scope and automatically applied to spans via the new conversationIdIntegration.

  • feat(tanstackstart-react): Auto-instrument global middleware in sentryTanstackStart Vite plugin (#18844)

    The sentryTanstackStart Vite plugin now automatically instruments requestMiddleware and functionMiddleware arrays in createStart(). This captures performance data without requiring manual wrapping.

    Auto-instrumentation is enabled by default. To disable it:

    // vite.config.ts
    sentryTanstackStart({
      authToken: process.env.SENTRY_AUTH_TOKEN,
      org: 'your-org',
      project: 'your-project',
      autoInstrumentMiddleware: false,
    });

Other Changes

  • feat(core): simplify truncation logic to only keep the newest message (#18906)
  • feat(core): Support new client discard reason invalid (#18901)
  • feat(deps): Bump OpenTelemetry instrumentations (#18934)
  • feat(nextjs): Update default ignore list for sourcemaps (#18938)
  • feat(node): pass prisma instrumentation options through (#18900)
  • feat(nuxt): Don't run source maps related code on Nuxt "prepare" (#18936)
  • feat(replay): Update client report discard reason for invalid sessions (#18796)
  • feat(winston): Add customLevelMap for winston transport (#18922)
  • feat(react-router): Add support for React Router instrumentation API (#18580)
  • fix(astro): Do not show warnings for valid options (#18947)
  • fix(core): Report well known values in gen_ai.operation.name attribute (#18925)

... (truncated)

Commits
  • 8aec947 release: 10.37.0
  • c60ca61 meta(changelog): Update changelog for 10.37.0 (#18984)
  • 429ac16 meta(changelog): Update changelog for 10.37.0
  • 11f38a7 feat(winston): Add customLevelMap for winston transport (#18922)
  • 93a91cc test(prisma): Move to yarn prisma (#18975)
  • b0add63 ref(core): Set system message as separate attribute (#18978)
  • 9a2b6a4 chore: Add external contributor to CHANGELOG.md (#18977)
  • cf738e7 deps: Bump version of sentry-bundler-plugins (#18972)
  • 693ca47 test(nextjs): Added nextjs CF workers test app (#18928)
  • 75f0e20 feat(react-router): Add support for React Router instrumentation API (#18580)
  • Additional commits viewable in compare view

Updates ai from 6.0.50 to 6.0.57

Release notes

Sourced from ai's releases.

[email protected]

Patch Changes

  • 65865d8: Fix handling of error results in deferrable tools

[email protected]

Patch Changes

  • Updated dependencies [15a78c7]
    • @​ai-sdk/gateway@​3.0.25

[email protected]

Patch Changes

  • 43a74df: chore(ai): add skill to README

[email protected]

Patch Changes

  • 2f8ac87: docs(ai): fix incorrect and outdated jsdoc

[email protected]

Patch Changes

  • 7ee3f10: chore: updated docs

[email protected]

Patch Changes

  • Updated dependencies [462ad00]
    • @​ai-sdk/provider-utils@​4.0.10
    • @​ai-sdk/gateway@​3.0.24

[email protected]

Patch Changes

  • ea0feb5: fix(ai): clean up step timeout when error occurs in streamText
Commits

Updates svelte from 5.48.3 to 5.48.5

Release notes

Sourced from svelte's releases.

[email protected]

Patch Changes

  • fix: run boundary onerror callbacks in a microtask, in case they result in the boundary's destruction (#17561)

  • fix: prevent unintended exports from namespaces (#17562)

  • fix: each block breaking with effects interspersed among items (#17550)

[email protected]

Patch Changes

  • fix: avoid duplicating escaped characters in CSS AST (#17554)
Changelog

Sourced from svelte's changelog.

5.48.5

Patch Changes

  • fix: run boundary onerror callbacks in a microtask, in case they result in the boundary's destruction (#17561)

  • fix: prevent unintended exports from namespaces (#17562)

  • fix: each block breaking with effects interspersed among items (#17550)

5.48.4

Patch Changes

  • fix: avoid duplicating escaped characters in CSS AST (#17554)
Commits

Updates @cloudflare/workers-types from 4.20260127.0 to 4.20260128.0

Commits

Updates crossws from 0.4.3 to 0.4.4

Release notes

Sourced from crossws's releases.

v0.4.4

compare changes

🩹 Fixes

  • Use AbortController for StubRequest.signal (#175)

❤️ Contributors

Changelog

Sourced from crossws's changelog.

v0.4.4

compare changes

🩹 Fixes

  • Use AbortController for StubRequest.signal (#175)

🏡 Chore

❤️ Contributors

Commits

Updates next from 16.1.5 to 16.1.6

Release notes

Sourced from next's releases.

v16.1.6

[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Upgrade to swc 54 (#88207)
  • implement LRU cache with invocation ID scoping for minimal mode response cache (#88509)
  • tweak LRU sentinel key (#89123)

Credits

Huge thanks to @​mischnic, @​wyattjoh, and @​ztanner for helping!

Commits

Updates @trpc/server from 11.8.1 to 11.9.0

Release notes

Sourced from @​trpc/server's releases.

v11.9.0

What's Changed

New Contributors

Full Changelog: trpc/trpc@v11.8.1...v11.9.0

Commits
  • 3beb506 v11.9.0
  • 7b6e624 feat(client,server): add experimental_encoder option for WebSocket connection...
  • 31d1219 chore(deps): update dependency @​oxc-project/runtime to v0.110.0 (#7107)
  • 9673f32 chore(deps): update dependency @​oxc-project/runtime to v0.109.0 (#7105)
  • f42c569 chore(deps): update dependency @​oxc-project/runtime to v0.108.0 (#7099)
  • d204485 chore(deps): update dependency @​oxc-project/runtime to v0.107.0 (#7090)
  • 30b3591 chore(deps): update dependency @​oxc-project/runtime to v0.106.0 (#7077)
  • f48ed5c chore(deps): bump zod + react-hook-form (#7074)
  • 305f6d2 chore(deps): update dependency @​oxc-project/runtime to v0.105.0 (#7071)
  • See full diff in compare view

Updates @types/react from 19.2.9 to 19.2.10

Commits

Updates @types/bun from 1.3.6 to 1.3.7

Commits

Updates @cloudflare/vite-plugin from 1.21.2 to 1.22.0

Release notes

Sourced from @​cloudflare/vite-plugin's releases.

@​cloudflare/vite-plugin@​1.22.0

Minor Changes

Patch Changes

Changelog

Sourced from @​cloudflare/vite-plugin's changelog.

1.22.0

Minor Changes

Patch Changes

Commits

Updates @scalar/api-reference-react from 0.8.34 to 0.8.36

Changelog

Sourced from @​scalar/api-reference-react's changelog.

0.8.36

Patch Changes

Updated Dependencies

  • @​scalar/api-reference@​1.43.17

0.8.35

Patch Changes

Updated Dependencies

  • @​scalar/api-reference@​1.43.16
    • #7901: fix(api-reference): don't flex schema enum label
Commits

Updates wrangler from 4.60.0 to 4.61.0

Release notes

Sourced from wrangler's releases.

[email protected]

Minor Changes

  • #12008 e414f05 Thanks @​penalosa! - Add support for customising the inspector IP address

    Adds a new --inspector-ip CLI flag and dev.inspector_ip configuration option to allow customising the IP address that the inspector server listens on. Previously, the inspector was hardcoded to listen only on 127.0.0.1.

    Example usage:

    # CLI flag
    wrangler dev --inspector-ip 0.0.0.0
    // wrangler.json
    {
    	"dev": {
    		"inspector_ip": "0.0.0.0",
    	},
    }
  • #12034 05714f8 Thanks @​emily-shen! - Add a no-op local explorer worker, which is gated by the experimental flag X_LOCAL_EXPLORER.

Patch Changes

  • #12134 a0a9ef6 Thanks @​NuroDev! - Fixed Fish shell tab completions.

    The wrangler tab completions are powered by @bomb.sh/tab which has been upgraded to version 0.0.12 which includes a fix for the Fish shell which was previously not working at all.

  • #12006 ad4666c Thanks @​penalosa! - Remove --use-remote option from wrangler hyperdrive create command

    Hyperdrive does not support remote bindings during local development - it requires a localConnectionString to connect to a local database. This change removes the confusing "remote resource" prompt that was shown when creating a Hyperdrive config.

    Fixes #11674

  • #11853 014e7aa Thanks @​43081j! - Use built-in stripVTControlCharacters utility rather than the strip-ansi package.

  • #12040 77e82d2 Thanks @​dependabot! - chore: update dependenc...

    Description has been truncated

…updates

Bumps the dev-dependencies-minor-patch group with 18 updates:

| Package | From | To |
| --- | --- | --- |
| [@cloudflare/vitest-pool-workers](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/vitest-pool-workers) | `0.12.6` | `0.12.7` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.3` |
| [@ai-sdk/google](https://github.com/vercel/ai) | `3.0.13` | `3.0.15` |
| [@ai-sdk/react](https://github.com/vercel/ai) | `3.0.52` | `3.0.59` |
| [@sentry/node](https://github.com/getsentry/sentry-javascript) | `10.36.0` | `10.37.0` |
| [ai](https://github.com/vercel/ai) | `6.0.50` | `6.0.57` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `5.48.3` | `5.48.5` |
| [@cloudflare/workers-types](https://github.com/cloudflare/workerd) | `4.20260127.0` | `4.20260128.0` |
| [crossws](https://github.com/h3js/crossws) | `0.4.3` | `0.4.4` |
| [next](https://github.com/vercel/next.js) | `16.1.5` | `16.1.6` |
| [@trpc/server](https://github.com/trpc/trpc/tree/HEAD/packages/server) | `11.8.1` | `11.9.0` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.9` | `19.2.10` |
| [@types/bun](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/bun) | `1.3.6` | `1.3.7` |
| [@cloudflare/vite-plugin](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/vite-plugin-cloudflare) | `1.21.2` | `1.22.0` |
| [@scalar/api-reference-react](https://github.com/scalar/scalar/tree/HEAD/packages/api-reference-react) | `0.8.34` | `0.8.36` |
| [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `4.60.0` | `4.61.0` |
| [@swc/core](https://github.com/swc-project/swc/tree/HEAD/packages/core) | `1.15.10` | `1.15.11` |
| [globals](https://github.com/sindresorhus/globals) | `17.1.0` | `17.2.0` |


Updates `@cloudflare/vitest-pool-workers` from 0.12.6 to 0.12.7
- [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 `typescript` from 5.8.3 to 5.9.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.8.3...v5.9.3)

Updates `@ai-sdk/google` from 3.0.13 to 3.0.15
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/compare/@ai-sdk/[email protected]...@ai-sdk/[email protected])

Updates `@ai-sdk/react` from 3.0.52 to 3.0.59
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/compare/@ai-sdk/[email protected]...@ai-sdk/[email protected])

Updates `@sentry/node` from 10.36.0 to 10.37.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@10.36.0...10.37.0)

Updates `ai` from 6.0.50 to 6.0.57
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/compare/[email protected]@6.0.57)

Updates `svelte` from 5.48.3 to 5.48.5
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/[email protected]/packages/svelte)

Updates `@cloudflare/workers-types` from 4.20260127.0 to 4.20260128.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 `crossws` from 0.4.3 to 0.4.4
- [Release notes](https://github.com/h3js/crossws/releases)
- [Changelog](https://github.com/h3js/crossws/blob/main/CHANGELOG.md)
- [Commits](h3js/crossws@v0.4.3...v0.4.4)

Updates `next` from 16.1.5 to 16.1.6
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v16.1.5...v16.1.6)

Updates `@trpc/server` from 11.8.1 to 11.9.0
- [Release notes](https://github.com/trpc/trpc/releases)
- [Commits](https://github.com/trpc/trpc/commits/v11.9.0/packages/server)

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

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

Updates `@cloudflare/vite-plugin` from 1.21.2 to 1.22.0
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/vite-plugin-cloudflare/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/@cloudflare/[email protected]/packages/vite-plugin-cloudflare)

Updates `@scalar/api-reference-react` from 0.8.34 to 0.8.36
- [Release notes](https://github.com/scalar/scalar/releases)
- [Changelog](https://github.com/scalar/scalar/blob/main/packages/api-reference-react/CHANGELOG.md)
- [Commits](https://github.com/scalar/scalar/commits/HEAD/packages/api-reference-react)

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

Updates `@swc/core` from 1.15.10 to 1.15.11
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/swc-project/swc/commits/v1.15.11/packages/core)

Updates `globals` from 17.1.0 to 17.2.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v17.1.0...v17.2.0)

---
updated-dependencies:
- dependency-name: "@cloudflare/vitest-pool-workers"
  dependency-version: 0.12.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: typescript
  dependency-version: 5.9.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@ai-sdk/google"
  dependency-version: 3.0.15
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@ai-sdk/react"
  dependency-version: 3.0.59
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@sentry/node"
  dependency-version: 10.37.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies-minor-patch
- dependency-name: ai
  dependency-version: 6.0.57
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: svelte
  dependency-version: 5.48.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@cloudflare/workers-types"
  dependency-version: 4.20260128.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies-minor-patch
- dependency-name: crossws
  dependency-version: 0.4.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: next
  dependency-version: 16.1.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@trpc/server"
  dependency-version: 11.9.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@types/react"
  dependency-version: 19.2.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@types/bun"
  dependency-version: 1.3.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@cloudflare/vite-plugin"
  dependency-version: 1.22.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@scalar/api-reference-react"
  dependency-version: 0.8.36
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: wrangler
  dependency-version: 4.61.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@swc/core"
  dependency-version: 1.15.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: globals
  dependency-version: 17.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies-minor-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 28, 2026
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Jan 28, 2026

Deploying orpc with  Cloudflare Pages  Cloudflare Pages

Latest commit: d519e89
Status: ✅  Deploy successful!
Preview URL: https://5310c90f.orpc-4zt.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-dev-82xe.orpc-4zt.pages.dev

View logs

@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Jan 28, 2026
@coderabbitai
Copy link

coderabbitai bot commented Jan 28, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

@pkg-pr-new
Copy link

pkg-pr-new bot commented Jan 28, 2026

More templates

@orpc/ai-sdk

npm i https://pkg.pr.new/@orpc/ai-sdk@1394

@orpc/arktype

npm i https://pkg.pr.new/@orpc/arktype@1394

@orpc/client

npm i https://pkg.pr.new/@orpc/client@1394

@orpc/contract

npm i https://pkg.pr.new/@orpc/contract@1394

@orpc/experimental-durable-iterator

npm i https://pkg.pr.new/@orpc/experimental-durable-iterator@1394

@orpc/hey-api

npm i https://pkg.pr.new/@orpc/hey-api@1394

@orpc/interop

npm i https://pkg.pr.new/@orpc/interop@1394

@orpc/json-schema

npm i https://pkg.pr.new/@orpc/json-schema@1394

@orpc/nest

npm i https://pkg.pr.new/@orpc/nest@1394

@orpc/openapi

npm i https://pkg.pr.new/@orpc/openapi@1394

@orpc/openapi-client

npm i https://pkg.pr.new/@orpc/openapi-client@1394

@orpc/otel

npm i https://pkg.pr.new/@orpc/otel@1394

@orpc/experimental-pino

npm i https://pkg.pr.new/@orpc/experimental-pino@1394

@orpc/experimental-publisher

npm i https://pkg.pr.new/@orpc/experimental-publisher@1394

@orpc/experimental-publisher-durable-object

npm i https://pkg.pr.new/@orpc/experimental-publisher-durable-object@1394

@orpc/experimental-ratelimit

npm i https://pkg.pr.new/@orpc/experimental-ratelimit@1394

@orpc/react

npm i https://pkg.pr.new/@orpc/react@1394

@orpc/react-query

npm i https://pkg.pr.new/@orpc/react-query@1394

@orpc/experimental-react-swr

npm i https://pkg.pr.new/@orpc/experimental-react-swr@1394

@orpc/server

npm i https://pkg.pr.new/@orpc/server@1394

@orpc/shared

npm i https://pkg.pr.new/@orpc/shared@1394

@orpc/solid-query

npm i https://pkg.pr.new/@orpc/solid-query@1394

@orpc/standard-server

npm i https://pkg.pr.new/@orpc/standard-server@1394

@orpc/standard-server-aws-lambda

npm i https://pkg.pr.new/@orpc/standard-server-aws-lambda@1394

@orpc/standard-server-fastify

npm i https://pkg.pr.new/@orpc/standard-server-fastify@1394

@orpc/standard-server-fetch

npm i https://pkg.pr.new/@orpc/standard-server-fetch@1394

@orpc/standard-server-node

npm i https://pkg.pr.new/@orpc/standard-server-node@1394

@orpc/standard-server-peer

npm i https://pkg.pr.new/@orpc/standard-server-peer@1394

@orpc/svelte-query

npm i https://pkg.pr.new/@orpc/svelte-query@1394

@orpc/tanstack-query

npm i https://pkg.pr.new/@orpc/tanstack-query@1394

@orpc/trpc

npm i https://pkg.pr.new/@orpc/trpc@1394

@orpc/valibot

npm i https://pkg.pr.new/@orpc/valibot@1394

@orpc/vue-colada

npm i https://pkg.pr.new/@orpc/vue-colada@1394

@orpc/vue-query

npm i https://pkg.pr.new/@orpc/vue-query@1394

@orpc/zod

npm i https://pkg.pr.new/@orpc/zod@1394

commit: d519e89

@codecov
Copy link

codecov bot commented Jan 28, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 29, 2026

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

@dependabot dependabot bot closed this Jan 29, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev-dependencies-minor-patch-c17d02f63a branch January 29, 2026 09:33
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 size:M This PR changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants