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.44.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.44.1
Choose a head ref
  • 3 commits
  • 15 files changed
  • 3 contributors

Commits on Jun 20, 2025

  1. fix(deps): lock file maintenance minor/patch updates (#5988)

    * fix(deps): lock file maintenance minor/patch updates
    
    * For some reason, declarations no longer work in tsconfig
    
    * Manually update SWC
    
    * Downgrade again as this does not solve current compile issues
    
    * As declarations no longer work properly, use imports instead
    
    ---------
    
    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 20, 2025
    Configuration menu
    Copy the full SHA
    37d1915 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2025

  1. Set maxParallelFileOps to 1000 (#5992)

    This is a quick fix compromise until we find a better solution to enforce the
    limit.
    lukastaegert authored Jun 26, 2025
    Configuration menu
    Copy the full SHA
    4a87b85 View commit details
    Browse the repository at this point in the history
  2. 4.44.1

    lukastaegert committed Jun 26, 2025
    Configuration menu
    Copy the full SHA
    5a7f9e2 View commit details
    Browse the repository at this point in the history
Loading