sveltejs / eslint-plugin-svelte

ESLint plugin for Svelte using AST
https://sveltejs.github.io/eslint-plugin-svelte/
MIT License
277 stars 30 forks source link

Update svelte-eslint-parser version syntax #714

Closed RobinKnipe closed 3 months ago

RobinKnipe commented 3 months ago

Use a simplified version syntax for the svelte-eslint-parser dependency so that bun can install properly - otherwise it fails with the following error:

bun i
bun install v1.0.26 (c75e768a)
warn: incorrect peer dependency "svelte@5.0.0-next.80"

error: No version matching ">=0.34.0-next.12 <1.0.0" found for specifier "svelte-eslint-parser" (but package exists)
RobinKnipe commented 3 months ago

Should fix issue: https://github.com/sveltejs/eslint-plugin-svelte/issues/715