Skip to content

chore(deps): bump @ai-sdk/deepinfra from 1.0.36 to 2.0.39 - #130

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/ai-sdk/deepinfra-2.0.39
Closed

chore(deps): bump @ai-sdk/deepinfra from 1.0.36 to 2.0.39#130
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/ai-sdk/deepinfra-2.0.39

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 13, 2026

Copy link
Copy Markdown
Contributor

Bumps @ai-sdk/deepinfra from 1.0.36 to 2.0.39.

Release notes

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

@​ai-sdk/mcp@​2.0.0-beta.3

Patch Changes

  • b9b3899: fix(mcp): validate state param in oauth flow

@​ai-sdk/rsc@​1.0.155

Patch Changes

  • Updated dependencies [c59a31c]
    • ai@5.0.153

@​ai-sdk/rsc@​1.0.154

Patch Changes

  • ai@5.0.152

@​ai-sdk/angular@​1.0.153

Patch Changes

  • Updated dependencies [c59a31c]
    • ai@5.0.153

@​ai-sdk/langchain@​1.0.153

Patch Changes

  • Updated dependencies [c59a31c]
    • ai@5.0.153

@​ai-sdk/llamaindex@​1.0.153

Patch Changes

  • Updated dependencies [c59a31c]
    • ai@5.0.153

@​ai-sdk/angular@​1.0.152

Patch Changes

  • ai@5.0.152

@​ai-sdk/langchain@​1.0.152

Patch Changes

  • ai@5.0.152

@​ai-sdk/llamaindex@​1.0.152

Patch Changes

  • ai@5.0.152
Commits

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 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)

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

---
updated-dependencies:
- dependency-name: "@ai-sdk/deepinfra"
  dependency-version: 2.0.39
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 13, 2026
@github-actions

Copy link
Copy Markdown

This PR doesn't fully meet our contributing guidelines and PR template.

What needs to be fixed:

  • PR description is missing required template sections. Please use the PR template.

Please edit this PR description to address the above within 2 hours, or it will be automatically closed.

If you believe this was flagged incorrectly, please let a maintainer know.

@github-actions

Copy link
Copy Markdown

Thanks for your contribution!

This PR doesn't have a linked issue. All PRs must reference an existing issue.

Please:

  1. Open an issue describing the bug/feature (if one doesn't exist)
  2. Add Fixes #<number> or Closes #<number> to this PR description

See CONTRIBUTING.md for details.

@github-actions

Copy link
Copy Markdown

This pull request has been automatically closed because it was not updated to meet our contributing guidelines within the 2-hour window.

Feel free to open a new pull request that follows our guidelines.

@dependabot @github

dependabot Bot commented on behalf of github Mar 13, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/ai-sdk/deepinfra-2.0.39 branch March 13, 2026 19:13
anandgupta42 added a commit that referenced this pull request Jun 1, 2026
Completes the equivalence path: a git+dbt-backed `ReferenceResolver.Deps` and a
flag-gated `verifyWorkspace` switch that uses the `EquivalenceVerifier` in the
reference-available regime, falling back to `dbt build` everywhere else.

- reference.ts: `gitDbtDeps(exec, opts)` — base ref (git rev-parse), changed models
  (git diff), compiled SQL per side (dbt compile; base via injected checkoutBase /
  git worktree), injected schema builder. All process IO injected → unit-tested.
- run.ts: when `ALTIMATE_ROUTER_EQUIVALENCE=1`, `verifyWorkspace` builds the
  `EquivalenceVerifier` (Dispatcher → `altimate_core.equivalence`) with a git+dbt
  `Deps` and `dbt build` as the fallback Impl; wrapped in try/catch → `buildVerify`
  so the experimental path can never break a run. Default OFF → the shipped router
  path is unchanged.

EXPERIMENTAL + dormant: value is gated on altimate-core dialect + schema coverage
(equivalence abstains on unresolved schema / unsupported dialect today → safe build
fallback). Census-scoped in altimate-core-internal #128 / #130. Live git-worktree +
warehouse-schema execution is pending E2E.

+12 router unit tests (ReferenceResolver + gitDbtDeps orchestration); 82/82 green;
typecheck + marker check clean.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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 needs:issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants