Rollup-plugin-typescript2 streamlines the integration of TypeScript projects within Rollup workflows, offering developers a seamless way to leverage TypeScript's type safety and modern JavaScript features during bundling. Version 0.36.0 introduces key updates compared to the previous stable version, 0.35.0, notably upgrading several dependencies for enhanced stability and performance. Semver is updated from version 7.3.7 to 7.5.4 and TSLib is updated from version 2.4.0 to 2.6.2. The upgrade to typescript in the devDependencies from version 4.6.3 to 5.1.3 provides access to the latest language features and improvements in the TypeScript compiler. This also brought an update in the required version of eslint @typescript-eslint/eslint-plugin and parser. Along with jest updated from 28.0.0 to 29.7.0. These upgrades likely address underlying bugs and ensure compatibility with newer toolchains.
Developers should be aware of peer dependency requirements; both versions specify rollup (>=1.26.3) and typescript (>=2.4.0), ensuring compatibility with existing project setups. Reviewing the complete changelog on the project's GitHub repository is recommended for a comprehensive understanding of all changes, including potential breaking ones. The updated dependencies in version 0.36.0 contribute to a more robust and feature-rich development experience, allowing users to take full advantage of the latest advancements in the TypeScript and Rollup ecosystems. The jump in version may contain backward incompatible changes so it is highly advisable to read the changelog before updating.
The are not vulnerabilities for the version 0.36.0 of the package rollup-plugin-typescript2