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

Update with-markdoc example (#6449)

github.com/withastro/astro - a82157b3177a9364ba671fd7e554952ce1f863d5 authored almost 2 years ago
chore: bump markdoc package dependents

github.com/withastro/astro - 201420439f53e11e6f83ea538192e6594524fc59 authored almost 2 years ago
chore: bump with-markdoc integration version

github.com/withastro/astro - 9ff167c01ffeaef9608a8da839dc2b2c4bf8510f authored almost 2 years ago
chore: bump Markdoc to v0.0.1

github.com/withastro/astro - 6a092b295b285a48ee211d6128b56929e5b6363f authored almost 2 years ago
[ci] format

github.com/withastro/astro - 05c5ef155f414d4939f84e1d1720a62763315423 authored almost 2 years ago
@astrojs/markdoc (#6209)

* chore: integration setup

* feat: get markdoc contents

* wip: expose Markdoc from integra...

github.com/withastro/astro - fec583909ab62829dc0c1600e2387979365f2b94 authored almost 2 years ago
Add instructions on how to link the sitemap (#6448)

* Add instructions on how to link the sitemap

* Update packages/integrations/sitemap/README.m...

github.com/withastro/astro - 28e1224d120f46af7822d02a3abdba66dc650a2e authored almost 2 years ago
fix: sharp image configure diff (#6438)

github.com/withastro/astro - cf8454f7963ce1e034a3e2968384190705f63043 authored almost 2 years ago
[@astrojs/image] Handle missing trailing slash in processStaticImage (#6421)

The code path changed by this commit isn't only taken when running using Vite. If the site is co...

github.com/withastro/astro - e58a92527f54cb29d3515d544fad833a5ce1061d authored almost 2 years ago
[ci] format

github.com/withastro/astro - fbab73c96e9cecc23eff7e78a5d919b0aa8ec2cf authored almost 2 years ago
Expose the ssr manifest (#6435)

* Expose the ssr manifest

* Add changeset

* Add types for virtual mod

github.com/withastro/astro - a20610609863ae3b48afe96819b8f11ae4f414d5 authored almost 2 years ago
[ci] format

github.com/withastro/astro - 27515843873ca47d56d30c7fcefedaf5cb2e5208 authored almost 2 years ago
Implement RFC "A core story for images" (#6344)

* feat(assets): Add Vite plugin

* feat(images): Set up Image component

* fix(types): Attem...

github.com/withastro/astro - 694918a56b01104831296be0c25456135a63c784 authored almost 2 years ago
[ci] format

github.com/withastro/astro - 377530a810f6f581d60c80ca25b8f69909ddf9c9 authored almost 2 years ago
chore: use directive `@ts-expect-error` instead of `@ts-ignore` (#6429)

github.com/withastro/astro - fe88f89512d583e651f114fe010a35b33bae1910 authored almost 2 years ago
[ci] format

github.com/withastro/astro - e1858e633484d0e1eca0e3ad72af679fc12271e0 authored almost 2 years ago
feat(cli): add `--watch` to `astro check` command (#6356)

* feat(cli): add `--watch` to `astro check` command

* chore: refactor in a leaner way, logic no...

github.com/withastro/astro - 75921b3cd916d439f6392c487c21532fde35ed13 authored almost 2 years ago
Fix changeset run (#6442)

github.com/withastro/astro - 1291afc09dc31c61770e1a4f27b2aa94d1fb39aa authored almost 2 years ago
Move benchmark package and update changeset config (#6433)

github.com/withastro/astro - 00a0af7ed44f5bb275f570ca38bbd0b798ce84ad authored almost 2 years ago
Update README.md (#6437)

* Update README.md

* Update README.md

github.com/withastro/astro - af05a4fa4637bad9b20b9928e6d2c2f894aa9139 authored almost 2 years ago
chore: update branding assets (#6436)

github.com/withastro/astro - 8ebf4b7481ad783243badec6866aeb4cdd4005c3 authored almost 2 years ago
Update compilation target for Node 16 (#6213)

* config(esbuild): Update esbuild target to node16

* config(package): Update root package.jso...

github.com/withastro/astro - afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808 authored almost 2 years ago
[error docs] update link for client-side scripts (#6423)

github.com/withastro/astro - 18acae3edca702c418fcaf39b177555f5ea10017 authored almost 2 years ago
[ci] format

github.com/withastro/astro - 8b49d1781d0294610377fa16689b8fcd85c9a16b authored almost 2 years ago
feat(cli): add help flags to various commands (#6394)

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

github.com/withastro/astro - a4a74ab70cd2aa0d812a1f6b202c4e240a8913bf authored almost 2 years ago
Add getStaticPaths type helpers to infer params and props (#6150)

* feat(astro): add InferGetStaticParamsType and InferGetStaticPropsType type helpers

* chore(...

github.com/withastro/astro - b087b83fe266c431fe34a07d5c2293cc4ab011c6 authored almost 2 years ago
[ci] release (#6414)

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

github.com/withastro/astro - 19fe4cb6299d723ad286c4adf766ba8cd41461b4 authored almost 2 years ago
[ci] format

github.com/withastro/astro - 1aea58f14ad5b15d4af3d42bd92b9bcb1e2b77db authored almost 2 years ago
Add page render benchmark (#6415)

github.com/withastro/astro - c5bac09a42d0bf2a3a9b53fed3743291c2109e43 authored almost 2 years ago
Fix `?inline` and `?raw` css query suffixes inlined in style tags in development (#6426)

* test: add test cases

* test: add another expectation

* fix: don't crawl inline and raw c...

github.com/withastro/astro - e0844852d31d0f5680f2710aaa84e3e808aeb88d authored almost 2 years ago
Remove unused benchmarks (#6396)

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

github.com/withastro/astro - 9d236c9417317f318639ce8d9c1cb24a34b4b0f5 authored almost 2 years ago
Remove redundant comments when `astro add` update `astro.config.mjs` (#6412)

* Remove redundant comments when update

* add \n

---------

Co-authored-by: Nate Moore ...

github.com/withastro/astro - cd8469947bb63b4233f3459614c5210feac1da96 authored almost 2 years ago
Use undici's FormData for polyfilling (#6413)

* fix(webapi): Use undici's FormData instead of a polyfill

* chore: changeset

github.com/withastro/astro - 0abd1d3e42cf7bf5efb8c41f37e011b933fb0629 authored almost 2 years ago
Improve server-stress benchmark comment (#6405)

github.com/withastro/astro - 13f6f591e352696558b58de160672d7dc6aa1771 authored almost 2 years ago
Fix marketing typo by just removing extra info (#6410)

github.com/withastro/astro - 4a18d27f978506dee04ec17c26b66cf50789ad5e authored almost 2 years ago
Update devcontainer names (#6409)

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

github.com/withastro/astro - e66847b36e36b7b672ad8faf455a98767bf5d162 authored almost 2 years ago
fix: use official MDX extension (#6408)

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

github.com/withastro/astro - f4bf41bb2775c3bac37afe6ad68d211717cf2348 authored almost 2 years ago
[ci] format

github.com/withastro/astro - 4ec781bd894049b9f6bd3026ebfb5ee6c9578e3d authored almost 2 years ago
[ci] release (#6377)

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

github.com/withastro/astro - 5c95f4f95a4f279153ab773cb63be8ec56a14db4 authored almost 2 years ago
ci: use one action for comments (#6406)

* ci: use single action for comments

* Update .github/workflows/benchmark.yml

Co-authored-by: ...

github.com/withastro/astro - f208b5f897189d67b6a83c1643fab31decacb8fc authored almost 2 years ago
Teardown compiler to improve rendering perf (#6391)

* Teardown compiler to improve rendering perf

* Upgrade compiler to minor

* Try hacky test gua...

github.com/withastro/astro - 45501c531bf75f60063e1f8b7ac50f5d8d93eb6f authored almost 2 years ago
fix(vercel): update getRequest to use undici (#6380)

* fix(vercel): update getRequest to use undici

* Changeset

* haha ts-expect-error is a double-...

github.com/withastro/astro - 0e378c3b87627ca2764872a426dfba0a1606f991 authored almost 2 years ago
ci: correctly update comment in action (#6397)

github.com/withastro/astro - 2678264f51ed81d2d9b58b21952e3bbaab6fe40b authored almost 2 years ago
Fix astro sync config merge (#6392)

* Fix astro sync config merge

* Fix getViteConfig type

github.com/withastro/astro - ee8b2a067201f94c6b06fbfc094288e068116c60 authored almost 2 years ago
ci: add workflow dispatch (#6386)

github.com/withastro/astro - c1ca84a8c1ab1772e3293081406f972586d0452e authored almost 2 years ago
Refactor benchmark script (#6376)

* Add timer setting

* Setup benchmark code

* Setup memory benchmark

* Add compare function

*...

github.com/withastro/astro - f4937949d6ec6bf5a326071119638d30afa91243 authored almost 2 years ago
[ci] format

github.com/withastro/astro - 045262ee9961286d21b486272764ed0f69153aa8 authored almost 2 years ago
fix: don't mix Vite plugins when spawning temporary Vite server (#6368)

* fix: don't mix Vite plugins when spawning temporary Vite server

* chore: include command to...

github.com/withastro/astro - 02a7266e3c32c196fe733a5d3480f9e308cb62ee authored almost 2 years ago
Add a warning when using `encoding` in SSR and `headers` on objects in endpoints (#6358)

* fix(endpoints): Add a warning when trying to set encoding and headers in SSR

* fix(endpoint...

github.com/withastro/astro - 95164bfdd2c1cbe5f1fafeab9e998ee4c85df3e3 authored almost 2 years ago
[ci] format

github.com/withastro/astro - ff2e4dac7b556117ad308ce32618cdb15c381a9b authored almost 2 years ago
Respect original `package.json` indentation (#6375)

* fix(#6338): respect original indentation

* chore: add changeset

github.com/withastro/astro - 754c5ca9aa93d4e8674059ce79f6b694c147db83 authored almost 2 years ago
[ci] release (#6359)

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

github.com/withastro/astro - 71743aeca723e215c0107ecf2e111fdcc8ec7e45 authored almost 2 years ago
[ci] format

github.com/withastro/astro - 780c583b0eabdb457a7f90f3d447b5e37e464b2c authored almost 2 years ago
fix: remove duplicate exit key from create template (#6360)

github.com/withastro/astro - 67c58c48c7187e2f9712f848a0a5783985453666 authored almost 2 years ago
Update doc link in non-html-pages example README (#6369)

github.com/withastro/astro - 9f0ae4e6eb4ed17b0d1997cadc62673f631aa2ce authored almost 2 years ago
Only apply head propagation in trees that need it (#6363)

github.com/withastro/astro - d94aae77656f14f56898d33c6d3f83c59112212e authored almost 2 years ago
Add missing flags to help action (#6352)

* add missing flags to help action

* add proper changeset

---------

Co-authored-by: Nat...

github.com/withastro/astro - c87c16cfaddea3a05af87c3258d57ef1a31516f7 authored almost 2 years ago
enable ci for merge_group (#6361)

github.com/withastro/astro - 4d7539636245951a0151088da963989ed51087b0 authored almost 2 years ago
[ci] format

github.com/withastro/astro - b0aca3c66a76fa8ef7a4ca46b3db378ec70e2002 authored almost 2 years ago
[Lit] render DSD attributes based on `shadowRootOptions` (#6351)

* [Lit] render DSD attributes based on `shadowRootOptions`

## Changes

- Update `@astrojs/l...

github.com/withastro/astro - 26bf12ef3c7ab874a23ac753f841f7bb329c9361 authored almost 2 years ago
fix: bump `undici` to v5.20.0 (#6355)

* fix: bump `undici` to v5.20.0

* fix(cookies): Hopefully the last time we mess with undici a...

github.com/withastro/astro - 5aa6580f775405a4443835bf7eb81f0c65e5aed6 authored almost 2 years ago
ci: don't pin pnpm/action-setup exactly (#6348)

github.com/withastro/astro - 098341f17a62f94f77a246e75d9740de963bfd02 authored almost 2 years ago
[ci] release (#6287)

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

github.com/withastro/astro - a848a723f65b7feed31da7b89da4444e9331b221 authored almost 2 years ago
fix: too many files opened for collections with many entries (#6313)

* fix: too many files opened for collections with many entries

* Update packages/astro/src/co...

github.com/withastro/astro - de3d79e06b6914c394ba3703a7611dcf44e13814 authored almost 2 years ago
Use getSetCookie, if available (#6347)

* fix: use getSetCookie, if available

* fix: explicitly use entries

* fix(image): be defen...

github.com/withastro/astro - 504c7bacb8c1f2308a31e6c412825ba34983ba33 authored almost 2 years ago
Fixes example README links to open in codespaces (#6346)

github.com/withastro/astro - 48b54d92ea10c4c158a49e713cc14a33df5f69a2 authored almost 2 years ago
[ci] format

github.com/withastro/astro - 178f74c9a759dbc9131ba85ca5261c73a0b148c3 authored almost 2 years ago
Enhanced Astro codespace support (#6288)

* Enhanced Astro codespace support

Enhances the base devcontainer and Dockerfile to provide a...

github.com/withastro/astro - 7da05febeab2638d4e2252fe12eb4ae4b3582787 authored almost 2 years ago
[ci] format

github.com/withastro/astro - eed2c85513588f8753b817d6e743c81b29665af9 authored almost 2 years ago
Update MDX integration to [email protected] (#6296)

* Update MDX integration to [email protected]

* Added missing pnpm-lock.yaml file

* Cr...

github.com/withastro/astro - 075b87e8b72a69a608cd2ff1196dc0989e2cf1e1 authored almost 2 years ago
fix(content): ensure underscore ignores only child paths of the content directory. (#6330)

* test: add test fixture

* test: add cc config file

* migrate to unit test instead

* fi...

github.com/withastro/astro - f91a7f376c223f18b4d8fbed81f95f6bea1cef8d authored almost 2 years ago
Improve portfolio example icon support (#6343)

github.com/withastro/astro - 5e86b011dc8c4c68e31289082ebfb3f46fce3df1 authored almost 2 years ago
fix(astro): correctly change configuration when node adapter is added (#6333)

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

github.com/withastro/astro - 63dda6dedd4c6ea1d5ce72e9cf3fe5f88339a927 authored almost 2 years ago
[ci] format

github.com/withastro/astro - 3b1871a72612037e35697dd5693aadebac740d28 authored almost 2 years ago
fix #6020 (#6320)

github.com/withastro/astro - ccd72e6bb41e570d42b1b158e8124c8e04a1943d authored almost 2 years ago
fix(examples/docs): future-proof Discord link (#6325)

github.com/withastro/astro - a9a40d05d66f5619d8a847ddfc1c0a48a1adefa9 authored almost 2 years ago
[ci] format

github.com/withastro/astro - 79ef8c97a222b6062c73df93aef3925c39888cbe authored almost 2 years ago
[create-astro] Execute the 'git' step as the final interaction (#6314)

* [create-astro] Execute the 'git' step as the final interaction

This ensures the initialized...

github.com/withastro/astro - 7f61e8fe36b62a1833180c18b6f4304e9a01fce4 authored almost 2 years ago
`create-astro` help info add `--typescript` flag (#6294)

* create-astro help info add --typescript flag

* changeset

* changeset

github.com/withastro/astro - d0dbee872fd09800fba644ccbf4011ce01149706 authored almost 2 years ago
[ci] format

github.com/withastro/astro - f218188b251ba1740b08db5807fafcfe93c5f2e7 authored almost 2 years ago
Use .mjs extension when building for netlify edge and vercel serverless (#6317)

github.com/withastro/astro - 2eb73cb9d1c982df5f8788ddacd634645643c5c6 authored almost 2 years ago
Fix import of type HTMLAttributes in blog example (#6322)

* Fix extend type HTMLAttributes in blog example

* Update examples/blog/src/components/Header...

github.com/withastro/astro - 2a6d09e5d24e1e426c4a5bcade647a520e8ade81 authored almost 2 years ago
fix(cookies): Update Undici to 5.20 and fix cookies behaviour (#6323)

* fix(cookies): Update Undici to 5.20 and fix cookies behaviour

* chore: changeset

github.com/withastro/astro - 5e26bc891cbebb3598acfa760c135a25c548d624 authored almost 2 years ago
Docs: Image README clarifications (#6290)

* hosted on other domains -> accessed by url

* these work like remote images

* including i...

github.com/withastro/astro - d3df40af2edeb95afa2f7515119964ef4af09fae authored almost 2 years ago
fix(content-collections): warn about `allowJs` only when `content` directory exists (#6293)

* warn only when `content` directory exists

* chore: changeset

github.com/withastro/astro - a156ecbb7f4df6a46124a9a12eb712f9163db2ed authored almost 2 years ago
Add documentation for unknown errors (#6285)

* feat(errors): Add documentation for unknown errors

* docs(errors): Misc refactors

* docs(err...

github.com/withastro/astro - a8577278e0a5dca0e6c358e028448bbcac8e2ead authored almost 2 years ago
update `ChangeFreq` to support typescript configurations with string literal (#6262)

* update `ChangeFreq`

* `pnpm exec changeset`

* use @Princesseuh suggested change

* Rev...

github.com/withastro/astro - 4fcefa34f979e23b8c48940b5a5da57fdabc32a4 authored almost 2 years ago
[ci] release (#6279)

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

github.com/withastro/astro - 2e4ca0370a68aa412924a6a14b9f59fa2e5effdd authored almost 2 years ago
[ci] format

github.com/withastro/astro - ff70614083d60758daac2c7d8f7c83601b474291 authored almost 2 years ago
Fix prerendered page handling on Deno (#6284)

* fix(deno): handle prerendered pages

* test(deno): add prerender test

* fix: defensively ...

github.com/withastro/astro - 61113dd731f2db39ebecb8f2f473823b56d3160b authored almost 2 years ago
[ci] format

github.com/withastro/astro - ed927309252d5624d984fb36d732dfa83fbf406e authored almost 2 years ago
Backwards compatible fix for `--camelCase` css vars in `style` attribute (#6268)

* fix(#6264): backward-compat fix for camelCase css vars in style

* chore: add changeset

github.com/withastro/astro - 933c651fb1126b7ad1ff369cd11307c47949d0b6 authored almost 2 years ago
Pin undici (#6282)

github.com/withastro/astro - bb1801013708d9efdbbcebc53a564ac375bf4b26 authored almost 2 years ago
[ci] format

github.com/withastro/astro - 54166393be16bc12956d34a78ace1b1c02d69419 authored almost 2 years ago
Revert "Deno fix #6131 (#6248)" (#6281)

* Revert "Deno fix #6131 (#6248)"

This reverts commit ef5cea4dc5c4ffa33bd57ea0886e6912afb24fe...

github.com/withastro/astro - 609b249c8de936fcf263effa83a95a45747d6610 authored almost 2 years ago
Update README.md (#6274)

github.com/withastro/astro - 7a717d64a477ed23341de2c055e1489590fb93bc authored almost 2 years ago
Bump Vite to 4.1 (#6277)

github.com/withastro/astro - d9474d467e9c24bedf9cdb6100de9190ab0274d0 authored almost 2 years ago
[ci] release (#6269)

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

github.com/withastro/astro - a4861046927f6bd7382de069ddb6ebcf419a0dc7 authored almost 2 years ago
fix(create-astro): Pin giget to 1.0.0 (#6278)

github.com/withastro/astro - 0f5d122cd538b65ec7208ddae5e60cfaddaf4b2c authored almost 2 years ago
[ci] format

github.com/withastro/astro - f9fdf984f1a7434acd145561dda7de760a458507 authored almost 2 years ago