Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2025

Bumps the dependencies group with 21 updates:

Package From To
@ai-sdk/openai 2.0.80 2.0.86
@tailwindcss/postcss 4.1.17 4.1.18
@tailwindcss/vite 4.1.17 4.1.18
@tanstack/react-form 1.27.1 1.27.4
@tanstack/react-pacer 0.17.4 0.18.0
@tanstack/react-router 1.140.0 1.141.2
@tanstack/react-start 1.140.0 1.141.3
@tanstack/zod-adapter 1.140.0 1.141.2
ai 5.0.108 5.0.113
lucide-react 0.556.0 0.561.0
nuqs 2.8.3 2.8.5
react 19.2.1 19.2.3
react-dom 19.2.1 19.2.3
tailwindcss 4.1.17 4.1.18
vite 7.2.7 7.3.0
zod 4.1.13 4.2.0
@tanstack/react-router-devtools 1.140.0 1.141.2
@tanstack/router-plugin 1.140.0 1.141.2
jsdom 27.2.0 27.3.0
oxlint 1.32.0 1.33.0
shadcn 3.5.1 3.6.1

Updates @ai-sdk/openai from 2.0.80 to 2.0.86

Release notes

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

@​ai-sdk/openai@​2.0.86

Patch Changes

  • a909bcf: fix(openai); fix url_citation schema in chat api

@​ai-sdk/openai@​2.0.85

Patch Changes

  • e79430b: fix(openai): change find action type to find_in_page action type

@​ai-sdk/openai@​2.0.84

Patch Changes

  • 041a4fc: feat(openai): add gpt-5.2 models

@​ai-sdk/openai@​2.0.83

Patch Changes

  • edc807f: feat(provider/openai): add GPT 5.1 Codex Max to OpenAI Responses model IDs list

@​ai-sdk/openai@​2.0.82

Patch Changes

  • e31dfa4: feat(provider/openai): add support for OpenAI xhigh reasoning effort

@​ai-sdk/openai@​2.0.81

Patch Changes

  • Updated dependencies [ef6d784]
    • @​ai-sdk/provider-utils@​3.0.19
Commits
  • a1f554b Version Packages (#11142)
  • a909bcf Backport: fix(openai): fix url_citation schema in chat api (#11141)
  • 97c861d Backport: fix(google-vertex): remove duplicate gemini-1.0-pro-001 model ID (#...
  • 654cca4 Version Packages (#11138)
  • 7e6fb4d Backport: fix(gateway): log friendly user message in non-production environme...
  • e35db9b Backport: docs(svelte): fix link in getting started documentation (#11123)
  • 3adfd51 Version Packages (#11121)
  • 3716d34 Backport: fix(anthropic): support PDF responses in web_fetch_tool_result sche...
  • 35f1dd5 Version Packages (#11118)
  • e79430b Backport: fix(openai): change find action type to find_in_page action type (#...
  • Additional commits viewable in compare view

Updates @tailwindcss/postcss from 4.1.17 to 4.1.18

Release notes

Sourced from @​tailwindcss/postcss's releases.

v4.1.18

Fixed

  • Ensure validation of source(…) happens relative to the file it is in (#19274)
  • Include filename and line numbers in CSS parse errors (#19282)
  • Skip comments in Ruby files when checking for class names (#19243)
  • Skip over arbitrary property utilities with a top-level ! in the value (#19243)
  • Support environment API in @tailwindcss/vite (#18970)
  • Preserve case of theme keys from JS configs and plugins (#19337)
  • Write source maps correctly on the CLI when using --watch (#19373)
  • Handle special defaults (like ringColor.DEFAULT) in JS configs (#19348)
  • Improve backwards compatibility for content theme key from JS configs (#19381)
  • Upgrade: Handle future and experimental config keys (#19344)
  • Try to canonicalize any arbitrary utility to a bare value (#19379)
  • Validate candidates similarly to Oxide (#19397)
  • Canonicalization: combine text-* and leading-* classes (#19396)
  • Correctly handle duplicate CLI arguments (#19416)
  • Don’t emit color-mix fallback rules inside @keyframes (#19419)
  • CLI: Don't hang when output is /dev/stdout (#19421)
Changelog

Sourced from @​tailwindcss/postcss's changelog.

[4.1.18] - 2025-12-11

Fixed

  • Ensure validation of source(…) happens relative to the file it is in (#19274)
  • Include filename and line numbers in CSS parse errors (#19282)
  • Skip comments in Ruby files when checking for class names (#19243)
  • Skip over arbitrary property utilities with a top-level ! in the value (#19243)
  • Support environment API in @tailwindcss/vite (#18970)
  • Preserve case of theme keys from JS configs and plugins (#19337)
  • Write source maps correctly on the CLI when using --watch (#19373)
  • Handle special defaults (like ringColor.DEFAULT) in JS configs (#19348)
  • Improve backwards compatibility for content theme key from JS configs (#19381)
  • Upgrade: Handle future and experimental config keys (#19344)
  • Try to canonicalize any arbitrary utility to a bare value (#19379)
  • Validate candidates similarly to Oxide (#19397)
  • Canonicalization: combine text-* and leading-* classes (#19396)
  • Correctly handle duplicate CLI arguments (#19416)
  • Don’t emit color-mix fallback rules inside @keyframes (#19419)
  • CLI: Don't hang when output is /dev/stdout (#19421)

[3.4.19] - 2025-12-10

Fixed

  • Don’t break sibling-*() functions when used inside calc(…) (#19335)
Commits

Updates @tailwindcss/vite from 4.1.17 to 4.1.18

Release notes

Sourced from @​tailwindcss/vite's releases.

v4.1.18

Fixed

  • Ensure validation of source(…) happens relative to the file it is in (#19274)
  • Include filename and line numbers in CSS parse errors (#19282)
  • Skip comments in Ruby files when checking for class names (#19243)
  • Skip over arbitrary property utilities with a top-level ! in the value (#19243)
  • Support environment API in @tailwindcss/vite (#18970)
  • Preserve case of theme keys from JS configs and plugins (#19337)
  • Write source maps correctly on the CLI when using --watch (#19373)
  • Handle special defaults (like ringColor.DEFAULT) in JS configs (#19348)
  • Improve backwards compatibility for content theme key from JS configs (#19381)
  • Upgrade: Handle future and experimental config keys (#19344)
  • Try to canonicalize any arbitrary utility to a bare value (#19379)
  • Validate candidates similarly to Oxide (#19397)
  • Canonicalization: combine text-* and leading-* classes (#19396)
  • Correctly handle duplicate CLI arguments (#19416)
  • Don’t emit color-mix fallback rules inside @keyframes (#19419)
  • CLI: Don't hang when output is /dev/stdout (#19421)
Changelog

Sourced from @​tailwindcss/vite's changelog.

[4.1.18] - 2025-12-11

Fixed

  • Ensure validation of source(…) happens relative to the file it is in (#19274)
  • Include filename and line numbers in CSS parse errors (#19282)
  • Skip comments in Ruby files when checking for class names (#19243)
  • Skip over arbitrary property utilities with a top-level ! in the value (#19243)
  • Support environment API in @tailwindcss/vite (#18970)
  • Preserve case of theme keys from JS configs and plugins (#19337)
  • Write source maps correctly on the CLI when using --watch (#19373)
  • Handle special defaults (like ringColor.DEFAULT) in JS configs (#19348)
  • Improve backwards compatibility for content theme key from JS configs (#19381)
  • Upgrade: Handle future and experimental config keys (#19344)
  • Try to canonicalize any arbitrary utility to a bare value (#19379)
  • Validate candidates similarly to Oxide (#19397)
  • Canonicalization: combine text-* and leading-* classes (#19396)
  • Correctly handle duplicate CLI arguments (#19416)
  • Don’t emit color-mix fallback rules inside @keyframes (#19419)
  • CLI: Don't hang when output is /dev/stdout (#19421)

[3.4.19] - 2025-12-10

Fixed

  • Don’t break sibling-*() functions when used inside calc(…) (#19335)
Commits

Updates @tanstack/react-form from 1.27.1 to 1.27.4

Release notes

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

@​tanstack/react-form-nextjs@​1.27.4

Patch Changes

  • Updated dependencies [35921c9]:
    • @​tanstack/react-form@​1.27.4

@​tanstack/react-form-remix@​1.27.4

Patch Changes

  • Updated dependencies [35921c9]:
    • @​tanstack/react-form@​1.27.4

@​tanstack/react-form-start@​1.27.4

Patch Changes

  • Updated dependencies [35921c9]:
    • @​tanstack/react-form@​1.27.4

@​tanstack/react-form@​1.27.4

Patch Changes

  • fix(react-form): prevent array field re-render when child property changes (#1930)

    Array fields with mode="array" were incorrectly re-rendering when a property on any array element was mutated. This was a regression introduced in v1.27.0 by the React Compiler compatibility changes.

    The fix ensures that mode="array" fields only re-render when the array length changes (items added/removed), not when individual item properties are modified.

    Fixes #1925

  • Updated dependencies [c753d5e]:

    • @​tanstack/form-core@​1.27.4

@​tanstack/react-form-nextjs@​1.27.3

Patch Changes

  • Updated dependencies []:
    • @​tanstack/react-form@​1.27.3

@​tanstack/react-form-remix@​1.27.3

Patch Changes

  • Updated dependencies []:
    • @​tanstack/react-form@​1.27.3

@​tanstack/react-form-start@​1.27.3

Patch Changes

  • Updated dependencies []:
    • @​tanstack/react-form@​1.27.3

... (truncated)

Changelog

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

1.27.4

Patch Changes

  • fix(react-form): prevent array field re-render when child property changes (#1930)

    Array fields with mode="array" were incorrectly re-rendering when a property on any array element was mutated. This was a regression introduced in v1.27.0 by the React Compiler compatibility changes.

    The fix ensures that mode="array" fields only re-render when the array length changes (items added/removed), not when individual item properties are modified.

    Fixes #1925

  • Updated dependencies [c753d5e]:

    • @​tanstack/form-core@​1.27.4

1.27.3

Patch Changes

  • Updated dependencies [c2ecf5d]:
    • @​tanstack/form-core@​1.27.3

1.27.2

Patch Changes

  • use React 18's useId hook by default for formId generation, only calling Math.random() as a fallback if no formId is provided. (#1913)

  • fix(react-form): ensure FormApi.handleSubmit returns a promise again (#1924)

  • Updated dependencies []:

    • @​tanstack/form-core@​1.27.2
Commits
Maintainer changes

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


Updates @tanstack/react-pacer from 0.17.4 to 0.18.0

Changelog

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

0.18.0

Minor Changes

  • feat: add preact adapter\ (#112)

Patch Changes

  • Updated dependencies [2906cd3]:
    • @​tanstack/pacer@​0.17.0
Commits
Maintainer changes

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


Updates @tanstack/react-router from 1.140.0 to 1.141.2

Release notes

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

v1.141.2

Version 1.141.2 - 12/12/25, 7:30 PM

Changes

Fix

  • compare rewritten url to decide if server needs to redirect (#6072) (20aac85) by Manuel Schiller

Ci

  • apply automated fixes (f9be760) by autofix-ci[bot]
  • move pnpm settings to pnpm-workspace.yaml (#6076) (b1b8c9e) by Lachlan Collins

Docs

Other

  • (d8377c0) by Tanner Linsley

E2e

  • vue-router: vue-query suites (#6083) (eccfd26) by Birk Skyum

Packages

  • @​tanstack/router-core@​1.141.2
  • @​tanstack/solid-router@​1.141.2
  • @​tanstack/react-router@​1.141.2
  • @​tanstack/vue-router@​1.141.2
  • @​tanstack/solid-router-ssr-query@​1.141.2
  • @​tanstack/react-router-ssr-query@​1.141.2
  • @​tanstack/vue-router-ssr-query@​1.141.2
  • @​tanstack/router-ssr-query-core@​1.141.2
  • @​tanstack/zod-adapter@​1.141.2
  • @​tanstack/valibot-adapter@​1.141.2
  • @​tanstack/arktype-adapter@​1.141.2
  • @​tanstack/router-devtools@​1.141.2
  • @​tanstack/solid-router-devtools@​1.141.2
  • @​tanstack/react-router-devtools@​1.141.2
  • @​tanstack/vue-router-devtools@​1.141.2
  • @​tanstack/router-devtools-core@​1.141.2
  • @​tanstack/router-generator@​1.141.2
  • @​tanstack/router-cli@​1.141.2
  • @​tanstack/router-plugin@​1.141.2
  • @​tanstack/router-vite-plugin@​1.141.2
  • @​tanstack/solid-start@​1.141.2
  • @​tanstack/solid-start-client@​1.141.2

... (truncated)

Commits

Updates @tanstack/react-start from 1.140.0 to 1.141.3

Release notes

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

v1.141.3

Version 1.141.3 - 12/13/25, 12:38 AM

Changes

Fix

  • validate server fn id during dev (#6087) (e08e7ae) by Manuel Schiller

Packages

  • @​tanstack/server-functions-plugin@​1.141.3
  • @​tanstack/start-plugin-core@​1.141.3
  • @​tanstack/solid-start@​1.141.3
  • @​tanstack/vue-start@​1.141.3
  • @​tanstack/react-start@​1.141.3
  • @​tanstack/start-static-server-functions@​1.141.3

v1.141.2

Version 1.141.2 - 12/12/25, 7:30 PM

Changes

Fix

  • compare rewritten url to decide if server needs to redirect (#6072) (20aac85) by Manuel Schiller

Ci

  • apply automated fixes (f9be760) by autofix-ci[bot]
  • move pnpm settings to pnpm-workspace.yaml (#6076) (b1b8c9e) by Lachlan Collins

Docs

Other

  • (d8377c0) by Tanner Linsley

E2e

  • vue-router: vue-query suites (#6083) (eccfd26) by Birk Skyum

Packages

  • @​tanstack/router-core@​1.141.2
  • @​tanstack/solid-router@​1.141.2
  • @​tanstack/react-router@​1.141.2
  • @​tanstack/vue-router@​1.141.2

... (truncated)

Commits

Updates @tanstack/zod-adapter from 1.140.0 to 1.141.2

Release notes

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

v1.141.2

Version 1.141.2 - 12/12/25, 7:30 PM

Changes

Fix

  • compare rewritten url to decide if server needs to redirect (#6072) (20aac85) by Manuel Schiller

Ci

  • apply automated fixes (f9be760) by autofix-ci[bot]
  • move pnpm settings to pnpm-workspace.yaml (#6076) (b1b8c9e) by Lachlan Collins

Docs

Other

  • (d8377c0) by Tanner Linsley

E2e

  • vue-router: vue-query suites (#6083) (eccfd26) by Birk Skyum

Packages

  • @​tanstack/router-core@​1.141.2
  • @​tanstack/solid-router@​1.141.2
  • @​tanstack/react-router@​1.141.2
  • @​tanstack/vue-router@​1.141.2
  • @​tanstack/solid-router-ssr-query@​1.141.2
  • @​tanstack/react-router-ssr-query@​1.141.2
  • @​tanstack/vue-router-ssr-query@​1.141.2
  • @​tanstack/router-ssr-query-core@​1.141.2
  • @​tanstack/zod-adapter@​1.141.2
  • @​tanstack/valibot-adapter@​1.141.2
  • @​tanstack/arktype-adapter@​1.141.2
  • @​tanstack/router-devtools@​1.141.2
  • @​tanstack/solid-router-devtools@​1.141.2
  • @​tanstack/react-router-devtools@​1.141.2
  • @​tanstack/vue-router-devtools@​1.141.2
  • @​tanstack/router-devtools-core@​1.141.2
  • @​tanstack/router-generator@​1.141.2
  • @​tanstack/router-cli@​1.141.2
  • @​tanstack/router-plugin@​1.141.2
  • @​tanstack/router-vite-plugin@​1.141.2
  • @​tanstack/solid-start@​1.141.2
  • @​tanstack/solid-start-client@​1.141.2

... (truncated)

Commits

Updates ai from 5.0.108 to 5.0.113

Release notes

Sourced from ai's releases.

ai@5.0.113

Patch Changes

  • 7e6fb4d: fix(gateway): throw error with user-friendly message in non-production environments if AI_GATEWAY_API_KEY is not configured

ai@5.0.112

Patch Changes

  • Updated dependencies [041a4fc]
    • @​ai-sdk/gateway@​2.0.21

ai@5.0.111

Patch Changes

  • Updated dependencies [ef6d784]
    • @​ai-sdk/provider-utils@​3.0.19
    • @​ai-sdk/gateway@​2.0.20

ai@5.0.110

Patch Changes

  • Updated dependencies [51bbaa1]
    • @​ai-sdk/gateway@​2.0.19
Commits
  • 654cca4 Version Packages (#11138)
  • 7e6fb4d Backport: fix(gateway): log friendly user message in non-production environme...
  • e35db9b Backport: docs(svelte): fix link in getting started documentation (#11123)
  • 3adfd51 Version Packages (#11121)
  • 3716d34 Backport: fix(anthropic): support PDF responses in web_fetch_tool_result sche...
  • 35f1dd5 Version Packages (#11118)
  • e79430b Backport: fix(openai): change find action type to find_in_page action type (#...
  • 7a0af34 Version Packages (#11102)
  • 041a4fc Backport: feat(openai): add gpt-5.2 models (#11099)
  • 0f4d6cb Version Packages (#11094)
  • Additional commits viewable in compare view

Updates lucide-react from 0.556.0 to 0.561.0

Release notes

Sourced from lucide-react's releases.

Version 0.561.0

What's Changed

Full Changelog: lucide-icons/lucide@0.560.0...0.561.0

Version 0.560.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.559.0...0.560.0

Version 0.559.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.558.0...0.559.0

Version 0.558.0

What's Changed

Full Changelog: lucide-icons/lucide@0.557.0...0.558.0

Version 0.557.0

What's Changed

... (truncated)

Commits
Maintainer changes

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


Updates nuqs from 2.8.3 to 2.8.5

Release notes

Sourced from nuqs's releases.

v2.8.5

Bug fixes

Thanks

Huge thanks to @​Varkoff for helping!

v2.8.4

Bug fixes

Other changes

Thanks

Huge thanks to @​Morabotti and @​ntatoud for helping!

Commits

Updates react from 19.2.1 to 19.2.3

Release notes

Sourced from react's releases.

19.2.3 (December 11th, 2025)

React Server Components

19.2.2 (December 11th, 2025)

React Server Components

Commits

Updates react-dom from 19.2.1 to 19.2.3

Release notes

Sourced from react-dom's releases.

19.2.3 (December 11th, 2025)

React Server Components

19.2.2 (December 11th, 2025)

React Server Components

Commits

Updates tailwindcss from 4.1.17 to 4.1.18

Release notes

Sourced from tailwindcss's releases.

v4.1.18

Fixed

  • Ensure validation of source(…) happens relative to the file it is in (#19274)
  • Include filename and line numbers in CSS parse errors (#19282)
  • Skip comments in Ruby files when checking for class names (#19243)
  • Skip over arbitrary property utilities with a top-level ! in the value (#19243)
  • Support environment API in @tailwindcss/vite (#18970)
  • Preserve case of theme keys from JS configs and plugins (#19337)
  • Write source maps correctly on the CLI when using --watch (#19373)
  • Handle special defaults (like ringColor.DEFAULT) in JS configs (#19348)
  • Improve backwards compatibility for content theme key from JS configs (#19381)
  • Upgrade: Handle future and experimental config keys (#19344)
  • Try to canonicalize any arbitrary utility to a bare value (#19379)
  • Validate candidates similarly to Oxide (#19397)
  • Canonicalization: combine text-* and leading-* classes (#19396)
  • Correctly handle duplicate CLI arguments (#19416)
  • Don’t emit color-mix fallback rules inside @keyframes (#19419)
  • CLI: Don't hang when output is /dev/stdout (#19421)
Changelog

Sourced from tailwindcss's changelog.

[4.1.18] - 2025-12-11

Fixed

  • Ensure validation of source(…) happens relative to the file it is in (#19274)
  • Include filename and line numbers in CSS parse errors (#19282)
  • Skip comments in Ruby files when checking for class names (#19243)
  • Skip over arbitrary property utilities with a top-level ! in the value (#19243)
  • Support environment API in @tailwindcss/vite (#18970)
  • Preserve case of theme keys from JS configs and plugins (#19337)
  • Write source maps correctly on the CLI when using --watch (#19373)
  • Handle special defaults (like ringColor.DEFAULT) in JS configs (#19348)
  • Improve backwards compatibility for content theme key from JS configs (#19381)
  • Upgrade: Handle future and experimental config keys (#19344)
  • Try to canonicalize any arbitrary utility to a bare value (#19379)
  • Validate candidates similarly to Oxide (

Bumps the dependencies group with 21 updates:

| Package | From | To |
| --- | --- | --- |
| [@ai-sdk/openai](https://github.com/vercel/ai) | `2.0.80` | `2.0.86` |
| [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) | `4.1.17` | `4.1.18` |
| [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) | `4.1.17` | `4.1.18` |
| [@tanstack/react-form](https://github.com/TanStack/form/tree/HEAD/packages/react-form) | `1.27.1` | `1.27.4` |
| [@tanstack/react-pacer](https://github.com/TanStack/pacer/tree/HEAD/packages/react-pacer) | `0.17.4` | `0.18.0` |
| [@tanstack/react-router](https://github.com/TanStack/router/tree/HEAD/packages/react-router) | `1.140.0` | `1.141.2` |
| [@tanstack/react-start](https://github.com/TanStack/router/tree/HEAD/packages/react-start) | `1.140.0` | `1.141.3` |
| [@tanstack/zod-adapter](https://github.com/TanStack/router/tree/HEAD/packages/zod-adapter) | `1.140.0` | `1.141.2` |
| [ai](https://github.com/vercel/ai) | `5.0.108` | `5.0.113` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.556.0` | `0.561.0` |
| [nuqs](https://github.com/47ng/nuqs/tree/HEAD/packages/nuqs) | `2.8.3` | `2.8.5` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.1` | `19.2.3` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.1` | `19.2.3` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.1.17` | `4.1.18` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.2.7` | `7.3.0` |
| [zod](https://github.com/colinhacks/zod) | `4.1.13` | `4.2.0` |
| [@tanstack/react-router-devtools](https://github.com/TanStack/router/tree/HEAD/packages/react-router-devtools) | `1.140.0` | `1.141.2` |
| [@tanstack/router-plugin](https://github.com/TanStack/router/tree/HEAD/packages/router-plugin) | `1.140.0` | `1.141.2` |
| [jsdom](https://github.com/jsdom/jsdom) | `27.2.0` | `27.3.0` |
| [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `1.32.0` | `1.33.0` |
| [shadcn](https://github.com/shadcn-ui/ui/tree/HEAD/packages/shadcn) | `3.5.1` | `3.6.1` |


Updates `@ai-sdk/openai` from 2.0.80 to 2.0.86
- [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/openai@2.0.80...@ai-sdk/openai@2.0.86)

Updates `@tailwindcss/postcss` from 4.1.17 to 4.1.18
- [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.18/packages/@tailwindcss-postcss)

Updates `@tailwindcss/vite` from 4.1.17 to 4.1.18
- [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.18/packages/@tailwindcss-vite)

Updates `@tanstack/react-form` from 1.27.1 to 1.27.4
- [Release notes](https://github.com/TanStack/form/releases)
- [Changelog](https://github.com/TanStack/form/blob/main/packages/react-form/CHANGELOG.md)
- [Commits](https://github.com/TanStack/form/commits/@tanstack/react-form@1.27.4/packages/react-form)

Updates `@tanstack/react-pacer` from 0.17.4 to 0.18.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/HEAD/packages/react-pacer)

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

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

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

Updates `ai` from 5.0.108 to 5.0.113
- [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@5.0.108...ai@5.0.113)

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

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

Updates `react` from 19.2.1 to 19.2.3
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.3/packages/react)

Updates `react-dom` from 19.2.1 to 19.2.3
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.3/packages/react-dom)

Updates `tailwindcss` from 4.1.17 to 4.1.18
- [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.18/packages/tailwindcss)

Updates `vite` from 7.2.7 to 7.3.0
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v7.3.0/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.3.0/packages/vite)

Updates `zod` from 4.1.13 to 4.2.0
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](colinhacks/zod@v4.1.13...v4.2.0)

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

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

Updates `jsdom` from 27.2.0 to 27.3.0
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md)
- [Commits](jsdom/jsdom@27.2.0...27.3.0)

Updates `oxlint` from 1.32.0 to 1.33.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.33.0/npm/oxlint)

Updates `shadcn` from 3.5.1 to 3.6.1
- [Release notes](https://github.com/shadcn-ui/ui/releases)
- [Changelog](https://github.com/shadcn-ui/ui/blob/main/packages/shadcn/CHANGELOG.md)
- [Commits](https://github.com/shadcn-ui/ui/commits/shadcn@3.6.1/packages/shadcn)

---
updated-dependencies:
- dependency-name: "@ai-sdk/openai"
  dependency-version: 2.0.86
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@tailwindcss/postcss"
  dependency-version: 4.1.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@tailwindcss/vite"
  dependency-version: 4.1.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@tanstack/react-form"
  dependency-version: 1.27.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@tanstack/react-pacer"
  dependency-version: 0.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@tanstack/react-router"
  dependency-version: 1.141.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@tanstack/react-start"
  dependency-version: 1.141.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@tanstack/zod-adapter"
  dependency-version: 1.141.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: ai
  dependency-version: 5.0.113
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: lucide-react
  dependency-version: 0.561.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: nuqs
  dependency-version: 2.8.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: react
  dependency-version: 19.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: react-dom
  dependency-version: 19.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: tailwindcss
  dependency-version: 4.1.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: vite
  dependency-version: 7.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: zod
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@tanstack/react-router-devtools"
  dependency-version: 1.141.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@tanstack/router-plugin"
  dependency-version: 1.141.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: jsdom
  dependency-version: 27.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: oxlint
  dependency-version: 1.33.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: shadcn
  dependency-version: 3.6.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 15, 2025
@github-actions github-actions bot merged commit 19bd6be into main Dec 15, 2025
2 of 4 checks passed
@github-actions github-actions bot deleted the dependabot/bun/dependencies-705a050e11 branch December 15, 2025 12:53
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