Rollup Plugin Gzip, a tool for compressing Rollup and Vite bundles with Gzip or Brotli, released version 3.0.1 as a patch update to its previous stable version 3.0.0. The core functionality remains the same: efficiently reducing bundle sizes for faster web application loading times. A key update in 3.0.1 involves improvements to the development environment, reflected in the updated devDependencies. Most notably, there are significant upgrades for testing and linting tools including Jest, Typescript and ESLint along with their respective plugins. Specifically, Jest moved from version 27.3.1 to 27.5.1, Typescript from 4.4.4 to 4.6.3 , ESLint from 8.2.0 to 8.12.0 and Rollup from 2.60.0 to 2.70.1.
These changes indicate modernized testing, code analysis and bundled capabilities. Furthermore, the unpacked size went from 25386 to 23350, showing minor code optimizations for a slightly smaller footprint. From a developer perspective, upgrading to 3.0.1 ensures access to the latest bug fixes, performance tweaks and compatibility with newer versions of other tools during development. Besides the version upgrades in the development environment, the core functionality and peer dependency requirements of rollup >=2.0.0 remain consistent between the two releases, indicating that existing integrations should remain unaffected by the update.
The are not vulnerabilities for the version 3.0.1 of the package rollup-plugin-gzip