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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
53 changes: 53 additions & 0 deletions src/twios/2024-09-15.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
## Svelte

- [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])

## Embroider

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

## 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])

## Unknown

- [animotionjs/animotion] [#38](https://github.com/animotionjs/animotion/pull/38) fix: widen peer dependencies on svelte 5 ([@paoloricciuti])
- [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])
- [oscard0m/octokit-core.js] [#1](https://github.com/oscard0m/octokit-core.js/pull/1) ci(gravity): setup Gravity in CI ([@oscard0m])
- [oscard0m/semantic-release-github] [#243](https://github.com/oscard0m/semantic-release-github/pull/243) ci(gravity): build project ([@oscard0m])
- [oscard0m/semantic-release-github] [#239](https://github.com/oscard0m/semantic-release-github/pull/239) add gravity ([@oscard0m])
- [semantic-release/github] [#924](https://github.com/semantic-release/github/pull/924) fix(glob-assets): remove unnecessary option when invoking `globby()` ([@oscard0m])
- [sveltejs/vite-plugin-svelte] [#980](https://github.com/sveltejs/vite-plugin-svelte/pull/980) chore: add test for scan dependencies ([@paoloricciuti])
- [vitejs/vite] [#18063](https://github.com/vitejs/vite/pull/18063) fix: allow scanning exports from `script module` in svelte ([@paoloricciuti])

[@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
[oscard0m/octokit-core.js]: https://github.com/oscard0m/octokit-core.js
[oscard0m/semantic-release-github]: https://github.com/oscard0m/semantic-release-github
[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
Loading