jsTodoTxt
jsTodoTxt copied to clipboard
Bump svelte, @sveltejs/vite-plugin-svelte, svelte-check and svelte-preprocess in /example
Bumps svelte, @sveltejs/vite-plugin-svelte, svelte-check and svelte-preprocess. These dependencies needed to be updated together.
Updates svelte from 3.52.0 to 5.19.0
Release notes
Sourced from svelte's releases.
[email protected]
Minor Changes
- feat: Expose
ClassValuefromsvelte/elements(#15035)Patch Changes
fix: create fewer deriveds for concatenated strings (#15041)
fix: correctly parse leading comments in function binding (#15020)
[email protected]
Minor Changes
- feat: allow
\<template>elements to contain any child (#15007)Patch Changes
fix: ensure resume effects are scheduled in topological order (#15012)
fix: bump esrap (#15015)
fix: remove listener on
bind_current_timeteardown (#15013)[email protected]
Patch Changes
feat: allow const tag inside
svelte:boundary(#14993)fix: ensure signal write invalidation within effects is consistent (#14989)
[email protected]
Patch Changes
fix: never consider inert boundary effects (#14999)
fix: store access on component destroy (#14968)
fix: correctly transform
prewith no content (#14973)fix: wrap each block expression in derived to encapsulate effects (#14967)
[email protected]
Patch Changes
- fix: reset dependency read versions after reaction execution (#14964)
[email protected]
Patch Changes
... (truncated)
Changelog
Sourced from svelte's changelog.
svelte
4.2.3
Patch Changes
fix: improve a11y-click-events-have-key-events message (#9358)
fix: more robust hydration of html tag (#9184)
4.2.2
Patch Changes
fix: support camelCase properties on custom elements (#9328)
fix: add missing plaintext-only value to contenteditable type (#9242)
chore: upgrade magic-string to 0.30.4 (#9292)
fix: ignore trailing comments when comparing nodes (#9197)
4.2.1
Patch Changes
fix: update style directive when style attribute is present and is updated via an object prop (#9187)
fix: css sourcemap generation with unicode filenames (#9120)
fix: do not add module declared variables as dependencies (#9122)
fix: handle
svelte:elementwith dynamic this and spread attributes (#9112)fix: silence false positive reactive component warning (#9094)
fix: head duplication when binding is present (#9124)
fix: take custom attribute name into account when reflecting property (#9140)
fix: add
indeterminateto the list of HTMLAttributes (#9180)fix: recognize option value on spread attribute (#9125)
4.2.0
Minor Changes
- feat: move
svelteHTMLfrom language-tools into core to load the correctsvelte/elementtypes (#9070)
... (truncated)
Commits
a9d1f46Version Packages (#15021)509ba56fix: create fewer deriveds for concatenated strings (#15041)2aefc54feat(elements): Expose ClassValue (#15035)973b51dfix: correctly parse leading comments in function binding (#15020)1d3c439Version Packages (#15010)ff79704fix: bump esrap (#15015)5419610fix: ensure resume effects are scheduled in topological order (#15012)360ee70fix: remove listener onbind_current_timeteardown (#15013)dfa97a5feat: allow every children intemplatetags (#15007)a1698c6Version Packages (#15001)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by svelte-admin, a new releaser for svelte since your current version.
Updates @sveltejs/vite-plugin-svelte from 1.0.9 to 5.0.3
Release notes
Sourced from @sveltejs/vite-plugin-svelte's releases.
@sveltejs/vite-plugin-svelte@5.0.3Patch Changes
- fix errorhandling to work with errors that don't have a code property (#1054)
@sveltejs/vite-plugin-svelte@5.0.2Patch Changes
- adapt internal handling of warning and error
codeproperty to changes in svelte5 (#1044)
@sveltejs/vite-plugin-svelte@5.0.1Patch Changes
- Fix peer dependencies warning (#1038)
@sveltejs/vite-plugin-svelte@5.0.0Major Changes
Minor Changes
Add
esm-envtossr.noExternalby default to resolve its conditions with Vite (#1020)Support
?inlinequery on Svelte style virtual modules (#1024)Patch Changes
remove vite6 beta from peer range (#1035)
Allow script tags to span multiple lines (
0db95a9)Updated dependencies [
4fefbc2,e262266]:
@sveltejs/vite-plugin-svelte-inspector@4.0.0
@sveltejs/vite-plugin-svelte@5.0.0-next.0Major Changes
Minor Changes
... (truncated)
Changelog
Sourced from @sveltejs/vite-plugin-svelte's changelog.
5.0.3
Patch Changes
- fix errorhandling to work with errors that don't have a code property (#1054)
5.0.2
Patch Changes
- adapt internal handling of warning and error
codeproperty to changes in svelte5 (#1044)5.0.1
Patch Changes
- Fix peer dependencies warning (#1038)
5.0.0
Major Changes
Minor Changes
Add
esm-envtossr.noExternalby default to resolve its conditions with Vite (#1020)Support
?inlinequery on Svelte style virtual modules (#1024)Patch Changes
remove vite6 beta from peer range (#1035)
Allow script tags to span multiple lines (
0db95a9)Updated dependencies [
4fefbc2,e262266]:
@sveltejs/vite-plugin-svelte-inspector@4.0.05.0.0-next.0
Major Changes
... (truncated)
Commits
2a89666Version Packages (#1056)47184d4Use optional chaining to catch null error codes in error.js (#1054)d215c88chore(deps): bump deps and update test case to match new svelte export (#1049)0e8ebf3Version Packages (#1045)e41edfffix: update warning codes for svelte5 (#1044)1b302f1chore(deps): update all non-major dependencies (#1042)12dc87cchore(deps): update all non-major dependencies (#1041)0c06e1fVersion Packages (#1039)5389d31fix: handle peer dep warning (#1038)5192b92Version Packages (#1036)- Additional commits viewable in compare view
Updates svelte-check from 2.9.2 to 4.1.4
Release notes
Sourced from svelte-check's releases.
svelte-check-4.1.4
- fix: don't hoist types/snippets referencing stores or destructured variables (#2661)
svelte-check-4.1.3
- fix: move snippets to correct place when only module script present
svelte-check-4.1.2
- feat: support generics attribute for JSDoc (#2624)
- fix: better snippet/interface hoistability analysis (#2655)
- chore: TypeScript 5.7 support (#2585)
svelte-check-4.1.1
- fix: support each without as (#2615)
svelte-check-4.1.0
- fix: don't move appended content from previous node while hoisting interface (#2596)
- fix: ensure hoisted interfaces are moved after hoisted imports (#2597)
- fix: preserve bind:... mapping on elements for better source maps
- feat: prepare for some upcoming features of Svelte 5
svelte-check-4.0.9
- fix: detect shadowed variables/types during type hoisting (#2590)
svelte-check-4.0.8
- fix: fall back to any instead of unknown for untyped $props (#2582)
- fix: robustify and fix file writing (#2584)
- fix: hoist types related to $props rune if possible (#2571)
svelte-check-4.0.7
- fix:
$props: infer types for$bindable, infer function type from arrow functionsvelte-check-4.0.6
- chore: autotype
const load = ...declarations (#2540)- chore: provide component instance type in Svelte 5 (#2553)
- chore: support typescript 5.6 (#2545)
- fix: infer object and array shapes from fallback types (#2562)
svelte-check-4.0.5
- fix: include named exports in svelte 5 type (#2528)
svelte-check-4.0.4
- fix: relax component constructor type (#2524)
svelte-check-4.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)- 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)
... (truncated)
Commits
2f46701fix: don't hoist types referencing stores or destructured variables (#2661)90c9953fix: Update prettier-options-schema.json (#2658)52c0d9ffix: move snippets to correct place when only module script presentb5ec504fix: safely access Svelte config during startupd5fbdfefix: better hoistability analysis (#2655)931dd85feat: Semantic document highlight (#1408)646f2e6feat: supportgenericsattribute for JSDoc (#2624)3f2da5dfeat: TypeScript 5.7 support (#2585)1e9cbd3chore: run Svelte 5 tests in loose parser mode (#2652)477e76dfix: reword plugin modal options (#2646) (#2647)- Additional commits viewable in compare view
Updates svelte-preprocess from 4.10.7 to 6.0.3
Changelog
Sourced from svelte-preprocess's changelog.
6.0.3 (2024-09-26)
Bug Fixes
- add pug mixins to support svelte-5 syntax (#654) (9d49f3d)
- ignore sass deprecation warning (#657) (9b54325), closes #656
6.0.2 (2024-07-09)
Bug Fixes
6.0.1 (2024-06-14)
Bug Fixes
6.0.0 (2024-06-12)
BREAKING CHANGES
- remove TS mixed imports support, require TS 5.0 or higher
- remove
preserveoption as it's unnecessary- require Svelte 4+, Node 18+
- add exports map
Bug Fixes
- adjust globalifySelector to not split selectors with parentheses. (#632) (c435ebd), closes #501
- fix: allow TS filename to be undefined, fixes #488
- fix: adjust Svelte compiler type import
- fix: remove pug types and magic-string from dependencies
- chore: bump peer deps, fixes #553
5.1.4 (2024-04-16)
Bug Fixes
5.1.3 (2023-12-18)
... (truncated)
Commits
- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.
Deploy Preview for jstodotxt ready!
| Name | Link |
|---|---|
| Latest commit | cf9e115b21576caad860b06aa9b8ce41b58abb5c |
| Latest deploy log | https://app.netlify.com/sites/jstodotxt/deploys/678ec31dab82d60008bf0d54 |
| Deploy Preview | https://deploy-preview-65--jstodotxt.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.