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.2 #460

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Release notes

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

@​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
  • d8f589d Version Packages (#3796)
  • c3ab5de fix (provider-utils): downgrade nanoid and secure-json-parse (ESM compatibili...
  • 924217d fix (docs): point perplexity example/docs to newest model (#3778)
  • 96f0e7f Bump @​testing-library/vue from 8.0.1 to 8.1.0 (#3785)
  • b17c29c Bump secure-json-parse from 2.7.0 to 3.0.1 (#3784)
  • 909b29f Bump vinxi from 0.3.12 to 0.4.3 (#3783)
  • 91ab813 Version Packages (#3773)
  • b117255 feat (ai/core): add messages to tool call options (#3774)
  • b107ab9 feat (packages/codemod): Use higher-order transformer for code sharing. (#3755)
  • ff0676c chore (packages/codemod): Remove semver dependency. (#3730)
  • 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 20, 2024
Copy link

vercel bot commented Nov 20, 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 21, 2024 9:20am

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.2, introducing breaking changes that could affect development and testing environments.

  • Removed OpenAI facade and baseUrl option in @ai-sdk/openai v1.0.0
  • Added support for streaming reasoning models in v1.0.1
  • Package is only used as a dev dependency in /package.json, minimizing production impact
  • CI workflow in /.github/workflows/ci.yml tests against Node 18 and 20 to ensure compatibility
  • Integration tests in /integration-test/ directory verify OpenAI functionality remains intact

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.2",
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.2 includes breaking changes: removal of OpenAI facade and baseUrl option. Verify that development and testing code does not rely on these removed features.

Bumps [@ai-sdk/openai](https://github.com/vercel/ai) from 0.0.48 to 1.0.2.
- [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.2 branch from 2035f55 to bfbfc7a Compare November 21, 2024 09:18
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 significant changes found since the last review. The previous review comprehensively covered the key aspects of the @ai-sdk/openai dependency update, including the breaking changes, testing considerations, and potential impacts.

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 22, 2024

Superseded by #462.

@dependabot dependabot bot closed this Nov 22, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ai-sdk/openai-1.0.2 branch November 22, 2024 05:55
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