summaryrefslogtreecommitdiff
path: root/examples/framework-multiple/src (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2024-08-28[ci] formatGravatar Phil 2-2/+2
2024-08-28fix: handle preact signals in array correctly (#11834)Gravatar Phil 8-17/+141
* fix: handle preact signals in array correctly * feat: serialize signals in object
2024-08-28fix(deps): update all non-major dependencies (#11837)Gravatar renovate[bot] 67-708/+738
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-28Fix MDX layout style ordering (#11818)Gravatar Bjorn Lu 2-20/+23
2024-08-28Remove lingering env.d.ts files (#11852)Gravatar Bjorn Lu 8-10/+0
2024-08-28Improve e2e setup (#11850)Gravatar Bjorn Lu 45-106/+97
2024-08-27chore: enable `useImportType` rule (#11848)Gravatar Emanuele Stoppa 14-31/+36
2024-08-27fix(markdoc): use astro components defined with `extends` (#11846)Gravatar HiDeoo 11-2/+176
2024-08-27ci: trigger CI via comment and label (#11849)Gravatar Emanuele Stoppa 2-8/+28
* ci: trigger CI via comment and label * fix: reduce parenthesis
2024-08-27[ci] formatGravatar Matt Kane 1-1/+1
2024-08-27fix: ensure vite is not imported by runtime utils (#11847)Gravatar Matt Kane 3-3/+17
2024-08-27docs: Content Layer API Example small fix (#11814)Gravatar Eduardo Cereto Carvalho 2-1/+6
* Update astro.ts small fix to example * Create odd-otters-look.md --------- Co-authored-by: Reuben Tier <64310361+TheOtterlord@users.noreply.github.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-08-26[ci] formatGravatar Ben Holmes 2-4/+4
2024-08-26Actions: give better guidance when a Response is returned by an Action (#11828)Gravatar Ben Holmes 11-18/+72
* feat: add error for invalid handler data * refactor: remove redirect from ctx object * chore: changeset * chore: fix redirect codes * fix: move redirect out of actionApiContext constructor * refactor(test): reuse redirects const * wip: bump timeouts * wip: more bumps
2024-08-26Prevent Partytown integration from inserting a 'null' string into the body ↵fix/actions-pending-timeoutGravatar Yuta Osawa 2-1/+6
(#11829)
2024-08-26Fix typo in `MissingImageDimension` error message (#11842)Gravatar Stephan de Vries 2-1/+6
* Fix typo in `MissingImageDimension` error message * Update .changeset/perfect-socks-dress.md --------- Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2024-08-26fix(astro): Prevent prefetching of same urls with different hashes (#11713)Gravatar voidfill 2-0/+8
* fix(astro): prevent prefetching of the same urls with different hashes * add changeset * Update packages/astro/src/prefetch/index.ts Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> * Update .changeset/nasty-ladybugs-whisper.md Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> --------- Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2024-08-25Make vite-plugin-fileurl a pre plugin (#11822)Gravatar Bjorn Lu 3-2/+8
2024-08-23Make Biome formatting work out-of-the-box in VS Code (#11759)Gravatar Alan 3-4/+24
2024-08-22[ci] release (#11817)astro@4.14.5Gravatar Houston (Bot) 36-76/+71
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-08-22Actions: fix bad action result for actions with empty return value (#11813)Gravatar Ben Holmes 6-3/+42
* fix: correctly handle empty action response * fix(test): add logout button test * chore: changeset
2024-08-22[ci] formatGravatar Ben Holmes 1-1/+1
2024-08-22Actions: Allow effect chaining on form input validators (#11809)Gravatar Ben Holmes 6-21/+178
* feat: support effects on form validators * feat: support object passthrough on form input * feat: support infinitely nested effects with simplified types * feat(test): ensure arbitrary schemas work with form data * chore: changeset * fix: support zod pipe()
2024-08-22Actions: expose ActionAPIContext (#11812)Gravatar Ben Holmes 2-1/+11
* feat: expose ActionAPIContext * feat: expose ActionAPIContext
2024-08-21[ci] release (#11796)astro@4.14.4Gravatar Houston (Bot) 35-71/+69
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-08-21ci: use `issue_comment` (#11805)feat/expose-action-api-contextGravatar Emanuele Stoppa 1-1/+1
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