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.61.1
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.62.0
Choose a head ref
  • 10 commits
  • 128 files changed
  • 3 contributors

Commits on Jun 4, 2026

  1. fix(deps): update minor/patch updates (#6405)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 4, 2026
    Configuration menu
    Copy the full SHA
    844671c View commit details
    Browse the repository at this point in the history
  2. chore(deps): lock file maintenance minor/patch updates (#6407)

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

Commits on Jun 5, 2026

  1. chore(deps): update minor/patch updates to v6.2.0 (#6409)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 5, 2026
    Configuration menu
    Copy the full SHA
    5a15062 View commit details
    Browse the repository at this point in the history
  2. chore(deps): lock file maintenance minor/patch updates (#6410)

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

Commits on Jun 6, 2026

  1. 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]>
    renovate[bot] and lukastaegert authored Jun 6, 2026
    Configuration menu
    Copy the full SHA
    126e141 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2026

  1. 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]>
    TrickyPi and lukastaegert authored Jun 8, 2026
    Configuration menu
    Copy the full SHA
    d96ed95 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2026

  1. 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]>
    renovate[bot] and lukastaegert authored Jun 13, 2026
    Configuration menu
    Copy the full SHA
    18654d8 View commit details
    Browse the repository at this point in the history
  2. fix(deps): update minor/patch updates (#6412)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 13, 2026
    Configuration menu
    Copy the full SHA
    5c9ef2e View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency eslint-plugin-unicorn to v65 (#6413)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 13, 2026
    Configuration menu
    Copy the full SHA
    93e85fc View commit details
    Browse the repository at this point in the history
  4. 4.62.0

    lukastaegert committed Jun 13, 2026
    Configuration menu
    Copy the full SHA
    5e0066d View commit details
    Browse the repository at this point in the history
Loading