build(deps): bump the minor-and-patch group across 1 directory with 20 updates - #4263
build(deps): bump the minor-and-patch group across 1 directory with 20 updates#4263dependabot[bot] wants to merge 1 commit into
Conversation
15f565c to
10b033a
Compare
hqhq1025
left a comment
There was a problem hiding this comment.
Reviewed exact head 10b033a068363b638c9e327ef015004a4733a8ca. I found two P1 blockers: the provider-utils bump makes every clean install fail because the repository patch is still versioned for 5.0.28, and the new dependency graph removes the root-hoisted @ai-sdk/provider that @maka/runtime imports directly. The required hosted checks currently fail on this head.\n\n> Automated review notice: This comment was posted by an automated review agent operated by hqhq1025. It is not an independent human review and does not replace one.
| "devDependencies": { | ||
| "@babel/parser": "7.29.7", | ||
| "@ai-sdk/provider-utils": "5.0.28", | ||
| "@ai-sdk/provider-utils": "5.0.32", |
There was a problem hiding this comment.
P1: Regenerate the required provider-utils patch for this version. A clean npm ci installs 5.0.32 and then fails in postinstall because patches/@ai-sdk+provider-utils+5.0.28.patch no longer applies. This patch is still required: the unpatched 5.0.32 build lacks the repository-added absentIfBlank behavior, and the CLI packaging check explicitly asserts that symbol. Please either regenerate and commit the patch for 5.0.32 while preserving its behavior, or keep provider-utils at the patched version.
| "@ai-sdk/code-mode": "1.0.27", | ||
| "@ai-sdk/cohere": "4.0.28", | ||
| "@ai-sdk/google": "4.0.47", | ||
| "@ai-sdk/anthropic": "4.0.44", |
There was a problem hiding this comment.
P1: Declare the provider package that runtime imports directly. @maka/runtime imports types from @ai-sdk/provider (for example in src/model-factory.ts), but this manifest does not declare it. The old lockfile happened to hoist provider 4.0.7 to the root; this update installs provider 4.0.8 only under other packages. After bypassing the unrelated postinstall failure, npm run build:test now fails with TS2307: Cannot find module @ai-sdk/provider plus the resulting V4 type errors. Add the matching direct dependency and update the affected type fixtures/code for the new V4 shape.
…0 updates Bumps the minor-and-patch group with 20 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@ai-sdk/provider-utils](https://github.com/vercel/ai/tree/HEAD/packages/provider-utils) | `5.0.28` | `5.0.32` | | [@astryxdesign/cli](https://github.com/facebook/astryx/tree/HEAD/packages/cli) | `0.4.5` | `0.5.0` | | [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `2.5.9` | `2.5.10` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `26.2.0` | `26.4.0` | | [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `6.32.2` | `6.32.3` | | [intl-messageformat](https://github.com/formatjs/formatjs) | `11.2.12` | `11.2.14` | | [@ai-sdk/anthropic](https://github.com/vercel/ai/tree/HEAD/packages/anthropic) | `4.0.40` | `4.0.44` | | [@ai-sdk/code-mode](https://github.com/vercel/ai/tree/HEAD/packages/code-mode) | `1.0.27` | `1.0.40` | | [@ai-sdk/cohere](https://github.com/vercel/ai/tree/HEAD/packages/cohere) | `4.0.28` | `4.0.33` | | [@ai-sdk/google](https://github.com/vercel/ai/tree/HEAD/packages/google) | `4.0.47` | `4.0.55` | | [@ai-sdk/openai](https://github.com/vercel/ai/tree/HEAD/packages/openai) | `4.0.44` | `4.0.50` | | [@ai-sdk/openai-compatible](https://github.com/vercel/ai/tree/HEAD/packages/openai-compatible) | `3.0.32` | `3.0.39` | | [@slack/web-api](https://github.com/slackapi/node-slack-sdk) | `8.0.0` | `8.1.0` | | [ai](https://github.com/vercel/ai/tree/HEAD/packages/ai) | `7.0.70` | `7.0.83` | | [@earendil-works/pi-tui](https://github.com/earendil-works/pi/tree/HEAD/packages/tui) | `0.84.2` | `0.84.3` | | [katex](https://github.com/KaTeX/KaTeX) | `0.16.47` | `0.18.4` | | [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `1.33.0` | `1.34.0` | | [mermaid](https://github.com/mermaid-js/mermaid) | `11.17.0` | `11.17.2` | | [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `19.2.4` | `19.2.5` | | [@jackwener/opencli](https://github.com/jackwener/opencli) | `1.8.6` | `1.8.7` | Updates `@ai-sdk/provider-utils` from 5.0.28 to 5.0.32 - [Release notes](https://github.com/vercel/ai/releases) - [Changelog](https://github.com/vercel/ai/blob/main/packages/provider-utils/CHANGELOG.md) - [Commits](https://github.com/vercel/ai/commits/@ai-sdk/provider-utils@5.0.32/packages/provider-utils) Updates `@astryxdesign/cli` from 0.4.5 to 0.5.0 - [Release notes](https://github.com/facebook/astryx/releases) - [Changelog](https://github.com/facebook/astryx/blob/main/packages/cli/CHANGELOG.md) - [Commits](https://github.com/facebook/astryx/commits/v0.5.0/packages/cli) Updates `@biomejs/biome` from 2.5.9 to 2.5.10 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.5.10/packages/@biomejs/biome) Updates `@types/node` from 26.2.0 to 26.4.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `knip` from 6.32.2 to 6.32.3 - [Release notes](https://github.com/webpro-nl/knip/releases) - [Commits](https://github.com/webpro-nl/knip/commits/knip@6.32.3/packages/knip) Updates `intl-messageformat` from 11.2.12 to 11.2.14 - [Release notes](https://github.com/formatjs/formatjs/releases) - [Commits](https://github.com/formatjs/formatjs/compare/intl-messageformat@11.2.12...intl-messageformat@11.2.14) Updates `@ai-sdk/anthropic` from 4.0.40 to 4.0.44 - [Release notes](https://github.com/vercel/ai/releases) - [Changelog](https://github.com/vercel/ai/blob/main/packages/anthropic/CHANGELOG.md) - [Commits](https://github.com/vercel/ai/commits/@ai-sdk/anthropic@4.0.44/packages/anthropic) Updates `@ai-sdk/code-mode` from 1.0.27 to 1.0.40 - [Release notes](https://github.com/vercel/ai/releases) - [Changelog](https://github.com/vercel/ai/blob/main/packages/code-mode/CHANGELOG.md) - [Commits](https://github.com/vercel/ai/commits/@ai-sdk/code-mode@1.0.40/packages/code-mode) Updates `@ai-sdk/cohere` from 4.0.28 to 4.0.33 - [Release notes](https://github.com/vercel/ai/releases) - [Changelog](https://github.com/vercel/ai/blob/main/packages/cohere/CHANGELOG.md) - [Commits](https://github.com/vercel/ai/commits/@ai-sdk/cohere@4.0.33/packages/cohere) Updates `@ai-sdk/google` from 4.0.47 to 4.0.55 - [Release notes](https://github.com/vercel/ai/releases) - [Changelog](https://github.com/vercel/ai/blob/main/packages/google/CHANGELOG.md) - [Commits](https://github.com/vercel/ai/commits/@ai-sdk/google@4.0.55/packages/google) Updates `@ai-sdk/openai` from 4.0.44 to 4.0.50 - [Release notes](https://github.com/vercel/ai/releases) - [Changelog](https://github.com/vercel/ai/blob/main/packages/openai/CHANGELOG.md) - [Commits](https://github.com/vercel/ai/commits/@ai-sdk/openai@4.0.50/packages/openai) Updates `@ai-sdk/openai-compatible` from 3.0.32 to 3.0.39 - [Release notes](https://github.com/vercel/ai/releases) - [Changelog](https://github.com/vercel/ai/blob/main/packages/openai-compatible/CHANGELOG.md) - [Commits](https://github.com/vercel/ai/commits/@ai-sdk/openai-compatible@3.0.39/packages/openai-compatible) Updates `@slack/web-api` from 8.0.0 to 8.1.0 - [Release notes](https://github.com/slackapi/node-slack-sdk/releases) - [Commits](https://github.com/slackapi/node-slack-sdk/compare/@slack/web-api@8.0.0...@slack/web-api@8.1.0) Updates `ai` from 7.0.70 to 7.0.83 - [Release notes](https://github.com/vercel/ai/releases) - [Changelog](https://github.com/vercel/ai/blob/main/packages/ai/CHANGELOG.md) - [Commits](https://github.com/vercel/ai/commits/ai@7.0.83/packages/ai) Updates `@earendil-works/pi-tui` from 0.84.2 to 0.84.3 - [Release notes](https://github.com/earendil-works/pi/releases) - [Changelog](https://github.com/earendil-works/pi/blob/main/packages/tui/CHANGELOG.md) - [Commits](https://github.com/earendil-works/pi/commits/v0.84.3/packages/tui) Updates `katex` from 0.16.47 to 0.18.4 - [Release notes](https://github.com/KaTeX/KaTeX/releases) - [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md) - [Commits](KaTeX/KaTeX@v0.16.47...v0.18.4) Updates `lucide-react` from 1.33.0 to 1.34.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/1.34.0/packages/lucide-react) Updates `mermaid` from 11.17.0 to 11.17.2 - [Release notes](https://github.com/mermaid-js/mermaid/releases) - [Commits](https://github.com/mermaid-js/mermaid/compare/mermaid@11.17.0...mermaid@11.17.2) Updates `@types/react-dom` from 19.2.4 to 19.2.5 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) Updates `@jackwener/opencli` from 1.8.6 to 1.8.7 - [Release notes](https://github.com/jackwener/opencli/releases) - [Changelog](https://github.com/jackwener/OpenCLI/blob/main/CHANGELOG.md) - [Commits](jackwener/OpenCLI@v1.8.6...v1.8.7) --- updated-dependencies: - dependency-name: "@ai-sdk/anthropic" dependency-version: 4.0.44 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@ai-sdk/code-mode" dependency-version: 1.0.40 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@ai-sdk/cohere" dependency-version: 4.0.33 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@ai-sdk/google" dependency-version: 4.0.54 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@ai-sdk/openai" dependency-version: 4.0.50 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@ai-sdk/openai-compatible" dependency-version: 3.0.39 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@ai-sdk/provider-utils" dependency-version: 5.0.32 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@astryxdesign/cli" dependency-version: 0.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@biomejs/biome" dependency-version: 2.5.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@earendil-works/pi-tui" dependency-version: 0.84.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@jackwener/opencli" dependency-version: 1.8.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@slack/web-api" dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@types/node" dependency-version: 26.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@types/react-dom" dependency-version: 19.2.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: ai dependency-version: 7.0.83 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: intl-messageformat dependency-version: 11.2.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: katex dependency-version: 0.18.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: knip dependency-version: 6.32.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: lucide-react dependency-version: 1.34.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: mermaid dependency-version: 11.17.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
10b033a to
59e2a11
Compare
hqhq1025
left a comment
There was a problem hiding this comment.
Re-reviewed exact head 59e2a112033d9887a9ef074020c7343e9b7e7b1d after the rebase. The two existing P1 blockers still apply on this head:
package.json:104upgrades@ai-sdk/provider-utilsto 5.0.32 while the repository still shipspatches/@ai-sdk+provider-utils+5.0.28.patch. A cleannpm cifails in postinstall, and the hosted CI and immutable-tarball jobs fail for the same reason. The unpatched 5.0.32 artifact still lacks theabsentIfBlankbehavior required byscripts/release-cli-package.mjs:749.packages/runtime/package.json:125-156still does not declare@ai-sdk/provider, although runtime sources import it directly. The updated lockfile nests 4.0.8 below other packages rather than installing it at the workspace root;npm run build:testtherefore fails withTS2307atpackages/runtime/src/model-factory.ts:36and the affected test files, followed by V4 fixture type errors.
Lint, format checking, Core/UI typechecks, git diff --check, and a clean merge-tree against current main passed. The remaining dependency updates cannot receive complete integrated validation until installation and runtime compilation succeed.
Automated review notice: This comment was posted by an automated review agent operated by hqhq1025. It is not an independent human review and does not replace one.
Bumps the minor-and-patch group with 20 updates in the / directory:
5.0.285.0.320.4.50.5.02.5.92.5.1026.2.026.4.06.32.26.32.311.2.1211.2.144.0.404.0.441.0.271.0.404.0.284.0.334.0.474.0.554.0.444.0.503.0.323.0.398.0.08.1.07.0.707.0.830.84.20.84.30.16.470.18.41.33.01.34.011.17.011.17.219.2.419.2.51.8.61.8.7Updates
@ai-sdk/provider-utilsfrom 5.0.28 to 5.0.32Changelog
Sourced from @ai-sdk/provider-utils's changelog.
Commits
c93fa8dVersion Packages (#19748)3e125bafix: human tool approval requests omit policy reasons (#19658)a01c481Version Packages (#19478)35841f5feat: normalize mid-stream provider error events into public typed errors wit...d2f3353fix: split large embedding batches that exceed provider aggregate token limit...a9782e1fix(batch): align result parsing, request counts, and behavior across provide...3d3afacVersion Packages (#19362)ed857f5Version Packages (#19296)b74971ffix: Zod 4 record and catchall value schemas being erased during JSON Schema ...Updates
@astryxdesign/clifrom 0.4.5 to 0.5.0Release notes
Sourced from @astryxdesign/cli's releases.
... (truncated)
Changelog
Sourced from @astryxdesign/cli's changelog.
... (truncated)
Commits
ea888efrelease: v0.5.0 (#5435)b6c0501fix(cli): grouped-table template rendered rows outside a tbody (#5278)32d41f6cli: include integration-contributed components in unified search/build (#5259)3c52d51test(cli): guard public component theme vars against being documented but uns...dfdd778feat(core)!: Banner content is visible by default; collapse moves to a `colla...20bae6cdocs: replace em dashes and curly quotes in CLI and component doc prose (#5354)42468a9docs(cli): document the integration manifest docs field in the README (#5331)0b6762dfeat(AspectRatio): responsive ratio — emit ratio as an overridable class-leve...1abeec7fix(theme-neutral): Badge error label meets AA (#4446)789ef57feat(cli):astryx theme targets— the themeable surface, enumerable in one ...Updates
@biomejs/biomefrom 2.5.9 to 2.5.10Release notes
Sourced from @biomejs/biome's releases.
... (truncated)
Changelog
Sourced from @biomejs/biome's changelog.
... (truncated)
Commits
05797b1ci: release (#11450)5f1ed34chore: add CodSpeed and Cloudflare to sponsors (#11410)Updates
@types/nodefrom 26.2.0 to 26.4.0Commits
Updates
knipfrom 6.32.2 to 6.32.3Release notes
Sourced from knip's releases.
Commits
fc2733dRelease knip@6.32.3f4ff31aResolve local Vitest reporters from test root (resolve #1953)e655b0bResolve Vitest mocks from test rootd1d5d42fix: add bun 1.4 dedupe subcommand (#1969)a0c0b08Ignore printf as global binary (#1972)ff0d791Change GitHub stars badge style to flat (#1967)ee555d2Resolve vitest include patterns relative to test.dir (#1929)dc7aca5fix(webdriver-io): match all supported config file extensions (#1948)0201641Fix nested gitignore negation inside ignored dot-directories (#1913) (#1942)deedbf6fix(binaries): resolve missing pnpm subcommands (#1945)Updates
intl-messageformatfrom 11.2.12 to 11.2.14Release notes
Sourced from intl-messageformat's releases.
... (truncated)
Commits
629124fchore: release main (#6997)1c76864chore(deps): update actions/stale action to v11 (#7011)ca657befix(deps): update dependency babel-plugin-formatjs to v13 (#7014)b195fdafix(deps): update rust crate syn to v3 (#7017)4fe91fefeat(formatjs_intl): add extractable format_message macro (#7018)89749cafix(formatjs_cli): fail on input resolution errors (#7005)61429d3chore(deps): update dependency vite to v8.2.0 (#7007)6e356acchore(deps): update dependency oxlint to v1.76.0 (#7003)edfe9ecchore(deps): update dependency codescythe to ^0.10.0 (#7000)0795aadchore(deps): update dependency lucide-react to v1.28.0 (#7001)Updates
@ai-sdk/anthropicfrom 4.0.40 to 4.0.44Changelog
Sourced from @ai-sdk/anthropic's changelog.
Commits
c93fa8dVersion Packages (#19748)a01c481Version Packages (#19478)35841f5feat: normalize mid-stream provider error events into public typed errors wit...a9782e1fix(batch): align result parsing, request counts, and behavior across provide...7de3612fix: provider-returned IDs escaping credentialed follow-up URL path segments ...3d3afacVersion Packages (#19362)591d25bfeat: batch completion webhooks via startTextBatch webhookUrl (#19305)ed857f5Version Packages (#19296)Updates
@ai-sdk/code-modefrom 1.0.27 to 1.0.40Release notes
Sourced from @ai-sdk/code-mode's releases.