stack.pulse
#stacks/rollup/tooling

Rollup release notes, breaking changes, and upgrade notes.

Next-generation ES module bundler StackPulse turns upstream changelogs into scannable summaries with risky changes, deprecations, migration notes, and source links.

releases
7
breaking
0
security
1
deprecated
0
migrations
0

Get source-linked upgrade notes and occasional sponsor recommendations. No GitHub login required.

what stackpulse tracks

Rollup releases from GitHub

StackPulse watches Rollup release notes and keeps the original source link close to every summary.

upgrade risk

Breaking changes and deprecations

Risky changes are separated from normal feature notes so you can scan upgrade impact before changing production dependencies.

migration notes

Source-backed next steps

Migration steps and recommended actions are only shown when the upstream release notes support them.

# latest_releases

source-backed
v4.62.2lowfeatureJun 19, 2026

v4.62.2

This release fixes a bug where side-effect-free external imports were incorrectly added to chunks when using the `minChunkSize` option.

affected

Users relying on the `minChunkSize` option may have experienced unnecessary external imports in their chunks.

action

Update to this version to resolve the issue with side-effect-free external imports.

view source on github->
v4.62.1mediumfeatureJun 19, 2026

v4.62.1

This release focuses on bug fixes, including preserving multipart file extensions in output chunks and correcting log filter matching issues.

affected

Users experiencing issues with multipart file extensions or log filtering will benefit from these fixes.

action

Update to version 4.62.1 to resolve the mentioned bugs.

view source on github->
v4.62.0mediumfeatureJun 13, 2026

v4.62.0

This release introduces a new feature to ensure shared dependencies between manual chunks and entry points receive a separate chunk, improving modularity and dependency management.

affected

Users relying on manual chunks and shared dependencies will benefit from improved modularity.

release_signals
+Shared dependencies between manual chunks and entry points are now extracted into separate chunks (#6374)
view source on github->
v4.61.1mediumJun 4, 2026

v4.61.1

This release includes bug fixes to avoid extraneous newlines in plugin headers and resolves a rare issue causing Rollup to hang on Windows.

affected

Users experiencing issues with extraneous newlines in plugin headers or Rollup hanging on Windows are affected.

action

Update to version 4.61.1 to resolve these issues.

view source on github->
v4.61.0mediumfeatureJun 1, 2026

v4.61.0

This release introduces deterministic chunk hashes by sorting entry modules, improving build consistency.

affected

Developers relying on consistent chunk hashes across builds will benefit from this update.

action

Update to version 4.61.0 to ensure deterministic chunk hashes.

release_signals
+Sort entry modules to make chunk hashes deterministic
view source on github->
v4.60.4mediumsecurityMay 14, 2026

v4.60.4

This release focuses on bug fixes and dependency updates, including improvements to chunk hash stability and resolving vulnerabilities.

affected

Users relying on chunk hash stability or affected by resolved vulnerabilities may be impacted.

action

Update to version 4.60.4 to benefit from stability improvements and security fixes.

release_signals
!Resolved vulnerabilities (#6375)
view source on github->
v4.60.2mediumfeatureApr 18, 2026

v4.60.2

This release primarily focuses on bug fixes and dependency updates, addressing a variable rendering issue when generating different formats from the same build.

affected

Users experiencing issues with variable rendering in multi-format builds are affected.

action

Upgrade to version 4.60.2 to resolve the variable rendering bug.

view source on github->
Rollup release notes, breaking changes, and upgrade notes · StackPulse