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.45.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.46.0
Choose a head ref
  • 17 commits
  • 36 files changed
  • 7 contributors

Commits on Jul 18, 2025

  1. chore(deps): update dependency @vue/language-server to v3 (#6014)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 18, 2025
    Configuration menu
    Copy the full SHA
    06912ec View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency vue-tsc to v3 (#6015)

    * chore(deps): update dependency vue-tsc to v3
    
    * Pin vue-tsc for now
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Lukas Taegert-Atkinson <lukas.taegert-atkinson@tngtech.com>
    renovate[bot] and lukastaegert authored Jul 18, 2025
    Configuration menu
    Copy the full SHA
    be9c918 View commit details
    Browse the repository at this point in the history
  3. fix(deps): update swc monorepo (major) (#6016)

    * fix(deps): update swc monorepo
    
    * Downgrade again as the hstr issue is not resolved
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Lukas Taegert-Atkinson <lukas.taegert-atkinson@tngtech.com>
    renovate[bot] and lukastaegert authored Jul 18, 2025
    Configuration menu
    Copy the full SHA
    30daf34 View commit details
    Browse the repository at this point in the history
  4. fix(deps): lock file maintenance minor/patch updates (#6017)

    * fix(deps): lock file maintenance minor/patch updates
    
    * Pin hstr again to 1.0.0 as issues are not resolved
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Lukas Taegert-Atkinson <lukas.taegert-atkinson@tngtech.com>
    renovate[bot] and lukastaegert authored Jul 18, 2025
    Configuration menu
    Copy the full SHA
    c7a8907 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2025

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

Commits on Jul 26, 2025

  1. Configuration menu
    Copy the full SHA
    32977f9 View commit details
    Browse the repository at this point in the history
  2. fix(deps): lock file maintenance minor/patch updates (#6034)

    * fix(deps): lock file maintenance minor/patch updates
    
    * Revert hstr update
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Lukas Taegert-Atkinson <lukas.taegert-atkinson@tngtech.com>
    renovate[bot] and lukastaegert committed Jul 26, 2025
    Configuration menu
    Copy the full SHA
    bdd21e4 View commit details
    Browse the repository at this point in the history
  3. Throw descriptive error message for used export is not defined (#6023)

    * Add test
    
    * Throw descriptive error message for used export is not defined
    TrickyPi authored Jul 26, 2025
    Configuration menu
    Copy the full SHA
    7aad424 View commit details
    Browse the repository at this point in the history
  4. feat: upgrade to NAPI-RS 3 stable (#6027)

    # Conflicts:
    #	package-lock.json
    #	package.json
    Brooooooklyn authored Jul 26, 2025
    Configuration menu
    Copy the full SHA
    e8532b2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9f3835e View commit details
    Browse the repository at this point in the history
  6. 4.45.2

    lukastaegert committed Jul 26, 2025
    Configuration menu
    Copy the full SHA
    a29ef7a View commit details
    Browse the repository at this point in the history
  7. Fix option name

    lukastaegert committed Jul 26, 2025
    Configuration menu
    Copy the full SHA
    ccdde29 View commit details
    Browse the repository at this point in the history
  8. 4.45.3

    lukastaegert committed Jul 26, 2025
    Configuration menu
    Copy the full SHA
    d6908c9 View commit details
    Browse the repository at this point in the history
  9. fix(deps): update swc monorepo (major) (#6033)

    * fix(deps): update swc monorepo
    
    * Try to update all
    
    * Try nightly toolchain
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Lukas Taegert-Atkinson <lukas.taegert-atkinson@tngtech.com>
    renovate[bot] and lukastaegert authored Jul 26, 2025
    Configuration menu
    Copy the full SHA
    461b1ac View commit details
    Browse the repository at this point in the history
  10. feat: update linux-loongarch64-gnu (#5991)

    * feat: update linux-loongarch64-gnu
    
    Signed-off-by: 吴小白 <296015668@qq.com>
    
    * 4.45.2
    
    ---------
    
    Signed-off-by: 吴小白 <296015668@qq.com>
    Co-authored-by: Lukas Taegert-Atkinson <lukas.taegert-atkinson@tngtech.com>
    Co-authored-by: Lukas Taegert-Atkinson <lukastaegert@users.noreply.github.com>
    3 people authored Jul 26, 2025
    1 Configuration menu
    Copy the full SHA
    fdd48a9 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2025

  1. feat: optimize in checks on namespaces to keep them treeshake-able (#…

    …6029)
    
    * feat: optimize `in` checks on namespaces
    
    * fix: remove bad leftovers
    
    * fix: set renderedLiteralValue to UnknownValue on deopt for BinaryExpression
    
    * Adapt test for changed traceExport signature
    
    ---------
    
    Co-authored-by: Lukas Taegert-Atkinson <lukastaegert@users.noreply.github.com>
    Co-authored-by: Lukas Taegert-Atkinson <lukas.taegert-atkinson@tngtech.com>
    3 people authored Jul 27, 2025
    Configuration menu
    Copy the full SHA
    9a8614f View commit details
    Browse the repository at this point in the history
  2. 4.46.0

    lukastaegert committed Jul 27, 2025
    Configuration menu
    Copy the full SHA
    09794f1 View commit details
    Browse the repository at this point in the history
Loading