Rollup Plugin TS has a new version, 1.3.0, released on July 31, 2020, building upon the previous stable version, 1.2.29, released just days before on July 28, 2020. Both versions are designed to seamlessly integrate TypeScript into Rollup workflows, offering support for declaration bundling and respecting Browserslist configurations for optimal browser compatibility. Developers already using Rollup Plugin TS will find a smooth transition as the core functionality remains consistent.
Key differences between the versions are subtle. While the dependencies are largely the same, the bump in versioning from 1.2.29 to 1.3.0 suggests internal improvements and bug fixes. Notably, the pnpm version has slightly increased from ^5.4.6 to ^5.4.7 indicating a minor update to the project's package manager. The bundled size has also slightly increased from 2616147 to 2665446, potentially from including new features or dependencies updates. The most significant visible change is that in the devDependencies of 1.2.29 there is a dependency of "@wessberg/rollup-plugin-ts":"^1.2.28" and not in the new version. This could indicate that the old dependecy was used for integration testing, but now it is not necessary to use it anymore, probably because it is coupled with the package itself. Existing users should upgrade to 1.3.0 to benefit from these enhancements and ensure they are using the most stable and up-to-date version. For developers using the Plugin for first time, they receive a tool to easily integrate the TS with Rollup and have typescript version >= 3.2.x, and rollup v1.x.
The are not vulnerabilities for the version 1.3.0 of the package rollup-plugin-ts