diff --git a/config/this-week-in-open-source.config.json b/config/this-week-in-open-source.config.json index 971fa1343..b44f6e738 100644 --- a/config/this-week-in-open-source.config.json +++ b/config/this-week-in-open-source.config.json @@ -575,6 +575,6 @@ ], "exclude_closed_not_merged": true, "output_path": "src/twios/", - "last_date": "2024-09-29..2024-10-06", + "last_date": "", "query_type": "Merged" } \ No newline at end of file diff --git a/src/twios/2024-11-10.md b/src/twios/2024-11-10.md new file mode 100644 index 000000000..089bb920d --- /dev/null +++ b/src/twios/2024-11-10.md @@ -0,0 +1,36 @@ +## Svelte + +- [mainmatter/sheepdog] [#222](https://github.com/mainmatter/sheepdog/pull/222) feat: add `transform` function to annotate a function to be transformed by the vite plugin ([@paoloricciuti]) +- [sveltejs/svelte] [#14253](https://github.com/sveltejs/svelte/pull/14253) fix: account for mutations in script module in ownership check ([@paoloricciuti]) +- [sveltejs/svelte] [#14237](https://github.com/sveltejs/svelte/pull/14237) fix: consider img with loading attribute not static ([@paoloricciuti]) +- [sveltejs/svelte] [#14236](https://github.com/sveltejs/svelte/pull/14236) fix: do not treat reassigned synthetic binds as state in runes mode ([@paoloricciuti]) +- [sveltejs/svelte] [#14227](https://github.com/sveltejs/svelte/pull/14227) fix: consider `valueOf` in the reactive methods of `SvelteDate` ([@paoloricciuti]) +- [sveltejs/svelte] [#14224](https://github.com/sveltejs/svelte/pull/14224) fix: account for shadowing children slot during migration ([@paoloricciuti]) +- [sveltejs/svelte] [#14216](https://github.com/sveltejs/svelte/pull/14216) fix: add migration task when there's a variable named that would conflict with a rune ([@paoloricciuti]) +- [sveltejs/svelte] [#14208](https://github.com/sveltejs/svelte/pull/14208) fix: read index as a source in legacy keyed each block ([@paoloricciuti]) +- [sveltejs/svelte] [#14195](https://github.com/sveltejs/svelte/pull/14195) fix: consider variables with synthetic store sub as state ([@paoloricciuti]) +- [sveltejs/svelte] [#14191](https://github.com/sveltejs/svelte/pull/14191) fix: restore active reaction if then block throws ([@paoloricciuti]) +- [sveltejs/svelte] [#14159](https://github.com/sveltejs/svelte/pull/14159) fix: find the right sha for logging ([@paoloricciuti]) +- [sveltejs/svelte] [#14158](https://github.com/sveltejs/svelte/pull/14158) fix: we are getting there...this should be it ([@paoloricciuti]) +- [sveltejs/svelte] [#14157](https://github.com/sveltejs/svelte/pull/14157) fix: use both correct paths ([@paoloricciuti]) +- [sveltejs/svelte] [#14156](https://github.com/sveltejs/svelte/pull/14156) fix: `pkg.pr.new` comment workflow ([@paoloricciuti]) +- [sveltejs/svelte] [#14151](https://github.com/sveltejs/svelte/pull/14151) chore: add custom comment with link to playground for `pkg.pr.new` ([@paoloricciuti]) +- [sveltejs/svelte] [#14127](https://github.com/sveltejs/svelte/pull/14127) fix: prevent migrated snippet from shadow snippet prop ([@paoloricciuti]) +- [sveltejs/svelte] [#14126](https://github.com/sveltejs/svelte/pull/14126) fix: migrate multiple declarations with only some exported correctly ([@paoloricciuti]) + +## JavaScript + +- [embroider-build/release-plan] [#83](https://github.com/embroider-build/release-plan/pull/83) use corepack to manage pnpm version ([@mansona]) + +## Unknown + +- [ericclemmons/awesome-starter-packs] [#13](https://github.com/ericclemmons/awesome-starter-packs/pull/13) chore: add Svelte starter pack by Scott Spence ([@paoloricciuti]) +- [sveltejs/svelte.dev] [#745](https://github.com/sveltejs/svelte.dev/pull/745) feat: allow version to be a `pr-[prnumber]` or `commit-[commithash]` ([@paoloricciuti]) + +[@mansona]: https://github.com/mansona +[@paoloricciuti]: https://github.com/paoloricciuti +[embroider-build/release-plan]: https://github.com/embroider-build/release-plan +[ericclemmons/awesome-starter-packs]: https://github.com/ericclemmons/awesome-starter-packs +[mainmatter/sheepdog]: https://github.com/mainmatter/sheepdog +[sveltejs/svelte.dev]: https://github.com/sveltejs/svelte.dev +[sveltejs/svelte]: https://github.com/sveltejs/svelte