Skip to content

Bump @sveltejs/kit from 1.0.0-next.567 to 1.0.0-next.577

Bumps @sveltejs/kit from 1.0.0-next.567 to 1.0.0-next.577.

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​1.0.0-next.577

Patch Changes

  • [breaking] add embedded option, turned off by default (#7969)

@​sveltejs/kit@​1.0.0-next.576

Patch Changes

  • [breaking] make sveltekit() return a promise of array of Vite plugins (#7994)

@​sveltejs/kit@​1.0.0-next.575

Patch Changes

  • [fix] throw error when using enhance on GET forms (#7948)

  • [breaking] strip __data.json from url (#7979)

@​sveltejs/kit@​1.0.0-next.574

Patch Changes

  • [feat] split Vite plugin in two (#7990)

@​sveltejs/kit@​1.0.0-next.573

Patch Changes

  • [fix] adjust ActionData type (#7962)

  • [breaking] disallow unknown exports (except when starting with an underscore) from +(layout|page)(.server)?.js and +server.js files (#7878)

  • [fix] continuous optionals should not throw conflict error (#7939)

  • fix enhance error message when form action doesn't exist or csrf is enabled (#7958)

@​sveltejs/kit@​1.0.0-next.572

Minor Changes

  • Checks that element is not null before reading getAttribute (#7930)

Patch Changes

  • [chore] update magic-string (#7931)

  • add $app and $env to optimizeDeps.exclude so that libraries using these work correctly when prebundled (#7933)

  • reload dev page on change of app.html (#7944)

@​sveltejs/kit@​1.0.0-next.571

Patch Changes

  • [fix] use searchParams for x-sveltekit-invalidated (#7912)

... (truncated)

Changelog

Sourced from @​sveltejs/kit's changelog.

1.0.0-next.577

Patch Changes

  • [breaking] add embedded option, turned off by default (#7969)

1.0.0-next.576

Patch Changes

  • [breaking] make sveltekit() return a promise of array of Vite plugins (#7994)

1.0.0-next.575

Patch Changes

  • [fix] throw error when using enhance on GET forms (#7948)

  • [breaking] strip __data.json from url (#7979)

1.0.0-next.574

Patch Changes

  • [feat] split Vite plugin in two (#7990)

1.0.0-next.573

Patch Changes

  • [fix] adjust ActionData type (#7962)

  • [breaking] disallow unknown exports (except when starting with an underscore) from +(layout|page)(.server)?.js and +server.js files (#7878)

  • [fix] continuous optionals should not throw conflict error (#7939)

  • fix enhance error message when form action doesn't exist or csrf is enabled (#7958)

1.0.0-next.572

Minor Changes

  • Checks that element is not null before reading getAttribute (#7930)

Patch Changes

  • [chore] update magic-string (#7931)

  • add $app and $env to optimizeDeps.exclude so that libraries using these work correctly when prebundled (#7933)

... (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