Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the dev-dependencies-minor-patch group with 20 updates in the / directory:

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.16
@ai-sdk/react 3.0.52 3.0.61
@sentry/node 10.36.0 10.37.0
ai 6.0.50 6.0.59
openai 6.16.0 6.17.0
svelte 5.48.3 5.49.0
@cloudflare/workers-types 4.20260127.0 4.20260129.0
crossws 0.4.3 0.4.4
next 16.1.5 16.1.6
@angular/core 21.1.1 21.1.2
@trpc/server 11.8.1 11.9.0
@types/react 19.2.9 19.2.10
astro 5.16.15 5.16.16
@cloudflare/vite-plugin 1.21.2 1.22.0
@scalar/api-reference-react 0.8.34 0.8.40
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.16

Release notes

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

@​ai-sdk/google@​3.0.16

Patch Changes

  • 97b3ebb: fix (provider/google): make segment optional in groundingSupports schema

    The Google Generative AI API sometimes returns grounding supports without a segment field. This change makes the segment field optional to handle these responses correctly.

Commits

Updates @ai-sdk/react from 3.0.52 to 3.0.61

Release notes

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

@​ai-sdk/react@​3.0.61

Patch Changes

@​ai-sdk/react@​3.0.60

Patch Changes

@​ai-sdk/react@​3.0.59

Patch Changes

Commits
  • d093752 Version Packages (#12114)
  • 0acff64 feat (provider/gateway): add parallel search tool (#12092)
  • 0aa09da test(e2e): add missing provider tests (#12079)
  • 56cf5b4 docs: fix typos and broken links across documentation (#12109)
  • 612c668 Version Packages (#12110)
  • b9d105f fix:(@​ai-sdk/anthropic) Report anthropic caching tokens correctly on stream (...
  • 60f1eba chore: fix package name typo (#12105)
  • f9f667c Revert "fix(provider/anthropic): populate outputTokens.text field in usage" (...
  • aa6fd17 Version Packages (#12107)
  • 97b3ebb fix (provider/google): make segment optional in groundingSupports schema ...
  • Additional commits viewable in compare view

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.59

Release notes

Sourced from ai's releases.

[email protected]

Patch Changes

  • Updated dependencies [0acff64]
    • @​ai-sdk/gateway@​3.0.27

[email protected]

Patch Changes

  • Updated dependencies [a8be296]
    • @​ai-sdk/gateway@​3.0.26

[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
  • d093752 Version Packages (#12114)
  • 0acff64 feat (provider/gateway): add parallel search tool (#12092)
  • 0aa09da test(e2e): add missing provider tests (#12079)
  • 56cf5b4 docs: fix typos and broken links across documentation (#12109)
  • 612c668 Version Packages (#12110)
  • b9d105f fix:(@​ai-sdk/anthropic) Report anthropic caching tokens correctly on stream (...
  • 60f1eba chore: fix package name typo (#12105)
  • f9f667c Revert "fix(provider/anthropic): populate outputTokens.text field in usage" (...
  • aa6fd17 Version Packages (#12107)
  • 97b3ebb fix (provider/google): make segment optional in groundingSupports schema ...
  • Additional commits viewable in compare view

Updates openai from 6.16.0 to 6.17.0

Release notes

Sourced from openai's releases.

v6.17.0

6.17.0 (2026-01-28)

Full Changelog: v6.16.0...v6.17.0

Features

Bug Fixes

  • api: mark assistants as deprecated (3ae2a14)

Chores

  • ci: upgrade actions/github-script (4ea73d3)
  • internal: update actions/checkout version (f163b77)
  • internal: upgrade babel, qs, js-yaml (2e2f3c6)
Changelog

Sourced from openai's changelog.

6.17.0 (2026-01-28)

Full Changelog: v6.16.0...v6.17.0

Features

Bug Fixes

  • api: mark assistants as deprecated (3ae2a14)

Chores

  • ci: upgrade actions/github-script (4ea73d3)
  • internal: update actions/checkout version (f163b77)
  • internal: upgrade babel, qs, js-yaml (2e2f3c6)
Commits
  • 114e795 release: 6.17.0
  • df95bf2 feat(api): add shell_call_output status field
  • f19b5b3 feat(api): api updates
  • e0a7828 fix(api): mark assistants as deprecated
  • e81a8a9 chore(ci): upgrade actions/github-script
  • c49cae8 Update README models to gpt-5.2
  • ae80b55 codegen metadata
  • a4b6473 feat(api): api update
  • 315426d chore(internal): update actions/checkout version
  • 604082a chore(internal): upgrade babel, qs, js-yaml
  • See full diff in compare view

Updates svelte from 5.48.3 to 5.49.0

Release notes

Sourced from svelte's releases.

[email protected]

Minor Changes

  • feat: allow passing ShadowRootInit object to custom element shadow option (#17088)

Patch Changes

  • fix: throw for unset createContext get on the server (#17580)

  • fix: reset effects inside skipped branches (#17581)

  • fix: preserve old dependencies when updating reaction inside fork (#17579)

  • fix: more conservative assignment_value_stale warnings (#17574)

  • fix: disregard popover elements when determining whether an element has content (#17367)

  • fix: fire introstart/outrostart events after delay, if specified (#17567)

  • fix: increment signal versions when discarding forks (#17577)

[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.49.0

Minor Changes

  • feat: allow passing ShadowRootInit object to custom element shadow option (#17088)

Patch Changes

  • fix: throw for unset createContext get on the server (#17580)

  • fix: reset effects inside skipped branches (#17581)

  • fix: preserve old dependencies when updating reaction inside fork (#17579)

  • fix: more conservative assignment_value_stale warnings (#17574)

  • fix: disregard popover elements when determining whether an element has content (#17367)

  • fix: fire introstart/outrostart events after delay, if specified (#17567)

  • fix: increment signal versions when discarding forks (#17577)

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.20260129.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 @angular/core from 21.1.1 to 21.1.2

Release notes

Sourced from @​angular/core's releases.

21.1.2

forms

Commit Description
fix - 9f99b14882 only touch visible, interactive fields on submit

language-service

Commit Description
fix - c57b0355b5 Detect local project version on creation

router

Commit Description
fix - 21ecdc036a Do not intercept reload events with Navigation integration
Changelog

Sourced from @​angular/core's changelog.

21.1.2 (2026-01-28)

forms

Commit Type Description
9f99b14882 fix only touch visible, interactive fields on submit

language-service

Commit Type Description
c57b0355b5 fix Detect local project version on creation

router

Commit Type Description
21ecdc036a fix Do not intercept reload events with Navigation integration

21.2.0-next.0 (2026-01-22)

compiler

Commit Type Description
72534e2a34 feat Add support for the instanceof binary operator
04ba09a8d9 feat support AstVisitor.visitEmptyExpr()
ce80136e7b fix optimize away unnecessary restore/reset view calls
3242a61bae fix variable counter visiting some expressions twice

compiler-cli

Commit Type Description
473dd3e1cb fix attach source spans to object literal keys in TCB
a904d9f77b fix support nested component declaration

core

Commit Type Description
92d2498910 feat add host node to DeferBlockData (#66546)
1ba9b7ac50 feat resource composition via snapshots
d9923b72a2 feat support arrow functions in expressions
ed78fa05c7 fix Remove note to skip arrow functions in best practices

forms

Commit Type Description
95c386469c feat Add passing focus options to form field

language-server

Commit Type Description
ebc90c26f5 feat Add completions and hover info for inline styles
26fd0839c3 feat Add folding range support for inline styles
573aadef7e feat Add quick info for inline styles

... (truncated)

Commits
  • 290b281 build: update cross-repo angular dependencies
  • 7242da2 docs: reword docs on standalone.
  • 89525ec docs: add mentions of the global target syntax.
  • 3594709 refactor(core): remove index from text node creation
  • 051ba06 refactor(core): improve tree-shaking
  • See full diff in compare view

Updates `@trpc/...

Description has been truncated

… directory with 20 updates

Bumps the dev-dependencies-minor-patch group with 20 updates in the / directory:

| 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.16` |
| [@ai-sdk/react](https://github.com/vercel/ai) | `3.0.52` | `3.0.61` |
| [@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.59` |
| [openai](https://github.com/openai/openai-node) | `6.16.0` | `6.17.0` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `5.48.3` | `5.49.0` |
| [@cloudflare/workers-types](https://github.com/cloudflare/workerd) | `4.20260127.0` | `4.20260129.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` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `21.1.1` | `21.1.2` |
| [@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` |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `5.16.15` | `5.16.16` |
| [@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.40` |
| [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.16
- [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.61
- [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.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/[email protected]@6.0.59)

Updates `openai` from 6.16.0 to 6.17.0
- [Release notes](https://github.com/openai/openai-node/releases)
- [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md)
- [Commits](openai/openai-node@v6.16.0...v6.17.0)

Updates `svelte` from 5.48.3 to 5.49.0
- [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.20260129.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 `@angular/core` from 21.1.1 to 21.1.2
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v21.1.2/packages/core)

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 `astro` from 5.16.15 to 5.16.16
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/[email protected]/packages/astro)

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.40
- [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.16
  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.61
  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.59
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: openai
  dependency-version: 6.17.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies-minor-patch
- dependency-name: svelte
  dependency-version: 5.49.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@cloudflare/workers-types"
  dependency-version: 4.20260129.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: "@angular/core"
  dependency-version: 21.1.2
  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: astro
  dependency-version: 5.16.16
  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.40
  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 29, 2026
@cloudflare-workers-and-pages
Copy link

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

Deploying orpc with  Cloudflare Pages  Cloudflare Pages

Latest commit: 36fd056
Status: ✅  Deploy successful!
Preview URL: https://d4edc24f.orpc-4zt.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-dev-qcmk.orpc-4zt.pages.dev

View logs

@dependabot dependabot bot added the javascript Pull requests that update javascript code label Jan 29, 2026
@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Jan 29, 2026
@coderabbitai
Copy link

coderabbitai bot commented Jan 29, 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.

@codecov
Copy link

codecov bot commented Jan 29, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@pkg-pr-new
Copy link

pkg-pr-new bot commented Jan 29, 2026

More templates

@orpc/ai-sdk

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

@orpc/arktype

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

@orpc/client

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

@orpc/contract

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

@orpc/experimental-durable-iterator

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

@orpc/hey-api

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

@orpc/interop

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

@orpc/json-schema

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

@orpc/nest

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

@orpc/openapi

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

@orpc/openapi-client

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

@orpc/otel

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

@orpc/experimental-pino

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

@orpc/experimental-publisher

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

@orpc/experimental-publisher-durable-object

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

@orpc/experimental-ratelimit

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

@orpc/react

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

@orpc/react-query

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

@orpc/experimental-react-swr

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

@orpc/server

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

@orpc/shared

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

@orpc/solid-query

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

@orpc/standard-server

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

@orpc/standard-server-aws-lambda

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

@orpc/standard-server-fastify

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

@orpc/standard-server-fetch

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

@orpc/standard-server-node

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

@orpc/standard-server-peer

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

@orpc/svelte-query

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

@orpc/tanstack-query

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

@orpc/trpc

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

@orpc/valibot

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

@orpc/vue-colada

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

@orpc/vue-query

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

@orpc/zod

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

commit: 36fd056

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 30, 2026

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

@dependabot dependabot bot closed this Jan 30, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev-dependencies-minor-patch-264a1fd2ba branch January 30, 2026 10:00
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