IS2511 / ChatIS

ChatIS v3 (the long awaited sequel) [WIP]
27 stars 1 forks source link

fix(deps): update dependency solid-start to ^0.3.0 #19

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
solid-start (source) ^0.2.11 -> ^0.3.0 age adoption passing confidence

Release Notes

solidjs/solid-start (solid-start) ### [`v0.3.1`](https://redirect.github.com/solidjs/solid-start/releases/tag/v0.3.1): 0.3.1 - Grand Unifying Theory This release has a ton of code changes that had been orphaned on an experimental branch. Mostly around Islands router. Biggest update for those is those feature options are under `experimental` option now, and Islands use `use client`. This may not be the final API but it allows us to take the next steps. ```js // new config import solid from "solid-start/vite"; import { defineConfig } from "vite"; export default defineConfig({ plugins: [ solid({ experimental: { islands: true, islandsRouter: true }, }) ] }); ``` We have updated Docs, and added Movies and Notes apps. These only really work under this Islands mode and will serve as a basis as we fill in the features as we work on the R\&D that is being funding by the Chrome team. Now that codebase is completely merged, we can resume our rebase effort with all the code in place. So to be clear this release is still the same SolidStart and is not built on another system. We have also changed the base version of SolidStart to be Node 18. This simplifies the need for polyfills and 16 is end of life next month anyway.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

cloudflare-workers-and-pages[bot] commented 1 year ago

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 2a456c5
Status:🚫  Build failed.

View logs