-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2117 from mainmatter/this-week-in-os-27
Twios 28
- Loading branch information
Showing
2 changed files
with
114 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,100 @@ | ||
## Astro | ||
|
||
- [natemoo-re/astro-capo] [#2](https://github.com/natemoo-re/astro-capo/pull/2) | ||
docs: add link to capo.js in README.md ([@oscard0m]) | ||
|
||
## Svelte | ||
|
||
- [SvelteLab/SvelteLab] [#279](https://github.com/SvelteLab/SvelteLab/pull/279) | ||
feat: hack sveltekit client to show correct url over the iframe | ||
([@paoloricciuti]) | ||
- [SvelteLab/SvelteLab] [#278](https://github.com/SvelteLab/SvelteLab/pull/278) | ||
fix: ssr rewrite crashing server ([@paoloricciuti]) | ||
- [sveltejs/kit] [#10638](https://github.com/sveltejs/kit/pull/10638) fix: | ||
ensure ssrRewriteStacktrace doesn't throw ([@paoloricciuti]) | ||
|
||
## Ember.js | ||
|
||
- [ember-cli/ember-cli-update] | ||
[#1246](https://github.com/ember-cli/ember-cli-update/pull/1246) Drop support | ||
for Node 14 ([@mansona]) | ||
- [ember-cli/ember-cli-update] | ||
[#1245](https://github.com/ember-cli/ember-cli-update/pull/1245) Setup | ||
release-it ([@mansona]) | ||
- [ember-cli/ember-cli-update] | ||
[#1243](https://github.com/ember-cli/ember-cli-update/pull/1243) Fix CI | ||
([@mansona]) | ||
- [ember-fastboot/ember-cli-fastboot] | ||
[#926](https://github.com/ember-fastboot/ember-cli-fastboot/pull/926) make | ||
sure that we lint (relevant) test-packages ([@mansona]) | ||
- [ember-learn/ember-styleguide] | ||
[#483](https://github.com/ember-learn/ember-styleguide/pull/483) Update | ||
bottled ember and remove hack for ember-cli css ([@mansona]) | ||
- [minutebase/ember-inline-svg] | ||
[#128](https://github.com/minutebase/ember-inline-svg/pull/128) update | ||
@embroider/test-setup ([@mansona]) | ||
|
||
## Embroider | ||
|
||
- [embroider-build/embroider] | ||
[#1594](https://github.com/embroider-build/embroider/pull/1594) remove volta | ||
from CI ([@mansona]) | ||
- [embroider-build/embroider] | ||
[#1591](https://github.com/embroider-build/embroider/pull/1591) Lay groundwork | ||
for esm/cjs multi build from TS ([@mansona]) | ||
- [embroider-build/embroider] | ||
[#1593](https://github.com/embroider-build/embroider/pull/1593) [draft] Add | ||
strict mode to app scenarios ([@lolmaus]) | ||
- [embroider-build/scenario-tester] | ||
[#18](https://github.com/embroider-build/scenario-tester/pull/18) Move to ESM | ||
([@mansona]) | ||
|
||
## Empress | ||
|
||
- [empress/bottled-ember] | ||
[#21](https://github.com/empress/bottled-ember/pull/21) drop support for node | ||
14 ([@mansona]) | ||
- [empress/bottled-ember] | ||
[#20](https://github.com/empress/bottled-ember/pull/20) setup release-it | ||
([@mansona]) | ||
- [empress/bottled-ember] | ||
[#19](https://github.com/empress/bottled-ember/pull/19) Fix generation when | ||
inside a package that has ember-cli as a dependency ([@mansona]) | ||
|
||
## JavaScript | ||
|
||
- [ef4/code-equality-assertions] | ||
[#2](https://github.com/ef4/code-equality-assertions/pull/2) turn off type: | ||
module ([@mansona]) | ||
|
||
## typesafe-i18n | ||
|
||
- [ivanhofer/typesafe-i18n-demo-sveltekit] | ||
[#40](https://github.com/ivanhofer/typesafe-i18n-demo-sveltekit/pull/40) docs: | ||
fix Warning box in README.md ([@oscard0m]) | ||
|
||
## zola | ||
|
||
- [getzola/zola] [#2289](https://github.com/getzola/zola/pull/2289) docs: update | ||
links to new Tera docs URL ([@oscard0m]) | ||
|
||
[@lolmaus]: https://github.com/lolmaus | ||
[@mansona]: https://github.com/mansona | ||
[@oscard0m]: https://github.com/oscard0m | ||
[@paoloricciuti]: https://github.com/paoloricciuti | ||
[sveltelab/sveltelab]: https://github.com/SvelteLab/SvelteLab | ||
[ef4/code-equality-assertions]: https://github.com/ef4/code-equality-assertions | ||
[ember-cli/ember-cli-update]: https://github.com/ember-cli/ember-cli-update | ||
[ember-fastboot/ember-cli-fastboot]: | ||
https://github.com/ember-fastboot/ember-cli-fastboot | ||
[ember-learn/ember-styleguide]: https://github.com/ember-learn/ember-styleguide | ||
[embroider-build/embroider]: https://github.com/embroider-build/embroider | ||
[embroider-build/scenario-tester]: | ||
https://github.com/embroider-build/scenario-tester | ||
[empress/bottled-ember]: https://github.com/empress/bottled-ember | ||
[getzola/zola]: https://github.com/getzola/zola | ||
[ivanhofer/typesafe-i18n-demo-sveltekit]: | ||
https://github.com/ivanhofer/typesafe-i18n-demo-sveltekit | ||
[minutebase/ember-inline-svg]: https://github.com/minutebase/ember-inline-svg | ||
[natemoo-re/astro-capo]: https://github.com/natemoo-re/astro-capo | ||
[sveltejs/kit]: https://github.com/sveltejs/kit |