@rollup/plugin-typescript has released version 11.1.6, a minor update from the previous stable version 11.1.5. Both versions provide seamless integration between Rollup and TypeScript, enabling developers to effortlessly incorporate TypeScript code into their Rollup-based projects. The core functionality remains consistent, offering a streamlined workflow for transpiling and bundling TypeScript files.
The key differences lie within the dependency updates. Version 11.1.6 updates @rollup/pluginutils from version 5.0.1 to version 5.1.0. This update in @rollup/pluginutils likely includes bug fixes, performance improvements, or new utility functions beneficial for plugin development. While the listed devDependencies and peerDependencies are the same, using the newer version may also benefit indirectly from updated transitive dependencies. The dist information also reveals that version 11.1.6 has added two more files in the package and the unpackedSize increased by ~40KB between the two versions.
For developers, this means that upgrading to 11.1.6 is recommended for accessing the latest improvements and potential bug fixes within the @rollup/pluginutils dependency. Given the nature of peerDependencies for rollup and typescript, either version should work well. Developers employing Rollup with TypeScript should ensure their projects align with the specified version ranges for tslib, rollup, and typescript to guarantee compatibility. The resolve dependency version remains consistent at '^1.22.1'. The library is licensed under MIT, providing flexibility for usage and modification.
The are not vulnerabilities for the version 11.1.6 of the package @rollup/plugin-typescript