Bump @sveltejs/kit from 1.0.0-next.415 to 1.0.0-next.429
Created by: dependabot[bot]
Bumps @sveltejs/kit from 1.0.0-next.415 to 1.0.0-next.429.
Release notes
Sourced from @sveltejs/kit
's releases.
@sveltejs/kit
@1
.0.0-next.429Patch Changes
[fix] Prevent import of
$env/*/private
in client (#6018)Fix vite.config.ts "Cannot find module '
@sveltejs/kit/
vite' or its corresponding type declarations." (#6140)
@sveltejs/kit
@1
.0.0-next.428Patch Changes
Allow
$app/stores
to be used from anywhere on the browser (#6100)use
enumerable: false
on "[x] no longer exists" getters so that they are not triggered by spreading (#6105)Fix pattern matching for routes starting with an encoded
@
symbol (#6110)Fix typos in generating
LayoutServerLoad.{name}
type (#6123)Fix sorting of files into +layout, +error, everything else. (#6108)
Add test folder to generated tsconfig (#6085)
@sveltejs/kit
@1
.0.0-next.427Patch Changes
- Throw error if browser.hydrate is false and browser.router is true (#6086)
@sveltejs/kit
@1
.0.0-next.426Patch Changes
- Avoid using [].at(-1) in the client (#6082)
@sveltejs/kit
@1
.0.0-next.425Patch Changes
- Silence more unknown prop warnings coming from SvelteKit (#6078)
@sveltejs/kit
@1
.0.0-next.424Patch Changes
... (truncated)
Changelog
Sourced from @sveltejs/kit
's changelog.
1.0.0-next.429
Patch Changes
- [fix] Prevent import of
$env/*/private
in client (#6018)
- Fix vite.config.ts "Cannot find module '
@sveltejs/kit/
vite' or its corresponding type declarations." (#6140)1.0.0-next.428
Patch Changes
- Allow
$app/stores
to be used from anywhere on the browser (#6100)
- use
enumerable: false
on "[x] no longer exists" getters so that they are not triggered by spreading (#6105)
- Fix pattern matching for routes starting with an encoded
@
symbol (#6110)
- Fix typos in generating
LayoutServerLoad.{name}
type (#6123)
- Fix sorting of files into +layout, +error, everything else. (#6108)
- Add test folder to generated tsconfig (#6085)
1.0.0-next.427
Patch Changes
- Throw error if browser.hydrate is false and browser.router is true (#6086)
1.0.0-next.426
Patch Changes
- Avoid using [].at(-1) in the client (#6082)
1.0.0-next.425
Patch Changes
- Silence more unknown prop warnings coming from SvelteKit (#6078)
1.0.0-next.424
Patch Changes
- prevent duplicate module ids by disabling optimizeDeps for
@sveltejs/kit
(#6057)
- Generate types when Svelte file missing, fix layout params (#6066)
... (truncated)
Commits
-
fa2b58d
Version Packages (next) (#6171) -
c4fa7a8
fix:$env/*/private
importable in client (#6018) -
fca688c
fix: Add support for vite.config.ts (#6140) -
540c564
[docs] added inline code wrapper (#6159) -
476f17f
Version Packages (next) (#6118) -
9b24b9c
[fix] add test folder to includes (#6085) -
b9d709a
keep browser stores in always-accessible singleton (#6100) -
b335f38
use enumerable: false for temporary no-longer-exists getters (#6105) -
3ab2528
[fix] prioritize sorting of +error files (#6108) -
fc16ed3
Fix wrong LayoutServerLoad.name type (#6123) - Additional commits viewable 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 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 ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)