gtim / chessdriller

Open-source chess opening practice. Free alternative to Chessable's spaced repetition / review feature.
https://chessdriller.org
25 stars 4 forks source link

Bump @sveltejs/kit from 1.22.6 to 2.0.2 #115

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Bumps @sveltejs/kit from 1.22.6 to 2.0.2.

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.0.2

Patch Changes

  • fix: prevent endless SPA 404 loop (#11354)

@​sveltejs/kit@​2.0.1

Patch Changes

  • fix: correctly handle trailing slash redirect when navigating from the root page (#11357)

@​sveltejs/kit@​2.0.0

Major Changes

  • breaking: remove top-level promise awaiting (#11176)

  • breaking: prevent use of dynamic env vars during prerendering, serve env vars dynamically (#11277)

  • breaking: remove deprecated use:enhance callback values (#11282)

  • breaking: turn error and redirect into commands (#11165)

  • breaking: the type for depends now requires a : as part of the string (#11201)

  • breaking: remove baseUrl fallback from generated tsconfig (#11294)

  • breaking: fail if route with +page and +server is marked prerenderable (#11256)

  • breaking: remove resolvePath in favour of resolveRoute from $app/paths (#11265)

  • breaking: drop support for Svelte 3 (#11168)

  • breaking: require Vite 5.0.3+ (#11122)

  • breaking: generate __data.json files as sibling to .html files (#11269)

  • breaking: fail if +page and +server have mismatched config (#11256)

  • breaking: error if form without multipart/form-data enctype contains a file input (#11282)

  • breaking: require paths pass to preloadCode to be prefixed with basepath (#11259)

  • breaking: @sveltejs/vite-plugin-svelte is now a peer dependency and will need to be installed in each project using SvelteKit (#11184)

  • breaking: stop re-exporting vitePreprocess (#11297)

  • breaking: require path option when setting/deleting/serializing cookies (#11240)

  • breaking: tighten up error handling (#11289)

  • breaking: remove state option from goto in favor of shallow routing (#11307)

... (truncated)

Changelog

Sourced from @​sveltejs/kit's changelog.

2.0.2

Patch Changes

  • fix: prevent endless SPA 404 loop (#11354)

2.0.1

Patch Changes

  • fix: correctly handle trailing slash redirect when navigating from the root page (#11357)

2.0.0

Major Changes

  • breaking: remove top-level promise awaiting (#11176)

  • breaking: prevent use of dynamic env vars during prerendering, serve env vars dynamically (#11277)

  • breaking: remove deprecated use:enhance callback values (#11282)

  • breaking: turn error and redirect into commands (#11165)

  • breaking: the type for depends now requires a : as part of the string (#11201)

  • breaking: remove baseUrl fallback from generated tsconfig (#11294)

  • breaking: fail if route with +page and +server is marked prerenderable (#11256)

  • breaking: remove resolvePath in favour of resolveRoute from $app/paths (#11265)

  • breaking: drop support for Svelte 3 (#11168)

  • breaking: require Vite 5.0.3+ (#11122)

  • breaking: generate __data.json files as sibling to .html files (#11269)

  • breaking: fail if +page and +server have mismatched config (#11256)

  • breaking: error if form without multipart/form-data enctype contains a file input (#11282)

  • breaking: require paths pass to preloadCode to be prefixed with basepath (#11259)

  • breaking: @sveltejs/vite-plugin-svelte is now a peer dependency and will need to be installed in each project using SvelteKit (#11184)

  • breaking: stop re-exporting vitePreprocess (#11297)

  • breaking: require path option when setting/deleting/serializing cookies (#11240)

... (truncated)

Commits


Dependabot compatibility score

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 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)
dependabot[bot] commented 9 months ago

Superseded by #118.