Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 16 additions & 3 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,48 +9,61 @@
"cuddly-radios-brush",
"cuddly-tigers-attend",
"cyan-zoos-love",
"deferred-query-refresh",
"drain-unconsumed-request-body",
"dry-experts-heal",
"dry-ties-scream",
"early-worlds-slide",
"easy-shrimps-like",
"easy-weeks-tan",
"eight-melons-brake",
"eighty-paws-love",
"elliott-is-uncreative",
"fast-rooms-move",
"feat-service-worker-module",
"fine-ghosts-camp",
"five-readers-march",
"fix-app-env-vite-node",
"fix-date-form-fields-set",
"fix-form-action-prototype-pollution",
"fix-impossible-situation-server-only",
"fix-vitest-globalsetup-app-version",
"fluffy-dolls-grow",
"fluffy-tires-judge",
"form-action-http-status-codes",
"forty-ducks-fly",
"gentle-radios-go",
"gentle-signs-cross",
"gentle-toys-talk",
"giant-numbers-care",
"goto-errors-external-route",
"heavy-showers-leave",
"hip-apes-marry",
"ico-mime-type",
"large-onions-attack",
"late-lions-crash",
"lazy-nights-lay",
"lazy-tools-bathe",
"lemon-turkeys-drop",
"light-singers-lie",
"live-query-keep-alive",
"modern-dodos-hang",
"nasty-impalas-wear",
"nine-coins-cheer",
"nine-suns-nail",
"o11y-leave-experimental",
"odd-seas-refuse",
"olive-boxes-walk",
"open-wasps-shop",
"paths-origin",
"pink-boats-smell",
"pink-cobras-rush",
"plenty-cougars-wave",
"polite-lemons-refuse",
"public-items-agree",
"quick-badgers-notice",
"quiet-ravens-smile",
"red-masks-remain",
"remote-functions-required-flag",
"reserved-keyword-remote-exports",
"ripe-boats-think",
"ripe-tires-chew",
"rolldown-min-version",
Expand All @@ -60,8 +73,8 @@
"some-groups-return",
"sort-manifest-readdir",
"spicy-drinks-build",
"spicy-plants-begin",
"stale-monkeys-type",
"ten-lands-send",
"wise-pumas-deny"
]
}
8 changes: 8 additions & 0 deletions packages/adapter-netlify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @sveltejs/adapter-netlify

## 7.0.0-next.2

### Patch Changes

- fix: ensure types for `platform.context` work ([#16255](https://github.com/sveltejs/kit/pull/16255))
- Updated dependencies [[`ba78a0b`](https://github.com/sveltejs/kit/commit/ba78a0bcc4ada3c649cb5d077d0a94c78045b389), [`a248c9b`](https://github.com/sveltejs/kit/commit/a248c9b6bd0593d0d28b7193fc14071944214dc3), [`7596981`](https://github.com/sveltejs/kit/commit/7596981950f534c61a0d23e73ec5dd8d5679d95c), [`be72ed9`](https://github.com/sveltejs/kit/commit/be72ed98cddf240af56d8595e4809cfbd478eec0), [`a5bd7e2`](https://github.com/sveltejs/kit/commit/a5bd7e22e94def2061f3dff9f7ff41f445cdb7a6), [`dec671f`](https://github.com/sveltejs/kit/commit/dec671f6634570053a1439a62440f2edb3044aeb), [`82f3867`](https://github.com/sveltejs/kit/commit/82f38673765e5b561da70fca25e7a4e9e5fec33b), [`97eb324`](https://github.com/sveltejs/kit/commit/97eb3247fc17a8ec6d2acfe854397eb6fe667617), [`e2a9ac0`](https://github.com/sveltejs/kit/commit/e2a9ac01ce9953eb45193f33cf31e203bb2f3656), [`309bfb4`](https://github.com/sveltejs/kit/commit/309bfb4da61b0d97623e17d4e5fdd70dbd4f970e), [`522a86b`](https://github.com/sveltejs/kit/commit/522a86b7b57099b407d213b558a1733583b9811c), [`0ff547f`](https://github.com/sveltejs/kit/commit/0ff547fe596a00b1d67f3b68d57f18a4a8f003da), [`3d4ff91`](https://github.com/sveltejs/kit/commit/3d4ff91cb7c948270ddc3e206413dd6d2da93b16), [`c925f2a`](https://github.com/sveltejs/kit/commit/c925f2a323dca6c7206e8ddd2c516f30bb89e6f7), [`7daf445`](https://github.com/sveltejs/kit/commit/7daf44551b6540244900a281a7bddd31241d65f3)]:
- @sveltejs/kit@3.0.0-next.7

## 7.0.0-next.1
### Major Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-netlify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/adapter-netlify",
"version": "7.0.0-next.1",
"version": "7.0.0-next.2",
"description": "A SvelteKit adapter that creates a Netlify app",
"keywords": [
"adapter",
Expand Down
36 changes: 36 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# @sveltejs/kit

## 3.0.0-next.7

### Major Changes

- breaking: change `form.error` type from `any` to `App.Error | undefined` ([#16245](https://github.com/sveltejs/kit/pull/16245))

- feat: allow adapters to provide additional Vite plugins ([#16206](https://github.com/sveltejs/kit/pull/16206))

- breaking: move tracing out of the experimental namespace and remove the instrumentation flag ([#16260](https://github.com/sveltejs/kit/pull/16260))

- breaking: remove `$app/stores` ([#15499](https://github.com/sveltejs/kit/pull/15499))

- breaking: disallow `*.remote.ts/js` files unless `experimental.remoteFunctions` is enabled ([#16247](https://github.com/sveltejs/kit/pull/16247))

- breaking: remove param files in folder in favor of `params.js/ts` file ([#16189](https://github.com/sveltejs/kit/pull/16189))

### Patch Changes

- fix: defer `query.refresh()` in server commands until after the command body completes ([#16225](https://github.com/sveltejs/kit/pull/16225))

- fix: resolve service worker and `tsconfig.json` based on Vite `root` setting ([#16229](https://github.com/sveltejs/kit/pull/16229))

- fix: populate `$app/env/*` dynamic variables in contexts that don't run the dev server, such as `vite-node` ([#16223](https://github.com/sveltejs/kit/pull/16223))

- fix: no longer throw "An impossible situation occurred" when a server-only module is imported by both server and client code ([#16257](https://github.com/sveltejs/kit/pull/16257))

- fix: set `define` values on `globalThis` when running Vitest ([#16246](https://github.com/sveltejs/kit/pull/16246))

- fix: serve `.ico` files with `image/x-icon` Content-Type ([#16234](https://github.com/sveltejs/kit/pull/16234))

- fix: make `paths.origin` type looser ([#16215](https://github.com/sveltejs/kit/pull/16215))

- fix: avoid client build warning about externalising `node:async_hooks` ([#16244](https://github.com/sveltejs/kit/pull/16244))

- fix: allow reserved words (e.g. `delete`, `class`) as remote function export names ([#16264](https://github.com/sveltejs/kit/pull/16264))

## 3.0.0-next.6
### Major Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/kit",
"version": "3.0.0-next.6",
"version": "3.0.0-next.7",
"description": "SvelteKit is the fastest way to build Svelte apps",
"keywords": [
"framework",
Expand Down
2 changes: 1 addition & 1 deletion packages/kit/src/version.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// generated during release, do not modify

/** @type {string} */
export const VERSION = '3.0.0-next.6';
export const VERSION = '3.0.0-next.7';