Bump @sveltejs/kit from 1.0.0-next.354 to 1.0.0-next.355
Created by: dependabot[bot]
Bumps @sveltejs/kit from 1.0.0-next.354 to 1.0.0-next.355.
Release notes
Sourced from @sveltejs/kit
's releases.
@sveltejs/kit
@1
.0.0-next.355Patch Changes
[chore] Prerendering URL is now a subclass instead of a proxy (#5278)
[fix] support vite.config.js on Windows (#5265)
Allow both string and URL as the first argument of
$app/navigation#goto
(#5282)rename
goto(href)
togoto(url)
(#5286)Add types for
@sveltejs/kit/
experimental/vite (#5266)fix: port flag doesn't work in preview (#5284)
Changelog
Sourced from @sveltejs/kit
's changelog.
1.0.0-next.355
Patch Changes
- [chore] Prerendering URL is now a subclass instead of a proxy (#5278)
- [fix] support vite.config.js on Windows (#5265)
- Allow both string and URL as the first argument of
$app/navigation#goto
(#5282)
- rename
goto(href)
togoto(url)
(#5286)
- Add types for
@sveltejs/kit/
experimental/vite (#5266)
- fix: port flag doesn't work in preview (#5284)
Commits
-
c576558
Version Packages (next) (#5275) -
713157a
Ensure vite.config.js works on Windows (#5265) -
fb295fe
feat: Created PrerenderingURL, mirroring LoadURL's usage (#5278) -
f81e4a8
rename goto(href) to goto(url) (#5286) -
5db49d5
[docs] enhance docs on adding types to app.d.ts (#5280) -
4f55588
[feat] allowURL
ingoto
(#5282) -
82cc7f0
[fix]port
flag doesn't work in preview (#5284) -
435e057
[chore] fix start_server type (#5268) -
28fe20f
[chore] ignore generated files in packaging test for check-format (#5272) -
5167932
[docs] fix JSDoc syntax highlighting in VS Code (#5257) - 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)