Ant Design (antd) has released version 3.16.6, succeeding the previous stable version 3.16.5. Both versions aim to provide an enterprise-class UI design language and React-based implementation. Examining the dependencies, the most notable change is in rc-select, which moved from version ~9.0.0 to ~9.1.0. The react-slick dependency advanced from version ~0.23.2 to ~0.24.0, offering potential updates and bug fixes for slider components. In devDependencies, jsdom saw an upgrade from ^14.0.0 to ^15.0.0, and intersection-observer saw an upgrade from ^0.5.0 to ^0.6.0. Furthermore, stylelint-declaration-block-no-ignored-properties was changed from ^1.1.0 to ^2.0.0. These modifications primarily impact the development environment and might introduce refined testing and linting capabilities. Developers upgrading should investigate the specific changes in rc-select, react-slick and the listed devDependencies to ensure compatibility and leverage potential improvements. The core React and React DOM peer dependencies remain consistent, indicating no breaking changes at the fundamental level of the library's integration with React projects. Both versions depend on a wide array of packages for UI components, form handling, animations, and styling, providing a comprehensive suite for building modern web applications.
All the vulnerabilities related to the version 3.16.6 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.