Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Astro

Build faster websites with less client-side Javascript.
Collective - Host: opensource - https://opencollective.com/astrodotbuild - Website: https://astro.build/ - Code: https://github.com/withastro/astro

refactor: move renderers to their own plugin (#7166)

github.com/withastro/astro - 626dd41d0a80155f59962e3a1b70d8dfd2719d25 authored over 1 year ago
Make vite-plugin-content-virtual-mod run `getEntrySlug` 10 at a time (#7125)

github.com/withastro/astro - 4ce8bf7c62d2b19ff7bd3dd0fbad88fcac10feaa authored over 1 year ago
Add types for `import.meta.env.ASSETS_PREFIX` and `import.meta.env.SITE` (#7172)

github.com/withastro/astro - 2ca94269ed0b5046033c47985ef50b7e7a637caf authored over 1 year ago
fix: value of var could be undefined when using `define:vars` (#7134)

github.com/withastro/astro - 5b6a0312a822565404a6334576677fc574cfcd56 authored over 1 year ago
[ci] release (#7163)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github.com/withastro/astro - 64d2aba58338683959d4d9781a62da3fb4c23ca6 authored over 1 year ago
[Markdoc] Fix global asset bleed (#6758)

* wip: propagatedAssets flag per-component

* Propagate in TreeNode

* fix: remove unused in...

github.com/withastro/astro - f558a9e2056fc8f2e2d5814e74f199e398159fc4 authored over 1 year ago
Render 404 page content when a `Response` with status 404 is returned from a page (#7143)

github.com/withastro/astro - b41963b775149b802eea9e12c5fe266bb9a02944 authored over 1 year ago
[ci] release (#7161)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github.com/withastro/astro - d880293f7949385693fbd627a96bdfc9e9478def authored over 1 year ago
feat: :art: export rss feeditem type (#7153)

github.com/withastro/astro - e17ed0727ef1acb512c77723a1b641326de8ca84 authored over 1 year ago
fix(hoisted scripts): consider script's dependents (#7144)

github.com/withastro/astro - ba0636240996f9f082d122a8414240196881cb96 authored over 1 year ago
fix(hybrid-output): no matched route when using `getStaticPaths` (#7150)

* `isPrenderDefault` ---> `isPrerenderDefault`

* test: add test fixture

* test: add hybrid...

github.com/withastro/astro - 8f418d13c5d5c9c40f05020205f24380b718654b authored over 1 year ago
[ci] release (#7130)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github.com/withastro/astro - 0616ef255145bf173386b94474dede376e1f2037 authored over 1 year ago
Fix: Heading ID CI flakiness (#7141)

* feat: use `ctx` object instead of leaky global

* test: heading IDs stale caches

* chore:...

github.com/withastro/astro - a9e1cd7e58794fe220539c2ed935c9eb96bab55a authored over 1 year ago
fix(prefetch): Fix the inclusion of `@types/network-information` (#7123)

github.com/withastro/astro - 147373722b37126af949bb054a1cdfb0aed6c2ff authored over 1 year ago
Fix injectRoute for SSR (#7128)

* Use manifest routes for SSR app manifest instead of page components to enable injected routes ...

github.com/withastro/astro - 72f686a68930de52f9a274c13c98acad59925b31 authored over 1 year ago
Fix e2e flaky tests again (#7129)

github.com/withastro/astro - ed4aff0cb99c1a76077be3ab6dd44c0fdae02bf3 authored over 1 year ago
refactor(astro): emit `entry.mjs` to import pages via dynamic import (#7036)

github.com/withastro/astro - 852d59a8d68e124f10852609e0f1619d5838ac76 authored over 1 year ago
refactor: create virtual module for middleware (#7132)

github.com/withastro/astro - 319a0a7a0a6a950387c942b467746d590bb32fda authored over 1 year ago
Improve content collection error message for empty folders (#7118)

github.com/withastro/astro - 3257dd28901c785a6a661211b98c5ef2cb3b9aa4 authored over 1 year ago
Fix smoke test markdoc CI (#7131)

github.com/withastro/astro - 2b9a25beaf41cd3cceb763e736db8a70f7417de8 authored over 1 year ago
Add route information for getStaticPaths warning (#7126)

github.com/withastro/astro - 530fb9ebee77646921ec29d45d9b66484bdfb521 authored over 1 year ago
[ci] release (#7090)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github.com/withastro/astro - 31cbf4357e866abab62bb4ccf949f5a59aec06ac authored over 1 year ago
Document inlineStylesheets available astro version (#7117)

github.com/withastro/astro - dad105a91e2d9b59cfd6aba7703207ba08841c10 authored over 1 year ago
Parallelize rendering of sibling components to avoid async waterfalls (#7071)

* Parallelize rendering of sibling components to avoid async waterfalls

* Catch and rethrow e...

github.com/withastro/astro - e186ecc5e292de8c6a2c441a2d588512c0813068 authored over 1 year ago
chore: remove unused `content/internal` export (#7114)

* chore: remove unused content/internal exp

* chore: add back newline

---------

Co-auth...

github.com/withastro/astro - 05695ab202264ea5c6c3bbaf0a6711e8af2cc072 authored over 1 year ago
Fix customClientDirectives config default typo (#7119)

github.com/withastro/astro - 8814a36f7271c543f0613c8081c0a81a3b9ab512 authored over 1 year ago
Add errors for unknown experimental keys (#7011)

github.com/withastro/astro - cada10a466f81f8edb0aa664f9cffdb6b5b8f307 authored over 1 year ago
Fix: add `headings` to `.mdoc` render type (#7111)

* fix: add `headings` to `.mdoc` render type

* chore: changeset

github.com/withastro/astro - 6b4fcde3760140733ad03a162dd0682004c106b2 authored over 1 year ago
Data collections and references (#6850)

* feat: add generated lookup-map

* feat: wire up fast getEntryBySlug() lookup

* fix: consi...

github.com/withastro/astro - c6d7ebefdd554a9ef29cfeb426ac55cab80d6473 authored over 1 year ago
Fix weird periods in `NoMatchingRenderer` error (#7110)

* Fix weird periods in `NoMatchingRenderer` error

* Add changeset

github.com/withastro/astro - fc52681ba2f8fe8bcd92eeedf3c6a52fd86a390e authored over 1 year ago
Fix imports using ?raw and ?url not working when `experimental.assets` is enabled (#7108)

github.com/withastro/astro - 410428672ed97bba7ca0b3352c1a7ee564921462 authored over 1 year ago
Prevent removal of nested slots within islands (#7093)

* Prevent removal of nested slots within islands

* Fix build errors

github.com/withastro/astro - 3d525efc95cfb2deb5d9e04856d02965d66901c9 authored over 1 year ago
add warn message when using unsupported file types in pages/ (#6851)

Co-authored-by: Nate Moore <[email protected]>
Co-authored-by: Erika <3019731...

github.com/withastro/astro - e9fc2c2213036d47cd30a47a6cdad5633481a0f8 authored over 1 year ago
feat: uncomment polymorphic type (#7069)

github.com/withastro/astro - c1669c0011eecfe65a459d727848c18c189a54ca authored over 1 year ago
HTML minification (#6706)

* TDD pattern development

* add compact property when the user run pnpm run build

* add mi...

github.com/withastro/astro - 763ff2d1e44f54b899d7c65386f1b4b877c95737 authored over 1 year ago
feat: hybrid output (#6991)

* update config schema

* adapt default route `prerender` value

* adapt error message for h...

github.com/withastro/astro - 719002ca5b128744fb4316d4a52c5dcd46a42759 authored over 1 year ago
adding meta description tag to basics example (#6854)

Co-authored-by: Erika <[email protected]>

github.com/withastro/astro - 2b9230ed22dd379633ece3fcd9d485dfc3064441 authored over 1 year ago
[Markdoc] `headings` and heading IDs (#7095)

* deps: markdown-remark

* wip: heading-ids function

* chore: add `@astrojs/markdoc` to ext...

github.com/withastro/astro - fb84622af04f795de8d17f24192de105f70fe910 authored over 1 year ago
Add `edge-light` and `worker` to vercel edge bundling (#7103)

github.com/withastro/astro - c91e837e961043e92253148f0f4291856653b993 authored over 1 year ago
Implement custom client directives (#7074)

Co-authored-by: Sarah Rainsberger <[email protected]>

github.com/withastro/astro - 73ec6f6c16cadb71dafe9f664f0debde072c3173 authored over 1 year ago
fix: middleware for API endpoints (#7106)

Co-authored-by: Bjorn Lu <[email protected]>

github.com/withastro/astro - 075eee08f2e2b0baea008b97f3523f2cb937ee44 authored over 1 year ago
Add files field to packages (#7104)

github.com/withastro/astro - 826e0289005f645b902375b98d5549c6a95ccafa authored over 1 year ago
Build edge/worker runtime with webworker ssr target (#7101)

github.com/withastro/astro - 2994bc52d360bf7ca3681c5f6976e64577cf5209 authored over 1 year ago
refactor(assets): Move generation logic out of internal.ts (#7102)

github.com/withastro/astro - 4516d7b22c5979cde4537f196b53ae2826ba9561 authored over 1 year ago
Update lockfile CI (#7105)

github.com/withastro/astro - 6cbe5e74722ac2b7cd98cc412453c2ddfea6ccae authored over 1 year ago
[ci] update lockfile (#7075)

Co-authored-by: FredKSchott <[email protected]>

github.com/withastro/astro - babe7700a2b5958d127b0ea0b6bff4855e6e1c63 authored over 1 year ago
Add `workerd` and `worker` to cloudflare adapter bundling (#7092)

github.com/withastro/astro - 2a1fa09b3199ae35801dd0d02ae293198d9a7382 authored over 1 year ago
Fix e2e flaky tests (#7084)

github.com/withastro/astro - d7007a1a839d5868bd8c10c9b537d47a0e3d48ef authored over 1 year ago
Fix double prepended forward slash in certain cases (#7091)

* test: add test with no base

* fix: don't always prepend a forward slash

* chore: changes...

github.com/withastro/astro - cd410c5eb71f825259279c27c4c39d0ad282c3f0 authored over 1 year ago
Escape closing script tag when using define:vars (#7044)

github.com/withastro/astro - 914c439bccee9fec002c6d92beaa501c398e62ac authored over 1 year ago
Inject analytics env (#6876)

github.com/withastro/astro - 06ca3702f88ed18a063d2abbbb231615f9f97154 authored over 1 year ago
RSS: Fix string validation of pubDate (#7066)

github.com/withastro/astro - a37e67b520dc35dbf40313c77490a97446de2f74 authored over 1 year ago
[ci] release (#7088)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github.com/withastro/astro - d68e7365456fbbd02f597c7ecdb248b974196292 authored over 1 year ago
Fix `create-astro` regression (#7086)

github.com/withastro/astro - c5f1275e9d2f212a08e56bc25e0b59c7d7e9f11d authored over 1 year ago
[ci] release (#7077)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github.com/withastro/astro - 8d09a14a7b8217f01e8bd91c31c16904ee13eff3 authored over 1 year ago
fix: don't exit the program if dependencies don't install (#7052)

github.com/withastro/astro - 8c14bffbd9ea63bc4b4e9f9417352fdf4e7e65b4 authored over 1 year ago
Correct handle directory finds when using base in the Node adapter (#7076)

github.com/withastro/astro - 781f558c401a5f02927d150e4628a77c55cccd28 authored over 1 year ago
[ci] release (#7065)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github.com/withastro/astro - 0fc026f63c92766ca69f992ee5ca4d17453860f5 authored over 1 year ago
fix(image): Fix astro:assets from interfering with SSR query params ending with image extensions (#7055)

* fix(image): Fix `astro:assets` from interfering with SSR query params ending with image extens...

github.com/withastro/astro - 4f1073a6a4f3e5a4fc9df96a2ae59f2e929703fe authored over 1 year ago
[ci] update lockfile (#7054)

Co-authored-by: FredKSchott <[email protected]>

github.com/withastro/astro - dad5e2e5137f79a60d0f546ba86877e147103cbd authored over 1 year ago
`@astrojs/image`: Add `fetchpriority` to `Picture` types (#7059)

* Add `fetchpriority` to `Picture` types

* Add changeset

github.com/withastro/astro - ebb40f5cb093e9be5f856a98bf5ffd65a814218b authored over 1 year ago
fix: don't require 'paths' object in tsconfig to alias paths (#7000)

github.com/withastro/astro - c87d42e766d02db5352671cbf074dd637bdb23e0 authored over 1 year ago
[ci] release (#7043)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github.com/withastro/astro - a44e755cc666cfbcff22eb80872265cd4298e5e5 authored over 1 year ago
[Markdoc] Validation and debugging improvements (#7045)

* feat: better validation logs

* chore: add warning to restart server on config chnage

* f...

github.com/withastro/astro - 3a9f72c7f30ed173438fd0a222a094e5997b917d authored over 1 year ago
[ci] update lockfile (#7018)

Co-authored-by: FredKSchott <[email protected]>

github.com/withastro/astro - 18d06329116cf0467f9d78fcf09c8a5e9ac97aea authored over 1 year ago
fix: properly prefix endpoint path with base in SSR (#7047)

* fix: properly prefix endpoint path with base in SSR

* chore: sssss

* chore: changeset

github.com/withastro/astro - 48395c81522f7527126699c4f185f7b4488a4b9a authored over 1 year ago
[Content collections] Fast `getEntryBySlug()` lookup (#6916)

* feat: add generated lookup-map

* feat: wire up fast getEntryBySlug() lookup

* fix: consi...

github.com/withastro/astro - 630f8c8ef68fedfa393899c13a072e50145895e8 authored over 1 year ago
Fix generation for routes defined using getStaticPaths (#7029)

* Fix static site dynamic routes for sitemap integration

* Add changeset

* Update pnpm-loc...

github.com/withastro/astro - 1b90a7a5d5f16e3e1fa0329b509c6c6e76248181 authored over 1 year ago
[ci] release (#7037)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github.com/withastro/astro - e54dcd59437a0532ad391850dbc031f585149b49 authored over 1 year ago
fix middleware typing export (#7032)

* fix middleware typing export

* Update .changeset/new-seals-hear.md

---------

Co-autho...

github.com/withastro/astro - 157357e1fb6ff2c14a717230cc485fb76a3fea03 authored over 1 year ago
Fix `astro:assets` SSR error (#7034)

github.com/withastro/astro - c0099703338cf81e2b381e6e754c73b442db4eab authored over 1 year ago
[ci] release (#7005)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github.com/withastro/astro - 50bf66e4df8ac9b427e653a48cb8e4e84913d8f2 authored over 1 year ago
fix(middleware): emit warning if `next` is called and nothing is returned (#7010)

* fix(middleware): emit warning if `next` is called and nothing is returned

* chore: add test...

github.com/withastro/astro - e9f0dd9b473c4793c958a6c81e743fd9b02b4f64 authored over 1 year ago
[ci] update lockfile (#7008)

* [ci] update lockfile

* Fix lint warnings

---------

Co-authored-by: FredKSchott <FredK...

github.com/withastro/astro - 890c8b3ea71d94948ab764469f663fadd0ce6d82 authored over 1 year ago
fix: declare namespace so client-base.d.ts stays an ambient definition (#7009)

github.com/withastro/astro - 1d4db68e64b7c3faf8863bf67f8332aa28e2f34b authored over 1 year ago
Update template deps to latest (#7002)

github.com/withastro/astro - 5182689086d648746a19933481ba4b3fbb0f6307 authored over 1 year ago
Fix `partytown` README (#7001)

* fix README

* add changeset

github.com/withastro/astro - ad5c75447af9cfbdcb1f288c5c17229fbd3d6dd2 authored over 1 year ago
Update astro.ts (#6999)

github.com/withastro/astro - 60688a7d167667ada7fe2a7e7d7da8e363b902c1 authored over 1 year ago