* 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()
* 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>
* fix: remove static usage warning with isPrendered flag
* fix(test): cookie is empty for prerendered routes in dev
* chore: add test route
* chore: changeset
* Use GET and preload links on Server Islands
Use origin/next
Remove since
* Add test to verify large islands work
* Update based on feedback
* Merge conflict fixed
* Update test
* 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>
* [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>
* Remove @astrojs/lit
This removes the Lit integration as an official integration. The reasons
for doing so in 5.0:
- Only 1% of Astro users use this integration.
- SSR support in Lit is at a lower-level of support due to be a Labs
project: https://lit.dev/docs/libraries/labs/, and has been in this
state since we added support a couple of years ago.
- The maintenance cost of fixing bugs in this integration is too high
given the low usage. Some PRs for upgrading Lit versions have taken
quite a long time. We can't justify the core team being responsible for
this going forward.
- There used to be community contributions to fix bugs but this has
fallen off for various reasons.
Given that, this PR removes the integration as one that is officially
supported by the Astro core team. Interested community members are
encouraged to fork the integration and continue the development in
another repository.
* Remove e2e tests and examples
* Update lockfile
* Remove ssr-lit.test.js
* Remove error for no client entrypoint
* Remove auto selection of the Lit renderer
* Remove lit package.json
* Remove lit fixture