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 5 updates #2446

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 5, 2024

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

Package From To
@ai-sdk/openai 1.0.5 1.0.6
ai 4.0.10 4.0.11
openai 4.74.0 4.75.0
@types/react 18.3.12 18.3.13
tailwindcss 3.4.15 3.4.16

Updates @ai-sdk/openai from 1.0.5 to 1.0.6

Release notes

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

@​ai-sdk/openai@​1.0.6

Patch Changes

  • a9a19cb: fix (provider/openai,groq): prevent sending duplicate tool calls
Commits
  • 6a324cf Version Packages (#3963)
  • a9a19cb fix (provider/openai,groq): prevent sending duplicate tool calls (#3960)
  • 55ef691 chore (docs): collapse rsc section in cookbook (#3959)
  • 1c55458 docs: update expo guide response headers (#3950)
  • e00bcd5 docs: caching middleware update (#3951)
  • 103da13 fix (docs): correct spelling of 'fahrenheit' across getting started guides (#...
  • d3f72cf docs: add cache middleware recipe (#3940)
  • 4f894cd Bump @​nestjs/testing from 10.4.8 to 10.4.12 (#3939)
  • 1c1c031 Version Packages (#3948)
  • 913872d fix (ai/core): track promise from async createDataStream.execute (#3947)
  • Additional commits viewable in compare view

Updates ai from 4.0.10 to 4.0.11

Release notes

Sourced from ai's releases.

[email protected]

Patch Changes

  • Updated dependencies [953469c]
  • Updated dependencies [a3dd2ed]
    • @​ai-sdk/ui-utils@​1.0.3
    • @​ai-sdk/react@​1.0.4
Commits
  • 99d6d0d Version Packages (#3966)
  • 953469c feat (ui/vue): add support for attachments in useChat (#3965)
  • a3dd2ed fix (ui): preserve createdAt as Date object (#3964)
  • 9e3eae5 chore (docs): update FriendliAI (structured outputs - regex, json) (#3962)
  • 6a324cf Version Packages (#3963)
  • a9a19cb fix (provider/openai,groq): prevent sending duplicate tool calls (#3960)
  • 55ef691 chore (docs): collapse rsc section in cookbook (#3959)
  • 1c55458 docs: update expo guide response headers (#3950)
  • e00bcd5 docs: caching middleware update (#3951)
  • 103da13 fix (docs): correct spelling of 'fahrenheit' across getting started guides (#...
  • Additional commits viewable in compare view

Updates openai from 4.74.0 to 4.75.0

Release notes

Sourced from openai's releases.

v4.75.0

4.75.0 (2024-12-03)

Full Changelog: v4.74.0...v4.75.0

Features

Changelog

Sourced from openai's changelog.

4.75.0 (2024-12-03)

Full Changelog: v4.74.0...v4.75.0

Features

Commits

Updates @types/react from 18.3.12 to 18.3.13

Commits

Updates tailwindcss from 3.4.15 to 3.4.16

Release notes

Sourced from tailwindcss's releases.

v3.4.16

Fixed

  • Ensure the TypeScript types for PluginsConfig allow undefined values (#14668)

Changed

  • Bumped lilconfig to v3.x (#15289)
Changelog

Sourced from tailwindcss's changelog.

[3.4.16] - 2024-12-03

Fixed

  • Ensure the TypeScript types for PluginsConfig allow undefined values (#14668)

Changed

  • Bumped lilconfig to v3.x (#15289)
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 5 updates in the /examples/nextjs-openai directory:

| Package | From | To |
| --- | --- | --- |
| [@ai-sdk/openai](https://github.com/vercel/ai) | `1.0.5` | `1.0.6` |
| [ai](https://github.com/vercel/ai) | `4.0.10` | `4.0.11` |
| [openai](https://github.com/openai/openai-node) | `4.74.0` | `4.75.0` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.12` | `18.3.13` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.15` | `3.4.16` |



Updates `@ai-sdk/openai` from 1.0.5 to 1.0.6
- [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.0.10 to 4.0.11
- [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.0.11)

Updates `openai` from 4.74.0 to 4.75.0
- [Release notes](https://github.com/openai/openai-node/releases)
- [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md)
- [Commits](openai/openai-node@v4.74.0...v4.75.0)

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

Updates `tailwindcss` from 3.4.15 to 3.4.16
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.16/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.4.15...v3.4.16)

---
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: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner December 5, 2024 07:15
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 5, 2024
@dependabot dependabot bot requested review from blaine-arcjet and e-moran December 5, 2024 07:15
Copy link

trunk-io bot commented Dec 5, 2024

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

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@ai-sdk/[email protected] Transitive: environment, network +3 5.23 MB vercel-release-bot
npm/@types/[email protected] None 0 439 kB types
npm/[email protected] Transitive: environment, network +13 9.1 MB chriswdmr, ijjk, matheuss, ...8 more
npm/[email protected] Transitive: filesystem, network +9 5.45 MB dschnurr, dschnurr-openai, jeevnayak, ...2 more
npm/[email protected] Transitive: filesystem +3 6.74 MB adamwathan, malfaitrobin, reinink

🚮 Removed packages: npm/@ai-sdk/[email protected], npm/[email protected], npm/[email protected]

View full report↗︎

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 6, 2024

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

@dependabot dependabot bot closed this Dec 6, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/examples/nextjs-openai/dependencies-921dd19543 branch December 6, 2024 06:19
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