Rollup Plugin TS version 2.0.2 is a minor update to the popular Rollup plugin designed to seamlessly integrate TypeScript projects into Rollup workflows. Comparing it to the previous stable version, 2.0.1, a few subtle but potentially impactful changes emerge.
Notably, the compatfactory dependency has been updated from version 0.0.9 to 0.0.12, and ts-clone-node from 0.3.28 to 0.3.29. Similarly, browserslist-generator has been updated (1.0.64 to 1.0.65), sandhog (1.0.42 to 1.0.43), and @swc/core is bumped from 1.2.108 to 1.2.110. Furthermore, the core TypeScript version used internally (as a dev dependency when testing) has received an upgrade from 4.4.4 to 4.5.2. These updates likely represent bug fixes, performance improvements, or enhanced compatibility within those respective libraries.
For developers using Rollup Plugin TS, this upgrade signals a commitment to maintaining up-to-date dependencies. While the core functionality remains the same - bundling TypeScript, respecting Browserslist configurations, and integrating with Babel or SWC - these updates may address underlying issues or improve the plugin's overall stability. Developers considering upgrading should take note of the bump to Typescript 4.5.2, compatfactory and review the changelogs of the updated dependencies to understand the specific changes and potential impact on their projects. The unpacked size has also slightly increased, which could mean slightly improved performance, or new features.
The are not vulnerabilities for the version 2.0.2 of the package rollup-plugin-ts