From 3dfd3f903f177f872f0739e1f28e6138ac95b822 Mon Sep 17 00:00:00 2001 From: TWIOS Dev Date: Sun, 29 Sep 2024 23:02:13 +0000 Subject: [PATCH 1/2] twios-2024-09-29 --- src/twios/2024-09-29.md | 71 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 src/twios/2024-09-29.md diff --git a/src/twios/2024-09-29.md b/src/twios/2024-09-29.md new file mode 100644 index 0000000000..53923b54ee --- /dev/null +++ b/src/twios/2024-09-29.md @@ -0,0 +1,71 @@ +## Svelte + +- [sveltejs/svelte] [#13424](https://github.com/sveltejs/svelte/pull/13424) chore: refactor migration composition logic ([@paoloricciuti]) +- [sveltejs/svelte] [#13410](https://github.com/sveltejs/svelte/pull/13410) fix: don't consider used rules with atrules in the block ([@paoloricciuti]) +- [sveltejs/svelte] [#13406](https://github.com/sveltejs/svelte/pull/13406) fix: avoid migrating slots in custom elements ([@paoloricciuti]) +- [sveltejs/svelte] [#13377](https://github.com/sveltejs/svelte/pull/13377) fix: ownership getting tricked by proxies ([@paoloricciuti]) +- [sveltejs/svelte] [#13362](https://github.com/sveltejs/svelte/pull/13362) fix: migrate events to be more inline with svelte 4 ([@paoloricciuti]) + +## Embroider + +- [embroider-build/app-blueprint] [#86](https://github.com/embroider-build/app-blueprint/pull/86) use the new load initializers and resolver ([@mansona]) + +## Lint to the future + +- [mansona/lint-to-the-future] [#37](https://github.com/mansona/lint-to-the-future/pull/37) Prevent fractions from showing up in the y axis ([@mansona]) + +## Octokit + +- [octokit/auth-oauth-user.js] [#300](https://github.com/octokit/auth-oauth-user.js/pull/300) ci(test): run `lint` and `build` scripts ([@oscard0m]) +- [octokit/auth-unauthenticated.js] [#313](https://github.com/octokit/auth-unauthenticated.js/pull/313) ci(test): add npm run build to last 'test' step ([@oscard0m]) +- [octokit/core.js] [#704](https://github.com/octokit/core.js/pull/704) test(types): add --exactOptionalPropertyTypes option ([@oscard0m]) +- [octokit/graphql.js] [#601](https://github.com/octokit/graphql.js/pull/601) ci(test): run tsc in CI ([@oscard0m]) +- [octokit/oauth-app.js] [#557](https://github.com/octokit/oauth-app.js/pull/557) test(types): use --exactOptionalPropertyTypes and --strict options ([@oscard0m]) +- [octokit/oauth-authorization-url.js] [#411](https://github.com/octokit/oauth-authorization-url.js/pull/411) ci(test): run lint and tsc in CI ([@oscard0m]) +- [octokit/plugin-create-or-update-text-file.js] [#291](https://github.com/octokit/plugin-create-or-update-text-file.js/pull/291) ci(test): run lint and tsc in CI ([@oscard0m]) +- [octokit/request.js] [#722](https://github.com/octokit/request.js/pull/722) ci run build ([@oscard0m]) + +## Ember + +- [ember-cli/ember-cli] [#10505](https://github.com/ember-cli/ember-cli/pull/10505) use our fork of remove-types with config: false ([@mansona]) +- [mainmatter/ember-cookies] [#986](https://github.com/mainmatter/ember-cookies/pull/986) chore(release): use release-plan ([@BobrImperator]) +- [mainmatter/qunit-dom] [#2135](https://github.com/mainmatter/qunit-dom/pull/2135) chore(release): migrate to release-plan ([@BobrImperator]) +- [miguelcobain/ember-paper] [#1250](https://github.com/miguelcobain/ember-paper/pull/1250) Re-enable the Prettier eslint plugin ([@mansona]) + +## Unknown + +- [animotionjs/animotion] [#39](https://github.com/animotionjs/animotion/pull/39) feat: add file based slides template option ([@paoloricciuti]) +- [beerinho/ember-glob-import-demo] [#2](https://github.com/beerinho/ember-glob-import-demo/pull/2) support embroider too ([@mansona]) +- [ember-cli/babel-remove-types] [#4](https://github.com/ember-cli/babel-remove-types/pull/4) avoid clashing with local babel config file ([@mansona]) +- [ember-cli/babel-remove-types] [#2](https://github.com/ember-cli/babel-remove-types/pull/2) start using release-plan ([@mansona]) +- [ember-cli/babel-remove-types] [#1](https://github.com/ember-cli/babel-remove-types/pull/1) Fork the library ([@mansona]) +- [octokit/tsconfig] [#30](https://github.com/octokit/tsconfig/pull/30) feat: enable `exactOptioanlPropertyTypes` option ([@oscard0m]) +- [sethwebster/ember-cli-new-version] [#149](https://github.com/sethwebster/ember-cli-new-version/pull/149) Move `ember-auto-import` to dependencies ([@Mikek2252]) +- [storyblok/richtext] [#97](https://github.com/storyblok/richtext/pull/97) docs(README.md): remove duplicate key `blur` in optimizeImages example ([@oscard0m]) + +[@BobrImperator]: https://github.com/BobrImperator +[@Mikek2252]: https://github.com/Mikek2252 +[@mansona]: https://github.com/mansona +[@oscard0m]: https://github.com/oscard0m +[@paoloricciuti]: https://github.com/paoloricciuti +[animotionjs/animotion]: https://github.com/animotionjs/animotion +[beerinho/ember-glob-import-demo]: https://github.com/beerinho/ember-glob-import-demo +[ember-cli/babel-remove-types]: https://github.com/ember-cli/babel-remove-types +[ember-cli/ember-cli]: https://github.com/ember-cli/ember-cli +[embroider-build/app-blueprint]: https://github.com/embroider-build/app-blueprint +[mainmatter/ember-cookies]: https://github.com/mainmatter/ember-cookies +[mainmatter/qunit-dom]: https://github.com/mainmatter/qunit-dom +[mansona/lint-to-the-future]: https://github.com/mansona/lint-to-the-future +[miguelcobain/ember-paper]: https://github.com/miguelcobain/ember-paper +[octokit/auth-oauth-user.js]: https://github.com/octokit/auth-oauth-user.js +[octokit/auth-unauthenticated.js]: https://github.com/octokit/auth-unauthenticated.js +[octokit/core.js]: https://github.com/octokit/core.js +[octokit/graphql.js]: https://github.com/octokit/graphql.js +[octokit/oauth-app.js]: https://github.com/octokit/oauth-app.js +[octokit/oauth-authorization-url.js]: https://github.com/octokit/oauth-authorization-url.js +[octokit/plugin-create-or-update-text-file.js]: https://github.com/octokit/plugin-create-or-update-text-file.js +[octokit/request.js]: https://github.com/octokit/request.js +[octokit/tsconfig]: https://github.com/octokit/tsconfig +[sethwebster/ember-cli-new-version]: https://github.com/sethwebster/ember-cli-new-version +[storyblok/richtext]: https://github.com/storyblok/richtext +[sveltejs/svelte]: https://github.com/sveltejs/svelte From 7e2034957d717f6ed91022e5c82f555a55cfbc40 Mon Sep 17 00:00:00 2001 From: TWIOS Dev Date: Sun, 29 Sep 2024 23:24:53 +0000 Subject: [PATCH 2/2] Edited twios-2024-09-29 --- config/this-week-in-open-source.config.json | 11 +++++++++-- src/twios/2024-09-29.md | 7 +++++-- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/config/this-week-in-open-source.config.json b/config/this-week-in-open-source.config.json index 6937140462..fd2a5b2277 100644 --- a/config/this-week-in-open-source.config.json +++ b/config/this-week-in-open-source.config.json @@ -262,7 +262,8 @@ "oscard0m/octoherd-script-add-cache-to-node-github-action", "oscard0m/octoherd-script-add-or-delete-issue-label", "oscard0m/octoherd-script-sync-repo-settings", - "oscard0m/octoherd-script-remove-branches-config-semantic-release" + "oscard0m/octoherd-script-remove-branches-config-semantic-release", + "octokit/tsconfig" ] }, { @@ -478,6 +479,12 @@ "repos": [ "svecosystem/runed" ] + }, + { + "name": "Storyblok", + "repos": [ + "storyblok/richtext" + ] } ], "header": [], @@ -568,6 +575,6 @@ ], "exclude_closed_not_merged": true, "output_path": "src/twios/", - "last_date": "", + "last_date": "2024-09-22..2024-09-29", "query_type": "Merged" } \ No newline at end of file diff --git a/src/twios/2024-09-29.md b/src/twios/2024-09-29.md index 53923b54ee..aabcbc0f18 100644 --- a/src/twios/2024-09-29.md +++ b/src/twios/2024-09-29.md @@ -24,6 +24,7 @@ - [octokit/oauth-authorization-url.js] [#411](https://github.com/octokit/oauth-authorization-url.js/pull/411) ci(test): run lint and tsc in CI ([@oscard0m]) - [octokit/plugin-create-or-update-text-file.js] [#291](https://github.com/octokit/plugin-create-or-update-text-file.js/pull/291) ci(test): run lint and tsc in CI ([@oscard0m]) - [octokit/request.js] [#722](https://github.com/octokit/request.js/pull/722) ci run build ([@oscard0m]) +- [octokit/tsconfig] [#30](https://github.com/octokit/tsconfig/pull/30) feat: enable `exactOptioanlPropertyTypes` option ([@oscard0m]) ## Ember @@ -32,6 +33,10 @@ - [mainmatter/qunit-dom] [#2135](https://github.com/mainmatter/qunit-dom/pull/2135) chore(release): migrate to release-plan ([@BobrImperator]) - [miguelcobain/ember-paper] [#1250](https://github.com/miguelcobain/ember-paper/pull/1250) Re-enable the Prettier eslint plugin ([@mansona]) +## Storyblok + +- [storyblok/richtext] [#97](https://github.com/storyblok/richtext/pull/97) docs(README.md): remove duplicate key `blur` in optimizeImages example ([@oscard0m]) + ## Unknown - [animotionjs/animotion] [#39](https://github.com/animotionjs/animotion/pull/39) feat: add file based slides template option ([@paoloricciuti]) @@ -39,9 +44,7 @@ - [ember-cli/babel-remove-types] [#4](https://github.com/ember-cli/babel-remove-types/pull/4) avoid clashing with local babel config file ([@mansona]) - [ember-cli/babel-remove-types] [#2](https://github.com/ember-cli/babel-remove-types/pull/2) start using release-plan ([@mansona]) - [ember-cli/babel-remove-types] [#1](https://github.com/ember-cli/babel-remove-types/pull/1) Fork the library ([@mansona]) -- [octokit/tsconfig] [#30](https://github.com/octokit/tsconfig/pull/30) feat: enable `exactOptioanlPropertyTypes` option ([@oscard0m]) - [sethwebster/ember-cli-new-version] [#149](https://github.com/sethwebster/ember-cli-new-version/pull/149) Move `ember-auto-import` to dependencies ([@Mikek2252]) -- [storyblok/richtext] [#97](https://github.com/storyblok/richtext/pull/97) docs(README.md): remove duplicate key `blur` in optimizeImages example ([@oscard0m]) [@BobrImperator]: https://github.com/BobrImperator [@Mikek2252]: https://github.com/Mikek2252