Rollup Plugin Esbuild saw a notable update with the release of version 6.1.0, building upon the solid foundation of version 6.0.2. Both versions encourage users to support the author's open-source work. One key difference lies in the updated dependencies. Version 6.1.0 now depends on @rollup/pluginutils version ^5.0.5, whereas 6.0.2 used version ^5.0.4. Regarding the development environment, version 6.1.0 updates the supported rollup version to ^4.0.2 and includes @types/node version 20.8.3 and @types/debug version ^4.1.9. Previous version instead used rollup ^3.29.2, @types/node version 20.6.3 and @types/debug version ^4.1.8. This ensures compatibility with the latest features. Furthermore, version 6.1.0 now includes peer dependency support for rollup version 4.0.0. Developers utilizing Rollup Plugin Esbuild will appreciate these dependency updates, which often translate to bug fixes, performance improvements, and enhanced compatibility with their existing toolchains. The slight increase in the unpacked size is negligible and shouldn't impact performance. These changes ensure a smoother and more efficient build process for modern JavaScript projects, making Rollup Plugin Esbuild a reliable choice for integrating esbuild's lightning-fast compilation within the Rollup ecosystem.
The are not vulnerabilities for the version 6.1.0 of the package rollup-plugin-esbuild