Continuous Releases from main
docs: tweak createSubscriber explanation (#16398)
* docs: tweak createSubscriber explanation
* regenerate1 hour agoc11c5ec
Version Packages (#16397)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>3 hours ago58788db
fix: ensure compiler state is reset before compilation (#16396)
#16268 introduced a slight regression where the state is not reset completely upon compilation. It did reset warnings but not other state, which meant if file A succeeds but file B fails in the parsing state (before the state was reset for real) it would get wrong filename info. This fixes it by setting the filename at the very beginning.3 hours agoee1ef60
fix: avoid microtask in flushSync (#16394)
* fix: avoid microtask in flushSync
* fix/simplify
* on second thoughts
* changeset4 hours ago4947283
Version Packages (#16384)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>5 hours agobe44f8b
fix: better handle $inspect on array mutations (#16389)
* fix: better handle $inspect on array mutations
* increase stack trace limit, revert test change
* second changeset
---------
Co-authored-by: Rich Harris <rich.harris@vercel.com>6 hours ago6cf3a19
fix: don't log `await_reactivity_loss` warning when signal is read in `untrack` (#16385)
* fix: don't log `await_reactivity_loss` warning when signal is read in `untrack`
* add test
* fix8 hours ago8e73fd4
fix: update `$effect.pending()` immediately after a batch is removed (#16382)
* WIP sync effect pending updates
* fix
* changeset
* fix
* add test
* inline
* unused20 hours agoe01bd97
Version Packages (#16377)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>yesterday3fa3dd7
fix: add pending snippet to <svelte:boundary> types (#16379)
* add pending snippet to <svelte:boundary> types
* Update .changeset/many-bats-juggle.md
---------
Co-authored-by: jayce jones <jayce.jones@trinityonline.com>
Co-authored-by: Rich Harris <hello@rich-harris.dev>yesterdayeb23028