Ant Design's upgrade from version 3.13.6 to 3.14.0 introduces several noteworthy changes for developers leveraging this popular React UI library. The updated version includes a refined set of dependencies, aiming to improve stability and potentially offer performance enhancements. Among dependency upgrades, "@ant-design/icons" sees a bump from ~1.1.16 to ~1.2.0, suggesting improvements or additions to the icon set, while "@ant-design/icons-react" remains at ~1.1.2. Developers should check the changelog for added or modified icons. A notable addition is the inclusion of "copy-to-clipboard": "^3.0.8" as a dependency, hinting at possibly introducing or enhancing copy-to-clipboard functionality within components. Version 3.14.0 utilizes "@types/react-slick":"^0.23.3" which was not present in the previous version.
On the other hand, rc-select moves from a caret version specifier "^8.6.7" to a tilde "~9.0.0", which may imply a bigger change deserving detailed code review.
While most devDependencies appear consistent, the update from stylelint-config-prettier from version "^4.0.0" to "^5.0.0" may add new linting rules, developers may need to adjust their code accordingly. The file count increases from 2118 to 2190 and the unpacked size grows from 43144987 to 43824998 bytes between the versions, likely indicating new features, expanded assets, or more comprehensive documentation. These changes collectively refine the developer experience.
All the vulnerabilities related to the version 3.14.0 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.