Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TWIOS 2024-11-10 #2563

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/this-week-in-open-source.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
36 changes: 36 additions & 0 deletions src/twios/2024-11-10.md
Original file line number Diff line number Diff line change
@@ -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