summaryrefslogtreecommitdiff
path: root/examples/hackernews/src/lib/api.ts (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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
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
2024-11-26fix(i18n): render `404.astro` when i18n is enabled (#12525)Gravatar Emanuele Stoppa 6-25/+28
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
2024-11-26refactor(mdx): add entrypoint as full path file (#12533)Gravatar Emanuele Stoppa 2-1/+6
2024-11-26[ci] release (#12501)astro@4.16.15Gravatar Houston (Bot) 28-54/+55
2024-11-25fix: handle other elements before the `svg` element (#12516)Gravatar Michael Stramel 5-1/+102
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
2024-11-25 [docs] remove legacy/experimental flags from config reference (#12487)Gravatar Sarah Rainsberger 1-10/+9
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
2024-11-22feat(examples): New basics template (#12472)Gravatar Erika 7-176/+225
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
2024-11-22fix(routing): don't access Request headers (#12498)Gravatar Emanuele Stoppa 2-3/+9
2024-11-21[ci] release (beta) (#12491)astro@5.0.0-beta.10Gravatar Houston (Bot) 29-54/+60
2024-11-21Merge main into next (#12493)Gravatar Matthew Phillips 8-31/+13
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
2024-11-21Call server island early so it can set headers (#12486)Gravatar Matthew Phillips 5-4/+45
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
2024-11-21feat(next): astro:routes:resolved (#12329)Gravatar Florian Lefebvre 16-35/+434
2024-11-21[ci] release (#12452)Gravatar Houston (Bot) 33-79/+65
2024-11-21Resolve peer dependency problem in the integration packages (SolidJS, Vue, Sv...Gravatar Eldar Kasmamytov 7-24/+37
2024-11-21feat: support new location for content config (#12475)Gravatar Matt Kane 39-37/+79
2024-11-21[ci] formatGravatar Arpan Patel 1-3/+3
2024-11-21fix: return correct locale in root 404 and 500 page with i18n (#12365)Gravatar Arpan Patel 5-5/+57
2024-11-20fix: server island hydration (#12444)Gravatar Emanuele Stoppa 2-2/+8
2024-11-20chore: better images changeset pt 2 (#12484)Gravatar Matt Kane 1-62/+39
2024-11-20chore: better images changeset (#12483)Gravatar Matt Kane 1-2/+110
2024-11-20chore: clarify wording of responsive image props (#12482)Gravatar Matt Kane 2-5/+5
2024-11-20refactor(build): don't emit `middleware.mjs` (#12479)Gravatar Emanuele Stoppa 3-31/+12
2024-11-20Remove default throw behavior in astro:env (#12480)Gravatar Matthew Phillips 4-20/+5
2024-11-19feat(astro): add Built-in SVG component support (#12067)Gravatar Michael Stramel 35-678/+2121
2024-11-19fix(build): generated entry (#12477)Gravatar Emanuele Stoppa 2-1/+5
2024-11-19fix: content layer glob deletion (#12476)Gravatar Florian Lefebvre 4-3/+33
2024-11-18[ci] formatGravatar Emanuele Stoppa 3-4/+4
2024-11-18chore: use Biome VCS ignore file (#12465)Gravatar Emanuele Stoppa 5-110/+114
2024-11-18ci: filter paths of when running the benchmark action (#12470)Gravatar Emanuele Stoppa 1-1/+7
2024-11-18ci: remove owner check to enable external PR jobs (#12466)Gravatar Emanuele Stoppa 1-1/+0
2024-11-18Update links to linting and formatting files in the style guide (#12468)Gravatar Marijn Kneppers 1-2/+2
2024-11-15Ensure final asset directory exists before writing cached files (#12418)mandar1jn/ci-repo-checkGravatar oliverlynch 2-3/+8
2024-11-15Update markdown.shiki configuration docs (#12447)Gravatar Sarah Rainsberger 1-4/+46
2024-11-15Add publint checks (#12445)Gravatar Bjorn Lu 31-42/+147