Ant Design (antd) has released version 5.14.0, succeeding the previous stable version 5.13.3. While both versions maintain the same core description, "An enterprise-class UI design language and React components implementation," several changes in dependencies and devDependencies can affect developers.
In dependencies, rc-table saw an upgrade from ~7.37.0 to ~7.39.0, and rc-picker updated from ~3.14.6 to ~4.0.0-alpha.43, potentially introducing new features or bug fixes in these components. Also, @ant-design/icons was updated from ^5.2.6 to ^5.3.0.
The devDependencies show more extensive changes, several packages are updated to newer versions, including husky, sharp, webpack, inquirer, @types/jest, @types/node, @typescript-eslint/parser, and @typescript-eslint/eslint-plugin. These updates often bring performance improvements, new features, and bug fixes in the development environment. Specifically, there are some new packages added like @ianvs/prettier-plugin-sort-imports, @qixian.cs/github-contributors-list, and @madccc/duplicate-package-checker-webpack-plugin. Conversely, the react-router-dom dependency was downgraded from version 6.21.3 to 6.22.0.
Developers should investigate these updated or new dependencies for potential breaking changes or enhanced functionality, particularly those packages with major version bumps. Reviewing the Ant Design changelog and related component documentation is crucial before upgrading to ensure compatibility and take advantage of any new features or optimizations.
The are not vulnerabilities for the version 5.14.0 of the package antd