We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d8b59c commit 7f756b8Copy full SHA for 7f756b8
.changeset/angry-books-go.md
@@ -0,0 +1,5 @@
1
+---
2
+'eslint-plugin-svelte': patch
3
4
+
5
+fix: align required Node version with ESLint
packages/eslint-plugin-svelte/package.json
@@ -8,7 +8,7 @@
8
"funding": "https://github.com/sponsors/ota-meshi",
9
"license": "MIT",
10
"engines": {
11
- "node": "^18.20.4 || ^20.18.0 || >=22.10.0"
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
12
},
13
"type": "module",
14
"main": "lib/index.js",
@@ -65,7 +65,7 @@
65
"postcss-load-config": "^3.1.4",
66
"postcss-safe-parser": "^7.0.0",
67
"semver": "^7.6.3",
68
- "svelte-eslint-parser": "^1.0.0"
+ "svelte-eslint-parser": "^1.0.1"
69
70
"devDependencies": {
71
"@babel/core": "^7.26.0",
0 commit comments