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 #2828

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
@ai-sdk/openai 1.0.16 1.0.18
ai 4.0.32 4.0.34
openai 4.78.0 4.78.1
@types/react 19.0.4 19.0.6
@types/react-dom 19.0.2 19.0.3
postcss 8.4.49 8.5.0

Updates @ai-sdk/openai from 1.0.16 to 1.0.18

Release notes

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

@​ai-sdk/openai@​1.0.18

Patch Changes

  • fe816e4: fix (provider/openai): streamObject with o1

@​ai-sdk/openai@​1.0.17

Patch Changes

  • ba62cf2: feat (provider/openai): automatically map maxTokens to max_completion_tokens for reasoning models
  • 3c3fae8: fix (provider/openai): add o1-mini-2024-09-12 and o1-preview-2024-09-12 configurations
Commits
  • 9495438 Version Packages (#4358)
  • fe816e4 fix (provider/openai): streamObject with o1 (#4357)
  • 685c140 fix (docs): change typo 'use chat' to 'use client' (#4346)
  • 91d706b Version Packages (#4354)
  • 33b28df feat (provider/replicate): Fix api key name typo, add package metadata/files ...
  • 7dbac68 Version Packages (#4350)
  • ba62cf2 feat (provider/openai): automatically map maxTokens to max_completion_tokens ...
  • 3c3fae8 fix (provider/openai): add o1-mini-2024-09-12 and o1-preview-2024-09-12 confi...
  • 8696952 chore (examples): Add tool call tests and an openai e2e test suite. (#4337)
  • b6437bf Version Packages (#4345)
  • Additional commits viewable in compare view

Updates ai from 4.0.32 to 4.0.34

Release notes

Sourced from ai's releases.

[email protected]

Patch Changes

  • 2495973: feat (ai/core): use openai compatible mode for json schema conversion
  • 2495973: fix (ai/core): duplicate instead of using reference in json schema
  • Updated dependencies [2495973]
  • Updated dependencies [2495973]
    • @​ai-sdk/ui-utils@​1.0.9
    • @​ai-sdk/react@​1.0.10

[email protected]

Patch Changes

  • 5510ee7: feat (ai/core): add stopStream option to streamText transforms
Commits
  • 4c824dc Version Packages (#4371)
  • 4eb9b41 fix (provider/google): support conversion of string enums to openapi spec (#4...
  • 2495973 fix (ai/core): improved openai and gemini compatibility when generating json ...
  • 71bca1c docs: add svelte guide note (#4369)
  • 4bfd392 feat (docs): useChat 'an error occurred' troubleshooting page (#4368)
  • 4ec0368 chore (ai/core): add test case for calling onFinish when stopping stream (#4367)
  • 9495438 Version Packages (#4358)
  • fe816e4 fix (provider/openai): streamObject with o1 (#4357)
  • 685c140 fix (docs): change typo 'use chat' to 'use client' (#4346)
  • 91d706b Version Packages (#4354)
  • Additional commits viewable in compare view

Updates openai from 4.78.0 to 4.78.1

Release notes

Sourced from openai's releases.

v4.78.1

4.78.1 (2025-01-10)

Full Changelog: v4.78.0...v4.78.1

Bug Fixes

  • send correct Accept header for certain endpoints (#1257) (8756693)
Changelog

Sourced from openai's changelog.

4.78.1 (2025-01-10)

Full Changelog: v4.78.0...v4.78.1

Bug Fixes

  • send correct Accept header for certain endpoints (#1257) (8756693)
Commits

Updates @types/react from 19.0.4 to 19.0.6

Commits

Updates @types/react-dom from 19.0.2 to 19.0.3

Commits

Updates postcss from 8.4.49 to 8.5.0

Release notes

Sourced from postcss's releases.

8.5 “Duke Alloces”

PostCSS 8.5 brought API to work better with non-CSS sources like HTML, Vue.js/Svelte sources or CSS-in-JS.

@​romainmenke during his work on Stylelint added Input#document in additional to Input#css.

root.source.input.document //=> "<p>Hello</p>
                           //    <style>
                           //    p {
                           //      color: green;
                           //    }
                           //    </style>"
root.source.input.css      //=> "p {
                           //      color: green;
                           //    }"

Thanks to Sponsors

This release was possible thanks to our community.

If your company wants to support the sustainability of front-end infrastructure or wants to give some love to PostCSS, you can join our supporters by:

Changelog

Sourced from postcss's changelog.

Change Log

This project adheres to Semantic Versioning.

8.5 “Duke Alloces”

  • Added Input#document for sources like CSS-in-JS or HTML (by @​romainmenke).
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.0.16` | `1.0.18` |
| [ai](https://github.com/vercel/ai) | `4.0.32` | `4.0.34` |
| [openai](https://github.com/openai/openai-node) | `4.78.0` | `4.78.1` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.0.4` | `19.0.6` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `19.0.2` | `19.0.3` |
| [postcss](https://github.com/postcss/postcss) | `8.4.49` | `8.5.0` |



Updates `@ai-sdk/openai` from 1.0.16 to 1.0.18
- [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.32 to 4.0.34
- [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.34)

Updates `openai` from 4.78.0 to 4.78.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.78.0...v4.78.1)

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

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

Updates `postcss` from 8.4.49 to 8.5.0
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.49...8.5.0)

---
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-patch
  dependency-group: dependencies
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner January 14, 2025 06:55
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 14, 2025
@dependabot dependabot bot requested review from blaine-arcjet and e-moran January 14, 2025 06:55
Copy link

trunk-io bot commented Jan 14, 2025

😎 Merged successfully - details.

Copy link

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

Package New capabilities Transitives Size Publisher
npm/@ai-sdk/[email protected] 🔁 npm/@ai-sdk/[email protected] Transitive: environment, network +4 5.39 MB vercel-release-bot
npm/@types/[email protected] None 0 20.6 kB types
npm/@types/[email protected] None 0 796 kB types
npm/[email protected] 🔁 npm/[email protected] None +12 8.69 MB chriswdmr, ijjk, matheuss, ...8 more
npm/[email protected] 🔁 npm/[email protected] Transitive: filesystem +9 5.64 MB dschnurr, dschnurr-openai, jeevnayak, ...2 more
npm/[email protected] None 0 202 kB ai

View full report↗︎

@trunk-io trunk-io bot merged commit 1e128ff into main Jan 14, 2025
28 checks passed
@trunk-io trunk-io bot deleted the dependabot/npm_and_yarn/examples/nextjs-openai/dependencies-15799131bc branch January 14, 2025 17:46
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