diff --git a/config/this-week-in-open-source.config.json b/config/this-week-in-open-source.config.json index 6e04d7e88c..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": "2023-10-29..2023-11-05" + "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 new file mode 100644 index 0000000000..3c227ce06a --- /dev/null +++ b/src/twios/2023-11-19.md @@ -0,0 +1,106 @@ +## 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 + +- [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: + 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]) + +## JavaScript + +- [embroider-build/release-plan] + [#1](https://github.com/embroider-build/release-plan/pull/1) use tsup + ([@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]) + +[@mansona]: https://github.com/mansona +[@marcoow]: https://github.com/marcoow +[@nickschot]: https://github.com/nickschot +[@paoloricciuti]: https://github.com/paoloricciuti +[@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 +[marcoow/rust_rest]: https://github.com/marcoow/rust_rest +[nickschot/ember-mobile-menu]: https://github.com/nickschot/ember-mobile-menu +[sveltejs/kit]: https://github.com/sveltejs/kit +[sveltejs/svelte]: https://github.com/sveltejs/svelte