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.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.30.1
Choose a head ref
  • 20 commits
  • 200 files changed
  • 6 contributors

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

Commits on Dec 27, 2024

  1. Improve caching on CI (#5772)

    * Try to build WASM on Ubuntu
    
    * Align cache keys for performance report/REPL
    
    They can share the cache with the corresponding build jobs.
    
    * Only save caches on master
    lukastaegert authored Dec 27, 2024
    Configuration menu
    Copy the full SHA
    c54fb1b View commit details
    Browse the repository at this point in the history
  2. fix(deps): lock file maintenance minor/patch updates (#5773)

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

Commits on Dec 28, 2024

  1. Align CI Node versions

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

Commits on Jan 5, 2025

  1. fix: keep import attributes for cjs format (#5781)

    keep import attributes for cjs format
    TrickyPi authored Jan 5, 2025
    Configuration menu
    Copy the full SHA
    0c70b6b View commit details
    Browse the repository at this point in the history
  2. feat: use picocolors instead of colorette (#5780)

    * feat: use picocolors instead of colorette
    
    * fixup! feat: use picocolors instead of colorette
    re-taro authored Jan 5, 2025
    Configuration menu
    Copy the full SHA
    37c5166 View commit details
    Browse the repository at this point in the history
  3. 4.29.2

    lukastaegert committed Jan 5, 2025
    Configuration menu
    Copy the full SHA
    f5c349e View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2025

  1. Configuration menu
    Copy the full SHA
    27216d8 View commit details
    Browse the repository at this point in the history
  2. feat: enhance the treehshaking for unary expression (#5775)

    * enhance the treehshaking for unary expression
    
    * simplify the number string
    
    * without considering BigInt
    
    * retain boolean and undefined && slightly improve performance
    TrickyPi authored Jan 6, 2025
    Configuration menu
    Copy the full SHA
    d3e2bf7 View commit details
    Browse the repository at this point in the history
  3. 4.30.0

    lukastaegert committed Jan 6, 2025
    Configuration menu
    Copy the full SHA
    958d5eb View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2025

  1. fix: consider that literals cannot following switch case. (#5786)

    * pre-appeding space to literals in UnaryExpression
    
    * temporarily retain the speical logic in switch cases
    TrickyPi authored Jan 7, 2025
    Configuration menu
    Copy the full SHA
    39b6a17 View commit details
    Browse the repository at this point in the history
  2. 4.30.1

    lukastaegert committed Jan 7, 2025
    Configuration menu
    Copy the full SHA
    9491708 View commit details
    Browse the repository at this point in the history
Loading