-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Comparing changes
Open a pull request
base repository: rollup/rollup
base: v4.60.3
head repository: rollup/rollup
compare: v4.60.4
- 7 commits
- 36 files changed
- 6 contributors
Commits on May 8, 2026
-
fix(deps): update minor/patch updates (#6370)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 642587f - Browse repository at this point
Copy the full SHA 642587fView commit details
Commits on May 9, 2026
-
chore(deps): update react monorepo to v19 (major) (#6372)
chore(deps): update react monorepo to v19 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 65e7b94 - Browse repository at this point
Copy the full SHA 65e7b94View commit details -
chore(deps): lock file maintenance (#6373)
* chore(deps): lock file maintenance * Downgrade stacker to resolve windows-sys linking issue --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for af91d77 - Browse repository at this point
Copy the full SHA af91d77View commit details
Commits on May 10, 2026
-
chore(deps): update dependency lru-cache to v11 (#6371)
* chore(deps): update dependency lru-cache to v11 * Remove lru-cache exception --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 71f5ebc - Browse repository at this point
Copy the full SHA 71f5ebcView commit details
Commits on May 14, 2026
-
Resolve vulnerabilities (#6375)
* Resolve vulnerabilities * Downgrade wasm-pack until CI issue is resolved
Configuration menu - View commit details
-
Copy full SHA for 82a0fe7 - Browse repository at this point
Copy the full SHA 82a0fe7View commit details -
fix: stabilize chunk assignment across parallel file reads (#6362)
* fix: make chunk assignment and export naming deterministic (#5902) Rollup stores parsed modules in a Map<string, Module> (modulesById). With parallel file reads, modules are inserted in whichever order their resolveId hooks complete, making iteration order non-deterministic across builds. Two code paths depended on this order: - Bundle.assignManualChunks iterated modulesById.values() directly, so a stateful manualChunks function produced different chunk assignments on different runs. Fix: sort modules alphabetically by ID before iterating. - assignExportsToMangledNames and assignExportsToNames iterated the chunk exports Set in insertion order. Fix: sort exports before assigning aliases using a stable comparator: module ID → source declaration position → base name → export key → constructor name. Synthetic variables (NamespaceVariable etc.) have no source declaration and receive Number.MAX_SAFE_INTEGER as their position so they always sort after regular variables, preventing them from stealing natural export names in CJS/AMD/UMD formats. Adds a regression test that builds the same graph twice with different resolveId delay patterns and asserts identical chunk names, hashes, and code. Updates five chunking-form snapshots whose previous expected output reflected arbitrary insertion order rather than the new deterministic sort (ES and System formats only). * Add a regression test and refine the fix * Remove unnecessary options in the test * Also add a test with mangled exports * Make sorting more stable * Fix tests --------- Co-authored-by: Sonu Kapoor <[email protected]> Co-authored-by: TrickyPi <[email protected]> Co-authored-by: Lukas Taegert-Atkinson <[email protected]> Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6aa3248 - Browse repository at this point
Copy the full SHA 6aa3248View commit details -
Configuration menu - View commit details
-
Copy full SHA for d311a84 - Browse repository at this point
Copy the full SHA d311a84View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.60.3...v4.60.4