Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 10, 2025

Bumps the dependencies group with 21 updates:

Package From To
@ai-sdk/openai 2.0.54 2.0.64
@modelcontextprotocol/sdk 1.20.2 1.21.1
@radix-ui/react-label 2.1.7 2.1.8
@radix-ui/react-slot 1.2.3 1.2.4
@tailwindcss/postcss 4.1.16 4.1.17
@tailwindcss/vite 4.1.16 4.1.17
@tanstack/react-pacer 0.16.4 0.17.0
@tanstack/react-query 5.90.5 5.90.7
@tanstack/react-router 1.133.32 1.135.0
@tanstack/react-start 1.133.32 1.135.0
@tanstack/zod-adapter 1.133.32 1.135.0
ai 5.0.81 5.0.90
lucide-react 0.548.0 0.553.0
nuqs 2.7.2 2.7.3
tailwind-merge 3.3.1 3.4.0
tailwindcss 4.1.16 4.1.17
@tanstack/react-router-devtools 1.133.32 1.135.0
@tanstack/router-plugin 1.133.32 1.135.0
@types/bun 1.3.1 1.3.2
@vitest/coverage-v8 4.0.6 4.0.8
oxlint 1.24.0 1.27.0

Updates @ai-sdk/openai from 2.0.54 to 2.0.64

Release notes

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

@​ai-sdk/openai@​2.0.64

Patch Changes

  • d251e53: feat(openai): add o3-deep-research and o4-mini-deep-research models

@​ai-sdk/openai@​2.0.63

Patch Changes

  • 3b62c49: fix(openai): extract meta data from first chunk that contains any

@​ai-sdk/openai@​2.0.62

Patch Changes

  • 51aa5de: backport: test server
  • Updated dependencies [51aa5de]
    • @​ai-sdk/provider-utils@​3.0.16

@​ai-sdk/openai@​2.0.61

Patch Changes

  • 28ce89a: fix(openai): add support for sources type 'api'

@​ai-sdk/openai@​2.0.60

Patch Changes

  • 3e42838: fix: remove code for unsuported o1-mini and o1-preview models
Commits
  • 95224b9 Version Packages (#10044)
  • d251e53 Backport: feat(openai): add o3-deep-research and o4-mini-deep-research mo...
  • 0162ffd Version Packages (#10040)
  • 46dcc02 feat(provider/gateway): Add o3-deep-research to gateway model string autocomp...
  • 19630cf Version Packages (#10030)
  • 3b62c49 Backport: fix(openai): extract meta data from first chunk that contains any (...
  • 303c021 Version Packages (#10010)
  • 9a999c4 Backport: fix(@​ai-sdk/google): Make title field optional in grounding metadat...
  • b6a27f6 Version Packages (#9998)
  • 51aa5de backport: test server (#9988)
  • Additional commits viewable in compare view

Updates @modelcontextprotocol/sdk from 1.20.2 to 1.21.1

Release notes

Sourced from @​modelcontextprotocol/sdk's releases.

1.21.1

What's Changed

New Contributors

Full Changelog: modelcontextprotocol/typescript-sdk@1.21.0...1.21.1

1.21.0

What's Changed

New Contributors

Full Changelog: modelcontextprotocol/typescript-sdk@1.20.2...1.21.0

Commits
  • fcc7da8 chore: bump version for release (#1085)
  • 4463737 FIX: use a nightly spec.types.ts (#1087)
  • 11f04e1 Check script which typechecks using Typescripts new Go port (#1075)
  • 9757ace move CLI script to dedicated scripts directory (#1073)
  • ee9fed2 fix: Support WWW-Authenticate scope param for SEP-835 (#983)
  • 2166047 Add @​deprecated annotations to legacy APIs (#1018)
  • 664e66e Only use path-based discovery URLs from the authorization server to discover ...
  • 783d53b chore: bump version to 1.21.0 for release (#1062)
  • 7387c44 Fix: Non-existent tool, disabled tool and inputSchema validation return MCP p...
  • 874aa27 fix: Prefer the token_endpoint_auth_method response from DCR registration ...
  • Additional commits viewable in compare view

Updates @radix-ui/react-label from 2.1.7 to 2.1.8

Commits

Updates @radix-ui/react-slot from 1.2.3 to 1.2.4

Commits

Updates @tailwindcss/postcss from 4.1.16 to 4.1.17

Release notes

Sourced from @​tailwindcss/postcss's releases.

v4.1.17

Fixed

  • Substitute @variant inside legacy JS APIs (#19263)
  • Prevent occasional crash on Windows when loaded into a worker thread (#19242)
Changelog

Sourced from @​tailwindcss/postcss's changelog.

[4.1.17] - 2025-11-06

Fixed

  • Substitute @variant inside legacy JS APIs (#19263)
  • Prevent occasional crash on Windows when loaded into a worker thread (#19242)
Commits

Updates @tailwindcss/vite from 4.1.16 to 4.1.17

Release notes

Sourced from @​tailwindcss/vite's releases.

v4.1.17

Fixed

  • Substitute @variant inside legacy JS APIs (#19263)
  • Prevent occasional crash on Windows when loaded into a worker thread (#19242)
Changelog

Sourced from @​tailwindcss/vite's changelog.

[4.1.17] - 2025-11-06

Fixed

  • Substitute @variant inside legacy JS APIs (#19263)
  • Prevent occasional crash on Windows when loaded into a worker thread (#19242)
Commits

Updates @tanstack/react-pacer from 0.16.4 to 0.17.0

Release notes

Sourced from @​tanstack/react-pacer's releases.

@​tanstack/react-pacer@​0.17.0

Minor Changes

  • feat: Added PacerProvider component and related hooks (usePacerContext, useDefaultPacerOptions) for React applications to set default configurations for all pacer utilities within a component tree (#54)

    • feat:Added AsyncRetryer class and asyncRetry function with exponential/linear/fixed backoff strategies, jitter support, timeout controls (maxExecutionTime, maxTotalExecutionTime), lifecycle callbacks (onRetry, onSuccess, onError, onLastError, onSettled, onAbort, onExecutionTimeout, onTotalExecutionTimeout), dynamic options, and built-in retry integration via asyncRetryerOptions for all async utilities (AsyncBatcher, AsyncDebouncer, AsyncQueuer, AsyncRateLimiter, AsyncThrottler) (#54)
    • feat: Added getAbortSignal() method to all async utilities (AsyncRetryer, AsyncBatcher, AsyncDebouncer, AsyncQueuer, AsyncRateLimiter, AsyncThrottler) to enable true cancellation of underlying async operations (like fetch requests) when abort() is called
    • feat: Added asyncBatcherOptions, asyncDebouncerOptions, asyncQueuerOptions, asyncRateLimiterOptions, asyncRetryerOptions, asyncThrottlerOptions, debouncerOptions, queuerOptions, rateLimiterOptions, throttlerOptions utility functions for sharing common options between different pacer utilities
    • fix: Fixed async-throtter trailing edge behavior when long executions were awaited.
    • breaking: standardized reset, cancel and abort API behaviors with consistent naming and behavior across all async utilities. Canceling no longer aborts, new dedicated abort method is provided for aborting ongoing executions.

Patch Changes

  • Updated dependencies [3124ea3]:
    • @​tanstack/pacer@​0.16.0
Changelog

Sourced from @​tanstack/react-pacer's changelog.

0.17.0

Minor Changes

  • feat: Added PacerProvider component and related hooks (usePacerContext, useDefaultPacerOptions) for React applications to set default configurations for all pacer utilities within a component tree (#54)

    • feat:Added AsyncRetryer class and asyncRetry function with exponential/linear/fixed backoff strategies, jitter support, timeout controls (maxExecutionTime, maxTotalExecutionTime), lifecycle callbacks (onRetry, onSuccess, onError, onLastError, onSettled, onAbort, onExecutionTimeout, onTotalExecutionTimeout), dynamic options, and built-in retry integration via asyncRetryerOptions for all async utilities (AsyncBatcher, AsyncDebouncer, AsyncQueuer, AsyncRateLimiter, AsyncThrottler) (#54)
    • feat: Added getAbortSignal() method to all async utilities (AsyncRetryer, AsyncBatcher, AsyncDebouncer, AsyncQueuer, AsyncRateLimiter, AsyncThrottler) to enable true cancellation of underlying async operations (like fetch requests) when abort() is called
    • feat: Added asyncBatcherOptions, asyncDebouncerOptions, asyncQueuerOptions, asyncRateLimiterOptions, asyncRetryerOptions, asyncThrottlerOptions, debouncerOptions, queuerOptions, rateLimiterOptions, throttlerOptions utility functions for sharing common options between different pacer utilities
    • fix: Fixed async-throtter trailing edge behavior when long executions were awaited.
    • breaking: standardized reset, cancel and abort API behaviors with consistent naming and behavior across all async utilities. Canceling no longer aborts, new dedicated abort method is provided for aborting ongoing executions.

Patch Changes

  • Updated dependencies [3124ea3]:
    • @​tanstack/pacer@​0.16.0
Commits

Updates @tanstack/react-query from 5.90.5 to 5.90.7

Release notes

Sourced from @​tanstack/react-query's releases.

@​tanstack/react-query-persist-client@​5.90.7

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.91.4
    • @​tanstack/react-query@​5.90.5

@​tanstack/react-query@​5.90.7

Patch Changes

  • Updated dependencies [b4cd121]:
    • @​tanstack/query-core@​5.90.7

@​tanstack/react-query-persist-client@​5.90.6

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.91.3
    • @​tanstack/react-query@​5.90.4

@​tanstack/react-query@​5.90.6

Patch Changes

  • Updated dependencies [1638c02]:
    • @​tanstack/query-core@​5.90.6
Changelog

Sourced from @​tanstack/react-query's changelog.

5.90.7

Patch Changes

  • Updated dependencies [b4cd121]:
    • @​tanstack/query-core@​5.90.7

5.90.6

Patch Changes

  • Updated dependencies [1638c02]:
    • @​tanstack/query-core@​5.90.6
Commits

Updates @tanstack/react-router from 1.133.32 to 1.135.0

Release notes

Sourced from @​tanstack/react-router's releases.

v1.135.0

Version 1.135.0 - 11/9/25, 10:57 PM

Changes

Feat

  • Export useHydrated hook with documentation (#5645) (a41e867) by daveycodez

Other

  • (941e4e7) by Aryan Chaurasia

Packages

  • @​tanstack/solid-router@​1.135.0
  • @​tanstack/react-router@​1.135.0
  • @​tanstack/solid-router-ssr-query@​1.135.0
  • @​tanstack/react-router-ssr-query@​1.135.0
  • @​tanstack/zod-adapter@​1.135.0
  • @​tanstack/valibot-adapter@​1.135.0
  • @​tanstack/arktype-adapter@​1.135.0
  • @​tanstack/router-devtools@​1.135.0
  • @​tanstack/solid-router-devtools@​1.135.0
  • @​tanstack/react-router-devtools@​1.135.0
  • @​tanstack/router-plugin@​1.135.0
  • @​tanstack/router-vite-plugin@​1.135.0
  • @​tanstack/solid-start@​1.135.0
  • @​tanstack/solid-start-client@​1.135.0
  • @​tanstack/solid-start-server@​1.135.0
  • @​tanstack/react-start@​1.135.0
  • @​tanstack/react-start-client@​1.135.0
  • @​tanstack/react-start-server@​1.135.0
  • @​tanstack/start-plugin-core@​1.135.0
  • @​tanstack/start-static-server-functions@​1.135.0

v1.134.20

Version 1.134.20 - 11/9/25, 8:35 PM

Changes

Fix

  • solid-start: navigation transitions (#5792) (7880ad7) by Birk Skyum

Packages

  • @​tanstack/router-core@​1.134.20
  • @​tanstack/solid-router@​1.134.20
  • @​tanstack/react-router@​1.134.20

... (truncated)

Commits

Updates @tanstack/react-start from 1.133.32 to 1.135.0

Release notes

Sourced from @​tanstack/react-start's releases.

v1.135.0

Version 1.135.0 - 11/9/25, 10:57 PM

Changes

Feat

  • Export useHydrated hook with documentation (#5645) (a41e867) by daveycodez

Other

  • (941e4e7) by Aryan Chaurasia

Packages

  • @​tanstack/solid-router@​1.135.0
  • @​tanstack/react-router@​1.135.0
  • @​tanstack/solid-router-ssr-query@​1.135.0
  • @​tanstack/react-router-ssr-query@​1.135.0
  • @​tanstack/zod-adapter@​1.135.0
  • @​tanstack/valibot-adapter@​1.135.0
  • @​tanstack/arktype-adapter@​1.135.0
  • @​tanstack/router-devtools@​1.135.0
  • @​tanstack/solid-router-devtools@​1.135.0
  • @​tanstack/react-router-devtools@​1.135.0
  • @​tanstack/router-plugin@​1.135.0
  • @​tanstack/router-vite-plugin@​1.135.0
  • @​tanstack/solid-start@​1.135.0
  • @​tanstack/solid-start-client@​1.135.0
  • @​tanstack/solid-start-server@​1.135.0
  • @​tanstack/react-start@​1.135.0
  • @​tanstack/react-start-client@​1.135.0
  • @​tanstack/react-start-server@​1.135.0
  • @​tanstack/start-plugin-core@​1.135.0
  • @​tanstack/start-static-server-functions@​1.135.0

v1.134.20

Version 1.134.20 - 11/9/25, 8:35 PM

Changes

Fix

  • solid-start: navigation transitions (#5792) (7880ad7) by Birk Skyum

Packages

  • @​tanstack/router-core@​1.134.20
  • @​tanstack/solid-router@​1.134.20
  • @​tanstack/react-router@​1.134.20

... (truncated)

Commits

Updates @tanstack/zod-adapter from 1.133.32 to 1.135.0

Release notes

Sourced from @​tanstack/zod-adapter's releases.

v1.135.0

Version 1.135.0 - 11/9/25, 10:57 PM

Changes

Feat

  • Export useHydrated hook with documentation (#5645) (a41e867) by daveycodez

Other

  • (941e4e7) by Aryan Chaurasia

Packages

  • @​tanstack/solid-router@​1.135.0
  • @​tanstack/react-router@​1.135.0
  • @​tanstack/solid-router-ssr-query@​1.135.0
  • @​tanstack/react-router-ssr-query@​1.135.0
  • @​tanstack/zod-adapter@​1.135.0
  • @​tanstack/valibot-adapter@​1.135.0
  • @​tanstack/arktype-adapter@​1.135.0
  • @​tanstack/router-devtools@​1.135.0
  • @​tanstack/solid-router-devtools@​1.135.0
  • @​tanstack/react-router-devtools@​1.135.0
  • @​tanstack/router-plugin@​1.135.0
  • @​tanstack/router-vite-plugin@​1.135.0
  • @​tanstack/solid-start@​1.135.0
  • @​tanstack/solid-start-client@​1.135.0
  • @​tanstack/solid-start-server@​1.135.0
  • @​tanstack/react-start@​1.135.0
  • @​tanstack/react-start-client@​1.135.0
  • @​tanstack/react-start-server@​1.135.0
  • @​tanstack/start-plugin-core@​1.135.0
  • @​tanstack/start-static-server-functions@​1.135.0

v1.134.20

Version 1.134.20 - 11/9/25, 8:35 PM

Changes

Fix

  • solid-start: navigation transitions (#5792) (7880ad7) by Birk Skyum

Packages

  • @​tanstack/router-core@​1.134.20
  • @​tanstack/solid-router@​1.134.20
  • @​tanstack/react-router@​1.134.20

... (truncated)

Commits

Updates ai from 5.0.81 to 5.0.90

Release notes

Sourced from ai's releases.

[email protected]

Patch Changes

  • 818b144: fix not catching of empty arrays in validateUIMessage

[email protected]

Patch Changes

  • 7cfada6: feat(ai): chat.addToolResult() is now chat.addToolOutput()

[email protected]

Patch Changes

  • Updated dependencies [46dcc02]
    • @​ai-sdk/gateway@​2.0.7

[email protected]

Patch Changes

  • 51aa5de: backport: test server
  • Updated dependencies [51aa5de]
    • @​ai-sdk/provider-utils@​3.0.16
    • @​ai-sdk/gateway@​2.0.6
Commits

Updates lucide-react from 0.548.0 to 0.553.0

Release notes

Sourced from lucide-react's releases.

Version 0.553.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.552.0...0.553.0

Version 0.552.0

What's Changed

Full Changelog: lucide-icons/lucide@0.551.0...0.552.0

Version 0.551.0

What's Changed

Full Changelog: lucide-icons/lucide@0.550.0...0.551.0

Version 0.550.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.549.0...0.550.0

Version 0.549.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.548.0...0.549.0

Commits

Updates nuqs from 2.7.2 to 2.7.3

Release notes

Sourced from nuqs's releases.

v2.7.3

2.7.3 (2025-11-07)

Bug fixes

Documentation

Other changes

Thanks

Huge thanks to @​janglad and @​joshuaobrien for helping!

v2.7.3

2.7.3 (2025-11-07)

Bug fixes

Documentation

... (truncated)

Commits

Updates tailwind-merge from 3.3.1 to 3.4.0

Release notes

Sourced from tailwind-merge's releases.

v3.4.0

New Features

Documentation

Other

Full Changelog: dcastil/tailwind-merge@v3.3.1...v3.4.0

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​roboflow, @​syntaxfm, @​getsentry, @​codecov and a private sponsor for sponsoring tailwind-merge! ❤️

Commits
  • 3e1256a v3.4.0
  • e15f392 add changelog for v3.4.0
  • 75e9aef Merge pull request #619 from quantizor/further-improvements
  • 1bafc9c Make benchmark test names consistent
  • 0799c12 revert: remove array-based string building optimization
  • 1927858 test: add ultra long class list benchmark
  • 87baba3 Remove unnecessary pre-computed conflict maps
  • 7831c8e perf: pre-compute conflict arrays at initialization
  • 1a3d133 perf: replace localeCompare with direct string comparison
  • 0270028 perf: use index-based recursion to avoid array allocations
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for tailwind-merge since your current version.


Updates tailwindcss from 4.1.16 to 4.1.17

Release notes

Sourced from tailwindcss's releases.

v4.1.17

Fixed

  • Substitute @variant inside legacy JS APIs (#19263)
  • Prevent occasional crash on Windows when loaded into a worker thread (#19242)
Changelog

Sourced from tailwindcss's changelog.

[4.1.17] - 2025-11-06

Fixed

  • Substitute @variant inside legacy JS APIs (#19263)
  • Prevent occasional crash on Windows when lo...

    Description has been truncated

Bumps the dependencies group with 21 updates:

| Package | From | To |
| --- | --- | --- |
| [@ai-sdk/openai](https://github.com/vercel/ai) | `2.0.54` | `2.0.64` |
| [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk) | `1.20.2` | `1.21.1` |
| [@radix-ui/react-label](https://github.com/radix-ui/primitives) | `2.1.7` | `2.1.8` |
| [@radix-ui/react-slot](https://github.com/radix-ui/primitives) | `1.2.3` | `1.2.4` |
| [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) | `4.1.16` | `4.1.17` |
| [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) | `4.1.16` | `4.1.17` |
| [@tanstack/react-pacer](https://github.com/TanStack/pacer/tree/HEAD/packages/react-pacer) | `0.16.4` | `0.17.0` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.90.5` | `5.90.7` |
| [@tanstack/react-router](https://github.com/TanStack/router/tree/HEAD/packages/react-router) | `1.133.32` | `1.135.0` |
| [@tanstack/react-start](https://github.com/TanStack/router/tree/HEAD/packages/react-start) | `1.133.32` | `1.135.0` |
| [@tanstack/zod-adapter](https://github.com/TanStack/router/tree/HEAD/packages/zod-adapter) | `1.133.32` | `1.135.0` |
| [ai](https://github.com/vercel/ai) | `5.0.81` | `5.0.90` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.548.0` | `0.553.0` |
| [nuqs](https://github.com/47ng/nuqs/tree/HEAD/packages/nuqs) | `2.7.2` | `2.7.3` |
| [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `3.3.1` | `3.4.0` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.1.16` | `4.1.17` |
| [@tanstack/react-router-devtools](https://github.com/TanStack/router/tree/HEAD/packages/react-router-devtools) | `1.133.32` | `1.135.0` |
| [@tanstack/router-plugin](https://github.com/TanStack/router/tree/HEAD/packages/router-plugin) | `1.133.32` | `1.135.0` |
| [@types/bun](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/bun) | `1.3.1` | `1.3.2` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.0.6` | `4.0.8` |
| [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `1.24.0` | `1.27.0` |


Updates `@ai-sdk/openai` from 2.0.54 to 2.0.64
- [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 `@modelcontextprotocol/sdk` from 1.20.2 to 1.21.1
- [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases)
- [Commits](modelcontextprotocol/typescript-sdk@1.20.2...1.21.1)

Updates `@radix-ui/react-label` from 2.1.7 to 2.1.8
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-slot` from 1.2.3 to 1.2.4
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@tailwindcss/postcss` from 4.1.16 to 4.1.17
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.17/packages/@tailwindcss-postcss)

Updates `@tailwindcss/vite` from 4.1.16 to 4.1.17
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.17/packages/@tailwindcss-vite)

Updates `@tanstack/react-pacer` from 0.16.4 to 0.17.0
- [Release notes](https://github.com/TanStack/pacer/releases)
- [Changelog](https://github.com/TanStack/pacer/blob/main/packages/react-pacer/CHANGELOG.md)
- [Commits](https://github.com/TanStack/pacer/commits/@tanstack/[email protected]/packages/react-pacer)

Updates `@tanstack/react-query` from 5.90.5 to 5.90.7
- [Release notes](https://github.com/TanStack/query/releases)
- [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md)
- [Commits](https://github.com/TanStack/query/commits/@tanstack/[email protected]/packages/react-query)

Updates `@tanstack/react-router` from 1.133.32 to 1.135.0
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.135.0/packages/react-router)

Updates `@tanstack/react-start` from 1.133.32 to 1.135.0
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.135.0/packages/react-start)

Updates `@tanstack/zod-adapter` from 1.133.32 to 1.135.0
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.135.0/packages/zod-adapter)

Updates `ai` from 5.0.81 to 5.0.90
- [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]@5.0.90)

Updates `lucide-react` from 0.548.0 to 0.553.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.553.0/packages/lucide-react)

Updates `nuqs` from 2.7.2 to 2.7.3
- [Release notes](https://github.com/47ng/nuqs/releases)
- [Commits](https://github.com/47ng/nuqs/commits/v2.7.3/packages/nuqs)

Updates `tailwind-merge` from 3.3.1 to 3.4.0
- [Release notes](https://github.com/dcastil/tailwind-merge/releases)
- [Commits](dcastil/tailwind-merge@v3.3.1...v3.4.0)

Updates `tailwindcss` from 4.1.16 to 4.1.17
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.17/packages/tailwindcss)

Updates `@tanstack/react-router-devtools` from 1.133.32 to 1.135.0
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.135.0/packages/react-router-devtools)

Updates `@tanstack/router-plugin` from 1.133.32 to 1.135.0
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.135.0/packages/router-plugin)

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

Updates `@vitest/coverage-v8` from 4.0.6 to 4.0.8
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.8/packages/coverage-v8)

Updates `oxlint` from 1.24.0 to 1.27.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v1.27.0/npm/oxlint)

---
updated-dependencies:
- dependency-name: "@ai-sdk/openai"
  dependency-version: 2.0.64
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@modelcontextprotocol/sdk"
  dependency-version: 1.21.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@radix-ui/react-label"
  dependency-version: 2.1.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@radix-ui/react-slot"
  dependency-version: 1.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@tailwindcss/postcss"
  dependency-version: 4.1.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@tailwindcss/vite"
  dependency-version: 4.1.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@tanstack/react-pacer"
  dependency-version: 0.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.90.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@tanstack/react-router"
  dependency-version: 1.135.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@tanstack/react-start"
  dependency-version: 1.135.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@tanstack/zod-adapter"
  dependency-version: 1.135.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: ai
  dependency-version: 5.0.90
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: lucide-react
  dependency-version: 0.553.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: nuqs
  dependency-version: 2.7.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: tailwind-merge
  dependency-version: 3.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: tailwindcss
  dependency-version: 4.1.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@tanstack/react-router-devtools"
  dependency-version: 1.135.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@tanstack/router-plugin"
  dependency-version: 1.135.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/bun"
  dependency-version: 1.3.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.0.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: oxlint
  dependency-version: 1.27.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

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 Nov 10, 2025
@github-actions github-actions bot merged commit 10d17cd into main Nov 10, 2025
2 of 4 checks passed
@github-actions github-actions bot deleted the dependabot/bun/dependencies-6510724e67 branch November 10, 2025 13:39
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