From eddb1f5d20617b871f636c0b2cc0c018a7456ec7 Mon Sep 17 00:00:00 2001 From: TWIOS Dev Date: Sun, 7 Jul 2024 23:02:17 +0000 Subject: [PATCH 1/2] twios-2024-07-07 --- config/this-week-in-open-source.config.json | 2 +- src/twios/2024-07-07.md | 100 ++++++++++++++++++++ 2 files changed, 101 insertions(+), 1 deletion(-) create mode 100644 src/twios/2024-07-07.md diff --git a/config/this-week-in-open-source.config.json b/config/this-week-in-open-source.config.json index f8385ae390..b2ed45babb 100644 --- a/config/this-week-in-open-source.config.json +++ b/config/this-week-in-open-source.config.json @@ -556,6 +556,6 @@ ], "exclude_closed_not_merged": true, "output_path": "src/twios/", - "last_date": "2024-06-16..2024-06-23", + "last_date": "", "query_type": "Merged" } \ No newline at end of file diff --git a/src/twios/2024-07-07.md b/src/twios/2024-07-07.md new file mode 100644 index 0000000000..6c0a3c4817 --- /dev/null +++ b/src/twios/2024-07-07.md @@ -0,0 +1,100 @@ +## Rust + +- [marcoow/pacesetter] [#72](https://github.com/marcoow/pacesetter/pull/72) Add + READMEs to blueprint ([@marcoow]) +- [marcoow/pacesetter] [#71](https://github.com/marcoow/pacesetter/pull/71) + don't create db_test macro for minimal project type ([@marcoow]) +- [marcoow/pacesetter] [#70](https://github.com/marcoow/pacesetter/pull/70) run + CI daily ([@marcoow]) +- [marcoow/pacesetter] [#48](https://github.com/marcoow/pacesetter/pull/48) add + README and LICENSE ([@marcoow]) + +## Svelte + +- [mainmatter/sheepdog] [#114](https://github.com/mainmatter/sheepdog/pull/114) + Add timeout utility function ([@nickschot]) +- [sveltejs/svelte] [#12290](https://github.com/sveltejs/svelte/pull/12290) fix: + correctly teardown `bind:this` with `$state.frozen` ([@paoloricciuti]) + +## Embroider + +- [embroider-build/embroider] + [#2017](https://github.com/embroider-build/embroider/pull/2017) update vite to + have a minimum version of 5.2 ([@mansona]) +- [embroider-build/embroider] + [#2015](https://github.com/embroider-build/embroider/pull/2015) update github + actions ([@mansona]) +- [embroider-build/embroider] + [#1931](https://github.com/embroider-build/embroider/pull/1931) update + scenario-tester ([@mansona]) +- [embroider-build/embroider] + [#1930](https://github.com/embroider-build/embroider/pull/1930) create a smoke + test for the widest possible matrix ([@mansona]) +- [embroider-build/embroider] + [#2012](https://github.com/embroider-build/embroider/pull/2012) Empty packages + as valid v2 addons ([@BlueCutOfficial]) + +## Ember + +- [ember-learn/ember-api-docs] + [#914](https://github.com/ember-learn/ember-api-docs/pull/914) fix + require-expect lint ([@mansona]) +- [ember-learn/ember-api-docs-data] + [#30](https://github.com/ember-learn/ember-api-docs-data/pull/30) Fix names in + source s3 files ([@mansona]) +- [mainmatter/ember-cookies] + [#946](https://github.com/mainmatter/ember-cookies/pull/946) chore(ci): + strategy.fail-fast=false ([@BobrImperator]) +- [mainmatter/ember-cookies] + [#945](https://github.com/mainmatter/ember-cookies/pull/945) chore: ci fixes + ([@BobrImperator]) +- [mainmatter/ember-cookies] + [#944](https://github.com/mainmatter/ember-cookies/pull/944) chore(deps): + migrate eslint to new configuration syntax ([@BobrImperator]) +- [mainmatter/ember-simple-auth] + [#2802](https://github.com/mainmatter/ember-simple-auth/pull/2802) chore(ci): + add scenario against ember-lts-5.8 ([@BobrImperator]) +- [mainmatter/ember-simple-auth] + [#2801](https://github.com/mainmatter/ember-simple-auth/pull/2801) feat(deps): + update to ember-engines 0.11.0 ([@BobrImperator]) + +## Unknown + +- [ef4/prember] [#84](https://github.com/ef4/prember/pull/84) add release-plan + ([@mansona]) +- [ef4/prember] [#83](https://github.com/ef4/prember/pull/83) switch to pnpm and + fix tests ([@mansona]) +- [ef4/prember] [#82](https://github.com/ef4/prember/pull/82) recycle the + fastboot instance after 1k requests ([@mansona]) +- [ember-learn/ember-data-request-service-cheat-sheet] + [#15](https://github.com/ember-learn/ember-data-request-service-cheat-sheet/pull/15) + stop deploying to gh-pages since we're using netlify ([@mansona]) +- [ember-learn/ember-data-request-service-cheat-sheet] + [#14](https://github.com/ember-learn/ember-data-request-service-cheat-sheet/pull/14) + stop using rootUrl to fix netlify previews and deployments ([@mansona]) +- [mansona/testing-release-plan] + [#4](https://github.com/mansona/testing-release-plan/pull/4) add a description + ([@mansona]) +- [mansona/testing-release-plan] + [#1](https://github.com/mansona/testing-release-plan/pull/1) setup + release-plan ([@mansona]) + +[@BlueCutOfficial]: https://github.com/BlueCutOfficial +[@BobrImperator]: https://github.com/BobrImperator +[@mansona]: https://github.com/mansona +[@marcoow]: https://github.com/marcoow +[@nickschot]: https://github.com/nickschot +[@paoloricciuti]: https://github.com/paoloricciuti +[ef4/prember]: https://github.com/ef4/prember +[ember-learn/ember-api-docs-data]: + https://github.com/ember-learn/ember-api-docs-data +[ember-learn/ember-api-docs]: https://github.com/ember-learn/ember-api-docs +[ember-learn/ember-data-request-service-cheat-sheet]: + https://github.com/ember-learn/ember-data-request-service-cheat-sheet +[embroider-build/embroider]: https://github.com/embroider-build/embroider +[mainmatter/ember-cookies]: https://github.com/mainmatter/ember-cookies +[mainmatter/ember-simple-auth]: https://github.com/mainmatter/ember-simple-auth +[mainmatter/sheepdog]: https://github.com/mainmatter/sheepdog +[mansona/testing-release-plan]: https://github.com/mansona/testing-release-plan +[marcoow/pacesetter]: https://github.com/marcoow/pacesetter +[sveltejs/svelte]: https://github.com/sveltejs/svelte From 6878b9a402958f2f3636cb71d106353a4b1868a9 Mon Sep 17 00:00:00 2001 From: TWIOS Dev Date: Thu, 11 Jul 2024 17:59:09 +0000 Subject: [PATCH 2/2] Edited twios-2024-07-07 --- config/this-week-in-open-source.config.json | 9 ++++-- src/twios/2024-07-07.md | 34 ++++++++------------- 2 files changed, 18 insertions(+), 25 deletions(-) diff --git a/config/this-week-in-open-source.config.json b/config/this-week-in-open-source.config.json index b2ed45babb..17f97b4add 100644 --- a/config/this-week-in-open-source.config.json +++ b/config/this-week-in-open-source.config.json @@ -455,7 +455,9 @@ "yapplabs/ember-tether", "cibernox/ember-power-calendar", "ef4/decorator-transforms", - "adopted-ember-addons/ember-infinity" + "adopted-ember-addons/ember-infinity", + "ef4/prember", + "ember-learn/ember-data-request-service-cheat-sheet" ] }, { @@ -552,10 +554,11 @@ "tech-conferences/conference-data", "erlef/website", "oscard0m/example-probot-vercel-ts", - "paoloricciuti/darkmodething" + "paoloricciuti/darkmodething", + "mansona/testing-release-plan" ], "exclude_closed_not_merged": true, "output_path": "src/twios/", - "last_date": "", + "last_date": "2024-06-30..2024-07-07", "query_type": "Merged" } \ No newline at end of file diff --git a/src/twios/2024-07-07.md b/src/twios/2024-07-07.md index 6c0a3c4817..e69f977e66 100644 --- a/src/twios/2024-07-07.md +++ b/src/twios/2024-07-07.md @@ -36,12 +36,24 @@ ## Ember +- [ef4/prember] [#84](https://github.com/ef4/prember/pull/84) add release-plan + ([@mansona]) +- [ef4/prember] [#83](https://github.com/ef4/prember/pull/83) switch to pnpm and + fix tests ([@mansona]) +- [ef4/prember] [#82](https://github.com/ef4/prember/pull/82) recycle the + fastboot instance after 1k requests ([@mansona]) - [ember-learn/ember-api-docs] [#914](https://github.com/ember-learn/ember-api-docs/pull/914) fix require-expect lint ([@mansona]) - [ember-learn/ember-api-docs-data] [#30](https://github.com/ember-learn/ember-api-docs-data/pull/30) Fix names in source s3 files ([@mansona]) +- [ember-learn/ember-data-request-service-cheat-sheet] + [#15](https://github.com/ember-learn/ember-data-request-service-cheat-sheet/pull/15) + stop deploying to gh-pages since we're using netlify ([@mansona]) +- [ember-learn/ember-data-request-service-cheat-sheet] + [#14](https://github.com/ember-learn/ember-data-request-service-cheat-sheet/pull/14) + stop using rootUrl to fix netlify previews and deployments ([@mansona]) - [mainmatter/ember-cookies] [#946](https://github.com/mainmatter/ember-cookies/pull/946) chore(ci): strategy.fail-fast=false ([@BobrImperator]) @@ -58,27 +70,6 @@ [#2801](https://github.com/mainmatter/ember-simple-auth/pull/2801) feat(deps): update to ember-engines 0.11.0 ([@BobrImperator]) -## Unknown - -- [ef4/prember] [#84](https://github.com/ef4/prember/pull/84) add release-plan - ([@mansona]) -- [ef4/prember] [#83](https://github.com/ef4/prember/pull/83) switch to pnpm and - fix tests ([@mansona]) -- [ef4/prember] [#82](https://github.com/ef4/prember/pull/82) recycle the - fastboot instance after 1k requests ([@mansona]) -- [ember-learn/ember-data-request-service-cheat-sheet] - [#15](https://github.com/ember-learn/ember-data-request-service-cheat-sheet/pull/15) - stop deploying to gh-pages since we're using netlify ([@mansona]) -- [ember-learn/ember-data-request-service-cheat-sheet] - [#14](https://github.com/ember-learn/ember-data-request-service-cheat-sheet/pull/14) - stop using rootUrl to fix netlify previews and deployments ([@mansona]) -- [mansona/testing-release-plan] - [#4](https://github.com/mansona/testing-release-plan/pull/4) add a description - ([@mansona]) -- [mansona/testing-release-plan] - [#1](https://github.com/mansona/testing-release-plan/pull/1) setup - release-plan ([@mansona]) - [@BlueCutOfficial]: https://github.com/BlueCutOfficial [@BobrImperator]: https://github.com/BobrImperator [@mansona]: https://github.com/mansona @@ -95,6 +86,5 @@ [mainmatter/ember-cookies]: https://github.com/mainmatter/ember-cookies [mainmatter/ember-simple-auth]: https://github.com/mainmatter/ember-simple-auth [mainmatter/sheepdog]: https://github.com/mainmatter/sheepdog -[mansona/testing-release-plan]: https://github.com/mansona/testing-release-plan [marcoow/pacesetter]: https://github.com/marcoow/pacesetter [sveltejs/svelte]: https://github.com/sveltejs/svelte