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-06-30 #2473

Merged
merged 2 commits into from
Jul 11, 2024
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
8 changes: 5 additions & 3 deletions config/this-week-in-open-source.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,8 @@
"embroider-build/create-release-plan-setup",
"shikijs/shiki-magic-move",
"adopted-ember-addons/ember-drag-drop",
"tleunen/babel-plugin-module-resolver"
"tleunen/babel-plugin-module-resolver",
"snewcomer/intersection-observer-admin"
]
},
{
Expand Down Expand Up @@ -455,7 +456,8 @@
"yapplabs/ember-tether",
"cibernox/ember-power-calendar",
"ef4/decorator-transforms",
"adopted-ember-addons/ember-infinity"
"adopted-ember-addons/ember-infinity",
"ember-cli/ember-cli-deprecation-workflow"
]
},
{
Expand Down Expand Up @@ -556,6 +558,6 @@
],
"exclude_closed_not_merged": true,
"output_path": "src/twios/",
"last_date": "2024-06-16..2024-06-23",
"last_date": "2024-06-23..2024-06-30",
"query_type": "Merged"
}
105 changes: 105 additions & 0 deletions src/twios/2024-06-30.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
## 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

- [sveltejs/language-tools]
[#2412](https://github.com/sveltejs/language-tools/pull/2412) fix: snippets
with TS incorrect transformation ([@paoloricciuti])
- [sveltejs/svelte] [#12144](https://github.com/sveltejs/svelte/pull/12144) fix:
throw compilation error for malformed snippets ([@paoloricciuti])

## Embroider

- [embroider-build/app-blueprint]
[#37](https://github.com/embroider-build/app-blueprint/pull/37) add new app.js
structure ([@mansona])
- [embroider-build/app-blueprint]
[#28](https://github.com/embroider-build/app-blueprint/pull/28) add regression
tests for initialisers ([@mansona])
- [embroider-build/ember-auto-import]
[#629](https://github.com/embroider-build/ember-auto-import/pull/629) only
check devDependencies when checking requested range of an app package
([@mansona])
- [embroider-build/embroider]
[#2008](https://github.com/embroider-build/embroider/pull/2008) Merge stable
into main ([@mansona])
- [embroider-build/embroider]
[#2004](https://github.com/embroider-build/embroider/pull/2004) use pnpm to
publish unstable ([@mansona])
- [embroider-build/embroider]
[#2006](https://github.com/embroider-build/embroider/pull/2006) Virtual
entrypoint export modules ([@BlueCutOfficial])
- [embroider-build/embroider]
[#1957](https://github.com/embroider-build/embroider/pull/1957) Move
responsibility of booting the app from Embroider internals to the Ember app
([@BlueCutOfficial])

## Empress

- [empress/guidemaker] [#115](https://github.com/empress/guidemaker/pull/115)
fix ember-data dependencies ([@mansona])
- [empress/guidemaker] [#114](https://github.com/empress/guidemaker/pull/114)
fix version dropdown and add a test ([@mansona])

## JavaScript

- [snewcomer/intersection-observer-admin]
[#55](https://github.com/snewcomer/intersection-observer-admin/pull/55)
feat(memory-leaks): remove elements from registries when unobserve is called
([@BobrImperator])

## Ember

- [ember-cli/ember-cli-deprecation-workflow]
[#189](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/189)
start using release-plan ([@mansona])
- [ember-cli/ember-cli-deprecation-workflow]
[#188](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/188)
start using pnpm ([@mansona])
- [ember-learn/ember-api-docs]
[#903](https://github.com/ember-learn/ember-api-docs/pull/903) Start using
Embroider ([@mansona])
- [ember-learn/ember-styleguide]
[#513](https://github.com/ember-learn/ember-styleguide/pull/513) update
release-plan ([@mansona])
- [mainmatter/ember-simple-auth]
[#2800](https://github.com/mainmatter/ember-simple-auth/pull/2800) Revert
"chore(ci): allow mainmatter/continue-on-error-comment to work on forks"
([@BobrImperator])
- [mainmatter/ember-simple-auth]
[#2798](https://github.com/mainmatter/ember-simple-auth/pull/2798)
feat(classic-test-app): change locationType to 'history' ([@BobrImperator])
- [mainmatter/ember-simple-auth]
[#2797](https://github.com/mainmatter/ember-simple-auth/pull/2797) chore(ci):
allow mainmatter/continue-on-error-comment to work on forks ([@BobrImperator])

[@BlueCutOfficial]: https://github.com/BlueCutOfficial
[@BobrImperator]: https://github.com/BobrImperator
[@mansona]: https://github.com/mansona
[@marcoow]: https://github.com/marcoow
[@paoloricciuti]: https://github.com/paoloricciuti
[ember-cli/ember-cli-deprecation-workflow]:
https://github.com/ember-cli/ember-cli-deprecation-workflow
[ember-learn/ember-api-docs]: https://github.com/ember-learn/ember-api-docs
[ember-learn/ember-styleguide]: https://github.com/ember-learn/ember-styleguide
[embroider-build/app-blueprint]:
https://github.com/embroider-build/app-blueprint
[embroider-build/ember-auto-import]:
https://github.com/embroider-build/ember-auto-import
[embroider-build/embroider]: https://github.com/embroider-build/embroider
[empress/guidemaker]: https://github.com/empress/guidemaker
[mainmatter/ember-simple-auth]: https://github.com/mainmatter/ember-simple-auth
[marcoow/pacesetter]: https://github.com/marcoow/pacesetter
[snewcomer/intersection-observer-admin]:
https://github.com/snewcomer/intersection-observer-admin
[sveltejs/language-tools]: https://github.com/sveltejs/language-tools
[sveltejs/svelte]: https://github.com/sveltejs/svelte