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.56.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
  • 13 commits
  • 67 files changed
  • 5 contributors

Commits on Jan 23, 2026

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

    * fix(deps): lock file maintenance minor/patch updates
    
    * Resolve audit for changed id
    
    ---------
    
    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 23, 2026
    Configuration menu
    Copy the full SHA
    aa288d3 View commit details
    Browse the repository at this point in the history
  2. chore(deps): lock file maintenance (#6245)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 23, 2026
    Configuration menu
    Copy the full SHA
    529997c View commit details
    Browse the repository at this point in the history
  3. fix(deps): update swc monorepo (major) (#6243)

    * fix(deps): update swc monorepo
    
    * Resolve audit for changed id
    
    ---------
    
    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 23, 2026
    Configuration menu
    Copy the full SHA
    7af842b View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2026

  1. Configuration menu
    Copy the full SHA
    c519d82 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2026

  1. extend more hooks to include import attributes and add warnings (#5700)

    * extend more hooks to include import attributes and add warnings
    
    * extend shouldTransformCachedModule hook to include attributes
    
    * add importerAttributes to ResolveIdHook
    
    * update docs
    
    * tweak docs
    
    * Use correct deprecation warning handler
    
    * Mark some types as optional for now to avoid Vite and Vitepress conflicts
    
    Also, we needed to add the ssr attribute in the handlers that did not yet have
    options at all.
    The expectation is to revert this for Rollup 5.
    
    Luckily, we removed skipLibCheck at last to detect those.
    
    * Slightly extend documentation
    
    * Add attributes to resolveFileUrl and resolveImportMeta
    
    ---------
    
    Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
    TrickyPi and lukastaegert authored Jan 27, 2026
    Configuration menu
    Copy the full SHA
    74121c7 View commit details
    Browse the repository at this point in the history
  2. 4.57.0

    lukastaegert committed Jan 27, 2026
    Configuration menu
    Copy the full SHA
    743d054 View commit details
    Browse the repository at this point in the history

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