Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-08-21 | ci: trigger using review comment instead (#11804) | 1 | -7/+1 | ||
2024-08-21 | ci: run preview release on demand (#11803) | 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-21 | ci: enable preview and repo dispatch (#11768) | 2 | -0/+123 | ||
* ci: enables preview and repo dispatch * chore: change command * use pnpm * change pattern * change pattern /2 | |||||
2024-08-21 | Fix file loader for JSON object files (#11801) | 2 | -6/+9 | ||
* Add `filePath` to `file()` loader entries when JSON file is an object * Add changeset | |||||
2024-08-21 | chore: restore error and deprecate it (#11800) | 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) | 1 | -1/+1 | ||
2024-08-20 | [ci] format | 1 | -1/+1 | ||
2024-08-20 | chore: remove unused astro error (#11795) | 1 | -15/+0 | ||
2024-08-20 | [Actions] Fix middleware warning static mode (#11794) | 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.2 | 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) | 2 | -1/+6 | ||
* [docs] revert link to astro:env RFC * Create fair-trees-crash.md * typo fix | |||||
2024-08-20 | Deprecate the Squoosh image service (#11780) | 3 | -2/+16 | ||
2024-08-20 | Remove unused code in internal scripts (#11769) | 16 | -927/+58 | ||
2024-08-20 | [docs] fix indents (#11786) | 1 | -7/+7 | ||
2024-08-20 | [ci] format | 1 | -1/+4 | ||
2024-08-20 | fix: adapter features messaging (#11773) | 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-19 | Prevent race condition in Vercel adapter on Node 18 (#11783) | 2 | -2/+10 | ||
2024-08-19 | fix: injectTypes path (#11774) | 2 | -1/+8 | ||
2024-08-19 | [ci] format | 1 | -1/+1 | ||
2024-08-19 | [docs] `pattern` to preserve ignoring files prefixed with an underscore (#11749) | 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-19 | Disable server.ws vite config for loading config files (#11744) | 4 | -3/+9 | ||
2024-08-19 | [ci] format | 1 | -1/+1 | ||
2024-08-19 | Fix middleware example (#11742) | 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-19 | fix: astro:env sync error in content config (#11771) | 8 | -4/+62 | ||
2024-08-19 | Fix create-astro initial git commit (#11766) | 2 | -1/+6 | ||
2024-08-19 | fix(deps): update all non-major dependencies (#11765) | 95 | -1264/+1249 | ||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||
2024-08-16 | Reduce prerender dynamic value warning false positives (#11745) | 2 | -1/+6 | ||
2024-08-16 | Update `test:vite-ci` script (#11740) | 1 | -1/+1 | ||
2024-08-16 | [ci] format | 1 | -1/+1 | ||
2024-08-16 | Deprecate the functionPerRoute option (#11728) | 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] format | 1 | -1/+1 | ||
2024-08-16 | feat: simplifies sync paths (#11730) | 4 | -14/+12 | ||
2024-08-16 | Fix MDX stack trace location with frontmatter (#11717) | 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.1 | 41 | -78/+91 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2024-08-16 | Fix astro upgrade changeset (#11735) | 1 | -1/+1 | ||
2024-08-16 | Revert parseArgs change (#11733) | 20 | -132/+131 | ||
2024-08-15 | [ci] release (#11719)astro@4.14.1 | 36 | -78/+73 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2024-08-15 | [ci] format | 10 | -11/+11 | ||
2024-08-15 | refactor: enforce node prefix (#11723) | 14 | -22/+30 | ||
2024-08-15 | fix: content types sync in dev (#11727) | 3 | -6/+10 | ||
Co-authored-by: Princesseuh <3019731+Princesseuh@users.noreply.github.com> | |||||
2024-08-15 | fix: separate data store into mutable and immutable versions (#11725) | 8 | -376/+410 | ||
* fix: separate data store into mutable and immutable versions * Add jsdoc | |||||
2024-08-15 | [ci] format | 1 | -1/+1 | ||
2024-08-15 | chore: updates the supported features of test adapter (#11724) | 1 | -0/+4 | ||
2024-08-15 | chore(readme): adds the netlify adapter (#11726) | 1 | -1/+2 | ||
2024-08-15 | [ci] format | 1 | -1/+4 | ||
2024-08-15 | Prevent errant HTML from crashing server islands (#11692) | 5 | -3/+30 | ||
2024-08-15 | [docs] updates experimental.contentLayer with Expressive Code (#11718) | 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.0 | 52 | -338/+333 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2024-08-15 | fix: content types sync in dev (#11716) | 2 | -2/+15 | ||
* fix: content types sync in dev * fix: test | |||||
2024-08-15 | Server Islands - Handle base + trailingSlash ignore (#11712) | 4 | -2/+28 | ||
* Server Islands - Handle base + trailingSlash ignore * Add a changeset |