Rollup 4.34.9 and 4.34.8 are both next-generation ES module bundlers, but subtle differences exist that developers should note. The primary divergence resides in their development dependencies, reflecting incremental upgrades in tooling and related libraries. Version 4.34.9 sees updated versions of vite (6.2.0 vs 6.1.0), eslint (9.21.0 vs 9.20.0), rollup itself (as a dev dependency, 4.34.8 vs 4.34.6), terser (5.39.0 vs 5.38.1), and globals (16.0.0 vs 15.14.0). Furthermore, typescript-eslint is updated to 8.25.0 (vs 8.24.0), @codemirror/view to 6.36.3 (vs 6.36.2), @codemirror/search to 6.5.9 (vs 6.5.8), and @vue/language-server to 2.2.4 (vs 2.2.0). @shikijs/vitepress-twoslash also jumps to 3.0.0 from 2.3.2. These might incorporate bug fixes, performance enhancements, or new features within those respective tools. When integrating Rollup, developers should assess these changes according to their project's dependency requirements and compatibility considerations. The core functionality of Rollup as a bundler remains consistent, focused on efficiently packaging JavaScript modules, but the updated dependencies in 4.34.9 offer the potential for improved development workflows and enhanced compatibility with the latest ecosystem tools.
The are not vulnerabilities for the version 4.34.9 of the package rollup