build(deps): bump the minor-and-patch group across 1 directory with 3 updates - #1625
build(deps): bump the minor-and-patch group across 1 directory with 3 updates#1625dependabot[bot] wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 8b4460b69b
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "@ai-sdk/openai": "~3.0.74", | ||
| "@ai-sdk/react": "~3.0.210", | ||
| "@assistant-ui/react": "^0.14.23", | ||
| "@assistant-ui/react": "^0.15.8", |
There was a problem hiding this comment.
Regenerate the root Bun lockfile
In CI and container builds, this dependency bump leaves bun.lock out of sync: the lockfile still records @assistant-ui/react at ^0.14.23/0.14.23, @aws-sdk/lib-storage at 3.1096.0, and next at 16.2.12, while .github/workflows/ci.yml:36-37 and Dockerfile:15-21 both install with bun install --frozen-lockfile. With these package.json changes alone, the frozen install cannot use the committed lockfile for the new versions and fails during dependency installation, so CI/builds are blocked until the root bun.lock is updated in the same commit.
Useful? React with 👍 / 👎.
|
🤖 pr-fix routine: blocked — cannot regenerate the lockfile in this environment Diagnosis (confirmed, not a guess): Four checks fail — This PR modifies only
So The fix is one command — Systemic root cause — this is the 10th open PR blocked the same way.
Currently blocked on this exact cause: #1566, #1567, #1570, #1571, #1572, #1573, #1574, #1575, #1576, and this one. (#1561 and #1563 are stuck for unrelated reasons; #1562, #1564, #1597 are green and just awaiting review.) This was already reported on #1566 on Aug 4 and the config is unchanged, so I'm escalating rather than repeating it per-PR. Two options for a human:
A third option, if you want this routine to fix these itself: add The routine will not pick this PR up again until someone removes the Generated by Claude Code |
ad50f68 to
65833bf
Compare
65833bf to
90c18dc
Compare
… updates Bumps the minor-and-patch group with 3 updates in the / directory: [@assistant-ui/react](https://github.com/assistant-ui/assistant-ui/tree/HEAD/packages/react), [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage) and [next](https://github.com/vercel/next.js). Updates `@assistant-ui/react` from 0.14.29 to 0.15.18 - [Release notes](https://github.com/assistant-ui/assistant-ui/releases) - [Changelog](https://github.com/assistant-ui/assistant-ui/blob/main/packages/react/CHANGELOG.md) - [Commits](https://github.com/assistant-ui/assistant-ui/commits/@assistant-ui/react@0.15.18/packages/react) Updates `@aws-sdk/lib-storage` from 3.1096.0 to 3.1126.0 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/lib/lib-storage/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1126.0/lib/lib-storage) Updates `next` from 16.2.12 to 16.3.4 - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](vercel/next.js@v16.2.12...v16.3.4) --- updated-dependencies: - dependency-name: "@assistant-ui/react" dependency-version: 0.15.8 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@aws-sdk/lib-storage" dependency-version: 3.1105.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: next dependency-version: 16.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
90c18dc to
55ef709
Compare
Bumps the minor-and-patch group with 3 updates in the / directory: @assistant-ui/react, @aws-sdk/lib-storage and next.
Updates
@assistant-ui/reactfrom 0.14.29 to 0.15.18Release notes
Sourced from @assistant-ui/react's releases.
... (truncated)
Changelog
Sourced from @assistant-ui/react's changelog.
... (truncated)
Commits
d511ff4chore: update versions (#6482)39c99b5fix(react): keep trigger callbacks commit-safe (#6762)8cc962efeat: let a tool approval request describe itself and report its outcome (#6723)0f3140drefactor(react): extract a shared model-context snapshot hook (#6714)6194f3efix(react): refresh model context mentions and honor explicit tool categories...a83be6bfix(react): accept spec-shaped MCP App messages (#6710)21cbb78refactor(react): collapse the three trigger-item query predicates onto one he...05e3e6dchore: update dependencies (#6639)79c1465fix(react): prevent MCP Apps from loading through stale hosts (#6640)98b7213feat(react): resolve MCP App renderer options per part (#6629)Updates
@aws-sdk/lib-storagefrom 3.1096.0 to 3.1126.0Release notes
Sourced from @aws-sdk/lib-storage's releases.
... (truncated)
Changelog
Sourced from @aws-sdk/lib-storage's changelog.
... (truncated)
Commits
7131e74Publish v3.1126.0678282bPublish v3.1125.0e80cab3Publish v3.1124.049a1557Publish v3.1123.0e1cf460Publish v3.1122.0e53a25aPublish v3.1121.0d6be6f8Publish v3.1120.0ba4e449Publish v3.1119.0c65dd65Publish v3.1118.078b069aPublish v3.1117.0Updates
nextfrom 16.2.12 to 16.3.4Release notes
Sourced from next's releases.
... (truncated)
Commits
299180dv16.3.412e173d[16.3.x] Re-enable AVIF image optimization and require sharp 0.35.4 (#97949)5d9022e[backport] Fix unset crossOrigin in Turbopack manifests (#97930)d8f4560[16.3.x] Fix build error when aliasing typescript to@typescript/typescript6...656aebf[16.3] testmode: Fix infinite recursion in testmode passthrough fetch (#97691)f37c1d6[16.3.x] ci: remove pull_request_stats workflow (#97975)a9a1cb7v16.3.3968b9fc[16.3.x] Fix ISR misses with backslashes in segments when deployed on Windows3a15b4a[16.3.x] [next/image]: disable avif image optimization7378b51Backport/docs fixes 16.3 (#97649)