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

github.com/withastro/astro

The web framework for content-driven websites. ⭐️ Star to support our work!
https://github.com/withastro/astro

Remove unhelpful message in `errors-data.ts` (#10128)

d278e66ec6ded7a3ad441e6c3c5f9c265217936f authored over 1 year ago
chore: move test to node (#10125)

* chore: move test to node

* `strictEqual` to `strict`

f134358bcf29aed9e830acb18613645e0cc367df authored over 1 year ago
chore: move tests to node (#10127)

* chore: move tests to node

* revert

* skip one test for now

9eb37a31a7b91a70303ad2c9e85c8db3c26db29d authored over 1 year ago
chore: move tests to node (#10123)

* chore: move tests to node

* fix

e845fb2eaaf3ce4ba60864e978a1df2e35d21bac authored over 1 year ago
[ci] release (#10109)

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

141f2fb75749a8be048af100c1308a4ec72cced5 authored over 1 year ago
chore: move tests to node (#10115)

40a2e03ffb86d4b64838ed90a5d464d32db1b589 authored over 1 year ago
[ci] format

0f3d4ae30bdfead23b352c469ce4e6a85b68204f authored over 1 year ago
chore: move `css-` related tests to `node:test` (#10114)

8701cfee23535ab1994112cf9c1badaa30807d46 authored over 1 year ago
Fix Vitest example check fail (#10121)

f24efdb3b120c5862027a6a9f30824934a5897ac authored over 1 year ago
[ci] format

b386d2d7ae5884d3fce5eee186ee28033f7c0cfe authored over 1 year ago
Add `inferSize` to getImage so width and height are optional for remote images (#9976)

* add remote image dimension probing, and param for getImage options, and new astro error

* a...

91f75afbc642b6e73dd4ec18a1fe2c3128c68132 authored over 1 year ago
Update to Vite 5.1 (#10120)

787e6f52470cf07fb50c865948b2bc8fe45a6d31 authored over 1 year ago
[ci] format

e9cedf0bbc6d371c1d484710a212564d1b053951 authored over 1 year ago
fix(dev): preload matched routes sequentially (#10116)

* fix(dev): preload matched routes sequentially

* add changeset

4bcc249a9f34aaac59658ca626c828bd6dbb8046 authored over 1 year ago
Fix invalid URLs being returned from `getRegistry`, synchronize all copies (#10117)

51b6ff7403c1223b1c399e88373075972c82c24c authored over 1 year ago
chore: move tests to node (#10113)

* chore: move tests to node

* forgot to rename it

* Update packages/astro/test/solid-compo...

ef080d5b93b11a67ceb7621db105749f3a926b66 authored over 1 year ago
Rename Astro app to astro:home (#10112)

* Rename Astro app to astro:home

* Create silent-hotels-approve.md

---------

Co-authore...

476b79a61165d0aac5e98459a4ec90762050a14b authored over 1 year ago
[ci] format

e34eeb146e355c05e8fce03524c3a83cd009f64a authored over 1 year ago
Improve Node.js performance using an AsyncIterable (#9614)

* Improve Node.js performance using an AsyncIterable

* Oops

* Get rid of extra abstraction...

d469bebd7b45b060dc41d82ab1cf18ee6de7e051 authored over 1 year ago
chore: move tests to node (#10111)

8c14143d0635b2571686d1c9bdc4fb3cc859b659 authored over 1 year ago
[ci] format

50da330a950f3e3ceefa6bc0d45bf90d9a550620 authored over 1 year ago
Re-encode view-transition-names (#10099)

* Fixes an issue with view transition names containing spaces or punctuation.

* reworked, mor...

b340f8fe3aaa81e38c4f1aa41498b159dc733d86 authored over 1 year ago
feat(audits): Add UI with list of audits (#10074)

* feat(audits): Add UI with list of audits

* style: slightly better UI

* requested design ...

7443929381b47db0639c49a4d32aec4177bd9102 authored over 1 year ago
[ci] format

31de1ea8b81d72261dde25c5503264e5e7f625a5 authored over 1 year ago
feat(audits): Add initial perf audits (#10015)

* feat(audits): Add initial perf audits

* feat(audits): Setup dev astro-island

* fix(audit...

6884b103c8314a43e926c6acdf947cbf812a21f4 authored over 1 year ago
[ci] format

f9aebe74a1d0a46c4786829fb33c8750c1f0a2eb authored over 1 year ago
chore: migrate `alias` tests to `node:test` (#10108)

f7f20069c376a418114983c29f24909e76163332 authored over 1 year ago
Refine content collection warnings (#10001)

* feat: remove nonexistent collection warning

* fix: remove markdown syntax from console.warn...

748b2e87cd44d8bcc1ab9d7e504703057e2000cd authored over 1 year ago
[ci] format

5759fd994744e641a11b0a404e20291d16287262 authored over 1 year ago
Fixes regression on routing priority for multi-layer index pages (#10096)

* Reproduce regression

* Simplify sorting algorithm

* Add changeset

* Fix changeset typ...

227cd83a51bbd451dc223fd16f4cf1b87b8e44f8 authored over 1 year ago
[ci] release (#10092)

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

e24db1d8a683897d4c179f3511f8e38950884e7f authored over 1 year ago
[ci] format

d851387a2d0ea28a76886d34d2b209d5da905ca7 authored over 1 year ago
qol(islands): improve hydration errors (#10075)

* improve error messages for island hydration

* add changeset

---------

Co-authored-by:...

71273edbb429b5afdba6f8ee14681b66e4c09ecc authored over 1 year ago
Fixes audit when multiple `role` values exist. (#9857)

* fix: Fixing the issue of errors caused by multiple values in the role, when multiple roles exi...

73bd900754365b006ee730df9f379ba924e5b3fa authored over 1 year ago
chore: Migrate some `astro-*.test.js` to `node:test` (#10078)

* chore: Migrate some astro-*.test.js to node:test

* revert astro-dev-headers and astro-clien...

2168635a6f5db094c24247880b27939d2e9ea843 authored over 1 year ago
chore: remove some weird stuff (#10103)

f13d89700225dbb57dfe2c504afa13f8ec442402 authored over 1 year ago
chore: fix test that was failing (#10101)

* chore: fix test that was failing

* change assertion

11639b120d1272f6898735c8f77119dea7fbdab9 authored over 1 year ago
[ci] format

b742646d4e188d249a51df91628f3a7c99012321 authored over 1 year ago
chore: Migrate `content-collection-**.test.js` to `node:test` (#10098)

* test: move to node:test

* test: move content-collections-render to node:test

* chore: br...

3387f75c992ca1444fc5e45cd0f9f4d2054fd5fd authored over 1 year ago
chore: Migrate all `packages/create-astro/test` to node:test (#10084)

* chore: Migrate All packages/create-astro/test to node:test

* Some minor fix

* Requested ...

3007d24c98e607442903a3c0aaaea195390a25e7 authored over 1 year ago
Fix mocha run (#10100)

bd877d389a6ebdd995e253bcb9daccef52b2277f authored over 1 year ago
[ci] format

bcd9202228a7ce13d9932a16db9797de1d717aa3 authored over 1 year ago
chore(@astrojs/vercel): migrate tests to `node:test` (#10010)

Co-authored-by: Emanuele Stoppa <[email protected]>

37c75108e7b4b0c8feacadc0a1e49f58ebf8905d authored over 1 year ago
test: move unit tests to use node:test (#10090)

* test: move some unit tests to use node:test

* add `before`

* address feedback

* remov...

a326124f5a1267361b3d36af24bf042b2f1ac41f authored over 1 year ago
fix(vercel): trailing slash conflict (#10082)

2ffc5721bc22631c44d90ac43ec27fdb0b5b2d1b authored over 1 year ago
[ci] format

77e784d6aad3543928903bf3d3c5e030486f85a4 authored over 1 year ago
Fix an issue where ReadableStream wasn't canceled in dev mode (#9971)

* Fix an issue where ReadableStream wasn't canceled in dev mode

* Add changeset

* add test...

d9266c4467ca0faa1213c1a5995164e5655ab375 authored over 1 year ago
test: mocha should ignore `nodetest.js` files during unit testing (#10093)

bedb3b093013e2de2a3ddae8fd45c6afabe893e2 authored over 1 year ago
[ci] format

071c329f25863bf0d31ebadae9f9f48f6624c1c5 authored over 1 year ago
qol(routing): improve endpoint error message (#10072)

* Clarify error messages in endpoint routing.

* add changeset

8106178043050d142bf385bed2990730518f28e2 authored over 1 year ago
[ci] release (#10029)

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

7371e1b5fc980ef625f0ff28f089a229451dfb4a authored over 1 year ago
chore: Migrate some `astro-*.test.js` to `node:test` (#10085)

Co-authored-by: Emanuele Stoppa <[email protected]>

1b528d2e500ea473ae5471e357eafa0097bd6579 authored over 1 year ago
ci: increase node timeout (#10089)

a006d449931128c103ca1541976c86fe256f1a74 authored over 1 year ago
Fix and update shikiji core (#10063)

Co-authored-by: Bjorn Lu <[email protected]>
Co-authored-by: Florian Lefebvre <contact@flor...

dac759798c111494e76affd2c2504d63944871fe authored over 1 year ago
test: mocha should ignore `*.nodetest.js` files (#10088)

09a6273fe2d95dcfdacd8cb5ca6268188722bad7 authored over 1 year ago
chore: Migrate All `packages/markdown/remark/tests` to node:test (#10083)

* chore: Migrate All packages/markdown/remark/tests to node:test

* Some minor fixes

2dbb6a3e082bd1e33cc0de2f10417a012ae89243 authored over 1 year ago
[ci] format

b2a6ee5c81ef6973198a484f916efb298e88eaa1 authored over 1 year ago
chore: migrate vue related tests to `node:test` (#10061)

* chore: migarte slots-vue.testjs to node

* chore: migrate vue-**.test.js to node:test

* f...

116cfb63e34745c0b31d6d75d6e867a840ff82c3 authored over 1 year ago
chore: Migrate `ssr-*.test.js` to `node:test` (#10053)

* chore: Migrate ssr-*.test.js to node:test

* revert Production function in ssr-error-pages
...

2a70113f7e164b9a9a5ec9380c46314766b4cf51 authored over 1 year ago
test: move some unit tests to use node:test (#10070)

8f37cf72cb803d4ae929274847de6241bda04c91 authored over 1 year ago
[ci] format

0b5685a70fe62108016caf5be3f4761e2c0f59fd authored over 1 year ago
fix(integration api): improve module resolution (#10060)

* fix(integration api): improve module resolution

* add changeset

1810309e65c596266355c3b7bb36cdac70f3305e authored over 1 year ago
fix(i18n): regression where emitted URLs had `//` (#10067)

* fix(i18n): regression

* fix(i18n): regression

* fix bug regression

* remove double ch...

989ea63bb2a5a670021541198aa70b8dc7c4bd2f authored over 1 year ago
revert: labeler action to v4, the old configuration isn't valid anymore (#10068)

79e832f8e4c8b7a42c66f3f760628865fe55aa26 authored over 1 year ago
Update workflow actions (#9995)

c3b40bf4234bead8caf78c8a3ead83d650d3f949 authored over 1 year ago
chore: Migrate error-build-location.test.js to node:test (#10038)

* chore: Migrate error-build-location.test.js to node:test

* fix: remove unnecessary line

...

30acdcbb0d9f90f482e491ab0e1a00b478b2093e authored over 1 year ago
chore: Migrate `custom-404-static.test.js` to `node:test` (#10035)

c00223652312f84cd1e3c78dcc92a2571ec53bda authored over 1 year ago
test: increase timeout (#10054)

31e2a777b2747d9b89dca4eb8534ecc4b01fc340 authored over 1 year ago
[ci] format

eaf2fb6a71f4b449404ce5e019991ce7e498fe48 authored over 1 year ago
chore: Migrate `custom-404-implicit-rerouting.test.js` to `node:test` (#10026)

ccb08ea7c828e9cdc8ea7312fa4d29161029f8e5 authored over 1 year ago
chore: Migrate `ssr-markdown.test.js` to `node:test` (#10027)

a941de1d6d4a14b04270bb075375dfa2715b74e4 authored over 1 year ago
chore: Migrate `astro-markdown-url.test.js` to `node:test` (#10028)

3d327240034ea4347e00ccca95eef35fe70b5ef8 authored over 1 year ago
chore: Migrate `astro-markdown.test.js` to `node:test` (#10031)

d67a23a3f0c437da59a7bb7fe4c477350e91ba60 authored over 1 year ago
chore: Migrate `markdown.test.js` to `node:test` (#10032)

8555c2e3c7d112724d5cd9971a7ec6ffcc2ad543 authored over 1 year ago
chore: Migrate `custom-404-injected-from-dep.test.js` to `node:test` (#10033)

ec0ac4a8407ce6ec42b76fe917f60c0f9bd65ad2 authored over 1 year ago
chore: Migrate `custom-404-injected.test.js` to `node:test` (#10034)

3cc04fd3ec5130e93386dd19a26289c1ad08adc5 authored over 1 year ago
chore: Migrate `custom-404-md.test.js` to `node:test` (#10036)

283a822121019f4808ad63333e1fa9e392989597 authored over 1 year ago
chore: Migrate error-bad-js.test.js to node:test (#10037)

a6b62254e43e165fca8ccca168fa5f15a7661c15 authored over 1 year ago
chore: Migrate error-non-error.test.js to node:test (#10039)

98e5f2202f42dbaf5bfc2c67993d0d7a5efd4453 authored over 1 year ago
chore: Migrate `html-component.test.js` to `node:test` (#10040)

9e3487e13c18a638c12204a00ec87f32af643c92 authored over 1 year ago
chore: Migrate `html-escape-complex.test.js` to`node:test` (#10041)

d65332af89d10560b6505fa32287578986e6557b authored over 1 year ago
chore: Migrate `html-escape.test.js` to `node:test` (#10042)

3c0e2c728e18fa871921941d28d258bf93808682 authored over 1 year ago
[ci] format

aa7680e75e144e6e4e6265fe9885ab0a8518c97a authored over 1 year ago
chore: Migrate `html-page.test.js` to `node:test` (#10043)

372c34b84b73b4c0277f27267d23e27affd95b36 authored over 1 year ago
chore: Migrate `html-slots.test.js` to `node:test` (#10044)

648e714e3e5d30a0692b99080209ab06e0934b70 authored over 1 year ago
chore: migrate `static-build-code-component.test.js` to `node:test` (#10045)

c9cf8a93fb26a7251d3902ca117665de35f9cf37 authored over 1 year ago
chore: migrate `static-build-dir.test.js` to `node:test` (#10046)

40c95b4436f44ca47ffa32e5679e31a14d596a48 authored over 1 year ago
chore: migrate `static-build-frameworks.test.js` to `node:test` (#10047)

0c246cc6ddb29c515f734a4afedebf8293ea0c1a authored over 1 year ago
chore: migrate `static-build-page-dist-url.test.js` to `node:test` (#10048)

4e506e0659322107e39c76718058ca6ff36b2c20 authored over 1 year ago
chore: migrate `static-build-page-url-format.test.js` to `node:test` (#10049)

2bff75282a389d4370e6add26f00af005b377c52 authored over 1 year ago
chore: migrate `static-build-vite-plugins.test.js` to `node:test` (#10050)

322b2b6c72ecff66db77a50211c7982406328cdb authored over 1 year ago
chore: migrate `static-build.test.js` to `node:test` (#10051)

aef8730f650b7976065e5fa2a88f0d6b95859b92 authored over 1 year ago
chore: Migrate `custom-404-html.test.js` to `node:test` (#10025)

92b6eb0ac22acc3c2952028d147da4c45195ab8b authored over 1 year ago
chore: Migrate `astro-markdown-shiki.test.js` to `node:test` (#10023)

15b9e5a8c5ec36071a69c756265796f12c27135c authored over 1 year ago
chore: Migrate `astro-markdown-remarkRehype.test.js` to `node:test` (#10021)

* migrate test

* remove old test

7f0e5026e3a58a157f17725f30d273d06da6bd91 authored over 1 year ago
chore: Migrate `astro-markdown-plugins.test.js` to `node:test` (#10020)

* migrate test

* remove old test

* Update packages/astro/test/astro-markdown-plugins.nodet...

b05e6ac26a5bf057b2604e9daad4754823f662c5 authored over 1 year ago
chore: Migrate `astro-markdown-frontmatter-injection.test.js` to `node:test` (#10019)

* Add astro-markdown-frontmatter-injection.nodetest.js

* remove comment

* remove old test

191fd39708cd953d8ab3625f814489af8bd172dd authored over 1 year ago
feat(markdoc): Add support for using a custom component for images (#9958)

* feat(markdoc): Add support for using a custom component for images

* chore: changeset

* test...

14ce8a6ebfc9daf951d2dca54737d857c229667c authored over 1 year ago
Change view transitions rule (#9991)

* WIP: change view transitions rule

* Apply suggestions from code review

Co-authored-by: M...

8fb67c81bb84530b39df4a1449c0862def0854af authored over 1 year ago
[ci] release (#10018)

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

ef00224a86a5863f2800274d1034d7b039b55749 authored over 1 year ago