Rollup Plugin Esbuild has a new version 6.2.0, released on February 5, 2025, building upon the prior stable version 6.1.1 released on January 23, 2024. Both versions share the same goal of making the author a full time OSS maintainer, so consider sponsoring. A key difference lies in the updated dependencies. Version 6.2.0 upgrades debug to ^4.4.0, get-tsconfig to ^4.10.0, it introduces unplugin-utils version ^0.2.3, and updates es-module-lexer to ^1.6.0. Version 6.1.1 used debug":"^4.3.4","get-tsconfig":"^4.7.2","es-module-lexer":"^1.3.1","@rollup/pluginutils":"^5.0.5" these changes bring in latest features and bug fixes.
For developers, the peer dependencies, remaining the same, rollup (^1.20.0 || ^2.0.0 || ^3.0.0 || ^4.0.0) and esbuild (>=0.18.0) ensures compatibility. Furthermore, the development dependencies in version 6.2.0 are significantly bumped to esbuild version ^0.24.2, typescript to ^5.7.3, @types/node to 22.13.1. Previous version used esbuild":"^0.19.4","typescript":"^5.2.2","@types/node":"20.8.3". These newer versions unlocks possibility of new syntax and APIs. Using the newest version would also mean the developers can leverage the latest advancements in TypeScript and Node.js ecosystems during development and testing.
The are not vulnerabilities for the version 6.2.0 of the package rollup-plugin-esbuild