summaryrefslogtreecommitdiff
path: root/examples/hackernews (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2024-12-03[ci] release (#12567)create-astro@4.11.0astro@5.0.0@astrojs/vue@5.0.0@astrojs/upgrade@0.4.0@astrojs/underscore-redirects@0.4.0@astrojs/telemetry@3.2.0@astrojs/svelte@7.0.0@astrojs/studio@0.1.2@astrojs/solid-js@5.0.0@astrojs/react@4.0.0@astrojs/prism@3.2.0@astrojs/preact@4.0.0@astrojs/mdx@4.0.0@astrojs/markdown-remark@6.0.0@astrojs/markdoc@0.12.0@astrojs/internal-helpers@0.4.2Gravatar Houston (Bot) 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-12-03chore: exit pre-mode (#12553)Gravatar Emanuele Stoppa 2-2/+2
2024-12-03fix: make image endpoint highest priority (#12591)Gravatar Matt Kane 3-3/+8
* fix: make image endpoint highest priority * Use config for endpoint * Add test
2024-12-03Update examples for v5 (#12588)Gravatar Chris Swithinbank 31-832/+143
* Revert "chore: downgrade examples to not use beta releases (#12557)" This reverts commit 6031962ab5f56457de986eb82bd24807e926ba1b. * Update blog template for new content collections * Update portfolio template for new content collections * Update starlog template for new content collections
2024-12-03Node 22 housekeeping (#12559)Gravatar Chris Swithinbank 2-2/+7
2024-12-02fix: update tests (#12586)Gravatar Emanuele Stoppa 5-2/+29
Co-authored-by: matthewp <361671+matthewp@users.noreply.github.com>
2024-12-02[ci] formatGravatar Emanuele Stoppa 2-7/+10
2024-12-02Merge commit from forkGravatar Emanuele Stoppa 2-15/+52
* fix: enforce check origin logic * address feedback
2024-12-02fix(actions): explicitly import index.ts to fix types when moduleResolution ↵Gravatar Wes Souza 2-1/+6
is NodeNext (#12578)
2024-12-02fix(upgrade): enhance version comparison by normalizing `targetVersion` (#12577)Gravatar Arpan Patel 2-2/+7
2024-12-02fix(markdoc): correctly render boolean HTML attributes (#12584)Gravatar Matt Kane 4-0/+53
2024-12-02fix: remove value and writable properties from headers descriptor (#12552)Gravatar Adriaan van der Bergh 2-3/+15
2024-11-29[ci] formatGravatar Matt Kane 1-1/+0
2024-11-29fix: generate types even without src/content (#12565)Gravatar Matt Kane 3-7/+30
* fix: generate types even without src/content * chore: add test
2024-11-28chore: downgrade examples to not use beta releases (#12557)Gravatar Emanuele Stoppa 22-118/+816
2024-11-28ci: remove `next` from workflows (#12550)Gravatar Emanuele Stoppa 3-3/+1
2024-11-27Use node 22 in CI (#12540)Gravatar Bjorn Lu 9-15/+15
2024-11-27Examples fixes and preview.astro.new support (#12543)Gravatar Chris Swithinbank 6-35/+48
Co-authored-by: Emanuele Stoppa <602478+ematipico@users.noreply.github.com>
2024-11-27[ci] release (beta) (#12534)create-astro@4.11.0-beta.1astro@5.0.0-beta.12@astrojs/vue@5.0.0-beta.3@astrojs/upgrade@0.4.0-beta.0@astrojs/telemetry@3.2.0-beta.0@astrojs/svelte@7.0.0-beta.1@astrojs/solid-js@5.0.0-beta.1@astrojs/react@4.0.0-beta.2@astrojs/prism@3.2.0-beta.0@astrojs/preact@4.0.0-beta.1@astrojs/mdx@4.0.0-beta.5@astrojs/markdown-remark@6.0.0-beta.3@astrojs/markdoc@0.12.0-beta.1Gravatar Houston (Bot) 51-96/+226
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-27update lock fileGravatar Emanuele Stoppa 1-541/+727
2024-11-27[ci] release (#12536)astro@4.16.16Gravatar Houston (Bot) 29-59/+57
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-27Drop node 21 support (#12539)Gravatar Bjorn Lu 14-13/+29
2024-11-27Fix JPEG image size determination (#12542)Gravatar Aleksandr Kadykov 2-1/+7
2024-11-27ci: fetch changeset base branch when snapshot (#12508)Gravatar Matt Kane 1-1/+7
* ci: fetch changeset base branch * Update .github/workflows/snapshot-release.yml Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> * Remove redundant changeset pre exit command * Fix indentation in snapshot-release workflow --------- Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2024-11-27Update Vite to 6.0.0 (#12524)Gravatar Bjorn Lu 31-1196/+694
2024-11-27fix(deps): update all non-major dependencies (#12410)Gravatar renovate[bot] 111-1472/+1498
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-11-26fix(i18n): render `404.astro` when i18n is enabled (#12525)Gravatar Emanuele Stoppa 6-25/+28
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> Co-authored-by: delucis <357379+delucis@users.noreply.github.com> Co-authored-by: bluwy <34116392+bluwy@users.noreply.github.com>
2024-11-26chore: fix linting warnings (#12526)Gravatar Emanuele Stoppa 3-9/+9
2024-11-26[ci] release (beta) (#12503)astro@5.0.0-beta.11@astrojs/react@3.7.0-beta.1@astrojs/mdx@4.0.0-beta.4Gravatar Houston (Bot) 32-76/+110
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-26refactor(mdx): add entrypoint as full path file (#12533)Gravatar Emanuele Stoppa 2-1/+6
Co-authored-by: Princesseuh <3019731+Princesseuh@users.noreply.github.com>
2024-11-26[ci] release (#12501)astro@4.16.15Gravatar Houston (Bot) 28-54/+55
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-25fix: handle other elements before the `svg` element (#12516)Gravatar Michael Stramel 5-1/+102
* fix multiple root nodes * add changeset * remove conditional * handle no svg case
2024-11-25Update links in errors-data.ts (#12523)Gravatar Sarah Rainsberger 1-10/+10
2024-11-25fix: allow content config in underscored dir (#12522)Gravatar Matt Kane 2-3/+8
2024-11-25fix(examples): Missing node types for toolbar example (#12519)Gravatar Erika 2-6/+5
2024-11-25Rename Action query param to _action (#12510)Gravatar Ben Holmes 6-15/+19
* rename _astroAction to _action * changeset
2024-11-25 [docs] remove legacy/experimental flags from config reference (#12487)Gravatar Sarah Rainsberger 1-10/+9
* remove legacy and experimental flags from config reference * only docs tag deleted * fix indentation
2024-11-24Delete empty `server-islands` example (#12512)Gravatar Chris Swithinbank 1-5/+0
2024-11-23Fix SVG Component sprite ids (#12511)Gravatar Michael Stramel 3-20/+28
* fix: sprite ids per page * update tests to cover the failed scenario * add changeset
2024-11-22feat(examples): New basics template (#12472)Gravatar Erika 7-176/+225
Co-authored-by: Yan <61414485+yanthomasdev@users.noreply.github.com>
2024-11-22ci: fix changeset action (#12504)Gravatar Matt Kane 1-2/+2
2024-11-22ci: exit pre if needed (#12502)Gravatar Matt Kane 3-101/+69
* ci: exit pre if needed * bump changeset cli
2024-11-22fix(routing): don't access Request headers (#12498)Gravatar Emanuele Stoppa 2-3/+9
Co-authored-by: ascorbic <213306+ascorbic@users.noreply.github.com>
2024-11-21[ci] release (beta) (#12491)astro@5.0.0-beta.10Gravatar Houston (Bot) 29-54/+60
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-21Merge main into next (#12493)Gravatar Matthew Phillips 8-31/+13
* [ci] release (#12490) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * Update solid version * update lockfile * fix vue changelog --------- Co-authored-by: Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-21[ci] release (#12490)astro@4.16.14@astrojs/vue@4.5.3@astrojs/svelte@6.0.2@astrojs/solid-js@4.4.4@astrojs/react@3.6.3@astrojs/preact@3.5.4Gravatar Houston (Bot) 22-42/+63
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-21Call server island early so it can set headers (#12486)Gravatar Matthew Phillips 5-4/+45
Add changeset Proper fix changeup
2024-11-21[ci] release (beta) (#12430)astro@5.0.0-beta.9@astrojs/vue@5.0.0-beta.2@astrojs/svelte@6.0.2-beta.0@astrojs/solid-js@4.4.4-beta.0@astrojs/react@3.6.3-beta.0@astrojs/preact@3.5.4-beta.0Gravatar Houston (Bot) 50-241/+416
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-21feat(next): astro:routes:resolved (#12329)Gravatar Florian Lefebvre 16-35/+434
Co-authored-by: Luiz Ferraz <luiz@lferraz.com> Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-11-21[ci] release (#12452)Gravatar Houston (Bot) 33-79/+65
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>