Skip to content

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

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

Release notes

Sourced from @​sveltejs/kit's releases.

@​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)

  • [fix] correct Vite config merging with force option (#7911)

  • [fix] rebuild manifest when client hooks or param matcher file is added/removed (#7915)

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

Patch Changes

  • Remove prepublishOnly script (#7893)
Changelog

Sourced from @​sveltejs/kit's changelog.

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)

1.0.0-next.571

Patch Changes

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

  • [fix] correct Vite config merging with force option (#7911)

  • [fix] rebuild manifest when client hooks or param matcher file is added/removed (#7915)

1.0.0-next.570

Patch Changes

  • Remove prepublishOnly script (#7893)

1.0.0-next.569

Patch Changes

  • Ignore elements that are no longer in the document (#7881)

  • [breaking] Use client-side routing for <form method="GET"> (#7828)

1.0.0-next.568

Patch Changes

  • [fix] add migration hint for renamed methods (#7874)
Commits
  • e7a4c9a Version Packages (next) (#7943)
  • 5b276f2 fix: ensure that editing app.html reloads open dev page (#7944)
  • 72f20a6 Update all non-major dependencies (#7931)
  • 0a45b71 [fix] check element being null when traversing element options (#7930)
  • c1b4f81 [fix] add $app and $env to optimizeDeps.exclude to allow prebundling for libr...
  • fe3ebdd Version Packages (next) (#7909)
  • 1dfa20e [fix] use searchParams for x-sveltekit-invalidated (#7912)
  • 78a2322 [fix] rebuild manifest when client hooks or param matcher file is added/remov...
  • 5963db0 [fix] correct Vite config merging with force option (#7911)
  • f953c9d Overhaul site-kit (#7892)
  • 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