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.48.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.50.0
Choose a head ref
  • 7 commits
  • 28 files changed
  • 5 contributors

Commits on Aug 26, 2025

  1. Improve build pipeline performance (#6082)

    * Temporarily also save caches on my branch
    
    * Extract composite action to always save missing caches
    
    * Only save caches on master again
    lukastaegert authored Aug 26, 2025
    Configuration menu
    Copy the full SHA
    59c16b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2025

  1. feat: Run external check in cli/run/loadConfigFile.ts as last in or…

    …der to allow handling of e.g. workspace package imports in TS monorepos correctly (#6038)
    
    * [feat-enable-workspace-packages-in-ts-config-files] Add test case which simulates situation where rollup.config.ts imports package which looks like external, but is actually part of workspace. The test fails with expected error message now.
    
    * [feat-enable-workspace-packages-in-ts-config-files] When transforming config files, move externality check to be done as fallback instead of primary check.
    
    * Simplify test
    
    * test: make symbolic links more like those in a real workspace
    
    ---------
    
    Co-authored-by: TrickyPi <530257315@qq.com>
    stazz and TrickyPi authored Aug 27, 2025
    Configuration menu
    Copy the full SHA
    6b06476 View commit details
    Browse the repository at this point in the history
  2. 4.49.0

    lukastaegert committed Aug 27, 2025
    Configuration menu
    Copy the full SHA
    b12c061 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2025

  1. Configuration menu
    Copy the full SHA
    bd02778 View commit details
    Browse the repository at this point in the history
  2. Add support for openharmony-arm64 platform (#6081)

    Co-authored-by: Lukas Taegert-Atkinson <lukastaegert@users.noreply.github.com>
    hqzing and lukastaegert authored Aug 31, 2025
    Configuration menu
    Copy the full SHA
    38a5c6d View commit details
    Browse the repository at this point in the history
  3. Split up changelog file

    Editing performance was suffering due to its size.
    lukastaegert committed Aug 31, 2025
    Configuration menu
    Copy the full SHA
    06df2d6 View commit details
    Browse the repository at this point in the history
  4. 4.50.0

    lukastaegert committed Aug 31, 2025
    Configuration menu
    Copy the full SHA
    592e7d7 View commit details
    Browse the repository at this point in the history
Loading