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(markdown): file.url fixes (#3198)

* fix(markdown): file.url fixes

* Added tests

* Changed the default of `base` from `./` to...

github.com/withastro/astro - 1a86e77c37109f6a6006d6acb00eb52b4a54683c authored over 3 years ago
[ci] collect stats

github.com/withastro/astro - 3bb23ba6c3e8c7011ad077c736fd75d8bf6bea42 authored over 3 years ago
add vite to license

github.com/withastro/astro - ac5665c161423cea58a60ad7a9a37e77cea89b98 authored over 3 years ago
feat(markdown): Improved types (#3191)

* feat(markdown): Improved types

* More MarkdownMetadata

github.com/withastro/astro - 205d1f07f13ae60f21954648d530895d479e42cf authored over 3 years ago
[ci] collect stats

github.com/withastro/astro - 205c499a3e1c0c51191ad15a3b92a9a7926be5dd authored over 3 years ago
[ci] collect stats

github.com/withastro/astro - 0714c58aa781d49371df7667ae3601810c798b10 authored over 3 years ago
Create angry-cheetahs-walk.md

github.com/withastro/astro - cafd36ef774755b8efbe9e526a0b5ce7a47095f2 authored over 3 years ago
Fix: `astro add` generating config outside project root (#3186)

* fix: astro.config generated outside project dir

* chore: changeset

github.com/withastro/astro - 2b702d6abaa296c0eb77d3fd1a8231a186341b1f authored over 3 years ago
chore: changeset (#3187)

github.com/withastro/astro - 75dab3ca3de33da825c2a9695c2ad46cc104b7b1 authored over 3 years ago
feat: remove online editor configs (#3175)

github.com/withastro/astro - eda4979997aa01aaee4dd9f57b0dac24183209d9 authored over 3 years ago
Support custom svelte compiler options in @astrojs/svelte (#3181)

* updating svelte integration to allow custom user config

* test: adding a test to verify tha...

github.com/withastro/astro - ce9a61e9fc6fdbf9b8469197df6d728f395656ec authored over 3 years ago
[ci] update lockfile (#3162)

Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>

github.com/withastro/astro - bd76716c88c1ba19efeb7d798252f3ceed521920 authored over 3 years ago
feat(vercel): Support `trailingSlash` (#3176)

github.com/withastro/astro - 725c44a762dbc2f45a1d47ffa31b7e6e0b22ff95 authored over 3 years ago
Netlify Edge: forward requests for static assets (#3170)

* Netlify Edge: forward requests for static assets

* Adds a changeset

* Don't run edge tes...

github.com/withastro/astro - 19667c45f318ec13cdc2b51016f3fa3487b2a32d authored over 3 years ago
[ci] collect stats

github.com/withastro/astro - e632c090494b70d563eebc9f961e76cd9c28551b authored over 3 years ago
Update Vercel adapter readme

github.com/withastro/astro - 9c0fc6877a402847f9dc669be6b55b8ca2703994 authored over 3 years ago
Update README.md

github.com/withastro/astro - 0b432c087a90536e050eac64bfbc6f898210dba6 authored over 3 years ago
[ci] release (#3173)

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

github.com/withastro/astro - f3586cff41432e84c0fd98c86aa6e085957bbdbf authored over 3 years ago
[ci] release (#3172)

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

github.com/withastro/astro - 84939b2ff2a4582ff5e617ee78532db915586943 authored over 3 years ago
Feat: [create astro] add directory prompt (#3168)

* wip: add prompt for directory with validation

* feat: wire up dir response to cwd

* feat...

github.com/withastro/astro - 7c49194ca2161a09cc304ba8327533f8176ae0da authored over 3 years ago
chore: upgrade compiler (#3171)

github.com/withastro/astro - 908fffb5ec2de4efb55d03a69381e3aa376e4c42 authored over 3 years ago
fix(preact): use updateConfig hook (#3166)

github.com/withastro/astro - 70263cf7481b11e42152c422acc6cfe90fe10ad2 authored over 3 years ago
chore(webapi): fix types (#3167)

github.com/withastro/astro - f73d33cb18195e5f5999dbe0652f6bee94de795a authored over 3 years ago
[ci] release (#3169)

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

github.com/withastro/astro - bd66527e7d4c292f2a719e534ff5bae5b792b89f authored over 3 years ago
Improvements to build and dev when building for subpaths (#3156)

* `astro build` should include the `base` provided in astro config

* test: updating build tes...

github.com/withastro/astro - 637919c8b63df1608e88d153742db098722265d8 authored over 3 years ago
[ci] release (#3165)

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

github.com/withastro/astro - 0406bdc35b6858a05a86166c491c64bf1d6041b9 authored over 3 years ago
Fixes using React.lazy and Suspense (#3160)

* Revert "Revert "Fixes using React.lazy and Suspense""

This reverts commit e621c2f7d3844e950...

github.com/withastro/astro - ae9ac5cbdceba0687d83d56d9d5f80479ab88710 authored over 3 years ago
[ci] release (#3161)

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

github.com/withastro/astro - 3cdc5f1bfb7801be93c1df582b2ec1484566759b authored over 3 years ago
Make 'lit' always be bundled in SSR (#3164)

* Make 'lit' always be bundled in SSR

* Adds a changeset

github.com/withastro/astro - e85b16e2b3d846333f542139c82640de19bfd2f5 authored over 3 years ago
[ci] collect stats

github.com/withastro/astro - add650a47f8c812d01f0601bc14b43c457f2beba authored over 3 years ago
Improved HMR (#3138)

* WIP: improved HMR

* fix(hmr): improve hmr filtering to avoid full reloads

* chore: add c...

github.com/withastro/astro - 37a7a8347ce49cb773ed907260ffe169bd3aa15f authored over 3 years ago
Revert "Fixes using React.lazy and Suspense"

This reverts commit 700d4f9649b72e98a56586a480e6d3c413cf45f1.

github.com/withastro/astro - e621c2f7d3844e950168f4198e4dd1c6f43031d0 authored over 3 years ago
Fixes using React.lazy and Suspense

github.com/withastro/astro - 700d4f9649b72e98a56586a480e6d3c413cf45f1 authored over 3 years ago
Add test to verify Lit works in SSR (#3158)

github.com/withastro/astro - 12f6b6099810f3f56e5ca956c84216725a6d777c authored over 3 years ago
Netlify adapter, add --build flag in the readme (#3157)

github.com/withastro/astro - eea9090ed5637730411456e2c8970fc2f841da9e authored over 3 years ago
[ci] update lockfile (#3153)

Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>

github.com/withastro/astro - 00b834384441735568134178b831d4ae6cc06abb authored over 3 years ago
[ci] collect stats

github.com/withastro/astro - b19628e0a70ec335ee4c5dfaaa67196595b9b23c authored over 3 years ago
[ci] release (#3151)

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

github.com/withastro/astro - fce98d5552dfc70b43c258dd057b651d1c481d84 authored over 3 years ago
Create neat-mails-peel.md

github.com/withastro/astro - 0c6bbee4c95b50e5bd43675296511fbb5b985014 authored over 3 years ago
Delete mighty-teachers-fail.md

github.com/withastro/astro - 08715b8c15e9e071ffb3efcecb0fcd7ff15ecc90 authored over 3 years ago
Fix: markdown JSX expression inconsistencies (#3152)

* fix: remove micromark-extension-mdx-expression to unbreak JSX expressions

* chore: changese...

github.com/withastro/astro - 9ba1f4f8251155b69398a8af22d6ab8587b96120 authored over 3 years ago
Fix location of SolidJS pre-hydration code (#3140)

* Run before hydration instead of inlining a script after each component

github.com/withastro/astro - 5e28b790950bd29f4f7067082ad13b759594509f authored over 3 years ago
Refactor: remove all legacy build logic from codebase (#3141)

* refactor: remove legacy build flag

* refactor: remove legacy style maps

* chore: changes...

github.com/withastro/astro - 0247b54270e2befab91b9e65029ba929ac26381d authored over 3 years ago
[ci] release (#3149)

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

github.com/withastro/astro - 9e00f6d5462f75dcb4da6946db6c508260147e11 authored over 3 years ago
Adjustments for Netlify Edge Functions (#3150)

* Adjustments for Netlify Edge Functions

* Adds a changeset

github.com/withastro/astro - 05cf1a506702f06ed48cd26cbe5ca108839ff0e6 authored over 3 years ago
Support custom vue compiler options in @astrojs/vue (#3143)

* adds support for passing options to @vitejs/plugin-vue

* updating vue integration README wi...

github.com/withastro/astro - 44e294c9cbaf8f6bbccce8b956c7c53d37c15c70 authored over 3 years ago
Ignore test folder in Netlify

github.com/withastro/astro - 550c7d0a94ca8809c83fc3c29c6a0f4a6cd4ffc5 authored over 3 years ago
[ci] release (#3120)

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

github.com/withastro/astro - 95d0db5a4488d42522a771ba20af21e20fb04cbb authored over 3 years ago
Remove test packages from changesets

github.com/withastro/astro - b287a9e4f3b4c49d14b421f5e74521fcfb44adef authored over 3 years ago
Netlify Edge function support (#3148)

* Netlify Edge function support

* Update readme with edge function information

* Adds a ch...

github.com/withastro/astro - 4cf54c60aa63bd614b242da0602790015005673d authored over 3 years ago
[ci] collect stats

github.com/withastro/astro - c35e94f5443d4ade07ff787d39b042eb3b9004fb authored over 3 years ago
improve legacy config warning message (#3142)

github.com/withastro/astro - 385046aaa72ae0d664dc57c806bbb240459209f2 authored over 3 years ago
handle diff symbols in shiki (#3108)

* handle diff symbols in shiki

* Create violet-cups-glow.md

github.com/withastro/astro - ef198ff8351ac8fbc868e209f9cd410dc8b6f265 authored over 3 years ago
feat(vercel): added warning when `ENABLE_FILE_SYSTEM_API=1` is missing (#3139)

* Added warning in buildtime

* Updated readme

* Changeset

github.com/withastro/astro - 4ac3797344943df4124abd4043deda624440f035 authored over 3 years ago
Fix: show correct error log on 5xx error (#3137)

* fix: show correct error log on 5xx error

* chore: changeset

github.com/withastro/astro - facf8016e249058d6e5cce7a0e7ef6c42fc854ad authored over 3 years ago
Fix: component styles within imported markdown files (#3116)

* fix: replace markdown path prefix with suffix flag

* fix: avoid non-encoded colons for flag...

github.com/withastro/astro - 44bacd20116e69459c6cc4a8c104122a2d5adb67 authored over 3 years ago
Perf: reuse Shiki highlighters per theme/lang (#3130)

* reuse Shiki highlighters per theme/lang

* chore: adding changeset

github.com/withastro/astro - 394ab9054714586c1b5bb163f02fe17412527ebc authored over 3 years ago
Roll back to React 17 in docs template (#3129)

The docs example template includes Algolia’s Docsearch components to provide a search bar but th...

github.com/withastro/astro - 9e35758ec3278083f54cf0e30d62ed48c63871e8 authored over 3 years ago
[ci] collect stats

github.com/withastro/astro - 41d503c7b1af72e1765bf3666e659bb4f5069016 authored over 3 years ago
[ci] collect stats

github.com/withastro/astro - 83db4ef5b6dd9aa30afbc3cfe92e936813d97038 authored over 3 years ago
[ci] collect stats

github.com/withastro/astro - 73bf2e5923de916bdd5e3542d63b9a5d84fff83a authored over 3 years ago
Handle static file serving in Deno adapter's start command (#3121)

* Handle static file serving in Deno adapter's start command

* Adds a changeset

* Ignore a...

github.com/withastro/astro - e5383cd3576f858bf65f6d460de397c4f2dae208 authored over 3 years ago
fix(vercel): CJS bundle fix (#3051)

* fix(vercel): CJS bundle fix

* Changeset

github.com/withastro/astro - b0ba22c5ffab6575706ae904d0ad8cadc3f48d43 authored over 3 years ago
Fix/numeric path params (#3087)

* adding support for numeric params in getStaticPaths()

* chore: adding changeset

* ignore...

github.com/withastro/astro - e0f838ca393c974e80f23a07b04c3a85f8829221 authored over 3 years ago
[ci] collect stats

github.com/withastro/astro - fa573f0e979e91d6ee1d509981a3ea7f1ab762c5 authored over 3 years ago
[ci] release (#3114)

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

github.com/withastro/astro - c1336ae41cfa9e263b5761123874b9b73c18d405 authored over 3 years ago
update starter template (#3109)

github.com/withastro/astro - 93c2cc0553d8b79dbc9b3c6d2bef7138b631c163 authored over 3 years ago
Add client:only CSS to their pages (#3113)

* Add client:only CSS to their pages

* Adds a changeset

* Use viteID for windows

github.com/withastro/astro - 1687009f31fa23f193cbbf95fd018a51f3f3c671 authored over 3 years ago
[ci] release (#3103)

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

github.com/withastro/astro - 254048dc8202cb6521506cfd8768884cf83465f4 authored over 3 years ago
Support the Markdown component in SSR (#3036)

* Support the Markdown component in SSR

* Adds a changeset

* Support runtime markdown in N...

github.com/withastro/astro - 4ac0d5d4e73aa41cb2269f1428c4eed5e69b5947 authored over 3 years ago
[ci] collect stats

github.com/withastro/astro - 1b6cb6cfeab973ec98e8d6bacf2835c28b5109dc authored over 3 years ago
chore: add build:ci script to integrations (#3104)

github.com/withastro/astro - a391f5dc075ffa85886950f7868560a5bcdbb367 authored over 3 years ago
Fixing bug that could lose Tailwind's default presets (#3099)

* fixing bug that could lose Tailwind's default presets

* updating integration README

* ch...

github.com/withastro/astro - 254a8f37499863c5684fb0d5b0f59a8cee093d0b authored over 3 years ago
[ci] release (#3101)

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

github.com/withastro/astro - b23f6b159694d1fc269f0d4ba110a545195aea4e authored over 3 years ago
Re-enable custom element test and fix "undefined" child (#3095)

* Re-enable custom element test and fix "undefined" child

* Remove outdated comment

* Adds...

github.com/withastro/astro - 5acf77dd22be95e33ff838383a2c1790f484e380 authored over 3 years ago
[ci] collect stats

github.com/withastro/astro - 200a01c4f8a6d5685bfd063c294b6a6593bbad77 authored over 3 years ago
[ci] release (#3090)

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

github.com/withastro/astro - 21926278ba664d8362694efe51943968dfcb4b26 authored over 3 years ago