@babel/core, the core compiler for Babel, saw a version bump from 7.17.12 to 7.18.0, bringing with it a series of updates across its dependencies. Developers upgrading should note changes in several key areas. Notably, the newer version brings updates to its core modules like @babel/types, @babel/parser, @babel/helpers, @babel/traverse, and @babel/generator, all moving from version 7.17.x to 7.18.0. These updates likely contain bug fixes, performance improvements, and potential new features within the type system, parsing capabilities, helper functions, tree traversal, and code generation aspects of Babel's compilation process. @babel/helper-module-transforms also received an update to 7.18.0. While @babel/template and @babel/code-frame remain unchanged, sticking at version 7.16.7, it’s crucial to check for any compatibility nuances arising from the updated core modules. In the devDependencies, @babel/plugin-transform-modules-commonjs and @babel/helper-transform-fixture-test-runner were updated. Developers utilizing commonjs will want to check the plugin for issues with the new version. The unpacked size has seen a slight reduction from 276038 to 276029, potentially indicating minor optimizations in the codebase. The release dates also tell the story of recency, with 7.18.0 being released just days after 7.17.12. Upgrading offers the latest refinements, however, diligent testing is recommended to ensure seamless integration with existing projects.
The are not vulnerabilities for the version 7.18.0 of the package @babel/core