Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TWIOS 2024-09-29 #2532

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions config/this-week-in-open-source.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
},
{
Expand Down Expand Up @@ -478,6 +479,12 @@
"repos": [
"svecosystem/runed"
]
},
{
"name": "Storyblok",
"repos": [
"storyblok/richtext"
]
}
],
"header": [],
Expand Down Expand Up @@ -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"
}
74 changes: 74 additions & 0 deletions src/twios/2024-09-29.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
## 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])
- [octokit/tsconfig] [#30](https://github.com/octokit/tsconfig/pull/30) feat: enable `exactOptioanlPropertyTypes` option ([@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])

## 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])
- [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])
- [sethwebster/ember-cli-new-version] [#149](https://github.com/sethwebster/ember-cli-new-version/pull/149) Move `ember-auto-import` to dependencies ([@Mikek2252])

[@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
Loading