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.57.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.57.1
Choose a head ref
  • 7 commits
  • 14 files changed
  • 4 contributors

Commits on Jan 29, 2026

  1. Mitigate vulnerability that would allow to steal credentials

    While our pull_request_target flows can only be triggered by adding a label,
    there is a short time window where a user could push another commit to the
    target. If we do not check out the sha referenced in the Github action but the
    ref, then this ref would point to the newly pushed commit, allowing to inject
    code to steal credentials.
    lukastaegert committed Jan 29, 2026
    Configuration menu
    Copy the full SHA
    c79e6c2 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2026

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

    * 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 Jan 30, 2026
    Configuration menu
    Copy the full SHA
    c931d23 View commit details
    Browse the repository at this point in the history
  2. fix: Isolate and cache process.report.getReport() calls in a child …

    …process for robust environment detection (#6251)
    
    fix: Isolate and cache `process.report.getReport()` calls in a child process for robust environment detection.
    
    This refactoring isolates the `process.report.getReport()` call into a separate child process. This change is necessary because since the introduction of this code, we have observed frequent process crashes on Windows, specifically with the error code -1073740940 (0xC0000374), which corresponds to a Windows heap corruption error.
    
    By moving the report generation to an isolated process, any potential instability or memory corruption is contained and does not affect the main process.
    
    The retrieved report header is cached to ensure that the child process is spawned only once, making this a fast and efficient solution for environment detection.
    
    Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
    alan-agius4 and lukastaegert authored Jan 30, 2026
    Configuration menu
    Copy the full SHA
    5e393e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    416f476 View commit details
    Browse the repository at this point in the history
  4. chore(deps): update dependency lru-cache to v11 (#6252)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 30, 2026
    Configuration menu
    Copy the full SHA
    47fa568 View commit details
    Browse the repository at this point in the history
  5. chore(deps): lock file maintenance (#6255)

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

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