Rollup 4.27.0 represents a minor version bump focusing on refinements and dependency updates compared to version 4.26.0. Both versions share the core purpose of being next-generation ES module bundlers, ideal for modern JavaScript development. A subtle shift in the developer experience might stem from updated dependencies. Specifically, the rollup devDependency itself jumps from ^4.24.4 to ^4.25.0, implying potential internal tooling upgrades within Rollup's development environment.
A key difference lies in @inquirer/prompts, moving from ^7.0.1 to ^7.1.0, suggesting potential improvements or bug fixes within that interactive prompt library, possibly affecting Rollup's CLI interactions (if any). Also, eslint-plugin-vue moves from ^9.30.0 to ^9.31.0 and typescript-eslint from ^8.13.0 to ^8.14.0 that suggests improvements for Vue developers, including possibly better Vue 3 support.
Developers should note minor updates in optional platform-specific dependencies (e.g., @rollup/rollup-darwin-x64) which have been upgraded from version "4.26.0" to "4.27.0". Furthermore, the bumped up fileCount for the package distribution might reflect some new files added to the release package. From fileCount:27,"unpackedSize":2601335 to fileCount:27,"unpackedSize":2640445. In essence, upgrading to 4.27.0 provides the latest refinements, improved Vue support and dependency updates.
The are not vulnerabilities for the version 4.27.0 of the package rollup