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-15 #2524

Merged
merged 3 commits into from
Jan 16, 2025
Merged
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
19 changes: 15 additions & 4 deletions config/this-week-in-open-source.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@
"svecosystem/runed",
"mainmatter/sheepdog",
"paoloricciuti/optimistikit",
"animotionjs/animotion"
"animotionjs/animotion",
"vitejs/vite"
]
},
{
Expand Down Expand Up @@ -212,7 +213,9 @@
"formatjs/formatjs",
"vitejs/vite",
"mainmatter/auto-reveal",
"mainmatter/auto-reveal-theme-mainmatter"
"mainmatter/auto-reveal-theme-mainmatter",
"mainmatter/memory-leak-detector",
"sveltejs/vite-plugin-svelte"
]
},
{
Expand Down Expand Up @@ -487,6 +490,12 @@
"repos": [
"svecosystem/runed"
]
},
{
"name": "DevOps",
"repos": [
"semantic-release/github"
]
}
],
"header": [],
Expand Down Expand Up @@ -574,10 +583,12 @@
"mansona/testing-release-plan",
"BlueCutOfficial/site-cv",
"mainmatter/gravity_dummy",
"web-and-wine/talks"
"web-and-wine/talks",
"oscard0m/octokit-core.js",
"oscard0m/semantic-release-github"
],
"exclude_closed_not_merged": true,
"output_path": "src/twios/",
"last_date": "2024-08-04..2024-08-11",
"last_date": "2024-09-08..2024-09-15",
"query_type": "Merged"
}
51 changes: 51 additions & 0 deletions src/twios/2024-09-15.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
## Svelte

- [animotionjs/animotion] [#38](https://github.com/animotionjs/animotion/pull/38) fix: widen peer dependencies on svelte 5 ([@paoloricciuti])
- [sveltejs/svelte] [#13222](https://github.com/sveltejs/svelte/pull/13222) fix: allow custom element events on slot to bubble inside custom element ([@paoloricciuti])
- [sveltejs/svelte] [#13216](https://github.com/sveltejs/svelte/pull/13216) fix: try catch `strict_equals` to avoid error accessing `STATE_SYMBOL` ([@paoloricciuti])
- [sveltejs/svelte] [#13209](https://github.com/sveltejs/svelte/pull/13209) fix: allow for nesting selector in pseudoclasses ([@paoloricciuti])
- [sveltejs/svelte] [#13206](https://github.com/sveltejs/svelte/pull/13206) fix: avoid creating unnnecessary deriveds for text nodes with call ([@paoloricciuti])
- [sveltejs/svelte] [#13177](https://github.com/sveltejs/svelte/pull/13177) fix: don't show `state_referenced_locally` warning on types ([@paoloricciuti])
- [vitejs/vite] [#18063](https://github.com/vitejs/vite/pull/18063) fix: allow scanning exports from `script module` in svelte ([@paoloricciuti])

## Embroider

- [embroider-build/app-blueprint] [#68](https://github.com/embroider-build/app-blueprint/pull/68) update to user-controlled babel file ([@mansona])

## JavaScript

- [mainmatter/auto-reveal] [#38](https://github.com/mainmatter/auto-reveal/pull/38) Use localeCompare instead of custom regex ([@pichfl])
- [mainmatter/memory-leak-detector] [#41](https://github.com/mainmatter/memory-leak-detector/pull/41) feat: make memory-leak-detector connection info configurable ([@BobrImperator])
- [mainmatter/memory-leak-detector] [#40](https://github.com/mainmatter/memory-leak-detector/pull/40) chore(ci): make CI passing ([@BobrImperator])
- [mainmatter/memory-leak-detector] [#38](https://github.com/mainmatter/memory-leak-detector/pull/38) chore(docs): copy README.md while publishing ([@BobrImperator])
- [mainmatter/memory-leak-detector] [#35](https://github.com/mainmatter/memory-leak-detector/pull/35) fix: symlink readme so it appears in package ([@BobrImperator])
- [mainmatter/memory-leak-detector] [#33](https://github.com/mainmatter/memory-leak-detector/pull/33) feat: initial release ([@BobrImperator])
- [sveltejs/vite-plugin-svelte] [#980](https://github.com/sveltejs/vite-plugin-svelte/pull/980) chore: add test for scan dependencies ([@paoloricciuti])

## Ember

- [mainmatter/ember-simple-auth] [#2824](https://github.com/mainmatter/ember-simple-auth/pull/2824) chore(deps): lock maintenance ([@BobrImperator])
- [mainmatter/ember-simple-auth] [#2822](https://github.com/mainmatter/ember-simple-auth/pull/2822) chore(deps): install eslint-config-prettier ([@BobrImperator])
- [mainmatter/ember-simple-auth] [#2820](https://github.com/mainmatter/ember-simple-auth/pull/2820) chore(release): fix release ([@BobrImperator])
- [mainmatter/ember-simple-auth] [#2817](https://github.com/mainmatter/ember-simple-auth/pull/2817) chore(release): make sure every package is private ([@BobrImperator])
- [mainmatter/ember-simple-auth] [#2815](https://github.com/mainmatter/ember-simple-auth/pull/2815) chore(release): setup embroider-build/release-plan ([@BobrImperator])
- [mainmatter/ember-simple-auth] [#2812](https://github.com/mainmatter/ember-simple-auth/pull/2812) chore(docs): move events to an internal session ([@BobrImperator])

## DevOps

- [semantic-release/github] [#924](https://github.com/semantic-release/github/pull/924) fix(glob-assets): remove unnecessary option when invoking `globby()` ([@oscard0m])

[@BobrImperator]: https://github.com/BobrImperator
[@mansona]: https://github.com/mansona
[@oscard0m]: https://github.com/oscard0m
[@paoloricciuti]: https://github.com/paoloricciuti
[@pichfl]: https://github.com/pichfl
[animotionjs/animotion]: https://github.com/animotionjs/animotion
[embroider-build/app-blueprint]: https://github.com/embroider-build/app-blueprint
[mainmatter/auto-reveal]: https://github.com/mainmatter/auto-reveal
[mainmatter/ember-simple-auth]: https://github.com/mainmatter/ember-simple-auth
[mainmatter/memory-leak-detector]: https://github.com/mainmatter/memory-leak-detector
[semantic-release/github]: https://github.com/semantic-release/github
[sveltejs/svelte]: https://github.com/sveltejs/svelte
[sveltejs/vite-plugin-svelte]: https://github.com/sveltejs/vite-plugin-svelte
[vitejs/vite]: https://github.com/vitejs/vite