@rollup/plugin-typescript has released a new version, 12.1.1, succeeding version 12.1.0. Both versions provide seamless integration between Rollup and TypeScript, streamlining the process of incorporating TypeScript code into Rollup-based projects. Key aspects such as dependencies resolve and @rollup/pluginutils remain consistent, alongside development dependencies like buble, rollup, typescript, @types/node, @types/resolve, @rollup/plugin-buble, and @rollup/plugin-commonjs. The peer dependencies tslib, rollup and typescript also remain unchanged, ensuring compatibility with a wide range of Rollup and TypeScript versions.
The primary difference lies in the dist metadata. Version 12.1.1 has a slightly larger unpacked size of 137056 bytes, compared to 136551 bytes in version 12.1.0, suggesting minor code or asset additions, or perhaps adjustments in build configurations or dependency inclusion. Version 12.1.1 was released on October 16, 2024, while version 12.1.0 was released on September 22, 2024. This update is likely a patch or minor enhancement, possibly addressing bugs, optimizing performance, or introducing small feature improvements, which explains the small file size difference. Developers should consider upgrading to version 12.1.1 for the latest fixes and improvements to achieve optimal performance and stability in their Rollup-TypeScript workflows. To further investigate the concrete changes, it's recommended to explore the changelog or commit history to understand the specifics of the 12.1.1 release.
The are not vulnerabilities for the version 12.1.1 of the package @rollup/plugin-typescript