Ant Design, a popular enterprise-class UI design language and React components library, released version 3.19.5 as a minor update following version 3.19.4. Both versions maintain core dependencies like react, react-dom, moment, and lodash, ensuring a familiar development experience. A notable change is the updated react-dnd-html5-backend in the newer version, moving to version ^8.0.0 from ^7.4.4 in the older version. Similarly, react-dnd was updated to ^8.0.0 from ^7.4.5. Another notable change is in the eslint-config-prettier dev dependency, which moves from ^4.3.0 to ^5.0.0. The releaseDate also changed from 2019-06-16T09:17:45.801Z to 2019-06-17T06:04:50.473Z.
Developers should note these dependency upgrades, especially if their projects rely on specific versions of react-dnd or eslint-config-prettier. While seemingly minor, these updates can introduce breaking changes or require adjustments in code. The updated eslint-config-prettier can affect code formatting and potentially highlight new linting issues. Furthermore, while the fileCount remained stable, the unpackedSize increased slightly, suggesting some internal changes or additions of assets. Always examine changelogs and test upgrades in a non-production environment to ensure smooth transitions and compatibility with existing codebases. Ant Design continues to provide a robust and actively maintained foundation for building React-based user interfaces, and staying informed about these incremental updates allows developers to leverage the library's latest features and improvements effectively.
All the vulnerabilities related to the version 3.19.5 of the package
node-fetch forwards secure headers to untrusted sites
node-fetch forwards secure headers such as authorization
, www-authenticate
, cookie
, & cookie2
when redirecting to a untrusted site.