@rollup/plugin-typescript offers seamless integration between Rollup and TypeScript, enabling developers to effortlessly bundle their TypeScript projects. Comparing version 11.0.0 with the prior stable release, 10.0.1, reveals subtle but important changes for users. The core functionality remains consistent, ensuring existing configurations should migrate smoothly. Both versions share identical dependencies on 'resolve' and '@rollup/pluginutils', and similar peer dependencies on 'tslib', 'rollup', and 'typescript' indicating compatible ecosystem requirements. Development dependencies also mirrored, including 'buble', 'rollup', 'typescript', '@types/node', '@rollup/plugin-buble' and '@rollup/plugin-commonjs' which are only relevant for plugin development and testing.
The key difference lies in the "dist" section, specifically the 'unpackedSize', which slightly increases from 92602 bytes in version 10.0.1 to 92780 bytes in version 11.0.0 and the release date. This small size increase indicates internal improvements, bug fixes, or minor feature enhancements that do not necessitate major API changes or new configuration options, and was released on "2023-01-06" while the previous one was on "2022-11-28", more than a month prior to the new release. For developers, this means updating to version 11.0.0 provides the latest refinements and potentially addresses any outstanding issues present in 10.0.1, contributing to a more stable and reliable TypeScript bundling process within their Rollup workflows. It is always recommended staying up-to-date with the latest stable release to benefit from accumulated improvements.
The are not vulnerabilities for the version 11.0.0 of the package @rollup/plugin-typescript