Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@copilotkit/react-core": "1.5.18",
"@copilotkit/react-ui": "1.5.18",
"@copilotkit/react-ui": "1.8.9",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

This upgrade to @copilotkit/react-ui@1.8.9 is a substantial jump (67 versions). The release notes for @copilotkit/react-ui@1.8.9 (and its transitive dependencies like @copilotkit/react-textarea@1.8.9) state that they depend on @copilotkit/react-core@1.8.9.

Currently, @copilotkit/react-core (line 14) is at version 1.5.18:

// frontend/package.json
13:  "dependencies": {
14:    "@copilotkit/react-core": "1.5.18",
15:    "@copilotkit/react-ui": "1.8.9",
...

This version mismatch between @copilotkit/react-ui and its core dependency @copilotkit/react-core could lead to runtime errors, unexpected behavior, or build issues due to API incompatibilities.

It's highly recommended to also upgrade @copilotkit/react-core to 1.8.9 (or the latest compatible version) in conjunction with this change to ensure compatibility and stability. After updating package.json, please remember to run pnpm install to update the pnpm-lock.yaml file accordingly.

Could you please address this by either updating this PR or creating a new one to include the @copilotkit/react-core upgrade?

Additionally, please note that version 1.8.8 of CopilotKit (included in this upgrade) introduced a refactor renaming mcpEndpoints to mcpServers. While backward compatibility is mentioned in the release notes, thorough testing of any related integrations is advised.

"@radix-ui/react-checkbox": "^1.1.4",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-dropdown-menu": "^2.1.12",
Expand Down