Rollup Plugin Typescript 2 saw a minor version bump from 0.27.2 to 0.27.3, offering incremental updates and refinements for developers using Rollup with TypeScript. The core functionality of seamless integration remains the same, so migrating should happen fast.
Key updates include dependency upgrades. Notably, within devDependencies the update includes @rollup/plugin-commonjs which jumps from 14.0.0 to 15.1.0, @rollup/plugin-node-resolve moving from 8.4.0 to 9.0.0, rollup from ^2.23.0 to ^2.28.2, and typescript itself from 3.9.7 to 4.0.3. There are changes in the types definitions too, with @types/lodash going from 4.14.149 to 4.14.161, and @types/resolve moving from 1.14.0 to 1.17.1. These dependency updates likely incorporate bug fixes, performance improvements, and new features from the respective packages, potentially leading to enhanced stability and compatibility for your Rollup-based TypeScript workflows. Both of the versions use the same peer dependencies, meaning that no breaking change update is required for rollup or typescript.
The update also sees a slight increase in the unpacked size of the package, with version 0.27.3 weighing in at 4949255 bytes compared to 0.27.2's 4946601 bytes, suggesting minor additions or adjustments to the codebase. This update reflects ongoing efforts to refine the plugin and keep it aligned with the latest advancements in the Rollup and TypeScript ecosystems, providing developers with a reliable and up-to-date tool for their projects.
The are not vulnerabilities for the version 0.27.3 of the package rollup-plugin-typescript2