aboutsummaryrefslogtreecommitdiff
path: root/examples (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2024-08-21ci: trigger using review comment instead (#11804)Gravatar Emanuele Stoppa 1-7/+1
2024-08-21ci: run preview release on demand (#11803)Gravatar Emanuele Stoppa 2-7/+10
* ci: run preview release on demand * Update .github/workflows/preview-release.yml Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> * run on comments --------- Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2024-08-21ci: enable preview and repo dispatch (#11768)Gravatar Emanuele Stoppa 2-0/+123
* ci: enables preview and repo dispatch * chore: change command * use pnpm * change pattern * change pattern /2
2024-08-21Fix file loader for JSON object files (#11801)Gravatar Chris Swithinbank 2-6/+9
* Add `filePath` to `file()` loader entries when JSON file is an object * Add changeset
2024-08-21chore: restore error and deprecate it (#11800)Gravatar Emanuele Stoppa 1-0/+16
* chore: restore error and deprecate it * change deprecation version * Update packages/astro/src/core/errors/errors-data.ts
2024-08-21[docs]: fix typo (#11799)Gravatar liruifengv 1-1/+1
2024-08-20[ci] formatGravatar Ben Holmes 1-1/+1
2024-08-20chore: remove unused astro error (#11795)Gravatar Ben Holmes 1-15/+0
2024-08-20[Actions] Fix middleware warning static mode (#11794)Gravatar Ben Holmes 6-26/+81
* fix: remove static usage warning with isPrendered flag * fix(test): cookie is empty for prerendered routes in dev * chore: add test route * chore: changeset
2024-08-20[ci] release (#11739)create-astro@4.8.4astro@4.14.3@astrojs/vercel@7.8.0@astrojs/mdx@3.1.4@astrojs/db@0.13.2Gravatar Houston (Bot) 53-149/+139
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-08-20[docs] update link to astro:env RFC (#11790)Gravatar Sarah Rainsberger 2-1/+6
* [docs] revert link to astro:env RFC * Create fair-trees-crash.md * typo fix
2024-08-20Deprecate the Squoosh image service (#11780)Gravatar Erika 3-2/+16
2024-08-20Remove unused code in internal scripts (#11769)Gravatar Bjorn Lu 16-927/+58
2024-08-20[docs] fix indents (#11786)Gravatar liruifengv 1-7/+7
2024-08-20[ci] formatGravatar Emanuele Stoppa 1-1/+4
2024-08-20fix: adapter features messaging (#11773)Gravatar Emanuele Stoppa 2-3/+8
* fix: adapter features messaging * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update .changeset/long-months-burn.md Co-authored-by: Yan <61414485+yanthomasdev@users.noreply.github.com> --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Yan <61414485+yanthomasdev@users.noreply.github.com>
2024-08-19Prevent race condition in Vercel adapter on Node 18 (#11783)Gravatar Matthew Phillips 2-2/+10
2024-08-19fix: injectTypes path (#11774)Gravatar Florian Lefebvre 2-1/+8
2024-08-19[ci] formatGravatar Sarah Rainsberger 1-1/+1
2024-08-19[docs] `pattern` to preserve ignoring files prefixed with an underscore (#11749)Gravatar Sarah Rainsberger 1-1/+5
* [docs] `pattern` to preserve ignoring files prefixed with an underscore * simplify examples with only md not mdx Co-authored-by: Matt Kane <m@mk.gg> * remove strange line full of tabs * Update packages/astro/src/@types/astro.ts * Apply suggestions from code review * fix regex --------- Co-authored-by: Matt Kane <m@mk.gg> Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2024-08-19Disable server.ws vite config for loading config files (#11744)Gravatar Bjorn Lu 4-3/+9
2024-08-19[ci] formatGravatar @hephaistos_DE 1-1/+1
2024-08-19Fix middleware example (#11742)Gravatar @hephaistos_DE 6-11/+54
* Fix middelware example * Update examples/middleware/src/pages/api/login.ts Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> * Update examples/middleware/src/pages/api/logout.ts Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> * Fix build check for unused by defined variables --------- Co-authored-by: Raphael B <hephaistos@grewety.com> Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2024-08-19fix: astro:env sync error in content config (#11771)Gravatar Florian Lefebvre 8-4/+62
2024-08-19Fix create-astro initial git commit (#11766)Gravatar Bjorn Lu 2-1/+6
2024-08-19fix(deps): update all non-major dependencies (#11765)Gravatar renovate[bot] 95-1264/+1249
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-16Reduce prerender dynamic value warning false positives (#11745)Gravatar Bjorn Lu 2-1/+6
2024-08-16Update `test:vite-ci` script (#11740)Gravatar Bjorn Lu 1-1/+1
2024-08-16[ci] formatGravatar Matthew Phillips 1-1/+1
2024-08-16Deprecate the functionPerRoute option (#11728)Gravatar Matthew Phillips 2-1/+29
* Deprecate the functionPerRoute option * Update .changeset/weak-dancers-beam.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-08-16[ci] formatGravatar Florian Lefebvre 1-1/+1
2024-08-16feat: simplifies sync paths (#11730)Gravatar Florian Lefebvre 4-14/+12
2024-08-16Fix MDX stack trace location with frontmatter (#11717)Gravatar Bjorn Lu 2-2/+8
2024-08-16[ci] release (#11734)create-astro@4.8.3astro@4.14.2@astrojs/upgrade@0.3.3@astrojs/db@0.13.1Gravatar Houston (Bot) 41-78/+91
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-08-16Fix astro upgrade changeset (#11735)Gravatar Bjorn Lu 1-1/+1
2024-08-16Revert parseArgs change (#11733)Gravatar Bjorn Lu 20-132/+131
2024-08-15[ci] release (#11719)astro@4.14.1Gravatar Houston (Bot) 36-78/+73
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-08-15[ci] formatGravatar Florian Lefebvre 10-11/+11
2024-08-15refactor: enforce node prefix (#11723)Gravatar Florian Lefebvre 14-22/+30
2024-08-15fix: content types sync in dev (#11727)Gravatar Florian Lefebvre 3-6/+10
Co-authored-by: Princesseuh <3019731+Princesseuh@users.noreply.github.com>
2024-08-15fix: separate data store into mutable and immutable versions (#11725)Gravatar Matt Kane 8-376/+410
* fix: separate data store into mutable and immutable versions * Add jsdoc
2024-08-15[ci] formatGravatar Emanuele Stoppa 1-1/+1
2024-08-15chore: updates the supported features of test adapter (#11724)Gravatar Emanuele Stoppa 1-0/+4
2024-08-15chore(readme): adds the netlify adapter (#11726)Gravatar Emanuele Stoppa 1-1/+2
2024-08-15[ci] formatGravatar Matthew Phillips 1-1/+4
2024-08-15Prevent errant HTML from crashing server islands (#11692)Gravatar Matthew Phillips 5-3/+30
2024-08-15[docs] updates experimental.contentLayer with Expressive Code (#11718)Gravatar Sarah Rainsberger 1-12/+12
Co-authored-by: Matt Kane <m@mk.gg>
2024-08-15[ci] release (#11699)create-astro@4.8.2astro@4.14.0@astrojs/web-vitals@2.0.0@astrojs/upgrade@0.3.2@astrojs/db@0.13.0Gravatar Houston (Bot) 52-338/+333
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-08-15fix: content types sync in dev (#11716)Gravatar Florian Lefebvre 2-2/+15
* fix: content types sync in dev * fix: test
2024-08-15Server Islands - Handle base + trailingSlash ignore (#11712)Gravatar Matthew Phillips 4-2/+28
* Server Islands - Handle base + trailingSlash ignore * Add a changeset