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.41.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.42.0
Choose a head ref
  • 15 commits
  • 36 files changed
  • 9 contributors

Commits on May 23, 2025

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

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

Commits on May 24, 2025

  1. fix(deps): update swc monorepo (major) (#5963)

    fix(deps): update swc monorepo
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 24, 2025
    Configuration menu
    Copy the full SHA
    605ec27 View commit details
    Browse the repository at this point in the history
  2. Avoid recursively calling a plugin's resolveId hook with same id and …

    …importer (#5945)
    
    * test: add tests
    
    * fix: avoid infinite resolveid hooks calling
    
    * fix: remove solo option from resolveId test configuration
    
    * test: remove console.log in test
    
    * fix: return Promise.resolve(null) instead of null
    
    * docs: update doc
    
    * chore: update comments
    
    ---------
    
    Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
    younggglcy and lukastaegert authored May 24, 2025
    Configuration menu
    Copy the full SHA
    9f4abf1 View commit details
    Browse the repository at this point in the history
  3. 4.41.1

    lukastaegert committed May 24, 2025
    Configuration menu
    Copy the full SHA
    7c469dc View commit details
    Browse the repository at this point in the history

Commits on May 30, 2025

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

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 30, 2025
    Configuration menu
    Copy the full SHA
    11dba62 View commit details
    Browse the repository at this point in the history
  2. chore(deps): lock file maintenance (#5971)

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

Commits on Jun 1, 2025

  1. chore(deps): update dependency yargs-parser to v22 (#5969)

    * chore(deps): update dependency yargs-parser to v22
    
    * Revert "chore(deps): update dependency yargs-parser to v22"
    
    This reverts commit 01bd781.
    
    * Do not update yargs parser as it requires Node 20
    
    ---------
    
    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 Jun 1, 2025
    Configuration menu
    Copy the full SHA
    4f69d33 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2025

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

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 6, 2025
    Configuration menu
    Copy the full SHA
    8f0dbc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da88626 View commit details
    Browse the repository at this point in the history
  3. fix: preserve constant identifiers in unary expressions instead of ma…

    …gic numbers (#5968)
    
    * fix: preserve constant identifiers in unary expressions instead of magic numbers
    
    * test: formatting
    
    ---------
    
    Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
    OmkarJ13 and lukastaegert authored Jun 6, 2025
    Configuration menu
    Copy the full SHA
    224c900 View commit details
    Browse the repository at this point in the history
  4. Update README.md (#5976)

    Replaced 404 Not found TNG logo with TNG GitHub logo.
    
    Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
    ftlno and lukastaegert authored Jun 6, 2025
    Configuration menu
    Copy the full SHA
    13992f2 View commit details
    Browse the repository at this point in the history
  5. Debug/fix watch pipeline (#5982)

    * Debug pipeline
    
    * Print stdout and stderr on timeout
    
    * Add more logging
    
    * Add logging to killing
    
    * Try to kill after a timeout to see if it helps
    
    * Use a macroscopic timeout in the test
    
    * Remove solo
    
    * Update test/cli/samples/watch/watch-event-hooks-error/_config.js
    
    Co-authored-by: Copilot <[email protected]>
    
    * Rename iteration variable
    
    ---------
    
    Co-authored-by: Copilot <[email protected]>
    lukastaegert and Copilot authored Jun 6, 2025
    Configuration menu
    Copy the full SHA
    149d94c View commit details
    Browse the repository at this point in the history
  6. 4.41.2

    lukastaegert committed Jun 6, 2025
    Configuration menu
    Copy the full SHA
    13b4669 View commit details
    Browse the repository at this point in the history
  7. feat: watch mode add allowInputInsideOutputPath option (#5966)

    * feat: watch mode add `allowInputInsideOutputPath` option
    
    * fix: docs lint
    
    * test: case
    
    * test: update
    
    * Slightly streamline code
    
    * Fix test
    
    ---------
    
    Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
    Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
    3 people authored Jun 6, 2025
    Configuration menu
    Copy the full SHA
    dddc00d View commit details
    Browse the repository at this point in the history
  8. 4.42.0

    lukastaegert committed Jun 6, 2025
    Configuration menu
    Copy the full SHA
    f763394 View commit details
    Browse the repository at this point in the history
Loading