chore(deps): bump @ai-sdk/anthropic from 2.0.0 to 3.0.58#128
chore(deps): bump @ai-sdk/anthropic from 2.0.0 to 3.0.58#128dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [@ai-sdk/anthropic](https://github.com/vercel/ai) from 2.0.0 to 3.0.58. - [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/anthropic@2.0.0...@ai-sdk/anthropic@3.0.58) --- updated-dependencies: - dependency-name: "@ai-sdk/anthropic" dependency-version: 3.0.58 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
This PR doesn't fully meet our contributing guidelines and PR template. What needs to be fixed:
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. |
|
Thanks for your contribution! This PR doesn't have a linked issue. All PRs must reference an existing issue. Please:
See CONTRIBUTING.md for details. |
|
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. |
|
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 If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Adds the base<->head compiled-SQL resolver the EquivalenceVerifier needs in the reference-available regime (PR/edit of an existing model). All IO (git base ref, changed-model detection, dbt compile of each side, schema) is injected via `Deps`, so the orchestration is fully unit-tested without git/dbt. Returns `null` for greenfield (no base → build-fallback); skips models new on head (no base to compare). Dormant alongside `equivalence-verifier.ts` — not wired into the default run path. The production git+dbt-backed `Deps` + a flag-gated `verifyWorkspace` switch are the final connect step, pending broader warehouse-dialect coverage in altimate-core (equivalence currently abstains on dialect functions such as duckdb `STRFTIME`; tracked in altimate-core-internal #128). 4 unit tests (greenfield/null, no-change, both-sides-present, new-on-head-skipped). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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>
Bumps @ai-sdk/anthropic from 2.0.0 to 3.0.58.
Release notes
Sourced from
@ai-sdk/anthropic's releases.... (truncated)
Commits
035d5adVersion Packages (#13087)3fb4e70feat(provider/anthropic): support fine-grained tool streaming with eagerInput...ad4cfc2fix(security): add URL validation to prevent SSRF in download functions (#13085)4f7ec7fVersion Packages (#13084)824b295fix(provider-utils): prevent unicode escape bypass in secureJsonParse (#13079)7579667Version Packages (#13074)d5801fefix(xai): ensure strict mode for tools (#12996)e70bec4Version Packages (#13073)89d8b45fix(google): make urlMetadata optional in urlContextMetadata schema (#12701)39d0544Version Packages (#13072)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)