-
Notifications
You must be signed in to change notification settings - Fork 2
chore(deps): bump the minor-and-patch group with 2 updates #1568
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -104,7 +104,7 @@ | |
| "@ai-sdk/mcp": "1.0.52", | ||
| "@ai-sdk/openai": "~3.0.74", | ||
| "@ai-sdk/react": "~3.0.210", | ||
| "@assistant-ui/react": "^0.14.23", | ||
| "@assistant-ui/react": "^0.15.1", | ||
| "@assistant-ui/react-ai-sdk": "^1.3.37", | ||
| "@assistant-ui/react-markdown": "^0.14.4", | ||
| "@aws-sdk/client-bedrock-agent-runtime": "^3.982.0", | ||
|
|
@@ -125,7 +125,7 @@ | |
| "@aws-sdk/client-ssm": "^3.982.0", | ||
| "@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. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
This changes the root dependency manifest without updating the root Useful? React with 👍 / 👎. |
||
| "@aws-sdk/s3-request-presigner": "^3.982.0", | ||
| "@aws-sdk/util-dynamodb": "^3.982.0", | ||
| "@codemirror/commands": "^6.10.4", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This upgrade crosses
@assistant-ui/react0.15, whose release notes for the bumped version state that the legacy context hooks includinguseThreadRuntime,useThread,useMessage,useComposerRuntime,useMessagePart, anduseAttachmentwere dropped. Those hooks are still imported in Nexus/Assistant Architect code paths such ascomponents/features/assistant-architect/assistant-architect-streaming.tsx:36,app/(protected)/nexus/_components/prompt-auto-loader.tsx:5, andcomponents/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 👍 / 👎.