fix: properly invoke iterator.return() during reactivity loss check#17966
Merged
dummdidumm merged 1 commit intomainfrom Mar 20, 2026
Merged
fix: properly invoke iterator.return() during reactivity loss check#17966dummdidumm merged 1 commit intomainfrom
iterator.return() during reactivity loss check#17966dummdidumm merged 1 commit intomainfrom
Conversation
The logic was flipped - `iterator.return()` should be called when the iterator is abnormally ending, not when it's normally ending. Fixes #16610
🦋 Changeset detectedLatest commit: c055cb8 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Contributor
|
Rich-Harris
approved these changes
Mar 19, 2026
Ocean-OS
approved these changes
Mar 19, 2026
Merged
Rich-Harris
pushed a commit
that referenced
this pull request
Mar 21, 2026
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## svelte@5.54.1 ### Patch Changes - fix: hydration comments during hmr ([#17975](#17975)) - fix: null out `effect.b` in `destroy_effect` ([#17980](#17980)) - fix: group sync statements ([#17977](#17977)) - fix: defer batch resolution until earlier intersecting batches have committed ([#17162](#17162)) - fix: properly invoke `iterator.return()` during reactivity loss check ([#17966](#17966)) - fix: remove trailing semicolon from {@const} tag printer ([#17962](#17962)) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
dlrobson
added a commit
to dlrobson/dlrobson.github.io
that referenced
this pull request
Mar 22, 2026
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [svelte](https://svelte.dev) ([source](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte)) | [`5.53.7` → `5.54.1`](https://renovatebot.com/diffs/npm/svelte/5.53.7/5.54.1) |  |  | | [svelte](https://svelte.dev) ([source](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte)) | [`5.53.6` → `5.54.1`](https://renovatebot.com/diffs/npm/svelte/5.53.6/5.54.1) |  |  | --- ### Release Notes <details> <summary>sveltejs/svelte (svelte)</summary> ### [`v5.54.1`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5541) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.54.0...svelte@5.54.1) ##### Patch Changes - fix: hydration comments during hmr ([#​17975](sveltejs/svelte#17975)) - fix: null out `effect.b` in `destroy_effect` ([#​17980](sveltejs/svelte#17980)) - fix: group sync statements ([#​17977](sveltejs/svelte#17977)) - fix: defer batch resolution until earlier intersecting batches have committed ([#​17162](sveltejs/svelte#17162)) - fix: properly invoke `iterator.return()` during reactivity loss check ([#​17966](sveltejs/svelte#17966)) - fix: remove trailing semicolon from {[@​const](https://github.com/const)} tag printer ([#​17962](sveltejs/svelte#17962)) ### [`v5.54.0`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5540) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.53.13...svelte@5.54.0) ##### Minor Changes - feat: allow `css`, `runes`, `customElement` compiler options to be functions ([#​17951](sveltejs/svelte#17951)) ##### Patch Changes - fix: reinstate reactivity loss tracking ([#​17801](sveltejs/svelte#17801)) ### [`v5.53.13`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#55313) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.53.12...svelte@5.53.13) ##### Patch Changes - fix: ensure `$inspect` after top level await doesn't break builds ([#​17943](sveltejs/svelte#17943)) - fix: resume inert effects when they come from offscreen ([#​17942](sveltejs/svelte#17942)) - fix: don't eagerly access not-yet-initialized functions in template ([#​17938](sveltejs/svelte#17938)) - fix: discard batches made obsolete by commit ([#​17934](sveltejs/svelte#17934)) - fix: ensure "is standalone child" is correctly reset ([#​17944](sveltejs/svelte#17944)) - fix: remove nodes in boundary when work is pending and HMR is active ([#​17932](sveltejs/svelte#17932)) ### [`v5.53.12`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#55312) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.53.11...svelte@5.53.12) ##### Patch Changes - fix: update `select.__value` on `change` ([#​17745](sveltejs/svelte#17745)) - chore: add `invariant` helper for debugging ([#​17929](sveltejs/svelte#17929)) - fix: ensure deriveds values are correct across batches ([#​17917](sveltejs/svelte#17917)) - fix: handle async RHS in `assignment_value_stale` ([#​17925](sveltejs/svelte#17925)) - fix: avoid traversing clean roots ([#​17928](sveltejs/svelte#17928)) ### [`v5.53.11`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#55311) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.53.10...svelte@5.53.11) ##### Patch Changes - fix: remove `untrack` circular dependency ([#​17910](sveltejs/svelte#17910)) - fix: recover from errors that leave a corrupted effect tree ([#​17888](sveltejs/svelte#17888)) - fix: properly lazily evaluate RHS when checking for `assignment_value_stale` ([#​17906](sveltejs/svelte#17906)) - fix: resolve boundary in correct batch when hydrating ([#​17914](sveltejs/svelte#17914)) - chore: rebase batches after process, not during ([#​17900](sveltejs/svelte#17900)) ### [`v5.53.10`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#55310) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.53.9...svelte@5.53.10) ##### Patch Changes - fix: re-process batch if new root effects were scheduled ([#​17895](sveltejs/svelte#17895)) ### [`v5.53.9`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5539) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.53.8...svelte@5.53.9) ##### Patch Changes - fix: better `bind:this` cleanup timing ([#​17885](sveltejs/svelte#17885)) ### [`v5.53.8`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5538) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.53.7...svelte@5.53.8) ##### Patch Changes - fix: `{@​html}` no longer duplicates content inside `contenteditable` elements ([#​17853](sveltejs/svelte#17853)) - fix: don't access inert block effects ([#​17882](sveltejs/svelte#17882)) - fix: handle asnyc updates within pending boundary ([#​17873](sveltejs/svelte#17873)) - perf: avoid re-traversing the effect tree after `$:` assignments ([#​17848](sveltejs/svelte#17848)) - chore: simplify scheduling logic ([#​17805](sveltejs/svelte#17805)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My44NC4yIiwidXBkYXRlZEluVmVyIjoiNDMuODQuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Reviewed-on: https://forgejo.tail5a98.ts.net/gooilers123/monolith/pulls/47
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The logic was flipped -
iterator.return()should be called when the iterator is abnormally ending, not when it's normally ending.Fixes #16610
cc @Ocean-OS