Skip to content

Version Packages (next)#16435

Merged
Rich-Harris merged 1 commit into
version-3from
changeset-release/version-3
Jul 24, 2026
Merged

Version Packages (next)#16435
Rich-Harris merged 1 commit into
version-3from
changeset-release/version-3

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to version-3, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

version-3 is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on version-3.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@sveltejs/kit@3.0.0-next.12

Major Changes

  • breaking: rename Pathname type to Path and Asset to AssetPath (#16430)
    breaking: remove leading / from Path and AssetPath

  • breaking: write tsconfig to node_modules/$app/tsconfig (#16458)

  • breaking: error on event.url, event.params and event.route access inside queries (#16452)

  • breaking: delete $service-worker module (#16450)

  • breaking: detect new deployments on data, remote, and form action responses, tab focus, and visibility change, and default version.pollInterval to 1 hour (#16496)

Minor Changes

  • feat: add $app/manifest module with immutable, assets, prerendered, and routes exports (#16372)

  • feat: validate that all remote form fields were created with form.fields.foo.as(...) (#16331)

  • feat: make $app/paths importable in service workers (#16441)

  • feat: $app/service-worker module (#16458)

  • feat: better tsconfig validation (#16458)

  • fix: default cookies to secure to false during development (#16462)

Patch Changes

  • fix: allow undefined values to be passed to form field .as(...) where applicable (#15681)

  • fix: include queries refreshed from within another query in the serialized response (#16461)

  • fix: generate sourcemaps for remote modules (#16440)

  • fix: avoid empty getElementById() call on hash routing navigation (#16448)

  • fix: warn if hook files are spelled as "hook" instead of "hooks" (#16483)

  • chore: deprecate the alias option (#16470)

  • fix: prevent infinite loops when server-side queries refresh each other in a cycle during the single-flight drain (#16461)

  • fix: populate version in service workers (#16434)

  • fix: resolve remote modules as external during dev prebundling so packages can re-export remote functions (#16426)

  • fix: refetch route-tracking server data when navigating away from an error page (#16381)

  • fix: serialize query(...).set(...)/query(...).refresh() values into the rendered HTML when called from within a query during SSR (#16461)

  • fix: fall back to the page's form actions when a sibling endpoint has no POST handler (#16349)

  • fix: return a lightweight 404 instead of rendering the error page for subresource requests (#16463)

  • fix: preserve stripped path prefixes by making trailing-slash redirects relative (#16431)

  • chore: deduplicate type-stripping logic in tweak_types (#16454)

  • fix: more informative error message when running a command inside a query or prerender function (eb5c973)

@sveltejs/adapter-cloudflare@8.0.0-next.3

Patch Changes

@sveltejs/adapter-netlify@7.0.0-next.4

Patch Changes

@sveltejs/adapter-node@6.0.0-next.6

Patch Changes

@sveltejs/adapter-vercel@7.0.0-next.3

Patch Changes

@pkg-svelte-dev

pkg-svelte-dev Bot commented Jul 20, 2026

Copy link
Copy Markdown

Install the latest version of @sveltejs/kit from acf334e:

pnpm add https://pkg.svelte.dev/@sveltejs/kit/c/acf334e94a3877f14ffd0c66b15f269eb60ab7a4

Open in pkg.svelte.dev: https://pkg.svelte.dev/repos/kit/pr/16435

@svelte-docs-bot

Copy link
Copy Markdown

@github-actions
github-actions Bot force-pushed the changeset-release/version-3 branch 12 times, most recently from 25535d1 to 5f76931 Compare July 20, 2026 23:20
@teemingc teemingc added the needs-platform-tests This PR needs to run platform tests in order to merge. label Jul 21, 2026
@github-actions
github-actions Bot force-pushed the changeset-release/version-3 branch 15 times, most recently from 546c471 to e3e27a1 Compare July 22, 2026 19:56
@github-actions
github-actions Bot force-pushed the changeset-release/version-3 branch 8 times, most recently from 565ba0e to f5d4947 Compare July 24, 2026 14:15
@github-actions
github-actions Bot force-pushed the changeset-release/version-3 branch from f5d4947 to acf334e Compare July 24, 2026 21:17
@Rich-Harris
Rich-Harris merged commit c6bfbbd into version-3 Jul 24, 2026
4 of 6 checks passed
@Rich-Harris
Rich-Harris deleted the changeset-release/version-3 branch July 24, 2026 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-platform-tests This PR needs to run platform tests in order to merge.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants