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

chore(deps-dev): bump @ai-sdk/openai from 0.0.48 to 1.0.4 #462

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 22, 2024

Bumps @ai-sdk/openai from 0.0.48 to 1.0.4.

Release notes

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

@​ai-sdk/openai@​1.0.4

Patch Changes

  • Updated dependencies [b446ae5]
    • @​ai-sdk/provider@​1.0.1
    • @​ai-sdk/provider-utils@​2.0.2

@​ai-sdk/openai@​1.0.3

Patch Changes

  • b748dfb: feat (providers): update model lists

@​ai-sdk/openai@​1.0.2

Patch Changes

  • Updated dependencies [c3ab5de]
    • @​ai-sdk/provider-utils@​2.0.1

@​ai-sdk/openai@​1.0.1

Patch Changes

  • 5e6419a: feat (provider/openai): support streaming for reasoning models

@​ai-sdk/openai@​1.0.0

Major Changes

  • 66060f7: chore (release): bump major version to 4.0
  • 79644e9: chore (provider/openai): remove OpenAI facade
  • 0d3d3f5: chore (providers): remove baseUrl option

Patch Changes

  • Updated dependencies [b469a7e]
  • Updated dependencies [dce4158]
  • Updated dependencies [c0ddc24]
  • Updated dependencies [b1da952]
  • Updated dependencies [dce4158]
  • Updated dependencies [8426f55]
  • Updated dependencies [db46ce5]
    • @​ai-sdk/provider-utils@​2.0.0
    • @​ai-sdk/provider@​1.0.0
Commits
  • ad57459 Version Packages (#3828)
  • 88b364b feat (ui/solid): useAssistant, useObject, fix deep object updating (#3829)
  • b78b7fe feat (docs): add link to HoneyHive observability integration (#3830)
  • b446ae5 feat (provider): Define type for ObjectGenerationMode. (#3816)
  • d853d6d feat (docs): improve streamText onFinish documentation (#3827)
  • 5d902a7 feat (packages/codemod): Don't generate duplicate token usage imports. (#3818)
  • c4e1192 fix (codemod): Filter more dirs/files unlikely to need transform. (#3803)
  • b40183a feat (docs): add braintrust observability page (#3826)
  • 1d99877 Version Packages (#3825)
  • b748dfb feat (providers): update model lists (#3824)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 22, 2024
Copy link

vercel bot commented Nov 22, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
langfuse-js ✅ Ready (Inspect) Visit Preview Nov 26, 2024 2:39pm

Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Disclaimer: Experimental PR review

PR Summary

This PR updates the @ai-sdk/openai dev dependency from version 0.0.48 to 1.0.4, introducing breaking changes in the OpenAI SDK integration.

  • Major breaking changes in v1.0.0 include removal of OpenAI facade and baseUrl option
  • Package is only used as a dev dependency in root package.json, not in any production packages
  • CI workflow tests on Node 18 and 20 will validate the update doesn't break test suites
  • Integration tests specifically validate OpenAI functionality remains intact
  • Update includes dependency bumps for @ai-sdk/provider (1.0.1) and @ai-sdk/provider-utils (2.0.2)

1 file(s) reviewed, 1 comment(s)
Edit PR Review Bot Settings | Greptile

Comment on lines 44 to +45
"devDependencies": {
"@ai-sdk/openai": "^0.0.48",
"@ai-sdk/openai": "^1.0.4",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

logic: Major version bump from 0.0.48 to 1.0.4 includes breaking changes: removal of OpenAI facade and baseUrl option. Verify test suite passes and no tests depend on removed functionality.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ai-sdk/openai-1.0.4 branch from 2166bad to b46c4ea Compare November 22, 2024 11:07
Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Disclaimer: Experimental PR review

PR Summary

No major changes found since last review. The previous review comprehensively covered the key points about the @ai-sdk/openai dependency update and its implications.

1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile

Bumps [@ai-sdk/openai](https://github.com/vercel/ai) from 0.0.48 to 1.0.4.
- [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])

---
updated-dependencies:
- dependency-name: "@ai-sdk/openai"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ai-sdk/openai-1.0.4 branch from b46c4ea to d0e21fe Compare November 26, 2024 14:37
Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Disclaimer: Experimental PR review

PR Summary

No major changes found since last review. The previous reviews comprehensively covered the key aspects of the @ai-sdk/openai dependency update from version 0.0.48 to 1.0.4 and its implications.

1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 26, 2024

Looks like @ai-sdk/openai is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Nov 26, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ai-sdk/openai-1.0.4 branch November 26, 2024 22: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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants