@babel/core version 7.17.3 represents a minor iteration upon its predecessor, version 7.17.2, offering subtle yet important refinements to the core Babel compiler. The primary focus of the update seems to be on aligning internal dependencies for improved stability and feature enhancements.
A key difference lies in the updated versions of several core Babel packages. Specifically, @babel/parser, @babel/traverse, and @babel/generator all see version bumps from 7.17.0 to 7.17.3. These updates likely include bug fixes, performance improvements, and potentially new features related to parsing, traversing, and generating JavaScript code. The dependency @ampproject/remapping is also updated, migrating from version 2.0.0 to 2.1.0.
Furthermore, the update introduces some changes to the devDependencies of the package. It removes @types/source-map and sourcemap completely, using as a replacement @jridgewell/trace-mapping. @babel/helper-transform-fixture-test-runner is bumped to version 7.17.3.
Developers should note these dependency upgrades as they may impact compatibility with existing plugins or tooling. Reviewing the changelogs for @babel/parser, @babel/traverse, @babel/generator, and @ampproject/remapping is recommended to understand the full scope of changes and potential implications for their projects. While the core functionality remains largely the same, these refinements contribute to a more robust and efficient Babel experience, leading to better transpilation and overall code quality.
The are not vulnerabilities for the version 7.17.3 of the package @babel/core