@babel/preset-env version 7.24.5 introduces several key updates and bug fixes compared to version 7.24.4, impacting developers using Babel for JavaScript transpilation. The most notable changes are within the dependencies, where several packages have been bumped to newer versions. Specifically, @babel/helper-plugin-utils moves from 7.24.0 to 7.24.5, and @babel/plugin-transform-classes goes from 7.24.1 to 7.24.5. Also, @babel/plugin-transform-block-scoping from 7.24.4 to 7.24.5 and @babel/plugin-transform-object-rest-spread from 7.24.1 to 7.24.5. These updates likely include bug fixes and performance improvements within these specific transformations.
Furthermore, @babel/core is upgraded in the devDependencies from 7.24.4 to 7.24.5 and changes have occured with @babel/traverse from 7.24.1 to 7.24.5 This hints at internal improvements to Babel's core transformation engine and AST traversal capabilities, potentially leading to faster and more reliable transpilation. Another important update is the increment of @babel/plugin-bugfix-firefox-class-in-computed-class-key from version 7.24.4 to 7.24.5. In general, these upgrades suggest a focus on refining existing features and resolving identified issues. Developers upgrading to 7.24.5 can expect a more stable and performant Babel experience, particularly when using modern JavaScript syntax and targeting diverse browser environments.
The are not vulnerabilities for the version 7.24.5 of the package @babel/preset-env