summaryrefslogtreecommitdiff
path: root/packages/integrations/lit (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-08-19Remove @astrojs/lit (#11680)Gravatar Matthew Phillips 15-971/+0
* 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
2024-08-13fix(deps): update all non-major dependencies (#11674)Gravatar renovate[bot] 1-3/+3
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-08-08update formatter config (#11640)Gravatar Darius 5-9/+9
* update formatter config * format --------- Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2024-08-08chore: bump typescript-eslint to v8 (#11649)Gravatar Josh Goldberg ✨ 1-1/+1
2024-07-17fix(deps): update all non-major dependencies (#11426)Gravatar renovate[bot] 1-1/+1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-06-24fix(deps): update all non-major dependencies (#11318)Gravatar renovate[bot] 1-1/+1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-06-17[ci] release (#11233)astro@4.10.3@astrojs/vue@4.5.0@astrojs/vercel@7.7.1@astrojs/svelte@5.6.0@astrojs/solid-js@4.4.0@astrojs/sitemap@3.1.6@astrojs/react@3.6.0@astrojs/preact@3.5.0@astrojs/node@8.3.1@astrojs/mdx@3.1.1@astrojs/lit@4.3.0@astrojs/db@0.11.6Gravatar Houston (Bot) 2-1/+38
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-17chore(deps): update all non-major dependencies (#11269)Gravatar renovate[bot] 1-1/+1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-14feat: refine container APIs for renderers (#11251)Gravatar Emanuele Stoppa 3-1/+8
2024-06-11fix(deps): update all non-major dependencies (#11222)Gravatar renovate[bot] 1-2/+2
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-06[ci] release (#11186)astro@4.10.0@astrojs/vue@4.4.0@astrojs/svelte@5.5.0@astrojs/solid-js@4.3.0@astrojs/react@3.5.0@astrojs/preact@3.4.0@astrojs/mdx@3.1.0@astrojs/lit@4.2.0Gravatar Houston (Bot) 2-1/+25
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-05feat(container): provide a virtual module to load renderers (#11144)Gravatar Emanuele Stoppa 1-1/+8
* feat(container): provide a virtual module to load renderers * address feedback * chore: restore some default to allow to have PHP prototype working * Thread through renderers and manifest * Pass manifest too * update changeset * add diff * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * fix diff * rebase and update lock --------- Co-authored-by: Matthew Phillips <matthew@skypack.dev> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-06-05[ci] release (#11158)astro@4.9.3@astrojs/lit@4.1.0Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-05-30fix(deps): update all non-major dependencies (#11151)Gravatar renovate[bot] 1-1/+1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-05-29[ci] formatGravatar Scott Nath 2-5/+6
2024-05-29:bug: removed deprecated items from lit integration (#11164)Gravatar Scott Nath 2-17/+4
* :bug: removed deprecated items from lit integration * :rocket: update minified * :bug: need `Document`
2024-05-13fix(deps): update all non-major dependencies (#11015)Gravatar renovate[bot] 1-1/+1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-05-09chore(deps): update all non-major dependencies (#10958)Gravatar renovate[bot] 1-1/+1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-05-01Fix typos (#10923)Gravatar Viktor Szépe 2-2/+2
2024-04-22chore(deps): update all non-major dependencies (#10833)Gravatar renovate[bot] 1-6/+6
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-04-17[ci] formatGravatar Emanuele Stoppa 1-1/+1
2024-03-13Revert "[ci] format" (#10417)Gravatar Emanuele Stoppa 1-1/+1
* Revert "[ci] format" This reverts commit 1863727215e87e20c6f5aebe5f9ee0f2783bc788. * pin dependency * update lock
2024-03-13[ci] formatGravatar Houston (Bot) 1-1/+1
2024-02-27chore: import sort source code, exception for the `astro` package (#10242)Gravatar Emanuele Stoppa 3-2/+4
* chore: import sort source code, exception for the `astro` package * fix import sorting bug * Update packages/integrations/lit/server.js Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com> --------- Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2024-02-21chore: use biome to sort imports - only test files (#10180)Gravatar Emanuele Stoppa 2-4/+4
* chore: use biome to sort imports * do the sorting * Update package.json Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> --------- Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2024-02-02[ci] formatGravatar Mohamed 1-1/+1
2024-02-02chore(@astrojs/integrations/lit): use Node.js for testing (#9944)Gravatar Mohamed 3-18/+18
2023-12-27[ci] release (#9491)astro@4.0.8@astrojs/vue@4.0.6@astrojs/vercel@6.1.1@astrojs/tailwind@5.1.0@astrojs/svelte@5.0.3@astrojs/solid-js@3.0.3@astrojs/sitemap@3.0.4@astrojs/react@3.0.9@astrojs/preact@3.0.2@astrojs/partytown@2.0.3@astrojs/node@7.0.3@astrojs/mdx@2.0.3@astrojs/markdoc@0.8.2@astrojs/lit@4.0.1@astrojs/alpinejs@0.3.2Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-12-21[ci] formatGravatar Sarah Rainsberger 1-1/+1
2023-12-21[docs] minimal integration READMEs (#9479)Gravatar Sarah Rainsberger 1-141/+22
Co-authored-by: Emanuele Stoppa <602478+ematipico@users.noreply.github.com> Co-authored-by: Elian <15145918+ElianCodes@users.noreply.github.com> Co-authored-by: Alexander Niebuhr <45965090+alexanderniebuhr@users.noreply.github.com>
2023-12-14[ci] release (#9406)astro@4.0.5@astrojs/vercel@6.1.0@astrojs/lit@4.0.0Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@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 2-6/+6
* 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-11-21Update all dependencies (#9138)Gravatar Bjorn Lu 1-1/+1
Co-authored-by: delucis <delucis@users.noreply.github.com>
2023-11-09[ci] release (#9021)astro@3.5.0@astrojs/mdx@1.1.4@astrojs/markdown-remark@3.4.0@astrojs/lit@3.0.3Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-08Fix Lit integration hydration ordering (#9018)Gravatar Augustine Kim 2-1/+4
* Provide renderer instance to `customElementHostStack` * Add changeset
2023-10-17[ci] release (#8820)astro@3.3.1@astrojs/lit@3.0.2Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-16fix(lit): pin last lit 2.x compatible versions (#8826)Gravatar Arsh 1-2/+7
2023-10-05[ci] release (#8738)Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-03feat: add provenance to packages (#8737)Gravatar Emanuele Stoppa 1-0/+3
2023-09-28update all the readme's for expressive code (#8691)Gravatar Elian ☕️ 1-18/+21
Co-authored-by: HiDeoo <HiDeoo@users.noreply.github.com> Co-authored-by: Genteure <Genteure@users.noreply.github.com> Co-authored-by: Bryce Russell <brycetrussell@gmail.com> Co-authored-by: Reuben Tier <TheOtterlord@users.noreply.github.com> Co-authored-by: Hippo <hippotastic@users.noreply.github.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Kevin Zuniga Cuellar <kevinzunigacuellar@users.noreply.github.com>
2023-09-13config: migrate us to moduleResolution: 'node16' (#8519)Gravatar Erika 1-4/+1
2023-08-30[ci] release (#8279)create-astro@4.0.0astro@3.0.0@astrojs/vue@3.0.0@astrojs/vercel@4.0.0@astrojs/underscore-redirects@0.3.0@astrojs/telemetry@3.0.0@astrojs/tailwind@5.0.0@astrojs/svelte@4.0.0@astrojs/solid-js@3.0.0@astrojs/sitemap@3.0.0@astrojs/rss@3.0.0@astrojs/react@3.0.0@astrojs/prism@3.0.0@astrojs/prefetch@0.4.0@astrojs/preact@3.0.0@astrojs/partytown@2.0.0@astrojs/node@6.0.0@astrojs/netlify@3.0.0@astrojs/mdx@1.0.0@astrojs/markdown-remark@3.0.0@astrojs/markdoc@0.5.0@astrojs/lit@3.0.0@astrojs/internal-helpers@0.2.0@astrojs/deno@5.0.0@astrojs/cloudflare@7.0.0@astrojs/alpinejs@0.3.0Gravatar Houston (Bot) 2-1/+9
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-24Update breaking dependencies (#8201)Gravatar Bjorn Lu 1-1/+1
2023-08-23Update non-major dependencies (#8199)Gravatar Bjorn Lu 1-4/+4
2023-08-22[ci] release (rc) (#8147)create-astro@4.0.0-rc.2astro@3.0.0-rc.5@astrojs/vue@3.0.0-rc.1@astrojs/vercel@4.0.0-rc.4@astrojs/underscore-redirects@0.3.0-rc.1@astrojs/telemetry@3.0.0-rc.3@astrojs/tailwind@5.0.0-rc.1@astrojs/svelte@4.0.0-rc.2@astrojs/solid-js@3.0.0-rc.3@astrojs/sitemap@3.0.0-rc.1@astrojs/rss@3.0.0-rc.1@astrojs/react@3.0.0-rc.4@astrojs/prism@3.0.0-rc.1@astrojs/prefetch@0.4.0-rc.1@astrojs/preact@3.0.0-rc.2@astrojs/partytown@2.0.0-rc.1@astrojs/node@6.0.0-rc.1@astrojs/netlify@3.0.0-rc.2@astrojs/mdx@1.0.0-rc.2@astrojs/markdown-remark@3.0.0-rc.1@astrojs/markdoc@0.5.0-rc.1@astrojs/lit@3.0.0-rc.1@astrojs/internal-helpers@0.2.0-rc.2@astrojs/deno@5.0.0-rc.1@astrojs/cloudflare@7.0.0-rc.3@astrojs/alpinejs@0.3.0-rc.1Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-08[ci] release (beta) (#7897)Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-08Remove support for Node 16 (#7780)Gravatar Erika 1-1/+1
2023-08-07[ci] release (#7958)astro@2.10.2@astrojs/rss@2.4.4@astrojs/lit@2.1.1Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-07Fix formatting in Lit README (#7985)Gravatar Chris Swithinbank 1-1/+5
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>