linted 19.2.0 → 19.3.0-rc.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -20,11 +20,11 @@ jobs:
|
|
20
20
|
with:
|
21
21
|
submodules: true
|
22
22
|
lfs: false
|
23
|
-
- name: Install Node
|
23
|
+
- name: Install Node v22
|
24
24
|
id: node
|
25
25
|
uses: actions/setup-node@v4
|
26
26
|
with:
|
27
|
-
node-version:
|
27
|
+
node-version: 22
|
28
28
|
check-latest: true
|
29
29
|
registry-url: "https://registry.npmjs.org"
|
30
30
|
- name: Install Dependencies
|
package/.github/workflows/rc.yml
CHANGED
@@ -20,11 +20,11 @@ jobs:
|
|
20
20
|
with:
|
21
21
|
submodules: true
|
22
22
|
lfs: false
|
23
|
-
- name: Install Node
|
23
|
+
- name: Install Node v22
|
24
24
|
id: node
|
25
25
|
uses: actions/setup-node@v4
|
26
26
|
with:
|
27
|
-
node-version:
|
27
|
+
node-version: 22
|
28
28
|
check-latest: true
|
29
29
|
registry-url: "https://registry.npmjs.org"
|
30
30
|
- name: Install Dependencies
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
|
-
"_schemaVersion": "
|
2
|
+
"_schemaVersion": "22.10.0",
|
3
3
|
"name": "linted",
|
4
|
-
"version": "19.
|
4
|
+
"version": "19.3.0-rc.0",
|
5
5
|
"description": "ESLint mono-plugin bundler with strict, opinionated defaults for (Stylistic) JavaScript, TypeScript, Svelte, HTML, Tailwind/CSS, JSON, JSONC, YAML, and Mocha.",
|
6
6
|
"keywords": [
|
7
7
|
"eslint",
|
@@ -40,13 +40,13 @@
|
|
40
40
|
},
|
41
41
|
"engineStrict": true,
|
42
42
|
"engines": {
|
43
|
-
"node": ">=
|
44
|
-
"npm": ">=10.
|
43
|
+
"node": ">=22.10.0",
|
44
|
+
"npm": ">=10.9.0"
|
45
45
|
},
|
46
46
|
"peerDependencies": {
|
47
47
|
"eslint": "~9.13.0",
|
48
|
-
"mocha": "^10.
|
49
|
-
"svelte": "^5.1.
|
48
|
+
"mocha": "^10.8.1",
|
49
|
+
"svelte": "^5.1.4",
|
50
50
|
"typescript": ">=5.6.3"
|
51
51
|
},
|
52
52
|
"peerDependenciesMeta": {
|
@@ -61,27 +61,27 @@
|
|
61
61
|
}
|
62
62
|
},
|
63
63
|
"dependencies": {
|
64
|
-
"@eslinted/core": "5.
|
64
|
+
"@eslinted/core": "5.1.1",
|
65
65
|
"@html-eslint/eslint-plugin": "0.27.0",
|
66
66
|
"@html-eslint/parser": "0.27.0",
|
67
67
|
"@stylistic/eslint-plugin": "2.9.0",
|
68
|
-
"@typescript-eslint/eslint-plugin": "8.12.
|
69
|
-
"@typescript-eslint/parser": "8.12.
|
68
|
+
"@typescript-eslint/eslint-plugin": "8.12.2",
|
69
|
+
"@typescript-eslint/parser": "8.12.2",
|
70
70
|
"eslint-plugin-jsonc": "2.16.0",
|
71
71
|
"eslint-plugin-mocha": "10.5.0",
|
72
72
|
"eslint-plugin-svelte": "2.46.0",
|
73
73
|
"eslint-plugin-yml": "1.14.0",
|
74
74
|
"jsonc-eslint-parser": "2.4.0",
|
75
|
-
"svelte": "^5.1.
|
75
|
+
"svelte": "^5.1.4",
|
76
76
|
"svelte-eslint-parser": "0.43.0",
|
77
77
|
"yaml-eslint-parser": "1.2.3"
|
78
78
|
},
|
79
79
|
"devDependencies": {
|
80
80
|
"@eslint/config-inspector": "^0.5.5",
|
81
|
-
"@types/chai": "^5.0.
|
81
|
+
"@types/chai": "^5.0.1",
|
82
82
|
"@types/mocha": "^10.0.9",
|
83
83
|
"chai": "^5.1.2",
|
84
|
-
"mocha": "^10.
|
84
|
+
"mocha": "^10.8.1",
|
85
85
|
"npm-run-all": "^4.1.5",
|
86
86
|
"run-script-os": "^1.1.6",
|
87
87
|
"ts-add-js-extension": "^1.6.4",
|