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.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.43.0
Choose a head ref
  • 13 commits
  • 61 files changed
  • 9 contributors

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

Commits on Jun 11, 2025

  1. feat(options): Add an option for overriding the file system module in…

    … the JS API (#5944)
    
    * feat(config): add an fs config to the JS api (#5880)
    
    # Conflicts:
    #	package-lock.json
    #	package.json
    
    * feat(config): make fs option typesafe (#5880)
    
    * feat(config): pass the fs option as plugin context (#5880)
    
    * docs(config): add documentation about the fs option (#5880)
    
    * fix(config): Fix RollupFsModule type
    
    * Refine fs types
    
    * Always use fs from option in resolvedId
    
    * Add tests for browser build
    
    * Use the actual resolveId implementation in browsers again
    
    This should mostly work, the edge case that previously prompted it to be
    replaced is now handled gracefully.
    This will allow to make it much easier to use the browser build.
    
    * Extend documentation
    
    * Extend documentation
    
    * Raise audit level for now until braces issues is fixed
    
    ---------
    
    Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
    EggDice and lukastaegert authored Jun 11, 2025
    Configuration menu
    Copy the full SHA
    eeca11a View commit details
    Browse the repository at this point in the history
  2. 4.43.0

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