Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Svelte 5 next: Works on @next-113 but not 114 #11322

Closed
shinokada opened this issue Apr 24, 2024 · 3 comments
Closed

Svelte 5 next: Works on @next-113 but not 114 #11322

shinokada opened this issue Apr 24, 2024 · 3 comments

Comments

@shinokada
Copy link

Describe the bug

My ts file was working up to svelte@5.0.0-next.113 but when I update to 114, it stop working. I keep it in the lib dir as uiHelpers.svelte.ts.

I create a simple demo.

Reproduction

Use the demo.

pnpm dev

This works since it has svelte@5.0.0-next.113.
Install 114

pnpm i -D svelte@5.0.0-next.114
pnpm dev

This fails.

Logs

No response

System Info

System:
    OS: Linux 5.0 undefined
    CPU: (8) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
    Memory: 0 Bytes / 0 Bytes
    Shell: 1.0 - /bin/jsh
  Binaries:
    Node: 18.18.0 - /usr/local/bin/node
    Yarn: 1.22.19 - /usr/local/bin/yarn
    npm: 10.2.3 - /usr/local/bin/npm
    pnpm: 8.15.6 - /usr/local/bin/pnpm
  npmPackages:
    svelte: 5.0.0-next.113 => 5.0.0-next.113

Severity

blocking an upgrade

@JLAcostaEC
Copy link

Related to:

#11314 and #11306

@dummdidumm
Copy link
Member

Just released a new version which should fix this

@shinokada
Copy link
Author

Thank you for the quick fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants