…ePath
* 'master' of https://github.com/sveltejs/kit: (85 commits)
[chore] minor simplification of `parse_body` (sveltejs#2043)
Version Packages (next) (sveltejs#2026)
[chore] deduplicate config types (sveltejs#2030)
[chore] remove invalid css declaration (sveltejs#2038)
[fix] correctly pass Vite options in preview mode (sveltejs#2036)
[feat] Ignore adapter build files (sveltejs#1924)
[chore] Upgrade Rollup
Don't check external links on prerender (sveltejs#1679)
Version Packages (next) (sveltejs#2017)
[chore] convert remaining type aliases (sveltejs#2018)
[feat] explicitly set compilerOptions.hydratable to config.kit.hydrate (sveltejs#2024)
[feat] More powerful and configurable rendering options (sveltejs#2008)
[chore] typecheck example (sveltejs#2019)
Change config `prerender.force` to `prerender.onError` (sveltejs#2007)
[chore] prefer interfaces to types (sveltejs#2010)
[docs] minor wording improvement in migration guide (sveltejs#2006)
[chore] test debugging improvements
[docs] fix typo (sveltejs#2003)
[chore] use @ts-expect-error instead of @ts-ignore (sveltejs#1999)
Version Packages (next) (sveltejs#1996)
...
Rationale: https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-9.html#ts-ignore-or-ts-expect-error
There were a few unnecessary @ts-ignore which this change pointed out (which is why the diff has more removals than insertions).
cc @benmccann, #1998
Before submitting the PR, please make sure you do the following
Tests
pnpm testand lint the project withpnpm lintandpnpm checkChangesets
pnpx changesetand following the prompts. All changesets should bepatchuntil SvelteKit 1.0