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: sveltejs/svelte
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: svelte@5.25.5
Choose a base ref
...
head repository: sveltejs/svelte
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: svelte@5.25.6
Choose a head ref
  • 4 commits
  • 21 files changed
  • 5 contributors

Commits on Mar 31, 2025

  1. Fix: consider component and its snippets during css pruning (#15630)

    * fix: consider component and its snippets during css pruning
    
    * add changeset
    
    * fix: avoid iterator.map
    
    ---------
    
    Co-authored-by: 7nik <kifiranet@gmail.com>
    7nik and 7nik authored Mar 31, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    e035e28 View commit details
  2. chore: doc fix (#15651)

    Rich-Harris authored Mar 31, 2025

    Verified

    This commit was signed with the committer’s verified signature.
    sxzz Kevin Deng 三咲智子
    Copy the full SHA
    3682371 View commit details

Commits on Apr 1, 2025

  1. fix: ignore generic type arguments while creating AST (#15659)

    * fix: ignore generic type arguments while creating AST
    
    bumps esrap and fixes a resulting error: because esrap now uses a more compliant TSESTree AST, it has `typeArguments` instead of `typeParameters` in some places - those were not deleted while stripping types, which caused an error.
    
    * fix $$render_inner declaration
    dummdidumm authored Apr 1, 2025
    Copy the full SHA
    959f593 View commit details
  2. Version Packages (#15650)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Apr 1, 2025
    Copy the full SHA
    5b9053d View commit details
Loading