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.4
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.5
Choose a head ref
  • 5 commits
  • 11 files changed
  • 4 contributors

Commits on Mar 31, 2025

  1. fix: make sure CSS is preserved during SSR with bindings (#15645)

    fixes #15543
    
    No test because this is a one-liner in a stable part of the code-base, also it can only happen within legacy mode when using bindings which is not getting any new updates at this point
    dummdidumm authored Mar 31, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    046145f View commit details
  2. fix: silence assignment warning on more function bindings (#15644)

    * fix: silence assignment warning on more function bindings
    
    fixes #15550
    
    * Update packages/svelte/tests/html_equal.js
    dummdidumm authored Mar 31, 2025

    Verified

    This commit was signed with the committer’s verified signature.
    sxzz Kevin Deng 三咲智子
    Copy the full SHA
    9754204 View commit details
  3. chore(deps-dev): bump vite from 5.4.14 to 5.4.16 (#15648)

    Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.14 to 5.4.16.
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/v5.4.16/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/v5.4.16/packages/vite)
    
    ---
    updated-dependencies:
    - dependency-name: vite
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 31, 2025
    Copy the full SHA
    5d0eb27 View commit details
  4. init (#15628)

    Ocean-OS authored Mar 31, 2025
    Copy the full SHA
    ec91cac View commit details
  5. Version Packages (#15649)

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