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 Loading
base: v4.17.2
Choose a base ref
...
head repository: rollup/rollup Loading
compare: v4.18.0
Choose a head ref
  • 11 commits
  • 106 files changed
  • 5 contributors

Commits on Apr 30, 2024

  1. Auto generate node index (#5504)

    * Auto-generate node index
    
    * Auto-generate node types
    lukastaegert committed Apr 30, 2024
    1 Configuration menu
    Copy the full SHA
    f8f166c View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

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

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] committed May 3, 2024
    1 Configuration menu
    Copy the full SHA
    786566c View commit details
    Browse the repository at this point in the history
  2. chore(deps): lock file maintenance (#5508)

    chore(deps): lock file maintenance minor/patch updates
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] committed May 3, 2024
    1 Configuration menu
    Copy the full SHA
    00f0681 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

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

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] committed May 10, 2024
    1 Configuration menu
    Copy the full SHA
    afdcc84 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency builtin-modules to v4 (#5512)

    * chore(deps): update dependency builtin-modules to v4
    
    * Update usage
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
    renovate[bot] and lukastaegert committed May 10, 2024
    1 Configuration menu
    Copy the full SHA
    3520da5 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. chore(deps): update dependency eslint-plugin-unicorn to v53 (#5518)

    * chore(deps): update dependency eslint-plugin-unicorn to v53
    
    * Update linting
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
    renovate[bot] and lukastaegert committed May 17, 2024
    1 Configuration menu
    Copy the full SHA
    62c53c9 View commit details
    Browse the repository at this point in the history
  2. chore(deps): lock file maintenance minor/patch updates (#5519)

    * chore(deps): lock file maintenance minor/patch updates
    
    * Add missing semver types
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
    renovate[bot] and lukastaegert committed May 17, 2024
    1 Configuration menu
    Copy the full SHA
    a9cda18 View commit details
    Browse the repository at this point in the history
  3. Split up converter.rs into AST nodes (#5510)

    * Extract AST converters
    
    * Move enum unwrappers to suitable AST nodes
    
    If an unwrapper only calls methods from a single
    AST node, it is placed in the same file
    
    * Lint Rust
    lukastaegert committed May 17, 2024
    1 Configuration menu
    Copy the full SHA
    a25a779 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Resolve import.meta.{filename,dirname} in files imported from config (#…

    …5520)
    
    Use correct import.meta.{filename,dirname} in relative imports from transpiled config files
    BPScott committed May 22, 2024
    1 Configuration menu
    Copy the full SHA
    cc993e7 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    13d8c99 View commit details
    Browse the repository at this point in the history
  3. 4.18.0

    lukastaegert committed May 22, 2024
    1 Configuration menu
    Copy the full SHA
    bb6f069 View commit details
    Browse the repository at this point in the history
Loading