Ant Design (antd) has released version 3.25.2, building upon the solid foundation of version 3.25.1. While the core functionalities remain consistent, subtle updates improve the development experience. Both versions provide a comprehensive suite of enterprise-grade UI components implemented in React, making it easier to build consistent and polished user interfaces.
A key area of interest is the development dependencies. Version 3.25.2 introduces an update to @typescript-eslint/parser moving it to ~2.7.0 from ~2.6.1, this brings in potential TypeScript parsing improvements and bug fixes. Developers should also note the update in bisheng from 1.3.1-alpha.0 to ^1.3.3, this hints at improvements regarding documentation and build process. The peer dependencies remain the same: react and react-dom versions should be greater or equal to 16.0.0.
Ant Design continues to offer a rich set of components, backed by robust testing and documentation. The package encourages clean and maintainable code and provides a design system to create visually appealing and consistent user interfaces. Upgrading from 3.25.1 to 3.25.2 appears to be a minor version update; developers should check the detailed changelog to understand the specifics of introduced features and fixed bugs before upgrading the dependency.
All the vulnerabilities related to the version 3.25.2 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.