Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Svelte

Cybernetically enhanced web apps
Collective - Host: opensource - https://opencollective.com/svelte - Website: https://svelte.dev - Code: https://github.com/sveltejs

feat: change AST of `{@render}` and `{#snippet}` to match the latest version of svelte v5. (#476)

github.com/sveltejs/svelte-eslint-parser - 92aeee35ee7bcfd27d8bc1920a341ddf14fa926b authored 11 months ago by Yosuke Ota <otameshiyo23@gmail.com>
chore(deps): update typescript-eslint monorepo to v7 (major) (#474)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/sveltejs/svelte-eslint-parser - fcd8fd49d6a8d1350f782a02a2e968899fbaf205 authored 11 months ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update typescript-eslint monorepo to ~6.21.0 (#420)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by:...

github.com/sveltejs/svelte-eslint-parser - 44be3723c7c8cf359ecf30ebe7826df009910a53 authored 11 months ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
fix: date working in repl (#10627)

github.com/sveltejs/svelte - 83b92372c22da2f8a0f8350fa856087a7170275b authored 11 months ago by Dominic Gannaway <trueadm@users.noreply.github.com>
Version Packages (next) (#10625)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github.com/sveltejs/svelte - 512edaad6fbef8e934dadef4ff2ea0c26eb54d2a authored 11 months ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
fix: improve deep_read performance (#10624)

github.com/sveltejs/svelte - aa28ac3c7a9d97154e9dab0a2958c49e3aad8258 authored 11 months ago by Dominic Gannaway <trueadm@users.noreply.github.com>
Version Packages (next) (#10621)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github.com/sveltejs/svelte - 1822396a5522003a9e11e7c8d7afe27884303a75 authored 11 months ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
feat: add reactive Date object to svelte/reactivity (#10622)

* feat: add reactive Date object to svelte/reactivity

* add type safety, fix revealed typos
...

github.com/sveltejs/svelte - f658ca0d548cc0e4eb0e33f1c4a7586f3dd8ccec authored 11 months ago by Dominic Gannaway <trueadm@users.noreply.github.com>
fix: improve event delegation with shadowed bindings (#10620)

* fix: improve event delegation with shadowed bindings

* fix: improve event delegation with s...

github.com/sveltejs/svelte - b4a70ea38a180e435aed9f5797d38e4b1e39a077 authored 11 months ago by Dominic Gannaway <trueadm@users.noreply.github.com>
chore: remove array.at usage from runtime (#10619)

github.com/sveltejs/svelte - 351d463bc4e16782a7c4265c06f8e5bac56134e5 authored 11 months ago by Dominic Gannaway <trueadm@users.noreply.github.com>
Version Packages (next) (#10601)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github.com/sveltejs/svelte - cc6155922b4a17a70a2dd54cbc0618bc908c6442 authored 11 months ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
fix: prevent window listeners from triggering events twice (#10611)

fixes #10271
The prior fix in #10307 wasn't quite right, because JSDom has a difference between...

github.com/sveltejs/svelte - fc6666bc569455e9a491c9bd7af6d3c1ea6d292e authored 11 months ago by xxkl1 <sanyuelihuaxue@gmail.com>
fix: don't clear date input on temporarily invalid value (#10616)

fixes #7897
No test because this is only visually observable

github.com/sveltejs/svelte - 45e385721cc3493029ad6e0a7dc65f0c6594959a authored 11 months ago by Simon H <5968653+dummdidumm@users.noreply.github.com>
fix: better update proxy version (#10614)

github.com/sveltejs/svelte - 533bd9dcdaf1625bbb6522f751d69020eaf49f92 authored 11 months ago by Dominic Gannaway <trueadm@users.noreply.github.com>
fix: correctly handle proxied signal writes before reads (#10612)

* fix: correctly handle proxied signal writes before reads

* managed

* Update packages/sve...

github.com/sveltejs/svelte - 2de741219f03020e8030a8d5bd76951602f22b66 authored 11 months ago by Dominic Gannaway <trueadm@users.noreply.github.com>
feat: allow dynamic `type` attribute with `bind:value` (#10608)

Since these all share the same underlying small runtime code, there's no reason anymore to not a...

github.com/sveltejs/svelte - 506196b72b459b3219b8c3e8db6fcc67fc101974 authored 11 months ago by Simon H <5968653+dummdidumm@users.noreply.github.com>
fix: use safe-equals comparison for `@const` tags in legacy mode (#10606)

fixes #10600

github.com/sveltejs/svelte - db0b802fc2a8d0cd75f3dc209f19e06712be5a92 authored 11 months ago by Simon H <5968653+dummdidumm@users.noreply.github.com>
fix: improve proxy effect dependency tracking (#10605)

github.com/sveltejs/svelte - c10337cfb24e6cc4a2395bffc7d19c9de570335b authored 11 months ago by Dominic Gannaway <trueadm@users.noreply.github.com>
fix: synchronise element bindings (#10512)

fixes #10511
We used the animation frame dance previously where the `$effect` timing was slight...

github.com/sveltejs/svelte - 6afaf75a378d8514c3d5c60716c600bb402d3de5 authored 11 months ago by Rich Harris <richard.a.harris@gmail.com>
fix: make `bind_this` implementation more robust (#10598)

The previous `bind_this` implementation had flaws around timing and didn't work correctly when t...

github.com/sveltejs/svelte - a2164ff9f4be50c2d63744661c100945473bc0fe authored 11 months ago by Simon H <5968653+dummdidumm@users.noreply.github.com>
chore(deps): update dependency monaco-editor to v0.46.0

github.com/sveltejs/svelte-eslint-parser - ff69ecbdac1a52147f4bd07e3e5730db9a1168e3 authored 11 months ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Version Packages (#11767)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github.com/sveltejs/kit - 4ae1cd152a60a22044ab3b8aa5572a2b79864583 authored 11 months ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
fix: prevent stale values after invalidation (#11870)

github.com/sveltejs/kit - 75e1f5ff012ba95ee21ae151a8ede821dfb85fe5 authored 11 months ago by Simon H <5968653+dummdidumm@users.noreply.github.com>
chore(deps): update pnpm to v7.33.7

github.com/sveltejs/svelte-eslint-parser - 18f7e78d9f9495d10e60c10921244bde487e4c93 authored 11 months ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore: format

github.com/sveltejs/svelte-eslint-parser - ef19886669b895c5f028b9afaace3a04c99f161e authored 11 months ago by ota-meshi <otameshiyo23@gmail.com>
Version Packages (next) (#10589)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github.com/sveltejs/svelte - d2b11ec4da3760abc1bed783825ff84b1cf2defc authored 11 months ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
fix: permit whitespace within template scripts (#10591)

github.com/sveltejs/svelte - ec52c75cc4e4d256ea1cab1d6204cdeb3e10d23c authored 11 months ago by Dominic Gannaway <trueadm@users.noreply.github.com>
fix: improve import event handler support (#10592)

* fix: improve import event handler support

* simplify

github.com/sveltejs/svelte - a2fbef20500de2b0bd0027da6b510e6fdfc6b8a3 authored 11 months ago by Dominic Gannaway <trueadm@users.noreply.github.com>
fix: allow boolean `contenteditable` attribute (#10590)

fixes #10559

github.com/sveltejs/svelte - 66b624491eab0d0528060f5340a3b8108a935066 authored 11 months ago by Simon H <5968653+dummdidumm@users.noreply.github.com>
fix: improve $inspect handling of derived objects (#10584)

* fix: improve $inspect handling of derived objects

* Update packages/svelte/src/internal/cli...

github.com/sveltejs/svelte - 58008479fc8478edebdc6e343738b856bb50d8a9 authored 11 months ago by Dominic Gannaway <trueadm@users.noreply.github.com>
chore: move signal logic into subdirectory (#10582)

* move effect code

* move source code

* derived

* move more stuff

* simplify

* in...

github.com/sveltejs/svelte - 29890bb6160386ec0aa8d3d7d70b42dd49a0bb60 authored 11 months ago by Rich Harris <richard.a.harris@gmail.com>
docs: link to max duration vercel docs (#11869)

Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
Co-authored-by: Willow (...

github.com/sveltejs/kit - 654b73eeed11d87a16d836e047716ec1d072b885 authored 11 months ago by sacrosanctic <sw@scottwu.ca>
Version Packages (next) (#10579)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github.com/sveltejs/svelte - 187400b40949546cd76ef720bdaf580d646923ac authored 11 months ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
fix: ensure proxy owner set always has 1 or more members (#10577)

* fix missing owners

* regression test

---------

Co-authored-by: Rich Harris <rich.harr...

github.com/sveltejs/svelte - ddb968cc35abe03b511bee0bab4cca978166b48d authored 11 months ago by Rich Harris <richard.a.harris@gmail.com>
Version Packages (next) (#10571)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github.com/sveltejs/svelte - 88389ad2cf93f10c60143556de8da4fab4d1e98d authored 11 months ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
fix: handle member expressions in directives (#10576)

github.com/sveltejs/svelte - d6e0fbd8ba33810115ed6a65142adeef03c6d7a9 authored 11 months ago by Ahmad <navorite@gmail.com>
fix: improve props spreading logic (#10574)

github.com/sveltejs/svelte - 802bfcabec7b80543151bc68a095fd6cc571ad3f authored 11 months ago by Dominic Gannaway <trueadm@users.noreply.github.com>
chore(deps): update all non-major dependencies (#859)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/sveltejs/vite-plugin-svelte - 0c2695dfa3e6176e406b4aa145df01a441f45f1b authored 11 months ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
fix: remove memory leak, make `beforeUpdate` etc work correctly (#10570)

* fix: remove memory leak

* changeset

* mutable_source is only used in non-runes mode, no ...

github.com/sveltejs/svelte - 96eae28ed2a98a09815badf488906cfdf0b59ef4 authored 11 months ago by Rich Harris <richard.a.harris@gmail.com>
Version Packages (next) (#10568)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github.com/sveltejs/svelte - 662eda4ae7de1e0541be5e4770a938a87d897ca5 authored 11 months ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
fix: stack-trace-based readonly validation (#10464)

* fix: remove readonly validation

The readonly dev time validation results in false-negative ...

github.com/sveltejs/svelte - 8613a6f28a5ba1046e7dab597cb97e845d8e1459 authored 11 months ago by Rich Harris <richard.a.harris@gmail.com>
fix: correct context applied to batch_inspect (#10569)

github.com/sveltejs/svelte - f1550b2ea3550fe330d9a2b7d36cd75124c1d6bc authored 11 months ago by Dominic Gannaway <trueadm@users.noreply.github.com>
feat: allow state/derived/props to be explicitly exported from components (#10523)

* Revert "fix: stricter validation for component exports (#10430)"

This reverts commit dab0a4...

github.com/sveltejs/svelte - 02c617662282c03fe7627e49b003aa6da2283d18 authored 11 months ago by Rich Harris <richard.a.harris@gmail.com>
Version Packages (next) (#10539)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github.com/sveltejs/svelte - ad2b8b9112128e56bf0fcec00ad35c48f8e9bac7 authored 11 months ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
fix: improve handling of unowned derived signals (#10565)

* fix: improve handling of unowned derived signals

* lint

github.com/sveltejs/svelte - bcb1b8eb98b0150c4b2d392b3b89ee3587fc1019 authored 11 months ago by Dominic Gannaway <trueadm@users.noreply.github.com>
fix: improve state store mutation compiler output (#10561)

github.com/sveltejs/svelte - 0afb8d489e9902cf28ba07026fb5a4bba44ddacf authored 11 months ago by Dominic Gannaway <trueadm@users.noreply.github.com>
fix: adjust `$props()` comment type logic (#2294)

Look at the last comment before the node first, check for `@type` and prevent `@typedef` false p...

github.com/sveltejs/language-tools - 1b5e9134d40b623c88490e14d3338af94f6b552c authored 11 months ago by Simon H <5968653+dummdidumm@users.noreply.github.com>
fix: better handling of derived signals that have no dependencies (#10558)

* fix: better handling of derived signals that have no dependencies

* fix: better handling of...

github.com/sveltejs/svelte - 5698fb789c58a9e56eaa408852b5378fb6fc8bc9 authored 11 months ago by Dominic Gannaway <trueadm@users.noreply.github.com>
fix: only escape characters in SSR template (#10555)

Adjusts the escaping mechanism done for server compilation. For template literals it's now only ...

github.com/sveltejs/svelte - aef245364cb86c9d84f987bf9ae2c57150ab45bf authored 11 months ago by Simon H <5968653+dummdidumm@users.noreply.github.com>
fix: don't execute scripts inside `@html` when instantiated on the client (#10556)

In Svelte 4, scripts inside `@html` were not executed when it was created client-side. This is b...

github.com/sveltejs/svelte - 08978bfae87066a33cfb4612fa1bff8d55473a24 authored 11 months ago by Simon H <5968653+dummdidumm@users.noreply.github.com>
fix: wire up `events` in `mount` correctly and fix its types (#10553)

fixes #10551

github.com/sveltejs/svelte - b80d9bd65428d1426a7b20f20b4f0037788ae43a authored 11 months ago by Simon H <5968653+dummdidumm@users.noreply.github.com>
fix: better interop of `$state` with actions/`$:` statements (#10543)

Ensure update methods of actions and reactive statements work with fine-grained `$state` by deep...

github.com/sveltejs/svelte - f5102013af6ba14774c0fe2d575ea8e06b92697a authored 11 months ago by Simon H <5968653+dummdidumm@users.noreply.github.com>
chore(deps): update dependency eslint-plugin-unicorn to v51 (#860)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/sveltejs/vite-plugin-svelte - 717eb1b0d4a936dd3dea0e26acd40577400015a2 authored 11 months ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore: init map prototype methods eagerly (#10544)

Co-authored-by: Rich Harris <rich.harris@vercel.com>

github.com/sveltejs/svelte - 4c9d71f8cf7138323efa546500b411de2376d889 authored 11 months ago by Rich Harris <richard.a.harris@gmail.com>
fix: better handling of empty text node hydration (#10545)

* fix: better handling of empty text node hydration

github.com/sveltejs/svelte - 7032837ef0213de9d911c93b20a4c9eaf56c8a8f authored 11 months ago by Dominic Gannaway <trueadm@users.noreply.github.com>
chore: move block logic into separate modules (#10542)

* move if block logic

* key and await

* move each

* move more stuff

* dedupe

----...

github.com/sveltejs/svelte - 41e7dab755710cafac3ec9b1ce5ed78c31c05872 authored 11 months ago by Rich Harris <richard.a.harris@gmail.com>
fix: improve each block item equality for immutable mode (#10537)

* fix: improve each block item equality for immutable mode

* alter

github.com/sveltejs/svelte - 71db9edcdc69bed65ff3287c1bc398d2dab171b6 authored 11 months ago by Dominic Gannaway <trueadm@users.noreply.github.com>
Version Packages (next) (#10534)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github.com/sveltejs/svelte - 01b65437393de484c9be1c171bdb7b02d07149ac authored 11 months ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
simplify test (#10538)

Co-authored-by: Rich Harris <rich.harris@vercel.com>

github.com/sveltejs/svelte - 151cdeacaf3924f882e93063414ec0f543d2f2f3 authored 11 months ago by Rich Harris <richard.a.harris@gmail.com>
disable inspector (#10531)

Co-authored-by: Rich Harris <rich.harris@vercel.com>

github.com/sveltejs/svelte - 9c8e643b647c0a8b631d534e06a55a2792817100 authored 11 months ago by Rich Harris <richard.a.harris@gmail.com>
fix: improve effect over-fire on store subscription init (#10535)

github.com/sveltejs/svelte - 41cdbafc40caf21083a40bf86aeadaefab3771b1 authored 11 months ago by Dominic Gannaway <trueadm@users.noreply.github.com>
chore: clarify usage of `accessors` (#10522)

github.com/sveltejs/svelte - 73830596b5961c4dc399d0c8d207889001c5adab authored 11 months ago by Rich Harris <richard.a.harris@gmail.com>
fix: prevent false positive `history.pushState` warnings (#11858)

fixes #11671

The warning currently incorrectly fires when we use history.pushState() internal...

github.com/sveltejs/kit - 511126b51d4aaa770704491ff0890a76fa116205 authored 11 months ago by Tee Ming <chewteeming01@gmail.com>
chore: simplify accessor return (#10520)

Return `pop` directly by returning the component from it; gets rid of extraneous variable declar...

github.com/sveltejs/svelte - fbb8839aba2c4c79212dc7faf30b1646295ac0de authored 11 months ago by Rich Harris <richard.a.harris@gmail.com>
fix: use init properties when exporting non-state values (#10521)

github.com/sveltejs/svelte - 8feb86583a9c3c27e07c154653f496c940134115 authored 11 months ago by Rich Harris <richard.a.harris@gmail.com>
Version Packages (next) (#10528)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github.com/sveltejs/svelte - a279e802d53cd84008a1016b88c2d3280d35aabf authored 11 months ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
fix: visit expression node in directives (#10527)

* fix: visit child nodes in directives

* test

* cleanup

* small change

* lint

* e...

github.com/sveltejs/svelte - 06e1d8609123f22a9e988fbf9ca24f4c9bf1a9d8 authored 11 months ago by Ahmad <navorite@gmail.com>
chore: ignore test directories left over from other branches (#10525)

* chore: ignore test directories left over from other branches

* tighten up

* one comment ...

github.com/sveltejs/svelte - 4d8d2928d8a04a050e6ecd2e32751574895e2835 authored 11 months ago by Rich Harris <richard.a.harris@gmail.com>
chore: improve code generation for `bind:this` in SSR mode (#10524)

* chore: improve code generation for `bind:this` in SSR mode

* test

---------

Co-author...

github.com/sveltejs/svelte - 3da6cef29b62d79c105b5468c28e2f8f96ba72be authored 11 months ago by Rich Harris <richard.a.harris@gmail.com>
Version Packages (next) (#10518)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github.com/sveltejs/svelte - b5628af72e8a574c83f7eaab1f47980618a858d7 authored 11 months ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
chore: fix preview site (#10519)

Co-authored-by: Rich Harris <rich.harris@vercel.com>

github.com/sveltejs/svelte - ce8495c66d08486ba42e99f61119440f611db6b8 authored 11 months ago by Rich Harris <richard.a.harris@gmail.com>
breaking: remove `createRoot`, adjust `mount`/`hydrate` APIs, introduce `unmount` (#10516)

* breaking: remove `createRoot`, adjust `mount`/`hydrate` APIs, introduce `unmount`

closes #9...

github.com/sveltejs/svelte - 275540103440bb6c625b410d0626eea1494b0565 authored 11 months ago by Simon H <5968653+dummdidumm@users.noreply.github.com>
Version Packages (next) (#10509)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github.com/sveltejs/svelte - 11b69459b9a89890a3bc721bda2245a5d6da4346 authored 11 months ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
feat: implement support for `:is(...)` and `:where(...)` (#10490)

* failing test for :is(...)

* simplify

* trim

* factor out truncate function

* pass ...

github.com/sveltejs/svelte - 5605e8cf4904017c3d537024b7151fb36adab7f4 authored 11 months ago by Rich Harris <richard.a.harris@gmail.com>
chore: treeshakeable store subs (#10506)

* make store subscriptions treeshakeable on the server

* drive-by fix

* changeset

-----...

github.com/sveltejs/svelte - 40ac2cafd672eefe98d94f307e9c5bba8cc8c2d9 authored 11 months ago by Rich Harris <richard.a.harris@gmail.com>
fix: improve bind:this support for each blocks (#10510)

github.com/sveltejs/svelte - df10204fcc8b6ebb19f3589590d257d4352fe0b2 authored 11 months ago by Dominic Gannaway <trueadm@users.noreply.github.com>
chore: remove unneeded store_get_dev function (#10507)

Co-authored-by: Rich Harris <rich.harris@vercel.com>

github.com/sveltejs/svelte - 1700e4785815a61937576b369c9e0b2da47a73df authored 11 months ago by Rich Harris <richard.a.harris@gmail.com>
fix: warn against accidental global event referenced (#10442)

* fix: warn against accidental global event referenced

closes #10393

* remove list

* re...

github.com/sveltejs/svelte - 71601ba2e5310ed27a41a4060fc1bb3617c3c91c authored 11 months ago by Simon H <5968653+dummdidumm@users.noreply.github.com>
chore: upgrade xml2js and codemirror plugins (#10463)

* chore: upgrade xml2js

* deduplicate @codemirror/lang-html

* bump eslint-plugin to elimin...

github.com/sveltejs/svelte - 49ad7f9589f2de8140ddad8b88fbe74ea3d9ef01 authored 11 months ago by Ben McCann <322311+benmccann@users.noreply.github.com>
Version Packages (next) (#10499)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github.com/sveltejs/svelte - 2a5ca5159446bac662cf7a5c730b583ddbe0580f authored 11 months ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
feat: add hydrate method, make hydration treeshakeable (#10497)

* feat: add hydrate method, make hydration treeshakeable

Introduces a new `hydrate` method wh...

github.com/sveltejs/svelte - 72ff5366defba7194532c7e7e45bd251abb902f5 authored 11 months ago by Simon H <5968653+dummdidumm@users.noreply.github.com>
docs: fix typo (#11864)

github.com/sveltejs/kit - d94a82a3e42eb9fd439330b0f57303b72d15501e authored 11 months ago by VoiceOfSoftware <68920618+VoiceOfSoftware@users.noreply.github.com>
chore: tidy up post-#10481 (#10503)

* simplify

* replace snapshot test with runtime test

* this is overkill

---------

Co...

github.com/sveltejs/svelte - a2014809ec4ea9e20bace548bca44f9d4d37db96 authored 11 months ago by Rich Harris <richard.a.harris@gmail.com>
chore(deps): update pnpm to v8.15.3 (#11853)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/sveltejs/kit - 6ab5d2660f64f6b9d0189f943bca189218b631a2 authored 11 months ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
fix: makes keyed each blocks consistent between dev and prod (#10500)

github.com/sveltejs/svelte - 2c93c255f0c1a2076326407f2bf976bf3f8da944 authored 11 months ago by Dominic Gannaway <trueadm@users.noreply.github.com>
chore: document and test signals edge case (#10228)

github.com/sveltejs/svelte - ba0bdc7aa19feb183094aec7b60b7081d3218bf7 authored 11 months ago by Simon H <5968653+dummdidumm@users.noreply.github.com>
fix: allow stores in `transition`,`animation`,`use` directives (#10481)

* fix: allow stores in `transition`,`animation`,`use` directives

* ssr

* naming

* linti...

github.com/sveltejs/svelte - 3f75ea64ca9762f94a59bd94c0a22d52e41daf2d authored 11 months ago by Ahmad <navorite@gmail.com>
chore: bump typescript-eslint to v7 (#11845)

github.com/sveltejs/kit - 53412fd74120e452f5e538ed142374a462d2419e authored 11 months ago by Hyunbin <47051820+hyunbinseo@users.noreply.github.com>
Merge pull request #90 from sveltejs/changeset-release/master

Version Packages

github.com/sveltejs/svelte-hmr - 6d8bb85e02090ba47cf2881f53c7a827c238293b authored 11 months ago by rixo <rixo@rixo.fr>
Version Packages

github.com/sveltejs/svelte-hmr - 48f99f758a4b8b16a941580fed2f892501ebccfd authored 11 months ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
add missing changeset

github.com/sveltejs/svelte-hmr - b8aabc09d87821a10095224d4ab11fb83d7b243c authored 11 months ago by rixo <rixo@rixo.fr>
fixes feature request issue creation template suffix (#10487)

github.com/sveltejs/svelte - 9e98bb6d0f79f0aec14715d96504852b2ead2019 authored 11 months ago by Gabriel Grinberg <gabi.grinberg@gmail.com>
Version Packages (next) (#10479)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github.com/sveltejs/svelte - baf2b67f3faeaa478c17848b3957614596ac9359 authored 11 months ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
chore: use zimmerframe for CSS analysis/transformation (#10482)

* fix type

* parse selectors properly the first time

* partial fix

* fix

* start mov...

github.com/sveltejs/svelte - cec3540ac25e595cbdf95f7fd13276f52daac113 authored 11 months ago by Rich Harris <richard.a.harris@gmail.com>
chore: source maps for preprocessors + tests (#10459)

Add source map merging for preprocessors and get tests passing.

- fixed some issues around th...

github.com/sveltejs/svelte - f8ff2b6ea37e8b1ac891e1fe0638eb90ffe0adb1 authored 11 months ago by Simon H <5968653+dummdidumm@users.noreply.github.com>
feat: derive destructured derived objects values (#10488)

* feat: derive destructured derived objects values

* address feedback

* address feedback

github.com/sveltejs/svelte - 4b274dd00d6173963a65ebe0122593d1012a5a63 authored 11 months ago by Dominic Gannaway <trueadm@users.noreply.github.com>
chore: CSS tidy up (#10480)

* move files

* move types

* rename Selector -> ComplexSelector

* ditto

* rename bloc...

github.com/sveltejs/svelte - 302c379e01a43e4344be5ad0f4e09ac731cb38ca authored 11 months ago by Rich Harris <richard.a.harris@gmail.com>
fix: prevent infinite loop when writing to store using shorthand (#10477)

Fixes #10472

This PR ensures we untrack parts of the compiled output to a store write, such a...

github.com/sveltejs/svelte - cc273f7d53e6247b7197c683336ef45df1b0ce32 authored 11 months ago by Dominic Gannaway <trueadm@users.noreply.github.com>
chore: tidy up CSS stuff (#10478)

Co-authored-by: Rich Harris <rich.harris@vercel.com>

github.com/sveltejs/svelte - 87d4b126201ded37f02df97b22976715d7fd4953 authored 11 months ago by Rich Harris <richard.a.harris@gmail.com>
docs: corrected dead link for SST (#11841)

github.com/sveltejs/kit - cd6db35a6974d11c65f82d06cb9e86047ab8f8f6 authored 11 months ago by Luke Hagar <lukeslakemail@gmail.com>