-
-
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.0
head repository: rollup/rollup
compare: v4.60.1
- 10 commits
- 40 files changed
- 7 contributors
Commits on Mar 26, 2026
-
chore(deps): lock file maintenance (#6323)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5598a66 - Browse repository at this point
Copy the full SHA 5598a66View commit details
Commits on Mar 28, 2026
-
chore(deps): lock file maintenance (#6324)
* chore(deps): lock file maintenance * Resolve audit --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lukas Taegert-Atkinson <lukas.taegert-atkinson@tngtech.com>
Configuration menu - View commit details
-
Copy full SHA for 119abdb - Browse repository at this point
Copy the full SHA 119abdbView commit details -
fix(deps): update swc monorepo (major) (#6322)
fix(deps): update swc monorepo Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lukas Taegert-Atkinson <lukastaegert@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b25d25e - Browse repository at this point
Copy the full SHA b25d25eView commit details -
chore(deps): update openharmony-rs/setup-ohos-sdk action to v1 (#6321)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lukas Taegert-Atkinson <lukastaegert@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c336205 - Browse repository at this point
Copy the full SHA c336205View commit details -
chore(deps): update msys2/setup-msys2 digest to cafece8 (#6318)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lukas Taegert-Atkinson <lukastaegert@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 65e82a9 - Browse repository at this point
Copy the full SHA 65e82a9View commit details -
chore(deps): update minor/patch updates (#6319)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lukas Taegert-Atkinson <lukastaegert@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 42785ff - Browse repository at this point
Copy the full SHA 42785ffView commit details -
chore(deps): pin dependencies (#6317)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lukas Taegert-Atkinson <lukastaegert@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fe50d86 - Browse repository at this point
Copy the full SHA fe50d86View commit details
Commits on Mar 29, 2026
-
chore(deps): pin dependency typescript to v5 (#6320)
* chore(deps): update dependency typescript to v6 * Prevent TypeScript updates until all dependencies support it --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lukas Taegert-Atkinson <lukas.taegert-atkinson@tngtech.com>
Configuration menu - View commit details
-
Copy full SHA for ca55406 - Browse repository at this point
Copy the full SHA ca55406View commit details -
fix: skip dropping side-effects on namespaceReexportsByName cache hit (…
…#6274) (#6286) * fix: skip dropping side-effects on namespaceReexportsByName cache hit (#6274) When multiple entries reference the same variable via a namespace re-export, the `namespaceReexportsByName` cache was returning early. This prevented `getVariableFromNamespaceReexports` from capturing the side-effect dependencies for the subsequent importers, leading to dropped side effects (such as CSS imports). This fix explicitly re-invokes `getVariableFromNamespaceReexports` when the cache is hit and an `importerForSideEffects` is provided, utilizing its traversal to correctly link side effects to the new importer, while ignoring the return value. Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering> * refactor: cache side-effect metadata to avoid re-traversal on namespaceReexportsByName cache hit Replace the re-traversal approach with a parallel `namespaceSideEffectsByName` cache that stores the collected side-effect modules and cyclic reexporters on first resolution. Cache hits now replay the stored metadata for each importer directly, avoiding redundant graph traversal while preserving correct side-effect tracking across multiple importers. Update the test to cover the multi-entry scenario where two entries resolve the same export through the namespace reexport cache. * Simplify implementation and add missing tests --------- Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Happy <yesreply@happy.engineering> Co-authored-by: TrickyPi <530257315@qq.com>
Configuration menu - View commit details
-
Copy full SHA for 51f8f60 - Browse repository at this point
Copy the full SHA 51f8f60View commit details
Commits on Mar 30, 2026
-
Configuration menu - View commit details
-
Copy full SHA for ae871d7 - Browse repository at this point
Copy the full SHA ae871d7View 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.0...v4.60.1