-
Notifications
You must be signed in to change notification settings - Fork 0
Upgrade Ant Design to 6.x using migration tools #196
Copy link
Copy link
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency file
Description
Overview
Upgrade the antd (Ant Design) dependency to the latest 6.x version throughout the repository. The migration should utilize the ant-design agent skill and the accompanying antd CLI tool (@ant-design/ant-design-cli, specifically the migration subcommand) to assist with the upgrade from Ant Design 5 to 6.
Acceptance Criteria
- All
antddependencies upgraded to the latest 6.x version across the repository. - The version is pinned in the workspace package catalog and referenced consistently via the catalog: version in all packages.
- All usages of Ant Design components updated to be compatible with v6.x (leveraging migration support from antd CLI).
- All builds and tests, especially for frontend packages, must pass with the upgraded version.
- No regressions in UI functionality for components relying on Ant Design.
Migration Approach
- Leverage the ant-design agent skill and the
@ant-design/ant-design-clitool with its migration subcommand to automate and facilitate the upgrade process. - Identify and address all breaking changes highlighted by the migration tool and the official migration guide.
- Coordinate with frontend leads to test and validate UI/UX after migration.
References
- Ant Design v6 Migration Guide: https://ant.design/docs/react/migration-v6
- Ant Design CLI: https://www.npmjs.com/package/@ant-design/ant-design-cli
Pin the updated antd version in your workspace catalog and make sure all packages reference it consistently.
Communicate any complex upgrade blockers, if found, as linked issues/subtasks.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency file
Type
Projects
Status
In Progress