summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-12-20[ci] release (#9457)astro@4.0.7@astrojs/vue@4.0.5@astrojs/tailwind@5.0.4@astrojs/svelte@5.0.2@astrojs/react@3.0.8@astrojs/node@7.0.2@astrojs/mdx@2.0.2@astrojs/markdoc@0.8.1Gravatar Houston (Bot) 59-180/+170
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-12-20chore: smoother logging when building pages (#9487)Gravatar Emanuele Stoppa 4-19/+34
* chore: smoother logging when building pages * chore: improve logging during the build * fix: put `newLine` top `LogMessage` * Update .changeset/popular-meals-yell.md Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> --------- Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2023-12-20fix(a11y): Fix some audit false positives (#9483)Gravatar Erika 2-10/+25
* fix(a11y): Fix some audit false positives * chore: changeset * Update packages/astro/src/runtime/client/dev-overlay/plugins/audit/a11y.ts Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> * fix: apply feedback * nit: add comment --------- Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
2023-12-20view transition's form handling honors default prevention (#9486)Gravatar Martin Trapp 2-1/+6
* add missing check to honor prevented default * added changeset * Update .changeset/fresh-games-confess.md Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> --------- Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2023-12-20Respect forms with enctype set for view transitions (#9466)Gravatar Ken Powers 4-5/+107
* Respect forms with enctype set for view transitions * Add changeset * Revert "Respect forms with enctype set for view transitions" This reverts commit 6d3e04a9598a2de8ccc153911fd6ab629abcaf7a. * Review feedback * Handle submitter case * Move comment * Update .changeset/rude-geckos-rush.md * Add tests --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-12-20[ci] formatGravatar Florian Lefebvre 1-1/+1
2023-12-20chore: upgrade vite to latest (close #9443) (#9452)Gravatar Florian Lefebvre 11-51/+77
* chore: upgrade vite to latest * chore: add changeset * fix: enforce type * fix: postcss * chore: log messages * fix: take vite re-optimizing message into account --------- Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2023-12-19fix: remove the manifest file from the `dist/` folder (#9475)Gravatar Emanuele Stoppa 2-3/+15
2023-12-19[ci] formatGravatar Luiz Ferraz 1-1/+1
2023-12-19Fix transitions with non-recommended headers (#9464)Gravatar Luiz Ferraz 5-1/+37
* Reproduce edge case in test * Fix edge case * Add changeset * Update .changeset/khaki-ducks-give.md Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-12-19Descriptive image error (#9352)Gravatar Tom MacWright 8-21/+63
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Princesseuh <3019731+Princesseuh@users.noreply.github.com>
2023-12-19fix: handle external hoisted scripts correctly (#9437)Gravatar Dawid Kobierski 3-21/+184
2023-12-19[ci] formatGravatar Arsh 2-8/+8
2023-12-19fix(redirects): handle non-verbatim targets (#9089)Gravatar Arsh 3-1/+41
* add tests * implement fix * add changeset * `for const in` -> `for const of` * reskip: external redirects are still not ignored
2023-12-19chore: fix error message (#9477)Gravatar Emanuele Stoppa 1-1/+1
2023-12-19Fix typo in @astrojs/node README (#9471)Gravatar Alex Nguyen 2-1/+6
2023-12-19fix: handle middleware loading error (#9458)Gravatar Emanuele Stoppa 3-4/+31
* fix: handle middleware loading error * remove the try/catch * rethrow error * Update packages/astro/src/core/middleware/loadMiddleware.ts Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com> --------- Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com>
2023-12-18fix: update netlify import (#9461)Gravatar Simon Knott 3-2/+7
* fix: update netlify import * fix: update one comment
2023-12-18fix(assets): Prevent concurrency from being set to 0 (#9460)Gravatar Erika 2-1/+6
2023-12-18[ci] formatGravatar Ken Powers 1-1/+2
2023-12-18Fix Preact Forwarded Ref components not working in astro files when React ↵Gravatar Ken Powers 2-0/+8
integration is enabled (#9403) * Fix Preact Forwarded Ref components not working in astro files when React integration is enabled * Handle undefined $$typeof * Add changeset * Use Symbol.for * :zap: * Update .changeset/breezy-hairs-yell.md --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-12-18Fix import dev toolbar apps on windows (#9400)Gravatar Bjorn Lu 2-1/+6
2023-12-18fix: error in ssr demo when init (#9455)Gravatar msdlisper 1-1/+1
2023-12-15[ci] release (#9432)create-astro@4.6.0astro@4.0.6@astrojs/vue@4.0.4Gravatar Houston (Bot) 41-99/+87
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-12-15Upgrade compiler (#9445)Gravatar Nate Moore 3-6/+11
2023-12-15refactor(assets): Move things around to avoid importing image service ↵Gravatar Erika 14-51/+68
unnecessarily (#9409)
2023-12-15[ci] formatGravatar Alex Nguyen 1-1/+1
2023-12-15Fixes warning for external URL redirects (#9426)Gravatar Alex Nguyen 2-1/+6
* Update warning for external URL redirects to use destination address * Update .changeset/gentle-chefs-glow.md Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> --------- Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2023-12-15feat: make Houston festive for the holiday season (#9358)Gravatar Oscar Lee-Vermeren 3-19/+30
* feat: make Houston festive for the holiday season * fix: change changeset to minor
2023-12-15[ci] formatGravatar Bjorn Lu 1-1/+3
2023-12-15Simplify vue appEntrypoint handling (#9362)Gravatar Bjorn Lu 2-62/+43
* Simplify vue appEntrypoint handling * Try fix windows --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-12-15[ci] formatGravatar Arsh 3-5/+5
2023-12-15fix(error pages): account for trailingSlash (#9126)Gravatar Arsh 28-166/+87
* account for trailingSlash * add changeset * add tests * update lock file
2023-12-15fix: improve error message when a middleware doesn't return a `Response` (#9434)Gravatar Emanuele Stoppa 2-2/+8
* fix: improve error message when a middleware doesn't return a `Response` * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * fix typo --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-12-14fix: merge headers from the original response in error pages (#9433)Gravatar Emanuele Stoppa 5-19/+50
* fix: merge headers from the original response in error pages * revert local change * change test ordering * apply feedback
2023-12-14[ci] formatGravatar Matthew Phillips 1-2/+2
2023-12-14Prevent Partytown from hijacking history API (#9419)Gravatar Matthew Phillips 2-5/+16
* Partytown overrides these methods to... do things, but it breaks ViewTransitions in Firefox. * Only redefine pushstate/replacestate in the browser
2023-12-14[ci] release (#9406)astro@4.0.5@astrojs/vercel@6.1.0@astrojs/lit@4.0.0Gravatar Houston (Bot) 42-102/+89
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-12-14[ci] formatGravatar Matthew Phillips 3-8/+16
2023-12-14Handle unhandledrejections in the dev server (#9424)Gravatar Matthew Phillips 5-26/+82
* Handle unhandledrejections in the dev server * Adding changeset * Update .changeset/curvy-lobsters-crash.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Use AsyncLocalStorage * Return errorWithMetadata * Send the error to the browser --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-12-13Fix static build when out dir is not within the cwd (#9378)Gravatar Jacob Parker 2-1/+6
* Fix static build when out dir is not within the cwd * Create lorem-ipsum-dolor Changeset
2023-12-13[ci] formatGravatar Matthew Phillips 1-2/+6
2023-12-13Error when getImage() is passed an undefined src (#9423)Gravatar Matthew Phillips 4-4/+14
2023-12-13chore(vercel): Add beta option for status (#9413)Gravatar Jacob Lamb 3-2/+20
* Add beta option for status * Create stupid-cheetahs-sell.md * Add warning for beta * Update packages/integrations/vercel/src/serverless/adapter.ts Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> * Switch to `minor` and document new API/option * Update README.md * Update README.md * Update packages/integrations/vercel/README.md Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> * Update .changeset/stupid-cheetahs-sell.md Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> --------- Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2023-12-12Fix broken link (#9418)Gravatar Alex Nguyen 2-1/+6
* Fix broken link * Create old-dragons-kneel.md --------- Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2023-12-12[ci] formatGravatar Geoffrey-Pliez 1-1/+1
2023-12-12[@astrojs/lit] lit 3.0 compatibility (#8822)Gravatar Geoffrey-Pliez 5-28/+61
* updates packages * [Fix] pnpm-lock * [Fix] updates * revert dev dependencies * Update lockfile * Update lit version in the e2e tests * Adding changeset --------- Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2023-12-12[ci] formatGravatar Matthew Phillips 2-4/+3
2023-12-12Allow file URLs to be used as import specifiers (#9407)Gravatar Matthew Phillips 6-0/+41
* Allow file URLs to be used as import specifiers * Update packages/astro/src/vite-plugin-fileurl/index.ts Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-12-12[ci] formatGravatar Simon Knott 1-1/+1