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: v2.70.2
Choose a base ref
...
head repository: rollup/rollup
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.71.1
Choose a head ref
  • 14 commits
  • 53 files changed
  • 6 contributors

Commits on Apr 23, 2022

  1. Fix: tsc did not build (#4471)

    cli/run/loadConfigFile.ts:114:4 - error TS2722: Cannot invoke an object which is possibly 'undefined'.
    
    114    defaultLoader(module, requiredFileName);
           ~~~~~~~~~~~~~
    frank-dspeed authored Apr 23, 2022
    Configuration menu
    Copy the full SHA
    4b6627f View commit details
    Browse the repository at this point in the history
  2. docs: update deprecated option in tools.md (#4467)

    Co-authored-by: Lukas Taegert-Atkinson <lukastaegert@users.noreply.github.com>
    kimjh96 and lukastaegert authored Apr 23, 2022
    Configuration menu
    Copy the full SHA
    52f1206 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

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

Commits on Apr 28, 2022

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

Commits on Apr 30, 2022

  1. chore: bump deps (#4475)

    * chore: bump deps
    
    * chore: bump core-js
    
    * chore: bump es5-shim
    
    * chore: buimp @typescript-eslint
    
    * chore: bump @rollup/plugin-commonjs
    
    * chore: bump deps
    dnalborczyk authored Apr 30, 2022
    Configuration menu
    Copy the full SHA
    1b1df9b View commit details
    Browse the repository at this point in the history
  2. feat: add Object.hasOwn as pure function (#4482)

    Co-authored-by: Lukas Taegert-Atkinson <lukastaegert@users.noreply.github.com>
    dnalborczyk and lukastaegert authored Apr 30, 2022
    Configuration menu
    Copy the full SHA
    6518775 View commit details
    Browse the repository at this point in the history
  3. ci: test with node.js v18, remove v17 (#4478)

    * ci: test with node.js v18, remove v17
    
    * ci: temporary workaround for node.js v18 with source maps mdoule
    
    Co-authored-by: Lukas Taegert-Atkinson <lukastaegert@users.noreply.github.com>
    dnalborczyk and lukastaegert authored Apr 30, 2022
    Configuration menu
    Copy the full SHA
    e3bfe69 View commit details
    Browse the repository at this point in the history
  4. Throw proper error when indirectly reexporting a recursive binding (#…

    …4472)
    
    * Throw proper error when indirectly reexporting a recursive binding
    
    * Fix unrelated typo
    lukastaegert authored Apr 30, 2022
    Configuration menu
    Copy the full SHA
    2bbdc8e View commit details
    Browse the repository at this point in the history
  5. Update changelog

    lukastaegert committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    3834704 View commit details
    Browse the repository at this point in the history
  6. 2.71.0

    lukastaegert committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    af62b71 View commit details
    Browse the repository at this point in the history
  7. Update license

    lukastaegert committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    edd971e View commit details
    Browse the repository at this point in the history
  8. Add exports exception for loadConfigFile (#4483)

    * Add exception for loadConfigFile
    
    * Allow loading directly via /loadConfigFile
    lukastaegert authored Apr 30, 2022
    Configuration menu
    Copy the full SHA
    51972b0 View commit details
    Browse the repository at this point in the history
  9. Update changelog

    lukastaegert committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    e092ea6 View commit details
    Browse the repository at this point in the history
  10. 2.71.1

    lukastaegert committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    f44a3a3 View commit details
    Browse the repository at this point in the history
Loading