-
```bash
...
npm ERR! dev @sveltejs/kit@"^2.0.0" from the root project
...
npm ERR! peer @sveltejs/kit@"^1.0.0" from svelte-adapter-deno@0.9.0
...
```
-
svelte-media gets in the way of updating to svelte 4:
```
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: svelte-media@0.1.5
npm ERR! Found: svelt…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
### Is there an existing issue for this?
- [x] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- [x] I have reviewed the documentation https://docs.sentry.io/…
-
### Describe the bug
When using our package `@sentry/sveltekit` in a minimal SvelteKit app with `@sveltejs/adapter-cloudflare`, a build error is logged when the adapter is invoked (see [logs](#logs…
-
Hello,
this is the first time am using this adapter as am willing to host my svelte kit apps under iis,
but am receiving this error on build
![image](https://user-images.githubusercontent.com/1…
-
### Describe the bug
Running `npm install` does not work after running the migration command to sveltekit v2
Here is the error I am getting:
![image](https://github.com/sveltejs/cli/assets/508968…
-
### Describe the bug
(svelte@5.0.0-next.166) PIN Input: First input gets entered twice & the default values get scrambled
### Reproduction
https://stackblitz.com/edit/sveltejs-kit-template-default-…
-
### Describe the bug
On any SvelteKit site with default link settings (all links have `data-sveltekit-preload-data`), hovering a link will prefetch that link's page's data and then clicking will na…
-
I can't build on cloudflare pages. Using svelte adapter-auto it chooses cloudflare's adapter.
However, it does build with adapter-node but it just returns 404.
It works fine on vercel.
Here ar…