Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps(example): bump the dependencies group across 1 directory with 6 updates #2999

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dependencies group with 6 updates in the /examples/nextjs-openai directory:

Package From To
@ai-sdk/openai 1.1.0 1.1.5
ai 4.1.0 4.1.9
openai 4.79.4 4.80.1
@types/react 19.0.7 19.0.8
eslint-config-next 15.1.5 15.1.6
tailwindcss 3.4.17 4.0.0

Updates @ai-sdk/openai from 1.1.0 to 1.1.5

Release notes

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

@​ai-sdk/openai@​1.1.5

Patch Changes

  • Updated dependencies [3a602ca]
    • @​ai-sdk/provider-utils@​2.1.5

@​ai-sdk/openai@​1.1.4

Patch Changes

  • Updated dependencies [066206e]
    • @​ai-sdk/provider-utils@​2.1.4

@​ai-sdk/openai@​1.1.3

Patch Changes

  • Updated dependencies [39e5c1f]
    • @​ai-sdk/provider-utils@​2.1.3
Commits

Updates ai from 4.1.0 to 4.1.9

Release notes

Sourced from ai's releases.

[email protected]

Patch Changes

  • 3a602ca: chore (core): rename CoreTool to Tool
  • Updated dependencies [3a602ca]
    • @​ai-sdk/provider-utils@​2.1.5
    • @​ai-sdk/ui-utils@​1.1.6
    • @​ai-sdk/react@​1.1.6

[email protected]

Patch Changes

  • 92f5f36: feat (core): add extractReasoningMiddleware

[email protected]

Patch Changes

  • 066206e: feat (provider-utils): move delay to provider-utils from ai
  • Updated dependencies [066206e]
    • @​ai-sdk/provider-utils@​2.1.4
    • @​ai-sdk/react@​1.1.5
    • @​ai-sdk/ui-utils@​1.1.5

[email protected]

Patch Changes

  • Updated dependencies [39e5c1f]
    • @​ai-sdk/provider-utils@​2.1.3
    • @​ai-sdk/react@​1.1.4
    • @​ai-sdk/ui-utils@​1.1.4

[email protected]

Patch Changes

  • 9ce598c: feat (ai/ui): add reasoning support to useChat
  • Updated dependencies [9ce598c]
    • @​ai-sdk/ui-utils@​1.1.3
    • @​ai-sdk/react@​1.1.3

[email protected]

Patch Changes

  • caaad11: feat (ai/core): re-export languagemodelv1 types for middleware implementations
  • caaad11: feat (ai/core): expose TelemetrySettings type

[email protected]

Patch Changes

  • 7f30a77: feat (core): export core message schemas
  • 4298996: feat (core): add helper for merging single client message
Commits

Updates openai from 4.79.4 to 4.80.1

Release notes

Sourced from openai's releases.

v4.80.1

4.80.1 (2025-01-24)

Full Changelog: v4.80.0...v4.80.1

Bug Fixes

  • azure: include retry count header (3e0ba40)

Documentation

  • fix typo, "zodFunctionTool" -> "zodFunction" (#1128) (b7ab6bb)
  • helpers: fix type annotation (fc019df)
  • readme: fix realtime errors docs link (#1286) (d1d50c8)

v4.80.0

4.80.0 (2025-01-22)

Full Changelog: v4.79.4...v4.80.0

Features

  • api: update enum values, comments, and examples (#1280) (d38f2c2)
Changelog

Sourced from openai's changelog.

4.80.1 (2025-01-24)

Full Changelog: v4.80.0...v4.80.1

Bug Fixes

  • azure: include retry count header (3e0ba40)

Documentation

  • fix typo, "zodFunctionTool" -> "zodFunction" (#1128) (b7ab6bb)
  • helpers: fix type annotation (fc019df)
  • readme: fix realtime errors docs link (#1286) (d1d50c8)

4.80.0 (2025-01-22)

Full Changelog: v4.79.4...v4.80.0

Features

  • api: update enum values, comments, and examples (#1280) (d38f2c2)
Commits

Updates @types/react from 19.0.7 to 19.0.8

Commits

Updates eslint-config-next from 15.1.5 to 15.1.6

Release notes

Sourced from eslint-config-next's releases.

v15.1.6

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

Core Changes

  • fix: don't memory-leak promises passed to waitUntil (#75041)
  • backport: fix prerender issue with intercepting routes + generateStaticParams (#75170)

Credits

Huge thanks to @​lubieowoce and @​ztanner for helping!

Commits

Updates tailwindcss from 3.4.17 to 4.0.0

Release notes

Sourced from tailwindcss's releases.

v4.0.0

Holy shit it's actually done — we just tagged Tailwind CSS v4.0.

Tailwind CSS v4.0 is an all-new version of the framework optimized for performance and flexibility, with a reimagined configuration and customization experience, and taking full advantage of the latest advancements the web platform has to offer.

Start using Tailwind CSS v4.0 today by installing it in a new project, or playing with it directly in the browser on Tailwind Play.

For existing projects, we've published a comprehensive upgrade guide and built an automated upgrade tool to get you on the latest version as quickly and painlessly as possible.

For a deep-dive into everything that's new, check out the announcement post.

v4.0.0-beta.10

Added

  • Add support for using @variant to use variants in your CSS (#15663)
  • Include outline-color when transitioning colors (#15690)

Fixed

  • Add missing main and browser fields for @tailwindcss/browser (#15594)
  • Support escaping * in theme namespace syntax (e.g.: --color-\*: initial;) (#15603)
  • Respect @theme options when resolving values in custom functional utilities (#15623)
  • Discard invalid variants (e.g. data-checked-[selected=1]:*) (#15629)
  • Ensure -outline-offset-* utilities are suggested in IntelliSense (#15646)
  • Write to stdout when --output is set to - or omitted with @tailwindcss/cli (#15656)
  • Prevent not-* from being used with variants that have multiple sibling rules (#15689)
  • Upgrade (experimental): Pretty print --spacing(…) to prevent ambiguity (#15596)

Changed

  • Use more modern --alpha(color / 50%) syntax instead of --alpha(color, 50%) (#15665)

... (truncated)

Changelog

Sourced from tailwindcss's changelog.

[4.0.0] - 2025-01-21

Added

Start using Tailwind CSS v4.0 today by installing it in a new project, or playing with it directly in the browser on Tailwind Play.

For existing projects, we've published a comprehensive upgrade guide and built an automated upgrade tool to get you on the latest version as quickly and painlessly as possible.

For a deep-dive into everything that's new, check out the announcement post.

[4.0.0-beta.10] - 2025-01-21

Added

  • Add support for using @variant to use variants in your CSS (#15663)
  • Include outline-color when transitioning colors (#15690)

Fixed

  • Add missing main and browser fields for @tailwindcss/browser (#15594)
  • Support escaping * in theme namespace syntax (e.g.: --color-\*: initial;) (#15603)
  • Respect @theme options when resolving values in custom functional utilities (#15623)
  • Discard invalid variants (e.g. data-checked-[selected=1]:*) (#15629)
  • Ensure -outline-offset-* utilities are suggested in IntelliSense (#15646)
  • Write to stdout when --output is set to - or omitted with @tailwindcss/cli (#15656)
  • Prevent not-* from being used with variants that have multiple sibling rules (#15689)
  • Upgrade (experimental): Pretty print --spacing(…) to prevent ambiguity (#15596)

Changed

  • Use more modern --alpha(color / 50%) syntax instead of --alpha(color, 50%) (#15665)
  • Rename @variant to @custom-variant (#15663)
  • Change outline-hidden to set outline-style: none except in forced colors mode (#15690)

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…updates

Bumps the dependencies group with 6 updates in the /examples/nextjs-openai directory:

| Package | From | To |
| --- | --- | --- |
| [@ai-sdk/openai](https://github.com/vercel/ai) | `1.1.0` | `1.1.5` |
| [ai](https://github.com/vercel/ai) | `4.1.0` | `4.1.9` |
| [openai](https://github.com/openai/openai-node) | `4.79.4` | `4.80.1` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.0.7` | `19.0.8` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `15.1.5` | `15.1.6` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `3.4.17` | `4.0.0` |



Updates `@ai-sdk/openai` from 1.1.0 to 1.1.5
- [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` from 4.1.0 to 4.1.9
- [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]@4.1.9)

Updates `openai` from 4.79.4 to 4.80.1
- [Release notes](https://github.com/openai/openai-node/releases)
- [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md)
- [Commits](openai/openai-node@v4.79.4...v4.80.1)

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

Updates `eslint-config-next` from 15.1.5 to 15.1.6
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.1.6/packages/eslint-config-next)

Updates `tailwindcss` from 3.4.17 to 4.0.0
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/next/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.0.0/packages/tailwindcss)

---
updated-dependencies:
- dependency-name: "@ai-sdk/openai"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ai
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: openai
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-major
  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 Jan 28, 2025
@dependabot dependabot bot requested a review from a team as a code owner January 28, 2025 06:36
@dependabot dependabot bot requested review from blaine-arcjet and e-moran January 28, 2025 06:36
Copy link

trunk-io bot commented Jan 28, 2025

Merging to main in this repository is managed by Trunk.

  • To merge this pull request, check the box to the left or comment /trunk merge below.

Copy link

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 29, 2025

Superseded by #3011.

@dependabot dependabot bot closed this Jan 29, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/examples/nextjs-openai/dependencies-e9a5051bc4 branch January 29, 2025 07:04
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.

2 participants