-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Comparing changes
Open a pull request
base repository: rollup/rollup
base: v4.61.1
head repository: rollup/rollup
compare: v4.62.0
- 10 commits
- 128 files changed
- 3 contributors
Commits on Jun 4, 2026
-
fix(deps): update minor/patch updates (#6405)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 844671c - Browse repository at this point
Copy the full SHA 844671cView commit details -
chore(deps): lock file maintenance minor/patch updates (#6407)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d02f03a - Browse repository at this point
Copy the full SHA d02f03aView commit details
Commits on Jun 5, 2026
-
chore(deps): update minor/patch updates to v6.2.0 (#6409)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5a15062 - Browse repository at this point
Copy the full SHA 5a15062View commit details -
chore(deps): lock file maintenance minor/patch updates (#6410)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f2f58c4 - Browse repository at this point
Copy the full SHA f2f58c4View commit details
Commits on Jun 6, 2026
-
chore(deps): pin dependency concurrently to v9 (#6406)
* chore(deps): update dependency concurrently to v10 * Pin previous concurrently We need to update our NodeJS baseline first. --------- 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 126e141 - Browse repository at this point
Copy the full SHA 126e141View commit details
Commits on Jun 8, 2026
-
Extract the static dependencies imported by manual chunks into separa…
…te chunks (#6374) * Add a test * Extract the static dependencies imported by manual chunks into separate chunks * Adjust the log info * Update the code according to Copilot’s review * fix: use some instead of find for boolean check * test: add test for shared static dependency between manual chunks * Avoid unnecessary array Initially, we are only collection single modules with their dependent entries. * Avoid full iteration by gathering entry information * Treat manual chunks as entry points for chunk assignment This will effectively avoid cycles where manual chunks import back from entry chunks. The price, though, is that it might create more chunks. For the longer term, it would be nice to replace the current logic where non-explicit manual chunks try to include as many static dependencies as possible with a logic where they behave as any entry points and just include all dependencies not shared with another entry. * Reduce number of chunks by treating all manual chunk members as dependencies Basically for the purpose of analysis, all explicit members of a manual chunk are treated as the same module, meaning dependencies are shared in the chunk. This mirrors what will happen in the output and reduces generated chunks. * Refactor manual chunk assembly * Track if we already added a manual chunk * Update codecov action as it is failing --------- Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d96ed95 - Browse repository at this point
Copy the full SHA d96ed95View commit details
Commits on Jun 13, 2026
-
chore(deps): lock file maintenance minor/patch updates (#6414)
* chore(deps): lock file maintenance minor/patch updates * Resolve audit --------- 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 18654d8 - Browse repository at this point
Copy the full SHA 18654d8View commit details -
fix(deps): update minor/patch updates (#6412)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5c9ef2e - Browse repository at this point
Copy the full SHA 5c9ef2eView commit details -
chore(deps): update dependency eslint-plugin-unicorn to v65 (#6413)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 93e85fc - Browse repository at this point
Copy the full SHA 93e85fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e0066d - Browse repository at this point
Copy the full SHA 5e0066dView 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.61.1...v4.62.0