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

fix(@astrojs/cloudflare): SSR split file renaming misses ts endpoints (#7568)

* fix bug, where ts files where not renamed correctly

* try to make rename logic more robust
...

github.com/withastro/astro - 6ec040761ef657df0e0f5ac103788da4b98fa688 authored over 1 year ago by Alexander Niebuhr <[email protected]>
Fix vercel build error when passing `includeFiles` (#7677)

github.com/withastro/astro - 1f0d0b5863750104fc93cbbbd54ebae9c65143f7 authored over 1 year ago by Bjorn Lu <[email protected]>
Fix cloudflare runtime env var handling (#7679)

Co-authored-by: Emanuele Stoppa <[email protected]>
Co-authored-by: Matthew Phillips <matthe...

github.com/withastro/astro - 1a6f833c404ba2e64e3497929b64c863b5a348c8 authored over 1 year ago by Bjorn Lu <[email protected]>
Handle flaky tests (#7651)

github.com/withastro/astro - d69fe3a8d2e1c5d49fe08aa3d974fc37cee9ca93 authored over 1 year ago by Bjorn Lu <[email protected]>
release (#7660)

github.com/withastro/astro - 16af1709a57066a1cce443c1d769e7304ebd4101 authored over 1 year ago by Nate Moore <[email protected]>
[ci] release (#7658)

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

github.com/withastro/astro - dc7ab8af65b837690f4b14b08c3c6fe107f797c9 authored over 1 year ago by Houston (Bot) <[email protected]>
[ci] format

github.com/withastro/astro - ea910de61f9bd5c082914b5c6a7c083dff5e02a8 authored over 1 year ago by natemoo-re <[email protected]>
fix(#7654): exclude @vercel/nft (#7659)

github.com/withastro/astro - 57a5eff5cee9852dca1e328e233949581edc5fb9 authored over 1 year ago by Nate Moore <[email protected]>
[ci] format

github.com/withastro/astro - 4f9032be7c71247ca0051385e4b76cabe69667e7 authored over 1 year ago by natemoo-re <[email protected]>
Sitemap should only exclude 404 and 500 pages (#7655)

* fix(#7472): sitemap should only exclude 404 and 500 pages

* chore: refactor logic, add test

github.com/withastro/astro - c258492b7218cc7e5b7be38f48ec1bb1296292d5 authored over 1 year ago by Nate Moore <[email protected]>
Revert "Clarify SSR limitations of sitemaps of dynamic routes (#7625)" (#7653)

This reverts commit 9352ac65f4d8c44a5d0cf9cccc37a1196da538cf.

github.com/withastro/astro - 795d598aebffe594946c43530188188e1564626d authored over 1 year ago by Matthew Phillips <[email protected]>
[ci] format

github.com/withastro/astro - 6d6e0a80cd4f3e88271a4d3d38fab3e9f38d93b2 authored over 1 year ago by ematipico <[email protected]>
refactor: use SSR manifest in dev (#7587)

github.com/withastro/astro - 1568cb43244698bed10a436153443a9073d7b45f authored over 1 year ago by Emanuele Stoppa <[email protected]>
[ci] format

github.com/withastro/astro - 798442427d3ed303eb61119e90d65e63a79cd718 authored over 1 year ago by matthewp <[email protected]>
Clarify SSR limitations of sitemaps of dynamic routes (#7625)

While this README doesn't distinguish between SSR mode and static mode (and SSR mode was recentl...

github.com/withastro/astro - 9352ac65f4d8c44a5d0cf9cccc37a1196da538cf authored over 1 year ago by paulrudy <[email protected]>
[ci] release (#7645)

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

github.com/withastro/astro - 1f2d52bd7b3fac047bde207a9f09bccf19c85cc3 authored over 1 year ago by Houston (Bot) <[email protected]>
nit: export props has been unnecessary.. forever (#7646)

github.com/withastro/astro - b3b640435b1a6630a40be7dbe81f21a9693856d2 authored over 1 year ago by Erika <[email protected]>
fix(squoosh): Fix wrong file path in rotation check (#7650)

github.com/withastro/astro - 7a6b48a1a40122fa3a6c1aef112f82dec25ee083 authored over 1 year ago by Erika <[email protected]>
[docs] fix link in image integration README (#7649)

github.com/withastro/astro - de5fbd3e4bb437ef8b5790b7be14a0a03123187c authored over 1 year ago by Sarah Rainsberger <[email protected]>
Remove weird changeset symbols (#7648)

github.com/withastro/astro - 8ee94ffbd9b0c055a245f63e766f64f51466eda7 authored over 1 year ago by Bjorn Lu <[email protected]>
Refactor merge server config (#7639)

github.com/withastro/astro - bde08c4b141995d77f502bb263f2b7d15c95b12d authored over 1 year ago by Bjorn Lu <[email protected]>
[ci] format

github.com/withastro/astro - 4ce2ba972aefb88e5e82cb3076f7db9c026b4881 authored over 1 year ago by matthewp <[email protected]>
Fixes for redirects config (#7644)

* Update redirects static generation based on recs

Got some great recommendations on how to h...

github.com/withastro/astro - 213e10991af337a7c4fd38c39be5c266c16fa600 authored over 1 year ago by Matthew Phillips <[email protected]>
fix(assets): Fix images not following EXIF rotation (#7637)

github.com/withastro/astro - af5827d4f7af9437c0c3fcff5c0239577aa68498 authored over 1 year ago by Erika <[email protected]>
[ci] format

github.com/withastro/astro - c90de81373813b2074b5f3f6fdbd18a6c941c53b authored over 1 year ago by Princesseuh <[email protected]>
Allow SVGs when using Assets (#7643)

* Allow SVG files when using Assets

* Fixed TypeScript error

* fix: some small nits and ad...

github.com/withastro/astro - 4b82e55cf15899babb61128a7393362e667ff724 authored over 1 year ago by Alvin Bryan <[email protected]>
Convert CLI top-level imports as dynamic imports (#7635)

github.com/withastro/astro - bdde6b9f6ca9f3a76ca388f1b8bae7806fbc1a3a authored over 1 year ago by Bjorn Lu <[email protected]>
[ci] release (#7624)

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

github.com/withastro/astro - db4095d3f5ef3de58183015cd3a1b311ac355c35 authored over 1 year ago by Houston (Bot) <[email protected]>
[ci] format

github.com/withastro/astro - 14d4ce92469e908b45ccda72bcb460ebb0d51102 authored over 1 year ago by sarah11918 <[email protected]>
[docs] update image integration README (#7633)

Co-authored-by: Yan Thomas <[email protected]>

github.com/withastro/astro - 9b2629d7d49e52ffdc53a5f23e6ac78f1e2f4040 authored over 1 year ago by Sarah Rainsberger <[email protected]>
Move all CLI commands to their subfolders (#7634)

github.com/withastro/astro - bbab86db739f7bbfa9a42b6651880f87b7b03801 authored over 1 year ago by Bjorn Lu <[email protected]>
[ci] format

github.com/withastro/astro - d780508a4291b7773f0ce8918584311ea9593dfa authored over 1 year ago by ematipico <[email protected]>
feat(@astrojs/netlify): add `build.split` support (#7615)

Co-authored-by: Sarah Rainsberger <[email protected]>
Co-authored-by: Bjorn Lu <bjornlu.dev@...

github.com/withastro/astro - f21357b69d94fe8d81f267efddb182d1a3cc678a authored over 1 year ago by Emanuele Stoppa <[email protected]>
Update turbo cache flow (#7631)

github.com/withastro/astro - b30a1bc2b8ad5376dc3e88c185e2ad3979b43ab8 authored over 1 year ago by Bjorn Lu <[email protected]>
Fix `build.excludeMiddleware` default type docs (#7630)

github.com/withastro/astro - c38b0c49da50288f7f2d325d740355bca8ac1340 authored over 1 year ago by Yan Thomas <[email protected]>
Refactor config loading (#7622)

github.com/withastro/astro - 0952a815b7a3ee931911c3aac346672deaa4721d authored over 1 year ago by Bjorn Lu <[email protected]>
feat: bumped typescript-eslint to v6 stable 🥳 (#7626)

github.com/withastro/astro - df49bbe7f1180f6d2c33b8aec201574d2cafd3a8 authored over 1 year ago by Josh Goldberg ✨ <[email protected]>
fix(@astrojs/vercel): improve file detection (#7621)

github.com/withastro/astro - 2ddf3426268847d87c24ba1dc0adff20d3046035 authored over 1 year ago by Emanuele Stoppa <[email protected]>
[ci] format

github.com/withastro/astro - 84e573a781b46d79deeebc5ce6dc620696073580 authored over 1 year ago by matthewp <[email protected]>
Fixes Response not being cloneable by middleware (#7623)

github.com/withastro/astro - 86e19c7cf8696e065c1ccdc2eb841ad0a2b61ede authored over 1 year ago by Matthew Phillips <[email protected]>
[ci] release (#7594)

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

github.com/withastro/astro - f0666b92c34cecdfee8749308a72f34dd41695d6 authored over 1 year ago by Houston (Bot) <[email protected]>
Filter out astro from `peerDependencies` in `astro add` (#7620)

github.com/withastro/astro - 831dfd1516c8b900ec4a0c151a40121655cdedc6 authored over 1 year ago by Chris Swithinbank <[email protected]>
Refactor simple CLI commands (#7619)

github.com/withastro/astro - 03c28aa62902ede6257e8ffb6e3c8b9a28d8e312 authored over 1 year ago by Bjorn Lu <[email protected]>
fix: `astro info` command fallback for package manager (#7618)

github.com/withastro/astro - 3669e2d2762bf8a4909be00ed212a6c5e847eedf authored over 1 year ago by Emanuele Stoppa <[email protected]>
Add CLI startup speed benchmark (#7617)

github.com/withastro/astro - 255dead86fdcc9f744f58a69c0f32ee70dd3ab90 authored over 1 year ago by Bjorn Lu <[email protected]>
Document codebase rendering concepts (#7596)

Co-authored-by: Chris Swithinbank <[email protected]>

github.com/withastro/astro - 1c7fda81696005dc73e41332fa711d361619bcac authored over 1 year ago by Bjorn Lu <[email protected]>
Update prefetch README filename styling (#7613)

github.com/withastro/astro - 131c92279ee8a282e71a09523870bb0e7df80627 authored over 1 year ago by Yan Thomas <[email protected]>
Ignore content .json files prefixed with underscores (#7611)

github.com/withastro/astro - 904921cbe44e168477c751774a2e01a6cc972a16 authored over 1 year ago by Bjorn Lu <[email protected]>
Fix: Hyphens breaking Markdoc tags (#7599)

* fix: handle hyphens in tag names

* test: add hyphen in test suite

* chore: changeset

github.com/withastro/astro - 8df6a423c5088a68cc409b5415b09aff0c10a0f1 authored over 1 year ago by Ben Holmes <[email protected]>
[ci] format

github.com/withastro/astro - 6fd9f4a1601424f054985611a716123c272429c3 authored over 1 year ago by matthewp <[email protected]>
Updates prefetch integration to add "only prefetch link on hover/mouseover/focus" option (#6585)

* modifies prefetch to add the option to only prefetch certain pages on hover

* adds new page...

github.com/withastro/astro - 9807e4dc22355f0b3b2ff65b0724a95af8e9702d authored over 1 year ago by Kory Smith <[email protected]>
Fix: Markdoc v0.4.0 docs (#7593)

* docs: add docs link to markdoc error

* docs: add named exports guide to README

* chore: ...

github.com/withastro/astro - c135633bf6a84e751249920cba9009f0e394e29a authored over 1 year ago by Ben Holmes <[email protected]>
Fix code snippet in markdoc README (#7592)

github.com/withastro/astro - 6f1c4ea388bf03228e3b6e86997122f07233d02b authored over 1 year ago by zyoshoka <[email protected]>
Runtime environment variables docs for node integration (#7378)

* Runtime environment variables docs for node integration

* Update packages/integrations/node...

github.com/withastro/astro - 3153d04dadb2fc7feb893c52bbdcd4d11bb03bf3 authored over 1 year ago by Tom Adler <[email protected]>
docs(cloudflare): fix code snippet in enabling preview (#7591)

github.com/withastro/astro - 6bf20b62ce9f7eaaa1dbec65bb697bb935214f61 authored over 1 year ago by Yusuf <[email protected]>
[ci] release (#7578)

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

github.com/withastro/astro - f224078a65c3ff4cd0ba88206772b0dcbcd29c24 authored over 1 year ago by Houston (Bot) <[email protected]>
Refactor passing compressHTML (#7585)

github.com/withastro/astro - a0a1ca3e58d98a38cfc84cc03cd09ce2c508911f authored over 1 year ago by Bjorn Lu <[email protected]>
Simpify passing endpoint logging option (#7584)

github.com/withastro/astro - 2d9c621c779d5c4a3c3c4dbc2ad898b7319e5577 authored over 1 year ago by Bjorn Lu <[email protected]>
corrected grammar. minor change (#7580)

github.com/withastro/astro - 2ca5bdde2b1acc2be1586a99686a9a48cdef65dc authored over 1 year ago by sank.eth <[email protected]>
Update benchmark.yml

github.com/withastro/astro - 756c3ea0de3df201a408b2090eaca7e955c67c9f authored over 1 year ago by Fred K. Schott <[email protected]>
Refactor `SSRResult` and `RenderContext` (#7575)

github.com/withastro/astro - 30d04db98107b40669e964c3ec4ac77dc2d65645 authored over 1 year ago by Bjorn Lu <[email protected]>
[ci] format

github.com/withastro/astro - 44e56bb3bcc94c006206d162ae6e7b131f5cd2a8 authored over 1 year ago by ematipico <[email protected]>
feat: `astro info` command (#7432)

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

github.com/withastro/astro - 6e9c295799cb6524841adbcbec21ff628d8d19c8 authored over 1 year ago by Emanuele Stoppa <[email protected]>
[ci] format

github.com/withastro/astro - c490eb6e52acf32153586b9493dca51d94859591 authored over 1 year ago by ematipico <[email protected]>
feat: vercel edge middleware support (#7532)

Co-authored-by: Bjorn Lu <[email protected]>
Co-authored-by: Sarah Rainsberger <sarah@rains...

github.com/withastro/astro - 9e5fafa2b25b5128084c7072aa282642fcfbb14b authored over 1 year ago by Emanuele Stoppa <[email protected]>
refactor: use only manifest to compute information (#7571)

* refactor: use only manifest to compute information

* use entry modules

* revert entry modules

github.com/withastro/astro - cfd5b2b785ad277b82c380fdf68ead0475ddb42f authored over 1 year ago by Emanuele Stoppa <[email protected]>
[ci] release (#7559)

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

github.com/withastro/astro - f820bb3f0be34da60f3674205b2f24e512c48f76 authored over 1 year ago by Houston (Bot) <[email protected]>
Fix MDX README typo (#7567)

github.com/withastro/astro - 4aecebae267d92a08df899be32c9b491d8da0c65 authored over 1 year ago by THARAK HEGDE <[email protected]>
Fix style crawling logic for CSS HMR (#7565)

github.com/withastro/astro - 5ffdec758061b55a328d2e8037684c3b2f1e0184 authored over 1 year ago by Bjorn Lu <[email protected]>
Move createBasicEnvironment as test-util (#7560)

github.com/withastro/astro - c459b81785b8bbdd07c3d27b471990e8ffa656df authored over 1 year ago by Bjorn Lu <[email protected]>
Handle callGetStaticPaths TODO (#7558)

github.com/withastro/astro - 917f25cffefd972548645a1502235a530c03b140 authored over 1 year ago by Bjorn Lu <[email protected]>
chore: fix incorrect default type (#7562)

github.com/withastro/astro - c412e4a7bbc6f56b353aefcf13666d3b46f73dfa authored over 1 year ago by Emanuele Stoppa <[email protected]>
Batch iterator buffering to reduce number of timeout calls (#7544)

github.com/withastro/astro - 47b756e3e11703387407692e189f34c31f8565d6 authored over 1 year ago by Johannes Spohr <[email protected]>
Fix CI lint command (#7554)

github.com/withastro/astro - 7419bb6cf200c51a79eb8fd30e113cf43485cb73 authored over 1 year ago by Bjorn Lu <[email protected]>
Fix incorrect format from organize-imports-cli (#7553)

github.com/withastro/astro - e7cea6f7557a9d8eacd72a02eace146bbcd072ce authored over 1 year ago by Bjorn Lu <[email protected]>
Refactor getParamsAndProps code (#7537)

github.com/withastro/astro - 6036bdd3aed1b7926ef3ca5fc1925e0c0393e514 authored over 1 year ago by Bjorn Lu <[email protected]>
feat: use typescript-eslint@v6's reworked configs (#7425)

github.com/withastro/astro - 2fea174303ca60f4765c6294d99ebc7a19e73403 authored over 1 year ago by Josh Goldberg ✨ <[email protected]>
[ci] release (#7526)

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

github.com/withastro/astro - fc6826ff7620b0c5e419de93ef7c463a12fe3652 authored over 1 year ago by Houston (Bot) <[email protected]>
Temporary fix for examples check (#7550)

github.com/withastro/astro - 0f0c31fba5eecfa755ba218d4c706933377dff4e authored over 1 year ago by Bjorn Lu <[email protected]>
fix: make `Picture` generate valid dev URLs (#7500)

github.com/withastro/astro - e644b34659836b463abb8c6a0acc867621c2d3cc authored over 1 year ago by Wooseop Kim <[email protected]>
Update style attribute behavior for better object support (#7542)

github.com/withastro/astro - cdc28326cf21f305924363e9c8c02ce54b6ff895 authored over 1 year ago by Nate Moore <[email protected]>
Make APIRoute generic like APIContext (#7521)

github.com/withastro/astro - 19c2d43ea41efdd8741007de0774e7e394f174b0 authored over 1 year ago by Ken Powers <[email protected]>
Move code block titles into comments to match docs (#7543)

Co-authored-by: Yan Thomas <[email protected]>

github.com/withastro/astro - bc9ce779d3c02e7a960a8a79ce2610a96b2afcb7 authored over 1 year ago by Hippo <[email protected]>
[ci] format

github.com/withastro/astro - 0251e4e6cf512967e2421c2389aafef17fb89b79 authored over 1 year ago by natemoo-re <[email protected]>
Fix multiple `create-astro` registry issues (#7539)

* fix: getVersion Error when registry ends with '/'

* Update .changeset/old-seahorses-fold.md...

github.com/withastro/astro - 1170877b51aaa13203e8c488dcf4e39d1b5553ee authored over 1 year ago by 金成 <[email protected]>
fix: don't serialize `undefined` as `null` (#7531)

* fix: don't serialize `undefined` as `null`

* test: include more types in the pass-js test

github.com/withastro/astro - 2172dd4f0dd8f87d1adbc5ae90f44724e66eb964 authored over 1 year ago by wackbyte <[email protected]>
Remove unused getParamsAndProps call (#7535)

github.com/withastro/astro - 4dd8849be2250cc65a3b9264b2c7db2f3300cac7 authored over 1 year ago by Bjorn Lu <[email protected]>
Fix image metadata generation (#7510)

* Fix problem where image metadata generation throwed error when provided url started with /@ast...

github.com/withastro/astro - 4256409a9414358e4d0adf90599dd5921ed0b450 authored over 1 year ago by Paweł Mrowiec <[email protected]>
fix(#7471): fallback to npm registry if config command fails (#7527)

github.com/withastro/astro - 9e2426f75637a6318961f483de90b635f3fdadeb authored over 1 year ago by Nate Moore <[email protected]>
Refactor telemetry usage flow (#7522)

github.com/withastro/astro - fcba0f0199b53e2077aae36b4ea2b287482d5c5c authored over 1 year ago by Bjorn Lu <[email protected]>
[ci] format

github.com/withastro/astro - 5b1745bf31ef2523f769be7d925899bd237de11b authored over 1 year ago by ematipico <[email protected]>
feature(astrojs/cloudflare): add support for `splitted` SSR bundles (#7464)

* initial commit

* try to fix windows

* output files directly into the correct folder

* allow...

github.com/withastro/astro - 1a59185ddd393bf8894ec0c981b26d6fecdb3c67 authored over 1 year ago by Alexander Niebuhr <[email protected]>