React Router DOM, a cornerstone library for declarative routing in React web applications, saw a release of version 6.16.0 following version 6.15.0. Examining the changes, developers will note the core react-router dependency upgraded from 6.15.0 to 6.16.0, accompanied by a jump in @remix-run/router from 1.8.0 to 1.9.0. These core router updates likely bring bug fixes, performance improvements, and potentially new features related to URL handling, navigation, and data loading strategies familiar to those using Remix.js.
While the development dependencies for React and React DOM remain fixed at "^18.2.0", the underlying router upgrades are relevant. The unpacked size of the package experienced a slight increase, going from 664169 to 666031, suggesting additional code or assets. The release date shifted from August 10th to September 13th, marking a month between releases. Developers should consult the changelogs for both react-router and @remix-run/router to understand the precise scope of the introduced changes, but these updates generally aim to provide a more robust and feature-rich routing experience. The react-router-dom library is still compatible with react versions greater than or equal to 16.8 as set in peer dependencies.
The are not vulnerabilities for the version 6.16.0 of the package react-router-dom