Rollup-plugin-esbuild offers a streamlined way to integrate the lightning-fast esbuild bundler with Rollup, significantly accelerating your build processes. Comparing versions 2.6.0 and 2.5.2, several key improvements and dependency updates stand out. Most notably, version 2.6.0 bumps the peer dependency of esbuild from "^0.6.0" to "^0.8.0", unlocking access to the latest features and performance optimizations within esbuild itself. For developers, this means potentially faster builds and access to new esbuild functionalities directly within your Rollup workflow.
Beyond esbuild, @rollup/pluginutils also sees an update from "^4.0.0" to "^4.1.0", likely incorporating bug fixes and minor enhancements within Rollup's plugin utilities. The development environment also receives attention, with updates to packages like jest, rollup, and various @types/* packages. While these development dependency updates might not directly impact runtime behavior, they contribute to a more robust and reliable development experience. In addition, prettier increases from "2.1.2" to "^2.2.0". The core functionality of the plugin remains consistent improving overall build speeds when using Rollup by leveraging esbuild. The tarball size reduces insignificantly from 10167 to 10159 pointing towards a potential code refactoring or optimization.
Therefore, upgrading to version 2.6.0 offers access to more recent underlying tools, potentially translating to faster and more efficient builds.
The are not vulnerabilities for the version 2.6.0 of the package rollup-plugin-esbuild