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

Allow any version of svelte greater than 1.44.0 #57

Merged
merged 1 commit into from
May 1, 2018

Conversation

Crisfole
Copy link
Contributor

Currently there's ugly warnings in sapper because svelte-loader believes it is incompatible with sapper 2. It does not appear to be at all incompatible with v2 though. Currently I'm ignoring the irritating warning.

The problem is that there are really two versions to keep track of in svelte:

  1. The compiler API. (The part that matters for svelte-loader)
  2. The svelte language itself. (The part that got svelte bumped to v2).

Both are interesting. Both need to be tracked. But they should probably be tracked in separate packages to allow more specific dependencies. (So, for example, you could lock into the compiler API at ^1.44.0 but the language at '2.x').

Currently there's ugly warnings in sapper because svelte-loader believes it is incompatible with sapper 2. It does not appear to be _at all_ incompatible with v2 though.

The problem is that there are really two versions to keep track of in svelte:

 1. The compiler API. (The part that matters for svelte-loader)
 2. The svelte language itself. (The part that got svelte bumped to v2).

Both are interesting. Both need to be tracked. But they should probably be tracked in separate packages to allow more specific dependencies. (So, for example, you could lock into the compiler API at `^1.44.0` but the language at '2.x').
@Rich-Harris Rich-Harris merged commit 10f0873 into sveltejs:master May 1, 2018
@Rich-Harris
Copy link
Member

thank you!

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

Successfully merging this pull request may close these issues.

2 participants