Thanks to visit codestin.com
Credit goes to github.com

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.52.2
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.52.3
Choose a head ref
  • 5 commits
  • 8 files changed
  • 4 contributors

Commits on Sep 25, 2025

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

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

Commits on Sep 26, 2025

  1. chore(deps): lock file maintenance minor/patch updates (#6126)

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

Commits on Sep 27, 2025

  1. chore(deps): pin msys2/setup-msys2 action to fb197b7 (#6124)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 27, 2025
    Configuration menu
    Copy the full SHA
    7340c45 View commit details
    Browse the repository at this point in the history
  2. fix(native-loader): safely handle report.getReport() on Termux/Android (

    #6123)
    
    * fix(native-loader): safely handle report.getReport() on Termux/Android
    
    On Termux/Android, `report.getReport()` crashes because CPU information
    is not available in the environment, causing the native Rollup loader
    to throw `Failed to get cpu info`.
    
    This change wraps calls to `report.getReport()` in try/catch:
    
    - `isMusl()` now returns `false` if report information is unavailable,
      allowing Rollup to continue loading native bindings.
    - Windows MINGW detection (`isMingw32()`) is also safely wrapped.
    
    These changes are non-breaking and maintain existing behavior on
    supported platforms. They ensure Rollup can run on Termux/Android
    without crashing while preserving all existing bindings and error
    handling.
    
    No other logic is modified; this strictly improves environment
    robustness.
    
    * Use optional catch binding
    
    * Use optional catch binding
    
    * Fix formatting
    
    ---------
    
    Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
    Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
    3 people authored Sep 27, 2025
    Configuration menu
    Copy the full SHA
    4362862 View commit details
    Browse the repository at this point in the history
  3. 4.52.3

    lukastaegert committed Sep 27, 2025
    Configuration menu
    Copy the full SHA
    74c555c View commit details
    Browse the repository at this point in the history
Loading