From 6596b3900aa97df0da27ea57a966400eff8b1cd2 Mon Sep 17 00:00:00 2001 From: TWIOS Dev Date: Sun, 15 Dec 2024 23:03:01 +0000 Subject: [PATCH] twios-2024-12-15 --- config/this-week-in-open-source.config.json | 2 +- src/twios/2024-12-15.md | 67 +++++++++++++++++++++ 2 files changed, 68 insertions(+), 1 deletion(-) create mode 100644 src/twios/2024-12-15.md diff --git a/config/this-week-in-open-source.config.json b/config/this-week-in-open-source.config.json index 971fa13432..b44f6e738a 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-12-15.md b/src/twios/2024-12-15.md new file mode 100644 index 0000000000..0ac441dc78 --- /dev/null +++ b/src/twios/2024-12-15.md @@ -0,0 +1,67 @@ +## Svelte + +- [mainmatter/sheepdog] [#251](https://github.com/mainmatter/sheepdog/pull/251) Remove stderr.log & add to gitignore ([@nickschot]) +- [sveltejs/kit] [#13136](https://github.com/sveltejs/kit/pull/13136) fix: export `init` hook from `get_hooks` ([@paoloricciuti]) +- [sveltejs/kit] [#13103](https://github.com/sveltejs/kit/pull/13103) feat: server and client `init` hook ([@paoloricciuti]) +- [sveltejs/svelte] [#14699](https://github.com/sveltejs/svelte/pull/14699) fix: don't add parenthesis to media query if already present ([@paoloricciuti]) +- [sveltejs/svelte] [#14681](https://github.com/sveltejs/svelte/pull/14681) fix: correctly handle ssr for `reactivity/window` ([@paoloricciuti]) +- [sveltejs/svelte] [#14677](https://github.com/sveltejs/svelte/pull/14677) fix: account for global block in `is_empty` ([@paoloricciuti]) +- [sveltejs/svelte] [#14640](https://github.com/sveltejs/svelte/pull/14640) fix: make `defaultValue` work with spread ([@paoloricciuti]) +- [sveltejs/svelte] [#14626](https://github.com/sveltejs/svelte/pull/14626) fix: mark subtree dynamic for bind with sequence expressions ([@paoloricciuti]) +- [sveltejs/svelte] [#14620](https://github.com/sveltejs/svelte/pull/14620) fix: allow exports with source from script module even if no bind is present ([@paoloricciuti]) +- [sveltejs/svelte] [#14607](https://github.com/sveltejs/svelte/pull/14607) fix: deconflict `get_name` for literal class properties ([@paoloricciuti]) +- [sveltejs/svelte] [#14577](https://github.com/sveltejs/svelte/pull/14577) fix: transform everything that is not a selector inside `:global` ([@paoloricciuti]) + +## Embroider + +- [embroider-build/embroider] [#2193](https://github.com/embroider-build/embroider/pull/2193) add --disable-gpu to testem.js for chrome ([@mansona]) + +## Lint to the future + +- [mansona/lint-to-the-future] [#69](https://github.com/mansona/lint-to-the-future/pull/69) improve the design of the stats section ([@mansona]) +- [mansona/lint-to-the-future] [#67](https://github.com/mansona/lint-to-the-future/pull/67) Add stats to the lttf dashboard ([@mansona]) +- [mansona/lint-to-the-future-ember-template] [#39](https://github.com/mansona/lint-to-the-future-ember-template/pull/39) reinstate support for older ember-template-lint versions ([@mansona]) +- [mansona/lint-to-the-future-ember-template] [#38](https://github.com/mansona/lint-to-the-future-ember-template/pull/38) verify that ignore respects the ignores specified in .template-lintrc.js ([@mansona]) +- [mansona/lint-to-the-future-ember-template] [#37](https://github.com/mansona/lint-to-the-future-ember-template/pull/37) convert to vitest ([@mansona]) +- [mansona/lint-to-the-future-ember-template] [#36](https://github.com/mansona/lint-to-the-future-ember-template/pull/36) drop support for ember-template-lint < 5 ([@mansona]) +- [mansona/lint-to-the-future-ember-template] [#35](https://github.com/mansona/lint-to-the-future-ember-template/pull/35) move to esm only with type:module ([@mansona]) +- [mansona/lint-to-the-future-ember-template] [#32](https://github.com/mansona/lint-to-the-future-ember-template/pull/32) add support to list ignores from gjs and gts files ([@mansona]) + +## JavaScript + +- [embroider-build/release-plan] [#101](https://github.com/embroider-build/release-plan/pull/101) use increase-if-necessary strategy for dependabot ([@mansona]) +- [embroider-build/release-plan] [#100](https://github.com/embroider-build/release-plan/pull/100) update release-plan workflows ([@mansona]) +- [embroider-build/release-plan] [#99](https://github.com/embroider-build/release-plan/pull/99) stop using git fork of fixturify-project ([@mansona]) +- [embroider-build/release-plan] [#73](https://github.com/embroider-build/release-plan/pull/73) add a dependabot config ([@mansona]) + +## Ember + +- [ember-learn/guides-source] [#2082](https://github.com/ember-learn/guides-source/pull/2082) Release v6.0.0 ([@mansona]) +- [mainmatter/qunit-dom] [#2157](https://github.com/mainmatter/qunit-dom/pull/2157) Install Gravity CI ([@marcoow]) + +## Unknown + +- [ember-learn/ember-learn-release-tool] [#6](https://github.com/ember-learn/ember-learn-release-tool/pull/6) add guides-search command ([@mansona]) +- [ember-learn/ember-learn-release-tool] [#4](https://github.com/ember-learn/ember-learn-release-tool/pull/4) split out functions that can be reused in multiple commands ([@mansona]) +- [ember-learn/ember-learn-release-tool] [#2](https://github.com/ember-learn/ember-learn-release-tool/pull/2) start using release-plan ([@mansona]) +- [ember-learn/ember-learn-release-tool] [#1](https://github.com/ember-learn/ember-learn-release-tool/pull/1) add support for guides ([@mansona]) +- [rust-meetup-munich/hack-evening-2024-4] [#15](https://github.com/rust-meetup-munich/hack-evening-2024-4/pull/15) solutions/marcoow ([@marcoow]) +- [svelte-society/summit-website] [#21](https://github.com/svelte-society/summit-website/pull/21) fix Mainmatter link ([@marcoow]) +- [svelte-society/summit-website] [#20](https://github.com/svelte-society/summit-website/pull/20) fix: submit button in cfp ([@paoloricciuti]) + +[@mansona]: https://github.com/mansona +[@marcoow]: https://github.com/marcoow +[@nickschot]: https://github.com/nickschot +[@paoloricciuti]: https://github.com/paoloricciuti +[ember-learn/ember-learn-release-tool]: https://github.com/ember-learn/ember-learn-release-tool +[ember-learn/guides-source]: https://github.com/ember-learn/guides-source +[embroider-build/embroider]: https://github.com/embroider-build/embroider +[embroider-build/release-plan]: https://github.com/embroider-build/release-plan +[mainmatter/qunit-dom]: https://github.com/mainmatter/qunit-dom +[mainmatter/sheepdog]: https://github.com/mainmatter/sheepdog +[mansona/lint-to-the-future-ember-template]: https://github.com/mansona/lint-to-the-future-ember-template +[mansona/lint-to-the-future]: https://github.com/mansona/lint-to-the-future +[rust-meetup-munich/hack-evening-2024-4]: https://github.com/rust-meetup-munich/hack-evening-2024-4 +[svelte-society/summit-website]: https://github.com/svelte-society/summit-website +[sveltejs/kit]: https://github.com/sveltejs/kit +[sveltejs/svelte]: https://github.com/sveltejs/svelte