Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rollup/rollup
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.60.0
Choose a base ref
...
head repository: rollup/rollup
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.60.1
Choose a head ref
  • 10 commits
  • 40 files changed
  • 7 contributors

Commits on Mar 26, 2026

  1. chore(deps): lock file maintenance (#6323)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 26, 2026
    Configuration menu
    Copy the full SHA
    5598a66 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2026

  1. 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>
    renovate[bot] and lukastaegert authored Mar 28, 2026
    Configuration menu
    Copy the full SHA
    119abdb View commit details
    Browse the repository at this point in the history
  2. 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>
    renovate[bot] and lukastaegert authored Mar 28, 2026
    Configuration menu
    Copy the full SHA
    b25d25e View commit details
    Browse the repository at this point in the history
  3. 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>
    renovate[bot] and lukastaegert authored Mar 28, 2026
    Configuration menu
    Copy the full SHA
    c336205 View commit details
    Browse the repository at this point in the history
  4. 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>
    renovate[bot] and lukastaegert authored Mar 28, 2026
    Configuration menu
    Copy the full SHA
    65e82a9 View commit details
    Browse the repository at this point in the history
  5. 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>
    renovate[bot] and lukastaegert authored Mar 28, 2026
    Configuration menu
    Copy the full SHA
    42785ff View commit details
    Browse the repository at this point in the history
  6. 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>
    renovate[bot] and lukastaegert authored Mar 28, 2026
    Configuration menu
    Copy the full SHA
    fe50d86 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2026

  1. 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>
    renovate[bot] and lukastaegert authored Mar 29, 2026
    Configuration menu
    Copy the full SHA
    ca55406 View commit details
    Browse the repository at this point in the history
  2. 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>
    4 people authored Mar 29, 2026
    Configuration menu
    Copy the full SHA
    51f8f60 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2026

  1. 4.60.1

    lukastaegert committed Mar 30, 2026
    Configuration menu
    Copy the full SHA
    ae871d7 View commit details
    Browse the repository at this point in the history
Loading