chore(deps): bump the minor-and-patch group with 2 updates - #1568
chore(deps): bump the minor-and-patch group with 2 updates#1568dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the minor-and-patch group with 2 updates: [@assistant-ui/react](https://github.com/assistant-ui/assistant-ui/tree/HEAD/packages/react) and [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage). Updates `@assistant-ui/react` from 0.14.29 to 0.15.1 - [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.1/packages/react) Updates `@aws-sdk/lib-storage` from 3.1096.0 to 3.1100.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.1100.0/lib/lib-storage) --- updated-dependencies: - dependency-name: "@assistant-ui/react" dependency-version: 0.15.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@aws-sdk/lib-storage" dependency-version: 3.1100.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 69a765e7e7
ℹ️ 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.1", |
There was a problem hiding this comment.
Migrate removed assistant-ui hooks before bumping
This upgrade crosses @assistant-ui/react 0.15, whose release notes for the bumped version state that the legacy context hooks including useThreadRuntime, useThread, useMessage, useComposerRuntime, useMessagePart, and useAttachment were dropped. Those hooks are still imported in Nexus/Assistant Architect code paths such as components/features/assistant-architect/assistant-architect-streaming.tsx:36, app/(protected)/nexus/_components/prompt-auto-loader.tsx:5, and components/assistant-ui/attachment.tsx:16, so once the dependency actually resolves to 0.15 the app will fail to typecheck/build until these call sites are migrated or the bump is held back.
Useful? React with 👍 / 👎.
| "@aws-sdk/credential-providers": "^3.982.0", | ||
| "@aws-sdk/lib-dynamodb": "~3.1095.0", | ||
| "@aws-sdk/lib-storage": "3.1096.0", | ||
| "@aws-sdk/lib-storage": "3.1100.0", |
There was a problem hiding this comment.
Commit the updated Bun lockfile
This changes the root dependency manifest without updating the root bun.lock: the lockfile still records @assistant-ui/react as ^0.14.23/0.14.23 and @aws-sdk/lib-storage as 3.1096.0. The checked CI workflow installs with bun install --frozen-lockfile at .github/workflows/ci.yml:37 (and other jobs do the same), and bun install --help confirms that flag disallows lockfile changes, so these jobs/build images cannot proceed from the submitted manifest until the regenerated bun.lock is committed with the bump.
Useful? React with 👍 / 👎.
|
🤖 pr-fix routine: blocked — marking I picked this PR up (4 failing checks) and investigated both failures. I confirmed the two P1 findings from the Codex review and could not resolve either autonomously. Details below. Blocker 1 — stale
|
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Bumps the minor-and-patch group with 2 updates: @assistant-ui/react and @aws-sdk/lib-storage.
Updates
@assistant-ui/reactfrom 0.14.29 to 0.15.1Release notes
Sourced from @assistant-ui/react's releases.
Changelog
Sourced from @assistant-ui/react's changelog.
Commits
6306c74chore: update versions (#5286)1bbaa46refactor: migrate internal source-guard selectors to s.optional (#5304)91134c7chore: update versions (#5273)2f5d0d4feat: drop v0.12-era deprecated APIs for v0.15 + migration guide (#5281)9a7e776feat: property API for aui accessors (#5275)dcc41bbfeat(store): render-bound immutable aui instances (#5270)Updates
@aws-sdk/lib-storagefrom 3.1096.0 to 3.1100.0Release notes
Sourced from @aws-sdk/lib-storage's releases.
... (truncated)
Changelog
Sourced from @aws-sdk/lib-storage's changelog.
Commits
6969cf9Publish v3.1100.05b15ca7Publish v3.1099.0ee76673Publish v3.1098.0e40ebacchore(codegen): sync for CBOR v2 codec (#8233)b24cb22Publish v3.1097.0Dependabot 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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions