chore(deps): bump the minor-and-patch group across 1 directory with 28 updates - #4673
chore(deps): bump the minor-and-patch group across 1 directory with 28 updates#4673dependabot[bot] wants to merge 7 commits into
Conversation
Astro-Han
left a comment
There was a problem hiding this comment.
Reviewed current head 9ad5eebb9e48e56a1a69b563c3cff958f18972fe (OPEN, MERGEABLE, hosted checks red — see below). Two P1, both blocking; no P0/P3. The diff touches only 10 package manifest/lockfile files.
P1 — full install fails at postinstall: patch was made for the old version
package.json:108 bumps @ai-sdk/provider-utils to 5.0.34, but the repo still carries patches/@ai-sdk+provider-utils+5.0.28.patch. scripts/apply-dependency-patches.mjs:21-31,48-60 applies existing patches with patch-package --error-on-fail. Hosted test, package, audit and several platform/packaging jobs fail with Patch was made for version: 5.0.28 / Installed version: 5.0.34. The patch is not empty — it changes StreamingToolCallTracker behavior — so it cannot just be deleted. Please regenerate the patch against 5.0.34 for the intended behavior, or pin back to 5.0.28, then re-run full CI.
P1 — the new lockfile resolves the Slack peer dependency into an invalid tree
packages/runtime/package.json:155 directly depends on undici ^8.10.1, while the new package-lock.json entry for @slack/socket-mode@3.0.1 still declares peer undici ^7.0.0. The old lockfile's nested @slack/socket-mode/node_modules/undici@7.29.0 copy is gone, so it now resolves to the runtime's undici@8.10.1. A clean npm ci --ignore-scripts followed by npm ls --workspace @maka/runtime undici @slack/socket-mode --all --json reproducibly returns ELSPROBLEMS, marking undici@8.10.1 invalid against ^7.0.0; hosted audit fails on the same invalid tree. Please keep a 7.x copy satisfying the Slack peer, or confirm a Slack release accepting 8.x before upgrading, then regenerate the lockfile and verify npm ls plus full CI.
Notes
The third-party notices check cannot proceed past the same invalid npm ls tree, so the compliance loop cannot be claimed green on this head either. git diff --check is clean. What I could not judge: whether any other peer ranges in the bumped group hide similar silent resolutions beyond these two.
Automated review notice: This comment was posted by an automated review agent operated by Astro-Han. It is not an independent human review and does not replace one.
简体中文
本条结论全部来自 @未开智选手 的审查。我自己没有读这份 diff;我核的是当前 head 有没有漂移、以及 exact-head 的 CI 状态。当前 head 是 9ad5eeb,多项检查失败。P1 一是补丁版本对不上导致全量安装失败,P1 二是新锁文件把 Slack 的 peer 依赖解析成无效树。修好并推新 head 后再审。
9ad5eeb to
4653065
Compare
4653065 to
3ab460f
Compare
…8 updates Bumps the minor-and-patch group with 28 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.34` | | [@astryxdesign/cli](https://github.com/facebook/astryx/tree/HEAD/packages/cli) | `0.4.5` | `0.5.2` | | [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `2.5.9` | `2.5.11` | | [@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.33.0` | | [intl-messageformat](https://github.com/formatjs/formatjs) | `11.2.12` | `11.2.14` | | [fs-native-extensions](https://github.com/holepunchto/fs-native-extensions) | `1.5.0` | `1.5.1` | | [@ai-sdk/anthropic](https://github.com/vercel/ai/tree/HEAD/packages/anthropic) | `4.0.40` | `4.0.46` | | [@ai-sdk/code-mode](https://github.com/vercel/ai/tree/HEAD/packages/code-mode) | `1.0.27` | `1.0.42` | | [@ai-sdk/cohere](https://github.com/vercel/ai/tree/HEAD/packages/cohere) | `4.0.28` | `4.0.35` | | [@ai-sdk/google](https://github.com/vercel/ai/tree/HEAD/packages/google) | `4.0.47` | `4.0.58` | | [@ai-sdk/open-responses](https://github.com/vercel/ai/tree/HEAD/packages/open-responses) | `2.0.34` | `2.0.36` | | [@ai-sdk/openai](https://github.com/vercel/ai/tree/HEAD/packages/openai) | `4.0.44` | `4.0.52` | | [@ai-sdk/openai-compatible](https://github.com/vercel/ai/tree/HEAD/packages/openai-compatible) | `3.0.32` | `3.0.41` | | [@slack/socket-mode](https://github.com/slackapi/node-slack-sdk) | `3.0.0` | `3.0.1` | | [@slack/web-api](https://github.com/slackapi/node-slack-sdk) | `8.0.0` | `8.1.1` | | [ai](https://github.com/vercel/ai/tree/HEAD/packages/ai) | `7.0.70` | `7.0.85` | | [undici](https://github.com/nodejs/undici) | `8.10.0` | `8.10.1` | | [zod](https://github.com/colinhacks/zod) | `4.4.3` | `4.5.4` | | [@earendil-works/pi-tui](https://github.com/earendil-works/pi/tree/HEAD/packages/tui) | `0.84.2` | `0.84.4` | | [katex](https://github.com/KaTeX/KaTeX) | `0.16.47` | `0.18.5` | | [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `1.33.0` | `1.38.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` | | [@ant-design/icons-svg](https://github.com/ant-design/ant-design-icons) | `4.5.0` | `4.6.0` | | [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `6.1.0` | `6.1.1` | | [simple-icons](https://github.com/simple-icons/simple-icons) | `16.28.0` | `16.29.0` | Updates `@ai-sdk/provider-utils` from 5.0.28 to 5.0.34 - [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.34/packages/provider-utils) Updates `@astryxdesign/cli` from 0.4.5 to 0.5.2 - [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.2/packages/cli) Updates `@biomejs/biome` from 2.5.9 to 2.5.11 - [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.11/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.33.0 - [Release notes](https://github.com/webpro-nl/knip/releases) - [Commits](https://github.com/webpro-nl/knip/commits/knip@6.33.0/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 `fs-native-extensions` from 1.5.0 to 1.5.1 - [Release notes](https://github.com/holepunchto/fs-native-extensions/releases) - [Commits](holepunchto/fs-native-extensions@v1.5.0...v1.5.1) Updates `@ai-sdk/anthropic` from 4.0.40 to 4.0.46 - [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.46/packages/anthropic) Updates `@ai-sdk/code-mode` from 1.0.27 to 1.0.42 - [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.42/packages/code-mode) Updates `@ai-sdk/cohere` from 4.0.28 to 4.0.35 - [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.35/packages/cohere) Updates `@ai-sdk/google` from 4.0.47 to 4.0.58 - [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.58/packages/google) Updates `@ai-sdk/open-responses` from 2.0.34 to 2.0.36 - [Release notes](https://github.com/vercel/ai/releases) - [Changelog](https://github.com/vercel/ai/blob/main/packages/open-responses/CHANGELOG.md) - [Commits](https://github.com/vercel/ai/commits/@ai-sdk/open-responses@2.0.36/packages/open-responses) Updates `@ai-sdk/openai` from 4.0.44 to 4.0.52 - [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.52/packages/openai) Updates `@ai-sdk/openai-compatible` from 3.0.32 to 3.0.41 - [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.41/packages/openai-compatible) Updates `@slack/socket-mode` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/slackapi/node-slack-sdk/releases) - [Commits](https://github.com/slackapi/node-slack-sdk/compare/@slack/socket-mode@3.0.0...@slack/socket-mode@3.0.1) Updates `@slack/web-api` from 8.0.0 to 8.1.1 - [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.1) Updates `ai` from 7.0.70 to 7.0.85 - [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.85/packages/ai) Updates `undici` from 8.10.0 to 8.10.1 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v8.10.0...v8.10.1) Updates `zod` from 4.4.3 to 4.5.4 - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](colinhacks/zod@v4.4.3...v4.5.4) Updates `@earendil-works/pi-tui` from 0.84.2 to 0.84.4 - [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.4/packages/tui) Updates `katex` from 0.16.47 to 0.18.5 - [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.5) Updates `lucide-react` from 1.33.0 to 1.38.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/1.38.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) Updates `@ant-design/icons-svg` from 4.5.0 to 4.6.0 - [Commits](https://github.com/ant-design/ant-design-icons/commits) Updates `@vitejs/plugin-react` from 6.1.0 to 6.1.1 - [Release notes](https://github.com/vitejs/vite-plugin-react/releases) - [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@6.1.1/packages/plugin-react) Updates `simple-icons` from 16.28.0 to 16.29.0 - [Release notes](https://github.com/simple-icons/simple-icons/releases) - [Commits](simple-icons/simple-icons@16.28.0...16.29.0) --- updated-dependencies: - dependency-name: "@ai-sdk/provider-utils" dependency-version: 5.0.34 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@astryxdesign/cli" dependency-version: 0.5.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@biomejs/biome" dependency-version: 2.5.11 dependency-type: direct:development update-type: version-update:semver-patch 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: knip dependency-version: 6.33.0 dependency-type: direct:development update-type: version-update:semver-minor 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: fs-native-extensions dependency-version: 1.5.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@ai-sdk/anthropic" dependency-version: 4.0.46 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.42 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@ai-sdk/cohere" dependency-version: 4.0.35 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@ai-sdk/google" dependency-version: 4.0.58 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@ai-sdk/open-responses" dependency-version: 2.0.36 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@ai-sdk/openai" dependency-version: 4.0.52 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.41 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@slack/socket-mode" dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@slack/web-api" dependency-version: 8.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: ai dependency-version: 7.0.85 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: undici dependency-version: 8.10.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: zod dependency-version: 4.5.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@earendil-works/pi-tui" dependency-version: 0.84.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: katex dependency-version: 0.18.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: lucide-react dependency-version: 1.38.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 - 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: "@jackwener/opencli" dependency-version: 1.8.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@ant-design/icons-svg" dependency-version: 4.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@vitejs/plugin-react" dependency-version: 6.1.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: simple-icons dependency-version: 16.29.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Generated-by: Codex
Generated-by: Codex
Generated-by: Codex
Generated-by: Codex
7b55efd to
5d5df93
Compare
Generated-by: Codex
Generated-by: Codex
Bumps the minor-and-patch group with 28 updates in the / directory:
5.0.285.0.340.4.50.5.22.5.92.5.1126.2.026.4.06.32.26.33.011.2.1211.2.141.5.01.5.14.0.404.0.461.0.271.0.424.0.284.0.354.0.474.0.582.0.342.0.364.0.444.0.523.0.323.0.413.0.03.0.18.0.08.1.17.0.707.0.858.10.08.10.14.4.34.5.40.84.20.84.40.16.470.18.51.33.01.38.011.17.011.17.219.2.419.2.51.8.61.8.74.5.04.6.06.1.06.1.116.28.016.29.0Updates
@ai-sdk/provider-utilsfrom 5.0.28 to 5.0.34Changelog
Sourced from @ai-sdk/provider-utils's changelog.
Commits
69428b1Version Packages (#19931)0a0f271Version Packages (#19857)90192f1fix: mark response body network errors as retryable (#19890)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)Updates
@astryxdesign/clifrom 0.4.5 to 0.5.2Release notes
Sourced from @astryxdesign/cli's releases.
... (truncated)
Changelog
Sourced from @astryxdesign/cli's changelog.
... (truncated)
Commits
c7df10cchore: version packages for v0.5.2 (#5695)046f6eafix(docs): rename input category to form controls (#5686)f64186achore: version packages for v0.5.1 (#5661)88fde91feat(cli): add component accessibility sections5839db0fix(DateTimeInput): stack fields in narrow containers (#5609)d51dbadfeat(core): add mobile DateTimeInput picker (#5582)8e2751bdocs(cli): describe page templates by structure so build can find them (#5615)9362563fix(build): remove rimraf from package cleanup (#5624)c6041cffix(cli): stop build ranking partial query matches above full ones (#5614)a5f4b03feat(Spinner): make the ring geometry and colors themeable (#5214)Updates
@biomejs/biomefrom 2.5.9 to 2.5.11Release notes
Sourced from @biomejs/biome's releases.
... (truncated)
Changelog
Sourced from @biomejs/biome's changelog.
... (truncated)
Commits
4d9c1d5ci: release (#11457)18883b7fix(html): ignore punctuation in Vue attribute casing (#11462)5c353e6feat: adds the noAstroSetHtmlDirective rule for .astro (#11322)3e5367ffeat(lint): rule noUndeclaredCustomProperties (#11191)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.33.0Release notes
Sourced from knip's releases.
Commits
fb25eceRelease knip@6.33.074954c2Report unused exports behind Vitest module promise mocks (resolve #1966)db13615Resolve nuxt layer sources from allextendsentry shapes9fe2b2bNormalize line endings in nuxt-config-string fixture2ac1fbcResolve named string-key access on namespace-qualified enums347967dResolveObject.*enum enumeration through import aliasesbcbac3aKeep element access precise for number-like enum member names505decdWrap up webpack entry resolution4a5d706fix(nuxt): resolve string extends configs (#1984)c1165b7Resolve oxlint/vite-plus import resolvers fromsettings(#1983)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
fs-native-extensionsfrom 1.5.0 to 1.5.1Commits
d67c02b1.5.1