Rollup Plugin Typescript2 version 0.31.0 introduces several updates compared to version 0.30.0, impacting developers utilizing Rollup for TypeScript projects. A notable change lies in the updated dependencies, with tslib progressing from version 2.1.0 to 2.2.0. This ensures better compatibility and potentially leverages new features or bug fixes within the TypeScript runtime library.
Furthermore, several development dependencies have been upgraded. Lodash sees an increment from 4.17.20 to 4.17.21, along with bump of semver and rollup. While these upgrades are mostly related to the developer environment they can bring performance improvements that can affect the bundled files. The most important upgrade from a developer perspective is the typescript version from 4.1.5 to 4.2.4, which allows developers to use newer syntax and features of Typescript.
Developers focusing on build processes and dependency management need to be aware of these changes. The core functionality, providing seamless integration between Rollup and TypeScript, remains consistent. The updated dependencies offer potential improvements in performance and compatibility, aligning with the latest features and fixes from underlying libraries. Those upgrading should test their builds to confirm compatibility, especially if relying on specific behaviors of older dependency versions. Overall, version 0.31.0 represents a solid upgrade for developers seeking to leverage newer TypeScript and dependency features.
The are not vulnerabilities for the version 0.31.0 of the package rollup-plugin-typescript2