Ant Design has released a new version, 5.8.6, subsequent to version 5.8.5. Both versions retain the core function of providing enterprise-class UI design and React components. Examining the dependencies, version 5.8.6 updates rc-slider from ~10.1.0 to ~10.2.1 and rc-notification from ~5.0.4 to ~5.1.1. These updates likely involve bug fixes, performance improvements, or new features in the respective components.
Looking at devDependencies, version 5.8.6 removes rome":"12.1.3-nightly.f65b0d9" and updates @typescript-eslint/parser and @typescript-eslint/eslint-plugin from "^5.40.0" to "^6.5.0". These changes likely focus on improvements to the development environment, code linting, and static analysis. The update to typescript eslint parser and plugin will bring the syntax checking up to date which might result in new warnings or errors during development.
Furthermore, the dist section reveals subtle differences. Version 5.8.6 has a fileCount of 3334 and an unpackedSize of 44273764, while version 5.8.5 has a fileCount of 3318 and an unpackedSize of 44312552. These discrepancies, along with the updated dependencies, suggest internal refactoring, optimization of assets, or the addition of new components or features within the library. Developers should review the complete changelog for a detailed breakdown of all changes, but these subtle differences indicates minor but relevant improvements in the library. The change in release date also signals an update, moving from August 28th to September 2nd.
The are not vulnerabilities for the version 5.8.6 of the package antd