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

[ci] release (#9837)

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

github.com/withastro/astro - a407eb5ac2f6d0daf5235be6835404c6646c5a4c authored over 1 year ago
fix(toolbar): Fix loading third-party apps using absolute paths (#9834)

* fix(toolbar): Fix loading third-party apps using absolute paths

* chore: changeset

* fix...

github.com/withastro/astro - 1885cea308a62b173a50967cf5a0b174b3c3f3f1 authored over 1 year ago
fix(audit): mark widget roles as interactive (#9825)

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

github.com/withastro/astro - e4370e9e9dd862425eced25823c82e77d9516927 authored over 1 year ago
fix(core): don't noop shared modules (#9828)

* fix(core): don't noop shared modules

* address feedback

* add test

* changeset

* c...

github.com/withastro/astro - a3df9d83ca92abb5f08f576631019c1604204bd9 authored over 1 year ago
Fix release announcement script (redemption arc) (#9835)

github.com/withastro/astro - 7ed24b90d059fa1625222606269b226d4f99e507 authored over 1 year ago
[ci] release (#9802)

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

github.com/withastro/astro - 8281ebddaac1bd1355f1d2bc7967ec36b6d61299 authored over 1 year ago
fix: fix `transition:name` can be unicode (#9822)

* fix: fix `transition:name` can be unicode

* delete prefix -

* use for func

* add chan...

github.com/withastro/astro - bd880e8437ea2df16f322f604865c1148a9fd4cf authored over 1 year ago
refactor: singular middleware (#9776)

* per-route middleware -> singular middleware

* add changeset

* emit middleware.mjs only w...

github.com/withastro/astro - dc75180aa698b298264362bab7f00391af427798 authored over 1 year ago
fix(dev): dont reroute endpoint responses (#9830)

* fix(dev): dont reroute endpoint responses

* factor out header name as a const

* add test...

github.com/withastro/astro - f3d22136e53fd902310024519fc4de83f0a58039 authored over 1 year ago
Remove `create-astro` version cache (#9817)

* fix(create-astro): remove version cache

* fix(create-astro): select typescript first

* c...

github.com/withastro/astro - e5276f097ba91d9cd871b1d3f543fedc0478f894 authored over 1 year ago
chore(@astrojs/node): use Node.js for testing (#9758)

* chore(@astrojs/node): use Node.js for testing

* revert file

* address feedback

* feed...

github.com/withastro/astro - fc21a3c306f552a3048b0a0899b5f21c1c9269c1 authored over 1 year ago
fix(errors): Add more information to some error messages (#9818)

* fix(errors): Add more information to some error messages

* chore: changeset

* Apply sugg...

github.com/withastro/astro - d688954c5adba75b0d676694fbf5fb0da1c0af13 authored over 1 year ago
chore(deps): bump tj-actions/changed-files from 35 to 41 in /.github/workflows (#9821)

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

github.com/withastro/astro - 05f808c1da10c3f88e78c079c43ab167e5499de4 authored over 1 year ago
feat(node): add trailingSlash support (#9080)

* feat(node): add trailing slash support

* add changeset

* test(node): add base route test in ...

github.com/withastro/astro - a12196d6b59e39f5d405734ecdbf6f6b42b39a93 authored over 1 year ago
Fix: update doc links (#9804)

* Fix: update doc links

* More links

* Remove docs line

github.com/withastro/astro - 53f1c95717633c15478079d609958b52998ed4ea authored over 1 year ago
chore(alpinejs): add e2e test (#9812)

* fix(rss): rssSchema definition to allow calling standard zod object methods

* fix: conditio...

github.com/withastro/astro - c820defe654d5eacafdf4b1b08bc0a815a62c8be authored over 1 year ago
fix(create-astro): @astrojs/check and typescript addition (#9813)

* fix(create-astro): @astrojs/check and typescript addition

* Update packages/create-astro/sr...

github.com/withastro/astro - fecba30a1abb7ca65dfb8f506dde77117fa447d1 authored over 1 year ago
[docs] reorder items for configuration reference page (#9815)

* docs-config-ref-order

* Update packages/astro/src/@types/astro.ts

Co-authored-by: Reuben...

github.com/withastro/astro - edb5437058c00a2ed6f1119ace6a50c3a42c10f4 authored over 1 year ago
feat: Add telemetry for toolbar apps (#9816)

* feat: server side event

* feat: send events to server

* fix: use proper event

* fix: ...

github.com/withastro/astro - 2a44c8f93201958fba2d1e83046eabcaef186b7c authored over 1 year ago
fix(vercel): make Astro.cookies work again (#9809)

* addCookieHeaders

* add changeset

github.com/withastro/astro - 3435b7f1e1ca38fdee8f3b89e2d2667f125d01b5 authored over 1 year ago
Fix release announcement script (no seriously this time) (#9808)

github.com/withastro/astro - 0f664e7a0a5cb5ddb4dce38f3a651cac50d62c8a authored over 1 year ago
refactor: unsplit `astro:i18n` module (#9790)

* unsplit virtual module

* add changeset

* elaborate on Unreachable exception

* i18nNot...

github.com/withastro/astro - 267c5aa2c7706f0ea3447f20a09d85aa560866ad authored over 1 year ago
feat(alpinejs): allow customizing the Alpine instance (#9751)

* feat(alpinejs): allows customzing the Alpine instance

* chore: add e2e tests

* fix: rena...

github.com/withastro/astro - 1153331cbbaa66a88645d15c6e949432210d4acc authored over 1 year ago
Fix env var replacement for export const prerender (#9807)

github.com/withastro/astro - b3f313138bb314e2b416c29cda507383c2a9f816 authored over 1 year ago
Fix for #9673 (#9680)

* Fix for #9673

* 🦋 add changeset file

* Update breezy-plants-smoke.md

Co-authored-by: ...

github.com/withastro/astro - 5d7db1dbb0ff06db98e08b0ca241ff09d0b8b44d authored over 1 year ago
fix(rss): apply refinement at the point of parsing (#9797)

github.com/withastro/astro - 457e8b6422704ba23347c766a8bb9c101c2aba0b authored over 1 year ago
deps: bump peer deps to 4.0 (#9799)

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

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

github.com/withastro/astro - eaf483fe73871e2cc8c22d17a13a550b0f0ff4e7 authored over 1 year ago
Fix regression on dynamic sibling trees and index inside rest parameter folders (#9786)

* fix: Fix regression on dynamic sibling trees and index inside rest parameter folders

* Add ...

github.com/withastro/astro - 5b29550996a7f5459a0d611feea6e51d44e1d8ed authored over 1 year ago
Fix `.html` file escaping (#9606)

* fix: escape bug

* chore: add changeset

* fix: add test case

* fix: add test case

*...

github.com/withastro/astro - e6945bcf23b6ad29388bbadaf5bb3cc31dd4a114 authored over 1 year ago
MDX remark image props (#9753)

* rearrange plugins and add props to Image component

* add tests and update lockfile

* add...

github.com/withastro/astro - df37366556d46f7abdf82b09e33b08bd94e631b3 authored over 1 year ago
Fix build failure when image file name includes special characters (#9781)

The latest version of `vite-plugin-markdown` uses a regular
expression that includes the file p...

github.com/withastro/astro - ccc05d54014e24c492ca5fddd4862f318aac8172 authored over 1 year ago
Fix release announcement script (again) (#9800)

github.com/withastro/astro - 5e466ef499fa46a4fae76a90281884f23496ef59 authored over 1 year ago
fix: accept the 'switch' aria role during a11y checks (#9792)

* fix: accept the 'switch' aria role during a11y checks

* add changeset

---------

Co-au...

github.com/withastro/astro - e22cb8b10c0ca9f6d88cab53cd2713f57875ab4b authored over 1 year ago
chore(ci): fix release announcement script (#9796)

github.com/withastro/astro - e6c0fa5c335e0d1853a41195065f10b2f9fe3635 authored over 1 year ago
fix: update vitest (#9787)

github.com/withastro/astro - 5994a901e80f07c5199c643e89a31682ba99298d authored over 1 year ago
refactor: remove endpoint handling infra (#9775)

* remove endpoint handling infra

* add changeset

github.com/withastro/astro - 075706f26d2e11e66ef8b52288d07e3c0fa97eb1 authored over 1 year ago
fix: vite security issue (#9773)

github.com/withastro/astro - 9aa7a5368c502ae488d3a173e732d81f3d000e98 authored over 1 year ago
fix(portfolio): set min-height to 100% on html and body (#9780)

github.com/withastro/astro - 3b5824a65df00169b56db28af01e0f00a2bc156f authored over 1 year ago
[ci] release (#9772)

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

github.com/withastro/astro - bfd30041cf7a081212f67cbc80787ec01b9a842f authored over 1 year ago
fix(vercel): edge middleware (#9585)

* create vercel edge middleware

remove getVercelOutput

* handle node built-in modules

*...

github.com/withastro/astro - 05adaaa2d217a3ecb34244d9b40603f35cef4a37 authored over 1 year ago
Change way args are passed to cli packages (#9774)

github.com/withastro/astro - 6c5f42d308a0aae69f786708e4c2ea1d0ced275d authored over 1 year ago
fix: handle error at load for apps (#9768)

* fix: handle error at load for apps

* Revert "fix: handle error at load for apps"

This re...

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

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

github.com/withastro/astro - 2b5f1d6be8a15768ce9a18c1e31370f4878f2637 authored over 1 year ago
normalize class property (#9723)

* normalize class property

* Add changeset

* properly type return value

* normalize styles, r...

github.com/withastro/astro - 2f81cffa9da9db0e2802d303f94feaee8d2f54ec authored over 1 year ago
Add new top-level passthrough config option (#9767)

* feat: add db as top-level config value

* merge

* add passthrough db command

* refacto...

github.com/withastro/astro - 80d87fb3ef9a51617952927d29b3cdfbb85475be authored over 1 year ago
fix: add missing attribute to button (#9762)

* fix: add missing attribute to button

* feedback

github.com/withastro/astro - 1fba85681e86aa83d24336d4209cafbc76b37607 authored over 1 year ago
fix(i18n): pass `build.format` when computing the redirect (#9739)

* fix(i18n): pass `build.format` when computing the direct

* Update .changeset/fifty-pots-gre...

github.com/withastro/astro - 3ecb3ef64326a8f77aa170df1e3c89cb5c12cc93 authored over 1 year ago
Fix dot files not being copied over on non-root builds (#9740) (#9741)

* Fix dot files not being copied over on non-root builds (#9740)

When running `astro build` o...

github.com/withastro/astro - 73d74402007896204ee965f6553dc83b3dec8d2f authored over 1 year ago
fix(rss): rssSchema definition to allow calling standard zod object methods (#9746)

* fix(rss): rssSchema definition to allow calling standard zod object methods

* fix: condition

github.com/withastro/astro - 7356336d18c916804001bdf64bff5445d82baceb authored over 1 year ago
Make `@astrojs/markdown-remark` browser-safe (#9738)

github.com/withastro/astro - a505190933365268d48139a5f197a3cfb5570870 authored over 1 year ago
Fix `@astrojs/markdown-remark` bundling for non-node runtimes (#9736)

github.com/withastro/astro - 53c69dcc82cdf4000aff13a6c11fffe19096cf45 authored over 1 year ago
fix getRelativeLocaleUrl when redirectToDefaultLocale is false (#9730)

* fix getRelativeLocaleUrl when redirectToDefaultLocale is false

* Added tests

* Fixed get...

github.com/withastro/astro - 8d2e5db096f1e7b098511b4fe9357434a6ff0703 authored over 1 year ago
Refactor style-only HMR cache and performance (#9712)

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

github.com/withastro/astro - ea6cbd06a2580527786707ec735079ff9abd0ec0 authored over 1 year ago
fix(compiler): Support dynamic slot names (#9605)

* chore: try new compiler version

* update mergeSlots function

* chore: update lock file
...

github.com/withastro/astro - 8ce40a417c854d9e6a4fa7d5a85d50a6436b4a3c authored over 1 year ago
makes the output of 'astro preferences list' more verbose (#9381)

* makes astro preference list more verbose

* adds changeset

* refactor: improve global fla...

github.com/withastro/astro - 9e01f9cc1efcfb938355829676d51b24818ab2bb authored over 1 year ago
[ci] release (#9727)

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

github.com/withastro/astro - 138ae524eca0d4a35f88dc05288b7e7f73abea75 authored over 1 year ago
Fix regression in the routing priority of index routes (#9726)

* fix: Fix regression in the routing priority of index routes

* chore: Add changeset

* Upd...

github.com/withastro/astro - a4b696def3a7eb18c1ae48b10fd3758a1874b6fe authored over 1 year ago
Fix eslint warnings (#9721)

* Fix eslint warnings

* Revert endpoint changes to be safe

github.com/withastro/astro - 259c30e7fcef6a9a3ab421b924abd2da9d3fb1b5 authored over 1 year ago
[ci] release (#9709)

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

github.com/withastro/astro - 2292d0b580d405dd2d8500d43e25056cf4d58dec authored over 1 year ago
Avoid vite 5.1 warning (#9719)

github.com/withastro/astro - 7e1db8b4ce2da9e044ea0393e533c6db2561ac90 authored over 1 year ago
[docs] fix syntax error, avoid a Markdown table (#9713)

github.com/withastro/astro - 3ff704c0b600106fe4082bf513c395ff17e7e163 authored over 1 year ago
@astrojs/sitemap: Fixes generated URLs when using a `base` with a SSR adapter (#9704)

* Fix base path formatting for ssr adapters

* Update .changeset/curly-seals-count.md

Co-au...

github.com/withastro/astro - b325fada567892b63ecae87c1ff845c8514457ba authored over 1 year ago
Implement priority overrides for injected routes and redirects (#9439)

* Implement priority overrides for injected routes and redirects

* Fix ordering for route spe...

github.com/withastro/astro - fd17f4a40b83d14350dce691aeb79d87e8fcaf40 authored over 1 year ago
feat(i18n): disable redirect to default language (#9638)

* feat(i18n): disable redirect

* feat(i18n): add option to disable redirect to default langua...

github.com/withastro/astro - f1a61268061b8834f39a9b38bca043ae41caed04 authored over 1 year ago
Allow remark plugins to affect getImage call for .md files (#9566)

* pass hProperties to getImage for optimized imgs

* fix to allow multiple images to have hPro...

github.com/withastro/astro - 165cfc154be477337037185c32b308616d1ed6fa authored over 1 year ago
Bump shikiji, use transformers API, expose transformers API (#9643)

* Bump shikiji, use transformers API, expose transformers API

* update astro config schema

...

github.com/withastro/astro - e9a72d9a91a3741566866bcaab11172cb0dc7d31 authored over 1 year ago
[Content collections] Remove "unsupported file type" warning (#9671)

* feat: remove "unsupported file type" warning for CC

* chore(test): remove unsupported file ...

github.com/withastro/astro - 8521ff77fbf7e867701cc30d18253856914dbd1b authored over 1 year ago
feat: add experimental client prerender (#9644)

* feat: add experimental client prerender

* Update packages/astro/src/@types/astro.ts

Co-a...

github.com/withastro/astro - a5f1682347e602330246129d4666a9227374c832 authored over 1 year ago
Adapter enhancements (#9661)

* quality of life updates for `App` (#9579)

* feat(app): writeResponse for node-based adapter...

github.com/withastro/astro - d6edc7540864cf5d294d7b881eb886a3804f6d05 authored over 1 year ago
Update a11y.ts (#9567)

* improve error message and allow for aria-label, aria-labelledby, img alt and svg title

* ad...

github.com/withastro/astro - 3a4d5ec8001ebf95c917fdc0d186d29650533d93 authored over 1 year ago
Simplify HMR for circular imports and CSS (#9706)

github.com/withastro/astro - 1539e04a8e5865027b3a8718c6f142885e7c8d88 authored over 1 year ago
[ci] release (#9669)

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

github.com/withastro/astro - 6c64b149f8e7847ed82b103a5e6c931a1ccbeaec authored over 1 year ago
fix: image proxy not working correctly (#9659)

* fix: image proxy not working correctly

* fix: only take in valid images

* test: add test...

github.com/withastro/astro - 39050c6e1f77dc21e87716d95e627a654828ee74 authored over 1 year ago
Add fallback compile for astro script and style load (#9664)

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