chore(ui): upgrade frontend dependencies#1470
Merged
EItanya merged 1 commit intokagent-dev:mainfrom Mar 10, 2026
Merged
Conversation
Upgrade all UI dependencies to latest compatible versions: Dependencies: - next: 16.1.4 → 16.1.6 - react: 19.2.3 → 19.2.4 - react-dom: 19.2.3 → 19.2.4 - react-hook-form: 7.71.1 → 7.71.2 - lucide-react: 0.562.0 → 0.577.0 - tailwind-merge: 3.4.0 → 3.5.0 - zod: 4.3.5 → 4.3.6 - zustand: 5.0.10 → 5.0.11 - @a2a-js/sdk: 0.3.8 → 0.3.10 - sonner: 2.0.7 → 2.0.9 Dev dependencies: - @types/node: 25.0.9 → 25.4.0 - @types/react: 19.2.9 → 19.2.14 - eslint-config-next: 16.1.4 → 16.1.6 - @eslint/eslintrc: 3.3.3 → 3.3.5 - @jest/globals: 30.2.0 → 30.3.0 - jest: 30.2.0 → 30.3.0 - jest-environment-jsdom: 30.2.0 → 30.3.0 - cypress: 15.9.0 → 15.11.0 - msw: 2.12.7 → 2.12.10 - postcss: 8.5.6 → 8.5.8 - autoprefixer: 10.4.23 → 10.4.27 - start-server-and-test: 2.1.3 → 2.1.5 Skipped major upgrades (require migration): - eslint 9.x → 10.x - tailwindcss 3.x → 4.x Verified: lint passes, build succeeds, all 107 tests pass. Signed-off-by: Jaison Paul <paul.jaison@gmail.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR upgrades frontend dependencies in the UI package to their latest compatible patch/minor versions, resolving all npm audit vulnerabilities.
Changes:
- Bumps production dependencies (
lucide-react) and dev dependencies (@types/node,@types/react,eslint-config-next) to newer versions - Skips breaking major version upgrades (ESLint 10.x, Tailwind 4.x)
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
EItanya
approved these changes
Mar 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Dependencies upgraded
Skipped (major version, require migration)
Test plan
npm run lintpassesnpm run buildsucceedsnpm test— all 107 tests pass