Rollup Plugin TS has released version 3.0.2, a minor update following closely after version 3.0.1. Both versions are designed to seamlessly integrate TypeScript with Rollup, offering features like bundled declarations, respecting Browserslist configurations, and compatibility with Babel and SWC transpilers.
A key difference lies in the dependency updates. Version 3.0.2 includes a bump in "browserslist" from 4.20.3 to 4.20.4, "eslint" from 8.16.0 to 8.17.0, "@swc/core" from 1.2.196 to 1.2.197, "typescript" from 4.7.2 to 4.7.3, "@types/node" from 17.0.37 to 17.0.41, "@swc/helpers" from 0.3.16 to 0.3.17, "npm-check-updates" from 13.0.3 to 13.1.1, "@typescript-eslint/parser" and "@typescript-eslint/eslint-plugin" both from 5.27.0 to 5.27.1, "rollup" from 2.75.4 to 2.75.6 and "ts-node" from 10.8.0 to 10.8.1.
These updates potentially address bug fixes, performance improvements, and security patches within those specific dependencies. For developers, this means enhanced stability and compatibility, ensuring a smoother development experience. Besides the dependency updates, it looks like there were no major changes in the plugin's core functionalities between the two versions. Users planning to upgrade should review the change logs of the updated dependencies for any potential breaking changes, though the minor version bumps suggest backward compatibility. The unpacked size has also slightly increased from 2866891 to 2874396, potentially due to the updated dependencies.
The are not vulnerabilities for the version 3.0.2 of the package rollup-plugin-ts