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

Commits on Jul 24, 2025

  1. fix: preserve dirty status of deferred effects (#16487)

    * don't mark_reactions inside decrement, it can cause infinite loops
    
    * revert mark_reactions changes
    
    * preserve DIRTY/MAYBE_DIRTY status of deferred effects
    
    * changeset
    
    * tweak
    Rich-Harris authored Jul 24, 2025
    Configuration menu
    Copy the full SHA
    53417ea View commit details
    Browse the repository at this point in the history
  2. chore: don't do effect scheduling unnecessarily (#16489)

    mini-cleanup post #16487 - we don't need to do the work of scheduling an effect that's already dirty which means it already scheduled its root effect to run
    dummdidumm authored Jul 24, 2025
    Configuration menu
    Copy the full SHA
    46d3261 View commit details
    Browse the repository at this point in the history
  3. Version Packages (#16488)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Jul 24, 2025
    Configuration menu
    Copy the full SHA
    4e74cd3 View commit details
    Browse the repository at this point in the history
Loading