Rollup-plugin-typescript2 version 0.22.0 delivers several dependency updates, offering potential performance improvements and bug fixes under the hood compared to version 0.21.2. Key updates include newer versions of core dependencies such as fs-extra (8.1.0 vs 7.0.1), resolve (1.11.1 vs 1.10.1), and tslib (1.10.0 vs 1.9.3). Developers utilizing this plugin should see benefits from these fresher dependencies in terms of stability and compatibility.
The devDependencies also received a round of updates. Most notably a more recent @types/fs-extra (8.0.0 vs 5.0.5), @types/lodash (4.14.136 vs 4.14.123), rollup version bumped to "^1.16.7 " from "^1.10.1 ", rollup-plugin-commonjs (10.0.1 vs 9.3.4), rollup-plugin-node-resolve (5.2.0 vs 4.2.3), semver (6.2.0 vs 6.0.0) tslint (5.18.0 vs 5.16.0), and typescript itself updated to version 3.5.3 from 3.4.5. These development dependency upgrades should help create code with the latest best practices and tools for a better developer experience when building projects using Rollup and Typescript.
Both versions maintain the same peer dependency requirements for rollup (>=0.68.0) and typescript (>=2.4.0), ensuring continued compatibility for existing projects. The difference in unpacked size, while relatively small, could indicate minor changes or additions within the plugin's core functionality. Developers integrating this plugin should review their build processes to leverage the new features and improvements incorporated through these dependency updates, ensuring smoother and more reliable builds.
The are not vulnerabilities for the version 0.22.0 of the package rollup-plugin-typescript2