Skip to content

Bump @sveltejs/kit from 1.15.1 to 1.15.7

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

Bumps @sveltejs/kit from 1.15.1 to 1.15.7.

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​1.15.7

Patch Changes

  • fix: provide better error when prerendered routes conflict with each other (#9692)

  • fix: prevent false positive warnings for fetch in Firefox and Safari (#9680)

  • fix: allow embedding two pages generated into the same page in "embedded" mode (#9610)

  • fix: don't include prerendered routes in default generateManifest (#9471)

  • fix: better error messages for handleable prerender failures (#9621)

@​sveltejs/kit@​1.15.6

Patch Changes

  • fix: use correct relative paths when rendering base path (#9343)

  • fix: handle redirect thrown in handle hook in response to form action (#9658)

  • fix: do not call beforeNavigate for download links (#9660)

@​sveltejs/kit@​1.15.5

Patch Changes

  • fix: correct allow header methods list for 405s (#9655)

  • fix: prevent routes/layouts from having conflicting files through resets or different extensions (#9590)

  • fix: prevent unhandled exceptions for invalid header values (#9638)

@​sveltejs/kit@​1.15.4

Patch Changes

  • fix: gracefully handle failure to load hooks.server.js (#9641)

  • feat: set sourcemapIgnoreList to filter out non-source directories (#9619)

@​sveltejs/kit@​1.15.3

Patch Changes

  • fix: prevent building duplicate CSS files (#9382)

@​sveltejs/kit@​1.15.2

Patch Changes

  • fix: address security advisory CVE-2023-29008 by doing a case-insensitive comparison when checking header value (ba436c66)
Changelog

Sourced from @​sveltejs/kit's changelog.

1.15.7

Patch Changes

  • fix: provide better error when prerendered routes conflict with each other (#9692)

  • fix: prevent false positive warnings for fetch in Firefox and Safari (#9680)

  • fix: allow embedding two pages generated into the same page in "embedded" mode (#9610)

  • fix: don't include prerendered routes in default generateManifest (#9471)

  • fix: better error messages for handleable prerender failures (#9621)

1.15.6

Patch Changes

  • fix: use correct relative paths when rendering base path (#9343)

  • fix: handle redirect thrown in handle hook in response to form action (#9658)

  • fix: do not call beforeNavigate for download links (#9660)

1.15.5

Patch Changes

  • fix: correct allow header methods list for 405s (#9655)

  • fix: prevent routes/layouts from having conflicting files through resets or different extensions (#9590)

  • fix: prevent unhandled exceptions for invalid header values (#9638)

1.15.4

Patch Changes

  • fix: gracefully handle failure to load hooks.server.js (#9641)

  • feat: set sourcemapIgnoreList to filter out non-source directories (#9619)

1.15.3

Patch Changes

  • fix: prevent building duplicate CSS files (#9382)

1.15.2

... (truncated)

Commits
  • c3f2cb1 Version Packages (#9689)
  • e9dd255 fix: don't include prerendered routes in default generateManifest (#9471)
  • 367067f fix: allow embedding two pages generated into the same page in "embedded" mod...
  • 84a5250 prvide better error when prerendered routes conflict with each other - closes...
  • 95e9582 fix: prevent false positive warnings for fetch in Firefox and Safari (#9680)
  • ae2f4a8 feat: improve error message for handleHttpError and handleMissingId (#9621)
  • 5e27d67 Version Packages (#9685)
  • 6885211 always add trailing slash to base path (#9343)
  • 1cc2243 fix: handle redirect thrown in handle hook in response to form action (#9658)
  • 4315e0b fix: prevent beforeNavigate() for download links (#9660)
  • Additional commits viewable in compare view


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