From 35a560a2237354da73d9cea7545a252e41ec0105 Mon Sep 17 00:00:00 2001 From: Emma Dell'Acqua Date: Thu, 7 Sep 2023 19:37:12 +0200 Subject: [PATCH 1/3] Twios 28 To-do: Categorize unknown links --- config/this-week-in-open-source.config.json | 3 +- src/twios/2023-08-22.md | 101 ++++++++++++++++++++ 2 files changed, 103 insertions(+), 1 deletion(-) create mode 100644 src/twios/2023-08-22.md diff --git a/config/this-week-in-open-source.config.json b/config/this-week-in-open-source.config.json index a34b67927f..aafc0a82ae 100644 --- a/config/this-week-in-open-source.config.json +++ b/config/this-week-in-open-source.config.json @@ -140,7 +140,8 @@ "SvelteLab/SvelteLab", "sveltejs/svelte", "melt-ui/melt-ui", - "storybookjs/addon-svelte-csf" + "storybookjs/addon-svelte-csf", + "sveltejs/kit" ] }, { diff --git a/src/twios/2023-08-22.md b/src/twios/2023-08-22.md new file mode 100644 index 0000000000..9c217c44b6 --- /dev/null +++ b/src/twios/2023-08-22.md @@ -0,0 +1,101 @@ +## Svelte + +- [SvelteLab/SvelteLab] [#279](https://github.com/SvelteLab/SvelteLab/pull/279) + feat: hack sveltekit client to show correct url over the iframe + ([@paoloricciuti]) +- [SvelteLab/SvelteLab] [#278](https://github.com/SvelteLab/SvelteLab/pull/278) + fix: ssr rewrite crashing server ([@paoloricciuti]) +- [sveltejs/kit] [#10638](https://github.com/sveltejs/kit/pull/10638) fix: + ensure ssrRewriteStacktrace doesn't throw ([@paoloricciuti]) + +## Ember.js + +- [ember-cli/ember-cli-update] + [#1246](https://github.com/ember-cli/ember-cli-update/pull/1246) Drop support + for Node 14 ([@mansona]) +- [ember-cli/ember-cli-update] + [#1245](https://github.com/ember-cli/ember-cli-update/pull/1245) Setup + release-it ([@mansona]) +- [ember-cli/ember-cli-update] + [#1243](https://github.com/ember-cli/ember-cli-update/pull/1243) Fix CI + ([@mansona]) +- [ember-fastboot/ember-cli-fastboot] + [#926](https://github.com/ember-fastboot/ember-cli-fastboot/pull/926) make + sure that we lint (relevant) test-packages ([@mansona]) +- [ember-learn/ember-styleguide] + [#483](https://github.com/ember-learn/ember-styleguide/pull/483) Update + bottled ember and remove hack for ember-cli css ([@mansona]) + +## Embroider + +- [embroider-build/embroider] + [#1594](https://github.com/embroider-build/embroider/pull/1594) remove volta + from CI ([@mansona]) +- [embroider-build/embroider] + [#1591](https://github.com/embroider-build/embroider/pull/1591) Lay groundwork + for esm/cjs multi build from TS ([@mansona]) +- [embroider-build/embroider] + [#1593](https://github.com/embroider-build/embroider/pull/1593) [draft] Add + strict mode to app scenarios ([@lolmaus]) +- [embroider-build/scenario-tester] + [#18](https://github.com/embroider-build/scenario-tester/pull/18) Move to ESM + ([@mansona]) + +## Empress + +- [empress/bottled-ember] + [#21](https://github.com/empress/bottled-ember/pull/21) drop support for node + 14 ([@mansona]) +- [empress/bottled-ember] + [#20](https://github.com/empress/bottled-ember/pull/20) setup release-it + ([@mansona]) +- [empress/bottled-ember] + [#19](https://github.com/empress/bottled-ember/pull/19) Fix generation when + inside a package that has ember-cli as a dependency ([@mansona]) + +## JavaScript + +- [ef4/code-equality-assertions] + [#2](https://github.com/ef4/code-equality-assertions/pull/2) turn off type: + module ([@mansona]) + +## typesafe-i18n + +- [ivanhofer/typesafe-i18n-demo-sveltekit] + [#40](https://github.com/ivanhofer/typesafe-i18n-demo-sveltekit/pull/40) docs: + fix Warning box in README.md ([@oscard0m]) + +## Unknown + +- [getzola/zola] [#2289](https://github.com/getzola/zola/pull/2289) docs: update + links to new Tera docs URL ([@oscard0m]) +- [mansona/ember-inline-svg] + [#1](https://github.com/mansona/ember-inline-svg/pull/1) update + @embroider/test-setup ([@mansona]) +- [minutebase/ember-inline-svg] + [#128](https://github.com/minutebase/ember-inline-svg/pull/128) update + @embroider/test-setup ([@mansona]) +- [natemoo-re/astro-capo] [#2](https://github.com/natemoo-re/astro-capo/pull/2) + docs: add link to capo.js in README.md ([@oscard0m]) + +[@lolmaus]: https://github.com/lolmaus +[@mansona]: https://github.com/mansona +[@oscard0m]: https://github.com/oscard0m +[@paoloricciuti]: https://github.com/paoloricciuti +[sveltelab/sveltelab]: https://github.com/SvelteLab/SvelteLab +[ef4/code-equality-assertions]: https://github.com/ef4/code-equality-assertions +[ember-cli/ember-cli-update]: https://github.com/ember-cli/ember-cli-update +[ember-fastboot/ember-cli-fastboot]: + https://github.com/ember-fastboot/ember-cli-fastboot +[ember-learn/ember-styleguide]: https://github.com/ember-learn/ember-styleguide +[embroider-build/embroider]: https://github.com/embroider-build/embroider +[embroider-build/scenario-tester]: + https://github.com/embroider-build/scenario-tester +[empress/bottled-ember]: https://github.com/empress/bottled-ember +[getzola/zola]: https://github.com/getzola/zola +[ivanhofer/typesafe-i18n-demo-sveltekit]: + https://github.com/ivanhofer/typesafe-i18n-demo-sveltekit +[mansona/ember-inline-svg]: https://github.com/mansona/ember-inline-svg +[minutebase/ember-inline-svg]: https://github.com/minutebase/ember-inline-svg +[natemoo-re/astro-capo]: https://github.com/natemoo-re/astro-capo +[sveltejs/kit]: https://github.com/sveltejs/kit From 8d6ef8324d15588e0c38eab2d11fd2ecaf54a788 Mon Sep 17 00:00:00 2001 From: Emma Dell'Acqua Date: Fri, 8 Sep 2023 10:51:36 +0200 Subject: [PATCH 2/3] Categorize Oscar's links, add to config --- config/this-week-in-open-source.config.json | 9 ++++++++- src/twios/2023-08-22.md | 12 +++++++++--- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/config/this-week-in-open-source.config.json b/config/this-week-in-open-source.config.json index aafc0a82ae..3f3618d815 100644 --- a/config/this-week-in-open-source.config.json +++ b/config/this-week-in-open-source.config.json @@ -121,7 +121,8 @@ { "name": "Astro", "repos": [ - "withastro/docs" + "withastro/docs", + "natemoo-re/astro-capo" ] }, { @@ -452,6 +453,12 @@ "ivanhofer/typesafe-i18n-demo-sveltekit" ] }, + { + "name": "zola", + "repos": [ + "getzola/zola" + ] + }, { "name": "Miscellaneous", "repos": [ diff --git a/src/twios/2023-08-22.md b/src/twios/2023-08-22.md index 9c217c44b6..8a57d9447a 100644 --- a/src/twios/2023-08-22.md +++ b/src/twios/2023-08-22.md @@ -1,3 +1,8 @@ +## Astro + +- [natemoo-re/astro-capo] [#2](https://github.com/natemoo-re/astro-capo/pull/2) + docs: add link to capo.js in README.md ([@oscard0m]) + ## Svelte - [SvelteLab/SvelteLab] [#279](https://github.com/SvelteLab/SvelteLab/pull/279) @@ -65,18 +70,19 @@ [#40](https://github.com/ivanhofer/typesafe-i18n-demo-sveltekit/pull/40) docs: fix Warning box in README.md ([@oscard0m]) -## Unknown +## zola - [getzola/zola] [#2289](https://github.com/getzola/zola/pull/2289) docs: update links to new Tera docs URL ([@oscard0m]) + +## Unknown + - [mansona/ember-inline-svg] [#1](https://github.com/mansona/ember-inline-svg/pull/1) update @embroider/test-setup ([@mansona]) - [minutebase/ember-inline-svg] [#128](https://github.com/minutebase/ember-inline-svg/pull/128) update @embroider/test-setup ([@mansona]) -- [natemoo-re/astro-capo] [#2](https://github.com/natemoo-re/astro-capo/pull/2) - docs: add link to capo.js in README.md ([@oscard0m]) [@lolmaus]: https://github.com/lolmaus [@mansona]: https://github.com/mansona From a9aca02edfc5f15a0845c765b4836784df37c49d Mon Sep 17 00:00:00 2001 From: Emma Dell'Acqua Date: Fri, 8 Sep 2023 10:53:57 +0200 Subject: [PATCH 3/3] Categorize Chris's links, add to config --- config/this-week-in-open-source.config.json | 6 ++++-- src/twios/2023-08-22.md | 13 +++---------- 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/config/this-week-in-open-source.config.json b/config/this-week-in-open-source.config.json index 3f3618d815..9a36e342aa 100644 --- a/config/this-week-in-open-source.config.json +++ b/config/this-week-in-open-source.config.json @@ -65,7 +65,8 @@ "candunaj/template-precompile-scope", "emberjs/core-notes", "candunaj/ember-in-viewport", - "oscard0m/openapi" + "oscard0m/openapi", + "mansona/ember-inline-svg" ], "labels": [ { @@ -253,7 +254,8 @@ "ember-learn/cli-guides", "ember-fastboot/ember-cli-head", "DockYard/ember-composable-helpers", - "shipshapecode/swach" + "shipshapecode/swach", + "minutebase/ember-inline-svg" ] }, { diff --git a/src/twios/2023-08-22.md b/src/twios/2023-08-22.md index 8a57d9447a..757ed707e1 100644 --- a/src/twios/2023-08-22.md +++ b/src/twios/2023-08-22.md @@ -30,6 +30,9 @@ - [ember-learn/ember-styleguide] [#483](https://github.com/ember-learn/ember-styleguide/pull/483) Update bottled ember and remove hack for ember-cli css ([@mansona]) +- [minutebase/ember-inline-svg] + [#128](https://github.com/minutebase/ember-inline-svg/pull/128) update + @embroider/test-setup ([@mansona]) ## Embroider @@ -75,15 +78,6 @@ - [getzola/zola] [#2289](https://github.com/getzola/zola/pull/2289) docs: update links to new Tera docs URL ([@oscard0m]) -## Unknown - -- [mansona/ember-inline-svg] - [#1](https://github.com/mansona/ember-inline-svg/pull/1) update - @embroider/test-setup ([@mansona]) -- [minutebase/ember-inline-svg] - [#128](https://github.com/minutebase/ember-inline-svg/pull/128) update - @embroider/test-setup ([@mansona]) - [@lolmaus]: https://github.com/lolmaus [@mansona]: https://github.com/mansona [@oscard0m]: https://github.com/oscard0m @@ -101,7 +95,6 @@ [getzola/zola]: https://github.com/getzola/zola [ivanhofer/typesafe-i18n-demo-sveltekit]: https://github.com/ivanhofer/typesafe-i18n-demo-sveltekit -[mansona/ember-inline-svg]: https://github.com/mansona/ember-inline-svg [minutebase/ember-inline-svg]: https://github.com/minutebase/ember-inline-svg [natemoo-re/astro-capo]: https://github.com/natemoo-re/astro-capo [sveltejs/kit]: https://github.com/sveltejs/kit