kit icon indicating copy to clipboard operation
kit copied to clipboard

web development, streamlined

Results 1071 kit issues
Sort by recently updated
recently updated
newest added

fixes https://github.com/sveltejs/kit/issues/10332 Instead of always erroring on dynamic routes generated with the static adapter, we only error if the prerender option was not explicitly set. This allows users to have...

pkg:adapter-static

### Describe the bug Cloudflare provides functionality to handle redirects using `_redirects` config file ([doc](https://developers.cloudflare.com/pages/platform/redirects)) When you try to use Cloudflare pages redirects with svelte kit project, then Cloudflare redirects...

pkg:adapter-cloudflare

### Describe the problem Latest version of cookie library accepts different cookie names. Need to tell anyone who is setting invalid name to stop so that we can upgrade cookie...

### Describe the problem @sveltejs/enhanced-img renders the `img` tag using intrinsic dimensions, which causes incorrect rendering if the image is a 2x retina image. ### Describe the proposed solution I...

pkg:enhanced-img

### Describe the bug If you deploy a new Sveltekit version, and configure skew protection, it will break async imports. https://vimeo.com/1018618070?share=copy ### Reproduction I have created a repo you can...

pkg:adapter-vercel

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cookie](https://redirect.github.com/jshttp/cookie) | [`^0.6.0` -> `^0.7.0`](https://renovatebot.com/diffs/npm/cookie/0.6.0/0.7.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/cookie/0.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/cookie/0.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

breaking change

This PR seems to fix following issue with symbolic links in the routes https://github.com/sveltejs/kit/issues/8100 Minimal issue reproduction is available here: https://github.com/yukipastelcat/sveltekit-symlinks Symbolic links in the reproduction repository will be created...

bug

Closes #12732 This PR adds a new config option `kit.files.nestedServerDirs` that, when enabled, considers any modules inside any `$lib/**/server/**` directory a server module, rather than just `$lib/server/**`. --- ### Please...

feature request
needs-decision

### Describe the bug 500 Internal Error ### Reproduction 1. Create a `src/routes/+page.server.ts` file with this content ```ts import type { PageServerLoad } from './$types'; export const load = (async...

pkg:adapter-static

### Describe the bug I'm having issues deploying a SvelteKit app using `@sveltejs/adapter-cloudflare` with Typescript and ESLint. When trying to deploy the site I get this error: ``` 19:55:54.108 Detected...

pkg:adapter-cloudflare-workers
pkg:adapter-cloudflare