sveltekit-maplibre-boilerplate
sveltekit-maplibre-boilerplate copied to clipboard
chore(deps): update dependency svelte-check to v4
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| svelte-check | ^3.8.6 -> ^4.0.0 |
Release Notes
sveltejs/language-tools (svelte-check)
v4.0.4
- fix: relax component constructor type (#2524)
v4.0.3
- breaking(svelte5): only generate function component shape in runes mode (#2517). This means you can no longer just do
Componentin type positions. Instead you need to prepend it withtypeof. Here's how you do it:- ...when typing a component instance: Before:
let x: Component. After:let x: ReturnType<typeof Component> - ...when typing a component constructor/function: Before
let x: typeof Component. Afterlet x: typeof Component(no change)
- ...when typing a component instance: Before:
- fix: revert additional two-way-binding checks as they were causing bugs (#2508)
- fix: include files indirectly belonging to a project into correct project (#2488)
- fix: check project files update more aggressively before assigning service (#2518)
- chore: upgrade to chokidar 4 (#2502)
v4.0.2
- fix: ensure components typed through Svelte 5's
Componentinterface get proper intellisense
v4.0.1
- fix: remove ancient
processaugmentation from internald.tsfile
v4.0.0
- chore: bump magic-string (#2476)
- chore: switch from fast-glob to fdir (#2433)
- fix: detect
- feat: better type checking for bindings in Svelte 5 (#2477)
- feat: replace svelte-preprocess with barebones TS preprocessor (#2452)
- feat: project reference support (#2463)
Breaking changes
- require Svelte 4 or later (#2453)
- make TypeScript a peer dependency, require TS 5 or later (#2453)
- require node 18 or later (#2453)
processaugmentation (declaring aprocess.browserfield) was removed- slight changes to how files are assigned to which tsconfig.json (#1234, #2463)
- slight changes to how Svelte module resolution works;
.sveltefiles now take precedence over.svelte.js/tsfiles (if both exist) (#2481) - language-server now forces fewer TypeScript options. Most notably
skipLibCheckis no longer forced totrue, which may result ind.tsfiles now being checked in your project, which they were not before, revealing type errors. Either fix those or add"skipLibCheck": trueto yourtsconfig.json(#1976, #2463)
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.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Deploy Preview for sveltekit-maplibre-boilerplace ready!
| Name | Link |
|---|---|
| Latest commit | a5bfb122d1ad2ae68f87aa254d492d418f7018ff |
| Latest deploy log | https://app.netlify.com/sites/sveltekit-maplibre-boilerplace/deploys/674d3a183ba275000857c2d4 |
| Deploy Preview | https://deploy-preview-209--sveltekit-maplibre-boilerplace.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.