Skip to content

Bump @sveltejs/kit from 1.15.1 to 1.16.3

Dependabot requested to merge dependabot-npm_and_yarn-sveltejs-kit-1.16.3 into main

Bumps @sveltejs/kit from 1.15.1 to 1.16.3.

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​1.16.3

Patch Changes

  • fix: entry generation with mixed segments (#9879)

  • fix: use focusVisible: false to prevent unwanted focus ring on navigation (#9861)

@​sveltejs/kit@​1.16.2

Patch Changes

  • fix: support Node 20 (6e2efcf62)

  • fix: reset focus synchronously on navigation (#9837)

@​sveltejs/kit@​1.16.1

Patch Changes

  • fix: realign state.branch on the client on first load (#9754)

  • fix: update $page.data correctly after invalidate (#9798)

  • fix: file not found in manifest (#9846)

@​sveltejs/kit@​1.16.0

Minor Changes

  • feat: route-level entry generators via export const entries (#9571)

@​sveltejs/kit@​1.15.11

Patch Changes

  • chore: more compact representation for invalidated search param (#9708)

  • chore: fix import path to app script on windows (#9743)

  • fix: make $app/navigation more resilient to bundler reordering (#9808)

  • fix: page load fetch() now accepts the same input types for the body as the native fetch function (#9801)

  • fix: handle preload and filterSerializedResponseHeaders in sequence function (#9741)

@​sveltejs/kit@​1.15.10

Patch Changes

  • fix: log whole error object in default handleError (#9791)

@​sveltejs/kit@​1.15.9

Patch Changes

  • fix: correctly replace state when data-sveltekit-replacestate is used with a hash link (#9751)

... (truncated)

Changelog

Sourced from @​sveltejs/kit's changelog.

1.16.3

Patch Changes

  • fix: entry generation with mixed segments (#9879)

  • fix: use focusVisible: false to prevent unwanted focus ring on navigation (#9861)

1.16.2

Patch Changes

  • fix: support Node 20 (6e2efcf62)

  • fix: reset focus synchronously on navigation (#9837)

1.16.1

Patch Changes

  • fix: realign state.branch on the client on first load (#9754)

  • fix: update $page.data correctly after invalidate (#9798)

  • fix: file not found in manifest (#9846)

1.16.0

Minor Changes

  • feat: route-level entry generators via export const entries (#9571)
Commits


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports

Loading