React Scripts version 2.1.2 represents a subtle but important update in the Create React App ecosystem compared to its predecessor, version 2.1.1. Developers considering upgrading should note the changes in dependencies. 2.1.2 updates @babel/core from version 7.1.0 to 7.1.6. Also react-dev-utils is updated from ^6.1.1 to ^7.0.0, and babel-preset-react-app updates from ^6.1.0 to ^7.0.0. Finally eslint-config-react-app goes from version ^3.0.5 to ^3.0.6 and postcss-preset-env from 6.0.6 to 6.3.1. These updates likely bring bug fixes, performance improvements, and potentially new features within the utilized tools. The react-dev-utils update could be of particular interest to developers relying on this package for development server enhancements and utilities. The babel-preset-react-app one ensures compatibility with the latest React features and syntax. While the core functionality of Create React App remains consistent, addressing common configuration needs for React projects, these dependency bumps are essential for staying current with best practices and ensuring smooth operation with evolving web development standards. The update also impacts the "dist" section, with a slight reduction in unpacked size from 154901 to 141188. This signifies potential optimisations in the package's overall footprint.
The are not vulnerabilities for the version 2.1.2 of the package react-scripts