From e4a3fb11565c40eeb56b5664c17af34d67b449ca Mon Sep 17 00:00:00 2001 From: TWIOS Dev Date: Sun, 19 Nov 2023 23:02:25 +0000 Subject: [PATCH 1/2] twios-2023-11-19 --- config/this-week-in-open-source.config.json | 2 +- src/twios/2023-11-19.md | 142 ++++++++++++++++++++ 2 files changed, 143 insertions(+), 1 deletion(-) create mode 100644 src/twios/2023-11-19.md diff --git a/config/this-week-in-open-source.config.json b/config/this-week-in-open-source.config.json index 6e04d7e88c..8516827f96 100644 --- a/config/this-week-in-open-source.config.json +++ b/config/this-week-in-open-source.config.json @@ -488,5 +488,5 @@ ], "exclude_closed_not_merged": true, "output_path": "src/twios/", - "last_date": "2023-10-29..2023-11-05" + "last_date": "" } \ No newline at end of file diff --git a/src/twios/2023-11-19.md b/src/twios/2023-11-19.md new file mode 100644 index 0000000000..b2ada7e28f --- /dev/null +++ b/src/twios/2023-11-19.md @@ -0,0 +1,142 @@ +## Rust + +- [marcoow/rust_rest] [#36](https://github.com/marcoow/rust_rest/pull/36) Use + Sqlx instead of tokio-postres ([@marcoow]) +- [marcoow/rust_rest] [#35](https://github.com/marcoow/rust_rest/pull/35) Handle + panics ([@marcoow]) +- [marcoow/rust_rest] [#33](https://github.com/marcoow/rust_rest/pull/33) + Cleanup ([@marcoow]) +- [marcoow/rust_rest] [#32](https://github.com/marcoow/rust_rest/pull/32) Move + support code to support crate ([@marcoow]) +- [marcoow/rust_rest] [#31](https://github.com/marcoow/rust_rest/pull/31) Better + bin org ([@marcoow]) +- [marcoow/rust_rest] [#29](https://github.com/marcoow/rust_rest/pull/29) add + task for creating migration ([@marcoow]) +- [marcoow/rust_rest] [#28](https://github.com/marcoow/rust_rest/pull/28) Reuse + code in db bin ([@marcoow]) +- [marcoow/rust_rest] [#27](https://github.com/marcoow/rust_rest/pull/27) use + reset task on ci ([@marcoow]) + +## Svelte + +- [sveltejs/kit] [#11066](https://github.com/sveltejs/kit/pull/11066) feat: + allow for fine grained invalidation of search params ([@paoloricciuti]) +- [sveltejs/svelte] [#9462](https://github.com/sveltejs/svelte/pull/9462) fix: + allow member access on directives ([@paoloricciuti]) +- [sveltejs/svelte] [#9439](https://github.com/sveltejs/svelte/pull/9439) fix: + allow svelte:self in snippets ([@paoloricciuti]) + +## Embroider + +- [embroider-build/embroider] + [#1671](https://github.com/embroider-build/embroider/pull/1671) Prepare a + release ([@mansona]) +- [embroider-build/embroider] + [#1670](https://github.com/embroider-build/embroider/pull/1670) Fix looping + for unchanged files ([@mansona]) +- [embroider-build/embroider] + [#1668](https://github.com/embroider-build/embroider/pull/1668) prepare + release ([@mansona]) +- [embroider-build/embroider] + [#1666](https://github.com/embroider-build/embroider/pull/1666) unpin + json-stable-stringify ([@mansona]) +- [embroider-build/embroider] + [#1658](https://github.com/embroider-build/embroider/pull/1658) change + release-plan to get publish-stable to run ([@mansona]) + +## Ember + +- [ember-fastboot/ember-cli-fastboot] + [#931](https://github.com/ember-fastboot/ember-cli-fastboot/pull/931) update + release-it ([@mansona]) +- [ember-fastboot/ember-cli-fastboot] + [#930](https://github.com/ember-fastboot/ember-cli-fastboot/pull/930) update + pnpm to v8 ([@mansona]) +- [ember-fastboot/ember-cli-fastboot] + [#929](https://github.com/ember-fastboot/ember-cli-fastboot/pull/929) fix json + stringify in fastboot-config ([@mansona]) +- [nickschot/ember-mobile-menu] + [#791](https://github.com/nickschot/ember-mobile-menu/pull/791) Enable + readme/license copying to published addon ([@nickschot]) +- [nickschot/ember-mobile-menu] + [#790](https://github.com/nickschot/ember-mobile-menu/pull/790) Remove Travis + CI badge ([@nickschot]) +- [nickschot/ember-mobile-menu] + [#789](https://github.com/nickschot/ember-mobile-menu/pull/789) Remove v1 + addon/cleanup ([@nickschot]) + +## Unknown + +- [embroider-build/release-plan] + [#1](https://github.com/embroider-build/release-plan/pull/1) use tsup + ([@mansona]) +- [mainmatter/svelte-promise-modals] + [#38](https://github.com/mainmatter/svelte-promise-modals/pull/38) Add docs + ([@zeppelin]) +- [mainmatter/svelte-promise-modals] + [#37](https://github.com/mainmatter/svelte-promise-modals/pull/37) Fix + `clickOutsideDeactivates` option ([@zeppelin]) +- [mainmatter/svelte-promise-modals] + [#33](https://github.com/mainmatter/svelte-promise-modals/pull/33) Kitchen + sink ([@zeppelin]) +- [mainmatter/svelte-promise-modals] + [#32](https://github.com/mainmatter/svelte-promise-modals/pull/32) Upgrade + Svelte packages ([@zeppelin]) +- [mainmatter/svelte-promise-modals] + [#31](https://github.com/mainmatter/svelte-promise-modals/pull/31) Rename + output dir \_app → app ([@zeppelin]) +- [mainmatter/svelte-promise-modals] + [#30](https://github.com/mainmatter/svelte-promise-modals/pull/30) Deploy to + GitHub pages ([@zeppelin]) +- [mainmatter/svelte-workshop] + [#15](https://github.com/mainmatter/svelte-workshop/pull/15) Bugfix: Move + assets into public folder ([@pichfl]) +- [mainmatter/svelte-workshop] + [#14](https://github.com/mainmatter/svelte-workshop/pull/14) Fix build + ([@pichfl]) +- [mainmatter/svelte-workshop] + [#13](https://github.com/mainmatter/svelte-workshop/pull/13) Reveal: Convert + Section 6 – Server ([@pichfl]) +- [mainmatter/svelte-workshop] + [#12](https://github.com/mainmatter/svelte-workshop/pull/12) Reveal: Convert + Section 5 – Stores ([@pichfl]) +- [mainmatter/svelte-workshop] + [#11](https://github.com/mainmatter/svelte-workshop/pull/11) Reveal: Convert + Section 4 – Testing ([@pichfl]) +- [mainmatter/svelte-workshop] + [#10](https://github.com/mainmatter/svelte-workshop/pull/10) Move Section 1 + into slides folder ([@pichfl]) +- [mainmatter/svelte-workshop] + [#9](https://github.com/mainmatter/svelte-workshop/pull/9) Reveal: Convert + Section 3 – Routing ([@pichfl]) +- [mainmatter/svelte-workshop] + [#8](https://github.com/mainmatter/svelte-workshop/pull/8) Reveal: Convert + Section 2 – Components ([@pichfl]) +- [mainmatter/svelte-workshop] + [#7](https://github.com/mainmatter/svelte-workshop/pull/7) Update README with + Usage notes ([@pichfl]) +- [mainmatter/svelte-workshop] + [#16](https://github.com/mainmatter/svelte-workshop/pull/16) Dynamically load + slides from a slides folder ([@mansona]) +- [rust-lang/this-week-in-rust] + [#4882](https://github.com/rust-lang/this-week-in-rust/pull/4882) add Rust + telemetry workshop ([@marcoow]) + +[@mansona]: https://github.com/mansona +[@marcoow]: https://github.com/marcoow +[@nickschot]: https://github.com/nickschot +[@paoloricciuti]: https://github.com/paoloricciuti +[@pichfl]: https://github.com/pichfl +[@zeppelin]: https://github.com/zeppelin +[ember-fastboot/ember-cli-fastboot]: + https://github.com/ember-fastboot/ember-cli-fastboot +[embroider-build/embroider]: https://github.com/embroider-build/embroider +[embroider-build/release-plan]: https://github.com/embroider-build/release-plan +[mainmatter/svelte-promise-modals]: + https://github.com/mainmatter/svelte-promise-modals +[mainmatter/svelte-workshop]: https://github.com/mainmatter/svelte-workshop +[marcoow/rust_rest]: https://github.com/marcoow/rust_rest +[nickschot/ember-mobile-menu]: https://github.com/nickschot/ember-mobile-menu +[rust-lang/this-week-in-rust]: https://github.com/rust-lang/this-week-in-rust +[sveltejs/kit]: https://github.com/sveltejs/kit +[sveltejs/svelte]: https://github.com/sveltejs/svelte From 641edfc4a89fbc81e126dde1070b25d167732b41 Mon Sep 17 00:00:00 2001 From: TWIOS Dev Date: Wed, 22 Nov 2023 13:27:57 +0000 Subject: [PATCH 2/2] Edited twios-2023-11-19 --- config/this-week-in-open-source.config.json | 13 +++- src/twios/2023-11-19.md | 84 ++++++--------------- 2 files changed, 33 insertions(+), 64 deletions(-) diff --git a/config/this-week-in-open-source.config.json b/config/this-week-in-open-source.config.json index 8516827f96..639d43c110 100644 --- a/config/this-week-in-open-source.config.json +++ b/config/this-week-in-open-source.config.json @@ -77,7 +77,8 @@ "sveltejs/kit", "paoloricciuti/sveltekit-view-transition", "paoloricciuti/sveltekit-view-transition", - "theetrain/this-week-in-svelte" + "theetrain/this-week-in-svelte", + "mainmatter/svelte-promise-modals" ] }, { @@ -172,7 +173,8 @@ "ember-learn/algolia-index-update-scripts", "ember-learn/algolia-index-update-scripts", "ember-learn/algolia-index-update-scripts", - "ember-learn/ember-jsonapi-docs" + "ember-learn/ember-jsonapi-docs", + "embroider-build/release-plan" ] }, { @@ -484,9 +486,12 @@ "mansona/ember-vite-app", "mansona/boilerplate-update", "mansona/boilerplate-update", - "mansona/boilerplate-update" + "mansona/boilerplate-update", + "mainmatter/svelte-workshop", + "mainmatter/svelte-workshop", + "rust-lang/this-week-in-rust" ], "exclude_closed_not_merged": true, "output_path": "src/twios/", - "last_date": "" + "last_date": "2023-11-12..2023-11-19" } \ No newline at end of file diff --git a/src/twios/2023-11-19.md b/src/twios/2023-11-19.md index b2ada7e28f..3c227ce06a 100644 --- a/src/twios/2023-11-19.md +++ b/src/twios/2023-11-19.md @@ -19,6 +19,24 @@ ## Svelte +- [mainmatter/svelte-promise-modals] + [#38](https://github.com/mainmatter/svelte-promise-modals/pull/38) Add docs + ([@zeppelin]) +- [mainmatter/svelte-promise-modals] + [#37](https://github.com/mainmatter/svelte-promise-modals/pull/37) Fix + `clickOutsideDeactivates` option ([@zeppelin]) +- [mainmatter/svelte-promise-modals] + [#33](https://github.com/mainmatter/svelte-promise-modals/pull/33) Kitchen + sink ([@zeppelin]) +- [mainmatter/svelte-promise-modals] + [#32](https://github.com/mainmatter/svelte-promise-modals/pull/32) Upgrade + Svelte packages ([@zeppelin]) +- [mainmatter/svelte-promise-modals] + [#31](https://github.com/mainmatter/svelte-promise-modals/pull/31) Rename + output dir \_app → app ([@zeppelin]) +- [mainmatter/svelte-promise-modals] + [#30](https://github.com/mainmatter/svelte-promise-modals/pull/30) Deploy to + GitHub pages ([@zeppelin]) - [sveltejs/kit] [#11066](https://github.com/sveltejs/kit/pull/11066) feat: allow for fine grained invalidation of search params ([@paoloricciuti]) - [sveltejs/svelte] [#9462](https://github.com/sveltejs/svelte/pull/9462) fix: @@ -44,6 +62,12 @@ [#1658](https://github.com/embroider-build/embroider/pull/1658) change release-plan to get publish-stable to run ([@mansona]) +## JavaScript + +- [embroider-build/release-plan] + [#1](https://github.com/embroider-build/release-plan/pull/1) use tsup + ([@mansona]) + ## Ember - [ember-fastboot/ember-cli-fastboot] @@ -65,68 +89,10 @@ [#789](https://github.com/nickschot/ember-mobile-menu/pull/789) Remove v1 addon/cleanup ([@nickschot]) -## Unknown - -- [embroider-build/release-plan] - [#1](https://github.com/embroider-build/release-plan/pull/1) use tsup - ([@mansona]) -- [mainmatter/svelte-promise-modals] - [#38](https://github.com/mainmatter/svelte-promise-modals/pull/38) Add docs - ([@zeppelin]) -- [mainmatter/svelte-promise-modals] - [#37](https://github.com/mainmatter/svelte-promise-modals/pull/37) Fix - `clickOutsideDeactivates` option ([@zeppelin]) -- [mainmatter/svelte-promise-modals] - [#33](https://github.com/mainmatter/svelte-promise-modals/pull/33) Kitchen - sink ([@zeppelin]) -- [mainmatter/svelte-promise-modals] - [#32](https://github.com/mainmatter/svelte-promise-modals/pull/32) Upgrade - Svelte packages ([@zeppelin]) -- [mainmatter/svelte-promise-modals] - [#31](https://github.com/mainmatter/svelte-promise-modals/pull/31) Rename - output dir \_app → app ([@zeppelin]) -- [mainmatter/svelte-promise-modals] - [#30](https://github.com/mainmatter/svelte-promise-modals/pull/30) Deploy to - GitHub pages ([@zeppelin]) -- [mainmatter/svelte-workshop] - [#15](https://github.com/mainmatter/svelte-workshop/pull/15) Bugfix: Move - assets into public folder ([@pichfl]) -- [mainmatter/svelte-workshop] - [#14](https://github.com/mainmatter/svelte-workshop/pull/14) Fix build - ([@pichfl]) -- [mainmatter/svelte-workshop] - [#13](https://github.com/mainmatter/svelte-workshop/pull/13) Reveal: Convert - Section 6 – Server ([@pichfl]) -- [mainmatter/svelte-workshop] - [#12](https://github.com/mainmatter/svelte-workshop/pull/12) Reveal: Convert - Section 5 – Stores ([@pichfl]) -- [mainmatter/svelte-workshop] - [#11](https://github.com/mainmatter/svelte-workshop/pull/11) Reveal: Convert - Section 4 – Testing ([@pichfl]) -- [mainmatter/svelte-workshop] - [#10](https://github.com/mainmatter/svelte-workshop/pull/10) Move Section 1 - into slides folder ([@pichfl]) -- [mainmatter/svelte-workshop] - [#9](https://github.com/mainmatter/svelte-workshop/pull/9) Reveal: Convert - Section 3 – Routing ([@pichfl]) -- [mainmatter/svelte-workshop] - [#8](https://github.com/mainmatter/svelte-workshop/pull/8) Reveal: Convert - Section 2 – Components ([@pichfl]) -- [mainmatter/svelte-workshop] - [#7](https://github.com/mainmatter/svelte-workshop/pull/7) Update README with - Usage notes ([@pichfl]) -- [mainmatter/svelte-workshop] - [#16](https://github.com/mainmatter/svelte-workshop/pull/16) Dynamically load - slides from a slides folder ([@mansona]) -- [rust-lang/this-week-in-rust] - [#4882](https://github.com/rust-lang/this-week-in-rust/pull/4882) add Rust - telemetry workshop ([@marcoow]) - [@mansona]: https://github.com/mansona [@marcoow]: https://github.com/marcoow [@nickschot]: https://github.com/nickschot [@paoloricciuti]: https://github.com/paoloricciuti -[@pichfl]: https://github.com/pichfl [@zeppelin]: https://github.com/zeppelin [ember-fastboot/ember-cli-fastboot]: https://github.com/ember-fastboot/ember-cli-fastboot @@ -134,9 +100,7 @@ [embroider-build/release-plan]: https://github.com/embroider-build/release-plan [mainmatter/svelte-promise-modals]: https://github.com/mainmatter/svelte-promise-modals -[mainmatter/svelte-workshop]: https://github.com/mainmatter/svelte-workshop [marcoow/rust_rest]: https://github.com/marcoow/rust_rest [nickschot/ember-mobile-menu]: https://github.com/nickschot/ember-mobile-menu -[rust-lang/this-week-in-rust]: https://github.com/rust-lang/this-week-in-rust [sveltejs/kit]: https://github.com/sveltejs/kit [sveltejs/svelte]: https://github.com/sveltejs/svelte