eslint-plugin-svelte 2.32.4 → 2.33.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/meta.d.ts +1 -1
- package/lib/meta.js +1 -1
- package/package.json +7 -7
package/lib/meta.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export declare const name: "eslint-plugin-svelte";
|
|
2
|
-
export declare const version: "2.
|
|
2
|
+
export declare const version: "2.33.0";
|
package/lib/meta.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-plugin-svelte",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.33.0",
|
|
4
4
|
"description": "ESLint plugin for Svelte using AST",
|
|
5
5
|
"repository": "git+https://github.com/sveltejs/eslint-plugin-svelte.git",
|
|
6
6
|
"homepage": "https://sveltejs.github.io/eslint-plugin-svelte",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
],
|
|
11
11
|
"funding": "https://github.com/sponsors/ota-meshi",
|
|
12
12
|
"license": "MIT",
|
|
13
|
-
"packageManager": "pnpm@7.33.
|
|
13
|
+
"packageManager": "pnpm@7.33.6",
|
|
14
14
|
"engines": {
|
|
15
15
|
"node": "^14.17.0 || >=16.0.0"
|
|
16
16
|
},
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"postcss-safe-parser": "^6.0.0",
|
|
46
46
|
"postcss-selector-parser": "^6.0.11",
|
|
47
47
|
"semver": "^7.5.3",
|
|
48
|
-
"svelte-eslint-parser": "
|
|
48
|
+
"svelte-eslint-parser": ">=0.33.0 <1.0.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@1stg/browserslist-config": "^1.2.3",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"@types/esutils": "^2.0.0",
|
|
73
73
|
"@types/json-schema": "^7.0.11",
|
|
74
74
|
"@types/less": "^3.0.3",
|
|
75
|
-
"@types/markdown-it": "^
|
|
75
|
+
"@types/markdown-it": "^13.0.0",
|
|
76
76
|
"@types/markdown-it-container": "^2.0.5",
|
|
77
77
|
"@types/markdown-it-emoji": "^2.0.2",
|
|
78
78
|
"@types/mocha": "^10.0.0",
|
|
@@ -88,11 +88,11 @@
|
|
|
88
88
|
"assert": "^2.0.0",
|
|
89
89
|
"cross-spawn": "^7.0.3",
|
|
90
90
|
"env-cmd": "^10.1.0",
|
|
91
|
-
"esbuild": "^0.
|
|
91
|
+
"esbuild": "^0.19.0",
|
|
92
92
|
"esbuild-register": "^3.2.0",
|
|
93
93
|
"escape-html": "^1.0.3",
|
|
94
94
|
"eslint": "^8.40.0",
|
|
95
|
-
"eslint-config-prettier": "^
|
|
95
|
+
"eslint-config-prettier": "^9.0.0",
|
|
96
96
|
"eslint-formatter-friendly": "^7.0.0",
|
|
97
97
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
98
98
|
"eslint-plugin-eslint-plugin": "^5.0.0",
|
|
@@ -170,8 +170,8 @@
|
|
|
170
170
|
"lint": "run-p lint:*",
|
|
171
171
|
"lint-fix": "pnpm run lint-fix:md \"./**/*.md\" && pnpm run lint:es --fix && pnpm run lint:style --fix",
|
|
172
172
|
"lint-fix:md": "prettier --cache --write \"./**/*.md\"",
|
|
173
|
-
"lint:md": "prettier --cache --check \"./**/*.md\"",
|
|
174
173
|
"lint:es": "eslint --cache .",
|
|
174
|
+
"lint:md": "prettier --cache --check \"./**/*.md\"",
|
|
175
175
|
"lint:style": "stylelint --cache .",
|
|
176
176
|
"mocha": "pnpm run ts ./node_modules/mocha/bin/mocha.js",
|
|
177
177
|
"new": "pnpm run ts ./tools/new-rule.ts",
|