The @babel/plugin-proposal-decorators package, essential for compiling class and object decorators to ES5, saw a recent update from version 7.22.3 to 7.22.5. While the core functionality remains the same, this incremental update brings several dependency upgrades that enhance stability and compatibility within the Babel ecosystem.
Specifically, version 7.22.5 updates its dependencies to align with the latest Babel releases. Key changes include bumping @babel/helper-plugin-utils to ^7.22.5, @babel/helper-replace-supers to ^7.22.5, @babel/plugin-syntax-decorators to ^7.22.5, @babel/helper-split-export-declaration to ^7.22.5 and @babel/helper-create-class-features-plugin to ^7.22.5.
These updates likely incorporate bug fixes, performance improvements, and new features introduced in those helper packages. Developers using this plugin should upgrade to version 7.22.5 to benefit from these enhancements and ensure compatibility with other Babel plugins and tools they may be using. Furthermore, the @babel/core and @babel/traverse devDependencies were updated to ^7.22.5 bringing in related testing improvements. This ensures a smoother compilation process, especially when working with modern JavaScript syntax and features requiring decorator support. The core functionality remains consistent between versions, so the upgrade should be seamless for most users primarily offering improvements in stability and the development process.
The are not vulnerabilities for the version 7.22.5 of the package @babel/plugin-proposal-decorators