Rollup Plugin Visualizer underwent a few notable changes between versions 5.9.2 and 5.9.3. The core functionality, providing bundle analysis and visualization for Rollup projects, remains consistent, empowering developers to identify large dependencies and optimize their code for improved performance. The dependencies saw some updates, primarily within the development environment.
Specifically, within the devDependencies, prettier was bumped from version 2.6.2 to version 3.1.0, while in relation to the eslint ecosystem, eslint-config-prettier saw an update from version 8.5.0 to 9.0.0 and eslint-plugin-prettier from 4.0.0 to 5.0.1. The versions for @typescript-eslint/parser and @typescript-eslint/eslint-plugin were also updated from 5.25.0 to 6.12.0. Rollup was updated from version 3.1.0 to 4.5.2 and typescript from ~5.1.3 to ~5.3.2. These updates indicate a focus on keeping the development tooling current, incorporating the latest improvements and bug fixes from these widely used packages.
The peer dependency definition for Rollup excludes Rollup version 4 in version 5.9.2, and is included in version 5.9.3.
These updates, while seemingly minor, contribute to a more robust and reliable development process. Developers using Rollup Plugin Visualizer can benefit from the enhanced linting and formatting capabilities of the updated Prettier and ESLint configurations aligning with modern coding standards.
The are not vulnerabilities for the version 5.9.3 of the package rollup-plugin-visualizer