breaking(svelte5): only generate function component shape in runes mode (#2517). This means you can no longer just do Component in type positions. Instead you need to prepend it with typeof. 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. After let 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)
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 rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the patch-minor group with 8 updates:
6.0.2
6.0.3
2.5.28
2.6.1
2.44.0
2.44.1
1.79.3
1.79.4
1.192.5
1.200.3
4.0.2
4.0.4
2.0.1
2.0.2
5.4.7
5.4.8
Updates
svelte-preprocess
from 6.0.2 to 6.0.3Changelog
Sourced from svelte-preprocess's changelog.
Commits
c522b8e
chore(release): 6.0.3455e6e9
chore: cleanup fix9b54325
fix: ignore sass deprecation warning (#657)9d49f3d
fix: add pug mixins to support svelte-5 syntax (#654)359b1f6
docs: update broken documentation example (#650)Updates
@sveltejs/kit
from 2.5.28 to 2.6.1Release notes
Sourced from
@sveltejs/kit
's releases.Changelog
Sourced from
@sveltejs/kit
's changelog.Commits
06936ae
Version Packages (#12725)e9ed772
fix: better error message when calling push/replaceState before router is ini...b74d796
Version Packages (#12707)5b40b04
feat: support typed arrays inload
functions (#12716)a233f53
fix: allow native form submission for\<form target="_blank">
and `<button f...6ea7abb
chore: bump eslint-config (#12682)Updates
eslint-plugin-svelte
from 2.44.0 to 2.44.1Release notes
Sourced from eslint-plugin-svelte's releases.
Commits
29545a2
chore: release eslint-plugin-svelte (#865)580e48a
fix(svelte/indent): ensure proper snippet indent (#864)c840776
chore(deps): update dependency esbuild to ^0.24.0d2a5ff7
chore(deps): update dependency svelte to v5.0.0-next.24914359b4
chore(deps): update dependency svelte to v5.0.0-next.247b5a9aad
chore(deps): update dependency svelte to v5.0.0-next.246e8e05b6
chore(deps): update dependency typescript to ~5.6.0Updates
sass
from 1.79.3 to 1.79.4Release notes
Sourced from sass's releases.
Changelog
Sourced from sass's changelog.
Commits
f84e867
Fix JS API legacy SassColor.change (#2368)72612c4
Bump bufbuild/buf-setup-action in /.github/util/initialize (#2363)Updates
supabase
from 1.192.5 to 1.200.3Release notes
Sourced from supabase's releases.
... (truncated)
Commits
5701583
fix: ensure the cli and ui flow for custom domains matchd4b920a
chore: remove cname swap message as it is no longer a requirementcd94f35
fix: handle version prefix in globals (#2701)a0a5d5f
fix: the container ulimits for reatime (#2694)e6ec6ac
chore: start command validate exclude arguments (#2697)4d50bf6
Merge branch 'develop' into avallete/chore-start-command-validate-exclude-namesa66a390
chore: apply comment update cmd/start.gocf504ab
feat(realtime): add longpoll route to kong (#2506)d660a36
chore: apply PR comments044ba61
chore: start command validate exclude argumentsUpdates
svelte-check
from 4.0.2 to 4.0.4Release notes
Sourced from svelte-check's releases.
Commits
4dfb988
fix: relax component constructor type (#2524)fc2144b
chore: upgrade to chokidar 4 (#2502)7c76ec5
fix: check project files update more aggressively before assigning service (#...837b61f
breaking(svelte5): only generate function component shape in runes mode (#2517)35af691
perf: auto import cache for svelte-kit language service proxy (#2513)81019d9
fix: revert additional two-way-binding checks (#2508)e74f1d7
chore: revert accidental commite132b56
fix: make no Svelte files found a warning (#2507)94a7352
fix: include files indirectly belonging to a project into correct project (#2...73125a6
fix: silence type error in old d.ts filesUpdates
svelte-sequential-preprocessor
from 2.0.1 to 2.0.2Changelog
Sourced from svelte-sequential-preprocessor's changelog.
Commits
a916bea
Release v2.0.20048a37
Changed node versions under test8493984
Changes to work with latest eslint4cb6932
Updated actions/setup-node version0dbb54f
Fix passing map, attributes, and toString through in markup preprocessorf840d79
chore: update npm dependencies (#364)634b17f
chore: update npm dependencies (#358)c879af3
chore: update npm dependencies (#344)7f8f3aa
chore: update npm dependencies (#341)b3e95d2
Bump magic-string from 0.30.10 to 0.30.11 (#337)Updates
vite
from 5.4.7 to 5.4.8Changelog
Sourced from vite's changelog.
Commits
0474550
release: v5.4.88464d97
fix(css): backport #18128, ensure sass compiler initialized only once (#18184)7d47fc1
fix(css): backport #18113, fix missing source file warning with sass modern a...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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show