Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the npm-production group with 18 updates in the / directory:

Package From To
@tailwindcss/oxide-linux-x64-gnu 4.1.13 4.1.17
lightningcss-linux-x64-gnu 1.30.1 1.30.2
stable-hash 0.0.5 0.0.6
@llamaindex/openai 0.4.18 0.4.21
@ai-sdk/react 2.0.33 2.0.90
ai 5.0.33 5.0.90
@ai-sdk/openai 2.0.24 2.0.64
nanoid 5.1.5 5.1.6
@ai-sdk/llamaindex 1.0.33 1.0.90
@radix-ui/react-avatar 1.1.10 1.1.11
@radix-ui/react-slot 1.2.3 1.2.4
@tailwindcss/postcss 4.1.13 4.1.17
tailwindcss 4.1.13 4.1.17
@tailwindcss/vite 4.1.13 4.1.17
@hono/node-server 1.19.1 1.19.6
@radix-ui/react-label 2.1.7 2.1.8
@radix-ui/react-separator 1.1.7 1.1.8
@ai-sdk/provider-utils 3.0.8 3.0.16

Updates @tailwindcss/oxide-linux-x64-gnu from 4.1.13 to 4.1.17

Release notes

Sourced from @​tailwindcss/oxide-linux-x64-gnu'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)

v4.1.16

Fixed

  • Discard candidates with an empty data type (#19172)
  • Fix canonicalization of arbitrary variants with attribute selectors (#19176)
  • Fix invalid colors due to nested & (#19184)
  • Improve canonicalization for & > :pseudo and & :pseudo arbitrary variants (#19178)

v4.1.15

Fixed

  • Fix Safari devtools rendering issue due to color-mix fallback (#19069)
  • Suppress Lightning CSS warnings about :deep, :slotted, and :global (#19094)
  • Fix resolving theme keys when starting with the name of another theme key in JS configs and plugins (#19097)
  • Allow named groups in combination with not-*, has-*, and in-* (#19100)
  • Prevent important utilities from affecting other utilities (#19110)
  • Don’t index into strings with the theme(…) function (#19111)
  • Fix parsing issue when \t is used in at-rules (#19130)
  • Upgrade: Canonicalize utilities containing 0 values (#19095)
  • Upgrade: Migrate deprecated break-words to wrap-break-word (#19157)

Changed

  • Remove the postinstall script from oxide (#19149)

v4.1.14

Fixed

  • Handle ' syntax in ClojureScript when extracting classes (#18888)
  • Handle @variant inside @custom-variant (#18885)
  • Merge suggestions when using @utility (#18900)
  • Ensure that file system watchers created when using the CLI are always cleaned up (#18905)
  • Do not generate grid-column utilities when configuring grid-column-start or grid-column-end (#18907)
  • Do not generate grid-row utilities when configuring grid-row-start or grid-row-end (#18907)
  • Prevent duplicate CSS when overwriting a static utility with a theme key (#18056)
  • Show Lightning CSS warnings (if any) when optimizing/minifying (#18918)
  • Use default export condition for @tailwindcss/vite (#18948)
  • Re-throw errors from PostCSS nodes (#18373)
  • Detect classes in markdown inline directives (#18967)
  • Ensure files with only @theme produce no output when built (#18979)
  • Support Maud templates when extracting classes (#18988)
  • Upgrade: Do not migrate variant = 'outline' during upgrades (#18922)
  • Upgrade: Show version mismatch (if any) when running upgrade tool (#19028)
  • Upgrade: Ensure first class inside className is migrated (#19031)

... (truncated)

Changelog

Sourced from @​tailwindcss/oxide-linux-x64-gnu'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)

[4.1.16] - 2025-10-23

Fixed

  • Discard candidates with an empty data type (#19172)
  • Fix canonicalization of arbitrary variants with attribute selectors (#19176)
  • Fix invalid colors due to nested & (#19184)
  • Improve canonicalization for & > :pseudo and & :pseudo arbitrary variants (#19178)

[4.1.15] - 2025-10-20

Fixed

  • Fix Safari devtools rendering issue due to color-mix fallback (#19069)
  • Suppress Lightning CSS warnings about :deep, :slotted, and :global (#19094)
  • Fix resolving theme keys when starting with the name of another theme key in JS configs and plugins (#19097)
  • Allow named groups in combination with not-*, has-*, and in-* (#19100)
  • Prevent important utilities from affecting other utilities (#19110)
  • Don’t index into strings with the theme(…) function (#19111)
  • Fix parsing issue when \t is used in at-rules (#19130)
  • Upgrade: Canonicalize utilities containing 0 values (#19095)
  • Upgrade: Migrate deprecated break-words to wrap-break-word (#19157)

Changed

[4.1.14] - 2025-10-01

Fixed

  • Handle ' syntax in ClojureScript when extracting classes (#18888)
  • Handle @variant inside @custom-variant (#18885)
  • Merge suggestions when using @utility (#18900)
  • Ensure that file system watchers created when using the CLI are always cleaned up (#18905)
  • Do not generate grid-column utilities when configuring grid-column-start or grid-column-end (#18907)
  • Do not generate grid-row utilities when configuring grid-row-start or grid-row-end (#18907)
  • Prevent duplicate CSS when overwriting a static utility with a theme key (#18056)
  • Show Lightning CSS warnings (if any) when optimizing/minifying (#18918)
  • Use default export condition for @tailwindcss/vite (#18948)
  • Re-throw errors from PostCSS nodes (#18373)
  • Detect classes in markdown inline directives (#18967)
  • Ensure files with only @theme produce no output when built (#18979)

... (truncated)

Commits

Updates lightningcss-linux-x64-gnu from 1.30.1 to 1.30.2

Release notes

Sourced from lightningcss-linux-x64-gnu's releases.

v1.30.2

Fixes

Rust crate changes

Commits

Updates stable-hash from 0.0.5 to 0.0.6

Release notes

Sourced from stable-hash's releases.

0.0.6

What's Changed

Full Changelog: https://github.com/shuding/stable-hash/commits/0.0.6

Commits

Updates @llamaindex/openai from 0.4.18 to 0.4.21

Release notes

Sourced from @​llamaindex/openai's releases.

@​llamaindex/openai@​0.4.21

Patch Changes

  • 1028877: Fix support for reasoning effort, and add support for reasoning summary

@​llamaindex/openai@​0.4.19

Patch Changes

  • 5da1cda: feat: support zod v4 & v3
  • Updated dependencies [5da1cda]
    • @​llamaindex/core@​0.6.21
Changelog

Sourced from @​llamaindex/openai's changelog.

0.4.21

Patch Changes

  • 1028877: Fix support for reasoning effort, and add support for reasoning summary

0.4.20

Patch Changes

  • Updated dependencies [06f884a]
    • @​llamaindex/core@​0.6.22

0.4.19

Patch Changes

  • 5da1cda: feat: support zod v4 & v3
  • Updated dependencies [5da1cda]
    • @​llamaindex/core@​0.6.21
Commits
Maintainer changes

This version was pushed to npm by cheesyfishes, a new releaser for @​llamaindex/openai since your current version.


Updates @ai-sdk/react from 2.0.33 to 2.0.90

Release notes

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

@​ai-sdk/react@​2.0.90

Patch Changes

  • Updated dependencies [818b144]
    • ai@5.0.90

@​ai-sdk/react@​2.0.89

Patch Changes

  • 7cfada6: feat(ai): chat.addToolResult() is now chat.addToolOutput()
  • Updated dependencies [7cfada6]
    • ai@5.0.89

@​ai-sdk/react@​2.0.88

Patch Changes

  • ai@5.0.88

@​ai-sdk/react@​2.0.87

Patch Changes

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

Updates ai from 5.0.33 to 5.0.90

Release notes

Sourced from ai's releases.

ai@5.0.90

Patch Changes

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

ai@5.0.89

Patch Changes

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

ai@5.0.88

Patch Changes

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

ai@5.0.87

Patch Changes

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

Updates @ai-sdk/openai from 2.0.24 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 nanoid from 5.1.5 to 5.1.6

Release notes

Sourced from nanoid's releases.

5.1.6

  • Fixed infinite loop on 0 size for customAlphabet.
Changelog

Sourced from nanoid's changelog.

5.1.6

  • Fixed infinite loop on 0 size for customAlphabet.
Commits

Updates @ai-sdk/llamaindex from 1.0.33 to 1.0.90

Release notes

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

@​ai-sdk/llamaindex@​1.0.90

Patch Changes

  • Updated dependencies [818b144]
    • ai@5.0.90

@​ai-sdk/llamaindex@​1.0.89

Patch Changes

  • Updated dependencies [7cfada6]
    • ai@5.0.89

@​ai-sdk/llamaindex@​1.0.88

Patch Changes

  • ai@5.0.88

@​ai-sdk/llamaindex@​1.0.87

Patch Changes

  • 51aa5de: backport: test server
  • Updated dependencies [51aa5de]
    • ai@5.0.87
Commits

Updates @radix-ui/react-avatar from 1.1.10 to 1.1.11

Commits

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

Commits

Updates @tailwindcss/postcss from 4.1.13 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)

v4.1.16

Fixed

  • Discard candidates with an empty data type (#19172)
  • Fix canonicalization of arbitrary variants with attribute selectors (#19176)
  • Fix invalid colors due to nested & (#19184)
  • Improve canonicalization for & > :pseudo and & :pseudo arbitrary variants (#19178)

v4.1.15

Fixed

  • Fix Safari devtools rendering issue due to color-mix fallback (#19069)
  • Suppress Lightning CSS warnings about :deep, :slotted, and :global (#19094)
  • Fix resolving theme keys when starting with the name of another theme key in JS configs and plugins (#19097)
  • Allow named groups in combination with not-*, has-*, and in-* (#19100)
  • Prevent important utilities from affecting other utilities (#19110)
  • Don’t index into strings with the theme(…) function (#19111)
  • Fix parsing issue when \t is used in at-rules (#19130)
  • Upgrade: Canonicalize utilities containing 0 values (#19095)
  • Upgrade: Migrate deprecated break-words to wrap-break-word (#19157)

Changed

  • Remove the postinstall script from oxide (#19149)

v4.1.14

Fixed

  • Handle ' syntax in ClojureScript when extracting classes (#18888)
  • Handle @variant inside @custom-variant (#18885)
  • Merge suggestions when using @utility (#18900)
  • Ensure that file system watchers created when using the CLI are always cleaned up (#18905)
  • Do not generate grid-column utilities when configuring grid-column-start or grid-column-end (#18907)
  • Do not generate grid-row utilities when configuring grid-row-start or grid-row-end (#18907)
  • Prevent duplicate CSS when overwriting a static utility with a theme key (#18056)
  • Show Lightning CSS warnings (if any) when optimizing/minifying (#18918)
  • Use default export condition for @tailwindcss/vite (#18948)
  • Re-throw errors from PostCSS nodes (#18373)
  • Detect classes in markdown inline directives (#18967)
  • Ensure files with only @theme produce no output when built (#18979)
  • Support Maud templates when extracting classes (#18988)
  • Upgrade: Do not migrate variant = 'outline' during upgrades (#18922)
  • Upgrade: Show version mismatch (if any) when running upgrade tool (#19028)
  • Upgrade: Ensure first class inside className is migrated (#19031)

... (truncated)

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)

[4.1.16] - 2025-10-23

Fixed

  • Discard candidates with an empty data type (#19172)
  • Fix canonicalization of arbitrary variants with attribute selectors (#19176)
  • Fix invalid colors due to nested & (#19184)
  • Improve canonicalization for & > :pseudo and & :pseudo arbitrary variants (#19178)

[4.1.15] - 2025-10-20

Fixed

  • Fix Safari devtools rendering issue due to color-mix fallback (#19069)
  • Suppress Lightning CSS warnings about :deep, :slotted, and :global (#19094)
  • Fix resolving theme keys when starting with the name of another theme key in JS configs and plugins (#19097)
  • Allow named groups in combination with not-*, has-*, and in-* (#19100)
  • Prevent important utilities from affecting other utilities (#19110)
  • Don’t index into strings with the theme(…) function (#19111)
  • Fix parsing issue when \t is used in at-rules (#19130)
  • Upgrade: Canonicalize utilities containing 0 values (#19095)
  • Upgrade: Migrate deprecated break-words to wrap-break-word (#19157)

Changed

[4.1.14] - 2025-10-01

Fixed

  • Handle ' syntax in ClojureScript when extracting classes (#18888)
  • Handle @variant inside @custom-variant (#18885)
  • Merge suggestions when using @utility (#18900)
  • Ensure that file system watchers created when using the CLI are always cleaned up (#18905)
  • Do not generate grid-column utilities when configuring grid-column-start or grid-column-end (#18907)
  • Do not generate grid-row utilities when configuring grid-row-start or grid-row-end (#18907)
  • Prevent duplicate CSS when overwriting a static utility with a theme key (#18056)
  • Show Lightning CSS warnings (if any) when optimizing/minifying (#18918)
  • Use default export condition for @tailwindcss/vite (#18948)
  • Re-throw errors from PostCSS nodes (#18373)
  • Detect classes in markdown inline directives (#18967)
  • Ensure files with only @theme produce no output when built (#18979)

... (truncated)

Commits

Updates tailwindcss from 4.1.13 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)

v4.1.16

Fixed

  • Discard candidates with an empty data type (#19172)
  • Fix canonicalization of arbitrary variants with attribute selectors (#19176)
  • Fix invalid colors due to nested & (#19184)
  • Improve canonicalization for & > :pseudo and & :pseudo arbitrary variants (#19178)

v4.1.15

Fixed

  • Fix Safari devtools rendering issue due to color-mix fallback (#19069)
  • Suppress Lightning CSS warnings about :deep, :slotted, and :global (#19094)
  • Fix resolving theme keys when starting with the name of another theme key in JS configs and plugins (#19097)
  • Allow named groups in combination with not-*, has-*, and in-* (#19100)
  • Prevent important utilities from affecting other utilities (#19110)
  • Don’t index into strings with the theme(…) function (#19111)
  • Fix parsing issue when \t is used in at-rules (#19130)
  • Upgrade: Canonicalize utilities containing 0 values (#19095)
  • Upgrade: Migrate deprecated break-words to wrap-break-word (#19157)

Changed

  • Remove the postinstall script from oxide (#19149)

v4.1.14

Fixed

  • Handle ' syntax in ClojureScript when extracting classes (#18888)
  • Handle @variant inside @custom-variant (#18885)
  • Merge suggestions when using @utility (#18900)
  • Ensure that file system watchers created when using the CLI are always cleaned up (#18905)
  • Do not generate grid-column utilities when configuring grid-column-start or grid-column-end (#18907)
  • Do not generate grid-row utilities when configuring grid-row-start or grid-row-end (#18907)
  • Prevent duplicate CSS when overwriting a static utility with a theme key (#18056)
  • Show Lightning CSS warnings (if any) when optimizing/minifying (#18918)
  • Use default export condition for @tailwindcss/vite (#18948)
  • Re-throw errors from PostCSS nodes (#18373)
  • Detect classes in markdown inline directives (#18967)
  • Ensure files with only @theme produce no output when built (#18979)
  • Support Maud templates when extracting classes (#18988)
  • Upgrade: Do not migrate variant = 'outline' during upgrades (#18922)
  • Upgrade: Show version mismatch (if any) when running upgrade tool (#19028)
  • Upgrade: Ensure first class inside className is migrated (#19031)

... (truncated)

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 loaded into a worker thread (#19242)

[4.1.16] - 2025-10-23

Fixed

  • Discard candidates with an empty data type (#19172)
  • Fix canonicalization of arbitrary variants with attribute selectors (#19176)
  • Fix invalid colors due to nested & (#19184)
  • Improve canonicalization for & > :pseudo and & :pseudo arbitrary variants (#19178)

[4.1.15] - 2025-10-20

Fixed

  • Fix Safari devtools rendering issue due to color-mix fallback (#19069)
  • Suppress Lightning CSS warnings about :deep, :slotted, and :global (#19094)
  • Fix resolving theme keys when starting with the name of another theme key in JS configs and plugins (#19097)
  • Allow named groups in combination with not-*, has-*, and in-* (#19100)
  • Prevent important utilities from affecting other utilities (#19110)
  • Don’t index into strings with the theme(…) function (#19111)
  • Fix parsing issue when \t is used in at-rules (#19130)
  • Upgrade: Canonicalize utilities containing 0 values (#19095)
  • Upgrade: Migrate deprecated break-words to wrap-break-word (#19157)

Changed

[4.1.14] - 2025-10-01

Fixed

  • Handle ' syntax in ClojureScript when extracting classes (#18888)
  • Handle @variant inside @custom-variant (#18885)
  • Merge suggestions when using @utility (#18900)
  • Ensure that file system watchers created when using the CLI are always cleaned up (#18905)
  • Do not generate grid-column utilities when configuring grid-column-start or grid-column-end (#18907)
  • Do not generate grid-row utilities when configuring grid-row-start or grid-row-end (#18907)
  • Prevent duplicate CSS when overwriting a static utility with a theme key (#18056)
  • Show Lightning CSS warnings (if any) when optimizing/minifying (#18918)
  • Use default export condition for @tailwindcss/vite (#18948)
  • Re-throw errors from PostCSS nodes (#18373)
  • Detect classes in markdown inline directives (#18967)
  • Ensure files with only @theme produce no output when built (#18979)

... (truncated)

Commits

… updates

Bumps the npm-production group with 18 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@tailwindcss/oxide-linux-x64-gnu](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/crates/node/npm/linux-x64-gnu) | `4.1.13` | `4.1.17` |
| [lightningcss-linux-x64-gnu](https://github.com/parcel-bundler/lightningcss) | `1.30.1` | `1.30.2` |
| [stable-hash](https://github.com/shuding/stable-hash) | `0.0.5` | `0.0.6` |
| [@llamaindex/openai](https://github.com/run-llama/LlamaIndexTS/tree/HEAD/packages/providers/openai) | `0.4.18` | `0.4.21` |
| [@ai-sdk/react](https://github.com/vercel/ai) | `2.0.33` | `2.0.90` |
| [ai](https://github.com/vercel/ai) | `5.0.33` | `5.0.90` |
| [@ai-sdk/openai](https://github.com/vercel/ai) | `2.0.24` | `2.0.64` |
| [nanoid](https://github.com/ai/nanoid) | `5.1.5` | `5.1.6` |
| [@ai-sdk/llamaindex](https://github.com/vercel/ai) | `1.0.33` | `1.0.90` |
| [@radix-ui/react-avatar](https://github.com/radix-ui/primitives) | `1.1.10` | `1.1.11` |
| [@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.13` | `4.1.17` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.1.13` | `4.1.17` |
| [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) | `4.1.13` | `4.1.17` |
| [@hono/node-server](https://github.com/honojs/node-server) | `1.19.1` | `1.19.6` |
| [@radix-ui/react-label](https://github.com/radix-ui/primitives) | `2.1.7` | `2.1.8` |
| [@radix-ui/react-separator](https://github.com/radix-ui/primitives) | `1.1.7` | `1.1.8` |
| [@ai-sdk/provider-utils](https://github.com/vercel/ai) | `3.0.8` | `3.0.16` |



Updates `@tailwindcss/oxide-linux-x64-gnu` from 4.1.13 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/crates/node/npm/linux-x64-gnu)

Updates `lightningcss-linux-x64-gnu` from 1.30.1 to 1.30.2
- [Release notes](https://github.com/parcel-bundler/lightningcss/releases)
- [Commits](parcel-bundler/lightningcss@v1.30.1...v1.30.2)

Updates `stable-hash` from 0.0.5 to 0.0.6
- [Release notes](https://github.com/shuding/stable-hash/releases)
- [Commits](https://github.com/shuding/stable-hash/commits/0.0.6)

Updates `@llamaindex/openai` from 0.4.18 to 0.4.21
- [Release notes](https://github.com/run-llama/LlamaIndexTS/releases)
- [Changelog](https://github.com/run-llama/LlamaIndexTS/blob/main/packages/providers/openai/CHANGELOG.md)
- [Commits](https://github.com/run-llama/LlamaIndexTS/commits/@llamaindex/openai@0.4.21/packages/providers/openai)

Updates `@ai-sdk/react` from 2.0.33 to 2.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/@ai-sdk/react@2.0.33...@ai-sdk/react@2.0.90)

Updates `ai` from 5.0.33 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/ai@5.0.33...ai@5.0.90)

Updates `@ai-sdk/openai` from 2.0.24 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/openai@2.0.24...@ai-sdk/openai@2.0.64)

Updates `nanoid` from 5.1.5 to 5.1.6
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](ai/nanoid@5.1.5...5.1.6)

Updates `@ai-sdk/llamaindex` from 1.0.33 to 1.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/@ai-sdk/llamaindex@1.0.33...@ai-sdk/llamaindex@1.0.90)

Updates `@radix-ui/react-avatar` from 1.1.10 to 1.1.11
- [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.13 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` from 4.1.13 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 `@tailwindcss/vite` from 4.1.13 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 `@hono/node-server` from 1.19.1 to 1.19.6
- [Release notes](https://github.com/honojs/node-server/releases)
- [Commits](honojs/node-server@v1.19.1...v1.19.6)

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-separator` from 1.1.7 to 1.1.8
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@ai-sdk/provider-utils` from 3.0.8 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/provider-utils@3.0.8...@ai-sdk/provider-utils@3.0.16)

---
updated-dependencies:
- dependency-name: "@tailwindcss/oxide-linux-x64-gnu"
  dependency-version: 4.1.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: lightningcss-linux-x64-gnu
  dependency-version: 1.30.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: stable-hash
  dependency-version: 0.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: "@llamaindex/openai"
  dependency-version: 0.4.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: "@ai-sdk/react"
  dependency-version: 2.0.90
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: ai
  dependency-version: 5.0.90
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: "@ai-sdk/openai"
  dependency-version: 2.0.64
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: nanoid
  dependency-version: 5.1.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: "@ai-sdk/llamaindex"
  dependency-version: 1.0.90
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: "@radix-ui/react-avatar"
  dependency-version: 1.1.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: "@radix-ui/react-slot"
  dependency-version: 1.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: "@tailwindcss/postcss"
  dependency-version: 4.1.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: tailwindcss
  dependency-version: 4.1.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: "@tailwindcss/vite"
  dependency-version: 4.1.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: "@hono/node-server"
  dependency-version: 1.19.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: "@radix-ui/react-label"
  dependency-version: 2.1.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: "@radix-ui/react-separator"
  dependency-version: 1.1.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: "@ai-sdk/provider-utils"
  dependency-version: 3.0.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
...

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 Nov 10, 2025
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