Rollup Plugins is the official Rollup plugins collection, covering many build-time tasks like compiling (Babel, TypeScript, Sucrase), resolving dependencies, converting formats (JSON, YAML, GraphQL), and producing optimized outputs (minification and stripping). It also includes related helper packages, such as plugin utilities used across Rollup plugins.
Project status
- The
rollup/pluginssource (GitHub) appears actively maintained, with an upstream push on 2026-05-29 and multipleupdatespublished the same day. - Update cadence looks fairly recent but not continuous: the latest upstream push was about 2.5 months ago (2026-05-29 to 2026-08-12), and prior evidence only shows clustered activity around that date.
AI summary generated
Recent updates
yaml-v5.0.0
Version yaml-v5.0.0 updates @rollup/plugin-yaml to use Rollup hook filters for its transform stage, changing the internal shape of the plugin hook from a transform function to a filtered transform object. The release also bumps the required Rollup peer range and upgrades @rollup/pluginutils to gain suffixRegex support.
Featuresswc-v0.4.1
No release notes were provided for swc-v0.4.1, so the diff changes could not be validated against any published documentation. The code changes in this range include a new @rollup/plugin-babel parallelization implementation using worker threads (workerpool), plus a small @rollup/plugin-swc type export adjustment.
Featurespluginutils-v5.4.0
pluginutils v5.4.0 was released, but the publisher did not provide any release notes. As a result, no developer-impacting changes (new features, bug fixes, breaking changes, or dependency updates) can be confirmed from the release notes alone, so you should review the code/package diff before upgrading.