Rollup-plugin-ts has released version 3.4.1, a minor update following closely on the heels of version 3.4.0. Both versions serve as TypeScript Rollup plugins streamlining the bundling of declarations, respecting Browserslist configurations, and ensuring smooth integration with transpilers like Babel and SWC. The core functionality and dependency structure remain largely consistent between the two releases. Examining the provided data, the dependencies and devDependencies appear identical solidifying that the update doesn't introduce any breaking changes or feature enhancements.
The key difference lies in the dist property, specifically the unpackedSize. Version 3.4.1 slightly increased from 2,899,355 bytes to 2,900,147 bytes. The releaseDate also differs, suggesting a fix or minor build change was implemented. It is also worth noticing that the number of files (fileCount) and all dependencies are identical.
For developers using rollup-plugin-ts, this update likely represents a bug fix or incremental improvement. Check the commit history in the public repo if you need details about the nature of the fix. Given the minimal changes, upgrading from 3.4.0 to 3.4.1 should be a seamless process. It's advisable to review the changelog for any specific details regarding the modifications made. If you encounter any bugs it may be worth upgrading. Generally, developers can expect continued stability and the same feature set when moving to this latest patch.
The are not vulnerabilities for the version 3.4.1 of the package rollup-plugin-ts