Skip to content

Commit

Permalink
Merge pull request #2117 from mainmatter/this-week-in-os-27
Browse files Browse the repository at this point in the history
Twios 28
  • Loading branch information
emmasofiah2o authored Sep 11, 2023
2 parents c287279 + a9aca02 commit 7011708
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 4 deletions.
18 changes: 14 additions & 4 deletions config/this-week-in-open-source.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@
"candunaj/template-precompile-scope",
"emberjs/core-notes",
"candunaj/ember-in-viewport",
"oscard0m/openapi"
"oscard0m/openapi",
"mansona/ember-inline-svg"
],
"labels": [
{
Expand Down Expand Up @@ -121,7 +122,8 @@
{
"name": "Astro",
"repos": [
"withastro/docs"
"withastro/docs",
"natemoo-re/astro-capo"
]
},
{
Expand All @@ -140,7 +142,8 @@
"SvelteLab/SvelteLab",
"sveltejs/svelte",
"melt-ui/melt-ui",
"storybookjs/addon-svelte-csf"
"storybookjs/addon-svelte-csf",
"sveltejs/kit"
]
},
{
Expand Down Expand Up @@ -251,7 +254,8 @@
"ember-learn/cli-guides",
"ember-fastboot/ember-cli-head",
"DockYard/ember-composable-helpers",
"shipshapecode/swach"
"shipshapecode/swach",
"minutebase/ember-inline-svg"
]
},
{
Expand Down Expand Up @@ -451,6 +455,12 @@
"ivanhofer/typesafe-i18n-demo-sveltekit"
]
},
{
"name": "zola",
"repos": [
"getzola/zola"
]
},
{
"name": "Miscellaneous",
"repos": [
Expand Down
100 changes: 100 additions & 0 deletions src/twios/2023-08-22.md
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

0 comments on commit 7011708

Please sign in to comment.