Skip to content

Upgrade Ant Design to 6.x using migration tools #196

@nnoce14

Description

@nnoce14

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 antd dependencies 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-cli tool 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

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    dependenciesPull requests that update a dependency file

    Type

    Projects

    Status

    In Progress

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions