Skip to content

Bump @sveltejs/kit from 1.7.2 to 1.9.2

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

Bumps @sveltejs/kit from 1.7.2 to 1.9.2.

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​1.9.2

Patch Changes

  • fix: correct undefined reference to global var with Vitest (#9252)

@​sveltejs/kit@​1.9.1

Patch Changes

  • feat: warn when calling depends(...) with special URI scheme (#9246)

@​sveltejs/kit@​1.9.0

Minor Changes

  • feat: add paths.relative option to control interpretation of paths.assets and paths.base (#9220)

@​sveltejs/kit@​1.8.8

Patch Changes

  • fix: always add @sveltejs/kit to noExternal for ssr build (#9242)

@​sveltejs/kit@​1.8.7

Patch Changes

  • fix: correct not found message when setting paths.base (#9232)

@​sveltejs/kit@​1.8.6

Patch Changes

  • fix: bundle SvelteKit when using Vitest (#9172)

@​sveltejs/kit@​1.8.5

Patch Changes

  • fix: allow relative fetch to endpoint outside app from within handle (#9198)

@​sveltejs/kit@​1.8.4

Patch Changes

  • fix: include .mjs files in precompression (#9179)

  • fix: revert mjs extension usage by default, make it an option (#9179)

  • chore: dummy changeset to force a release (#9207)

@​sveltejs/kit@​1.8.3

Patch Changes

  • fix: use a proprietary content-type to ensure response is not buffered (#9142)

@​sveltejs/kit@​1.8.2

... (truncated)

Changelog

Sourced from @​sveltejs/kit's changelog.

1.9.2

Patch Changes

  • fix: correct undefined reference to global var with Vitest (#9252)

1.9.1

Patch Changes

  • feat: warn when calling depends(...) with special URI scheme (#9246)

1.9.0

Minor Changes

  • feat: add paths.relative option to control interpretation of paths.assets and paths.base (#9220)

1.8.8

Patch Changes

  • fix: always add @sveltejs/kit to noExternal for ssr build (#9242)
  • feat: add api.methods and page.methods to builder.routes (#9145)

1.8.7

Patch Changes

  • fix: correct not found message when setting paths.base (#9232)

1.8.6

Patch Changes

  • fix: bundle SvelteKit when using Vitest (#9172)

1.8.5

Patch Changes

  • fix: allow relative fetch to endpoint outside app from within handle (#9198)

1.8.4

Patch Changes

  • fix: include .mjs files in precompression (#9179)

  • fix: revert mjs extension usage by default, make it an option (#9179)

... (truncated)

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