Rollup-plugin-typescript2 version 0.27.0 introduces several notable changes compared to version 0.26.0, potentially impacting developers integrating TypeScript into their Rollup workflows. One key updated dependency is "@rollup/pluginutils," now at version "^3.0.8" compared to the older "rollup-pluginutils" at version "2.8.2". This brings in newer utilities for Rollup plugins, likely improving compatibility and features. Another significant update is the tslib dependency, moving from version "1.10.0" to "1.11.1". Furthermore, while both versions list Rollup and TypeScript as peer dependencies with the same version requirements, the development dependency @rollup/plugin-commonjs updated from "10.1.0" to "11.0.2" and @rollup/plugin-node-resolve from "5.2.0" to "7.1.1".
Developers upgrading should also note the change made in the rollup dependency, going from "^1.31.0" to "^2.2.0". The library object-hash also updated its version from 2.0.2 to 2.0.3, and tslint updated from 6.0.0 to 6.1.0, and typescript updated from 3.7.5 to 3.8.3, this means that the library may have some breaking changes coming from the update on those packages. The unpackedSize of the plugin increased slightly, potentially with new features. These collective updates suggest improved stability, compatibility with newer Rollup and TypeScript versions, and potentially new features or bug fixes. Developers should carefully review their Rollup configurations and TypeScript code when upgrading to ensure compatibility and leverage the latest improvements.
The are not vulnerabilities for the version 0.27.0 of the package rollup-plugin-typescript2