Rollup Plugin TypeScript saw a minor version bump from 1.0.0 to 1.0.1, bringing several dependency updates aimed at improving compatibility and build processes. Developers considering this plugin for seamless TypeScript integration with Rollup should note the changes. The resolve dependency was updated from version 1.8.1 to 1.10.0, potentially affecting module resolution within your projects. rollup-pluginutils also saw an update, moving from version 2.3.1 to 2.5.0, which likely includes bug fixes and improved utility functions for plugin development.
For development dependencies, significant upgrades occurred. Most notably, the TypeScript version jumped from 3.0.3 to 3.3.4000, enabling developers to leverage newer TypeScript features and improvements in type checking and language services. Rollup itself was upgraded from version 0.65.2 to 1.7.0, offering enhanced bundling capabilities. Other notable updates are eslint from 5.6.0 to 5.15.3 and rollup-plugin-commonjs from 9.1.6 to 9.2.1. These changes might require adjustments to your project's linting configuration and commonjs module handling. Buble (a fast, modern alternative to Babel) moved from 0.19.3 to 0.19.7 and rollup-plugin-buble moved from 0.19.2 to 0.19.6. The rimraf (a node module for recursively deleting files) also updated from 2.5.4 to 2.6.3. These upgrades collectively contribute to a more robust and feature-rich experience when integrating TypeScript projects with Rollup.
The are not vulnerabilities for the version 1.0.1 of the package rollup-plugin-typescript