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.28.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.29.1
Choose a head ref
  • 17 commits
  • 177 files changed
  • 7 contributors

Commits on Dec 6, 2024

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

    fix(deps): update swc monorepo
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 6, 2024
    Configuration menu
    Copy the full SHA
    d3464e4 View commit details
    Browse the repository at this point in the history
  2. feat: add support for LoongArch (#5749)

    feat: add support for loongarch
    darkyzhou authored Dec 6, 2024
    Configuration menu
    Copy the full SHA
    4d6b077 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency vite to v6 (#5753)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 6, 2024
    Configuration menu
    Copy the full SHA
    89e1c70 View commit details
    Browse the repository at this point in the history
  4. chore(deps): update dependency mocha to v11 (#5752)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 6, 2024
    Configuration menu
    Copy the full SHA
    1b78f74 View commit details
    Browse the repository at this point in the history
  5. feat: Add debugId to SourceMap types (#5751)

    Co-authored-by: Lukas Taegert-Atkinson <lukastaegert@users.noreply.github.com>
    timfish and lukastaegert authored Dec 6, 2024
    Configuration menu
    Copy the full SHA
    87a911c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c3283cf View commit details
    Browse the repository at this point in the history
  7. chore(deps): lock file maintenance minor/patch updates (#5755)

    * chore(deps): lock file maintenance minor/patch updates
    
    * Ensure we do not have "events" in node_modules
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 6, 2024
    Configuration menu
    Copy the full SHA
    224247b View commit details
    Browse the repository at this point in the history
  8. 4.28.1

    lukastaegert committed Dec 6, 2024
    Configuration menu
    Copy the full SHA
    e60fb1c View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2024

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

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 13, 2024
    Configuration menu
    Copy the full SHA
    31f1670 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a8ac46 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2024

  1. chore(deps): update dependency @rollup/plugin-node-resolve to v16 (#5766

    )
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 20, 2024
    Configuration menu
    Copy the full SHA
    65c8901 View commit details
    Browse the repository at this point in the history
  2. fix: introduce UnknownFalsyValue for enhancing if statement tree-shak…

    …ing (#5763)
    
    * introduce UnknownFalsyValue for enhancing if statement tree-shaking
    
    * introducing tryCastLiteralValueToBoolean method
    TrickyPi authored Dec 20, 2024
    Configuration menu
    Copy the full SHA
    d52f00d View commit details
    Browse the repository at this point in the history
  3. fix(deps): lock file maintenance minor/patch updates (#5767)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 20, 2024
    Configuration menu
    Copy the full SHA
    a4b78eb View commit details
    Browse the repository at this point in the history
  4. 4.29.0

    lukastaegert committed Dec 20, 2024
    Configuration menu
    Copy the full SHA
    dadd488 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f116952 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2024

  1. fix: do not optimize the literal value if the cache is deoptimized (#…

    …5771)
    
    * do not get literal value of right part if cache is deoptimized
    
    * add test && use hasDeoptimizedCache flag
    TrickyPi authored Dec 21, 2024
    Configuration menu
    Copy the full SHA
    86e1f43 View commit details
    Browse the repository at this point in the history
  2. 4.29.1

    lukastaegert committed Dec 21, 2024
    Configuration menu
    Copy the full SHA
    5d37778 View commit details
    Browse the repository at this point in the history
Loading