html-validate 7.13.2 → 7.14.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/dist/cjs/cli.js +15 -6
- package/dist/cjs/cli.js.map +1 -1
- package/dist/cjs/core.js +4 -5
- package/dist/cjs/core.js.map +1 -1
- package/dist/cjs/html-validate.js +2 -2
- package/dist/es/cli.js +15 -5
- package/dist/es/cli.js.map +1 -1
- package/dist/es/core.js +4 -5
- package/dist/es/core.js.map +1 -1
- package/dist/es/html-validate.js +2 -2
- package/package.json +21 -21
package/dist/es/html-validate.js
CHANGED
|
@@ -4,13 +4,13 @@ import minimist from 'minimist';
|
|
|
4
4
|
import { x as name, v as version, e as SchemaValidationError, U as UserError, y as bugs } from './core.js';
|
|
5
5
|
import { M as Mode, m as modeToFlag, C as CLI, l as lint, i as init, p as printConfig, d as dump } from './cli.js';
|
|
6
6
|
import 'fs';
|
|
7
|
-
import '@sidvind/better-ajv-errors';
|
|
8
7
|
import './rules-helper.js';
|
|
9
8
|
import 'ajv';
|
|
10
9
|
import 'deepmerge';
|
|
10
|
+
import 'semver';
|
|
11
|
+
import '@sidvind/better-ajv-errors';
|
|
11
12
|
import 'espree';
|
|
12
13
|
import 'acorn-walk';
|
|
13
|
-
import 'semver';
|
|
14
14
|
import './elements.js';
|
|
15
15
|
import './meta-helper.js';
|
|
16
16
|
import 'module';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "html-validate",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.14.0",
|
|
4
4
|
"description": "Offline html5 validator",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"html",
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
"ajv": "^8.0.0",
|
|
158
158
|
"deepmerge": "^4.2.0",
|
|
159
159
|
"espree": "^9.0.0",
|
|
160
|
-
"glob": "^
|
|
160
|
+
"glob": "^9.0.0",
|
|
161
161
|
"ignore": "^5.0.0",
|
|
162
162
|
"kleur": "^4.1.0",
|
|
163
163
|
"minimist": "^1.2.0",
|
|
@@ -165,14 +165,14 @@
|
|
|
165
165
|
"semver": "^7.0.0"
|
|
166
166
|
},
|
|
167
167
|
"devDependencies": {
|
|
168
|
-
"@html-validate/commitlint-config": "3.0.
|
|
169
|
-
"@html-validate/eslint-config": "5.
|
|
170
|
-
"@html-validate/eslint-config-jest": "5.
|
|
171
|
-
"@html-validate/eslint-config-typescript": "5.
|
|
172
|
-
"@html-validate/eslint-config-typescript-typeinfo": "5.
|
|
173
|
-
"@html-validate/jest-config": "3.6.
|
|
174
|
-
"@html-validate/prettier-config": "2.3.
|
|
175
|
-
"@html-validate/release-scripts": "4.0.
|
|
168
|
+
"@html-validate/commitlint-config": "3.0.12",
|
|
169
|
+
"@html-validate/eslint-config": "5.6.0",
|
|
170
|
+
"@html-validate/eslint-config-jest": "5.6.0",
|
|
171
|
+
"@html-validate/eslint-config-typescript": "5.6.0",
|
|
172
|
+
"@html-validate/eslint-config-typescript-typeinfo": "5.6.0",
|
|
173
|
+
"@html-validate/jest-config": "3.6.3",
|
|
174
|
+
"@html-validate/prettier-config": "2.3.8",
|
|
175
|
+
"@html-validate/release-scripts": "4.0.6",
|
|
176
176
|
"@rollup/plugin-json": "6.0.0",
|
|
177
177
|
"@rollup/plugin-node-resolve": "15.0.1",
|
|
178
178
|
"@rollup/plugin-replace": "5.0.2",
|
|
@@ -181,27 +181,27 @@
|
|
|
181
181
|
"@types/babar": "0.2.1",
|
|
182
182
|
"@types/babel__code-frame": "7.0.3",
|
|
183
183
|
"@types/estree": "1.0.0",
|
|
184
|
-
"@types/
|
|
185
|
-
"@types/jest": "29.4.0",
|
|
184
|
+
"@types/jest": "29.5.0",
|
|
186
185
|
"@types/minimist": "1.2.2",
|
|
187
|
-
"@types/node": "14.18.
|
|
188
|
-
"@types/prompts": "2.4.
|
|
186
|
+
"@types/node": "14.18.40",
|
|
187
|
+
"@types/prompts": "2.4.3",
|
|
189
188
|
"@types/semver": "7.3.13",
|
|
190
189
|
"@types/stream-buffers": "3.0.4",
|
|
191
190
|
"babar": "0.2.3",
|
|
192
191
|
"husky": "8.0.3",
|
|
193
|
-
"jest": "29.
|
|
194
|
-
"jest-diff": "29.
|
|
195
|
-
"jest-environment-jsdom": "29.
|
|
196
|
-
"jest-snapshot": "29.
|
|
192
|
+
"jest": "29.5.0",
|
|
193
|
+
"jest-diff": "29.5.0",
|
|
194
|
+
"jest-environment-jsdom": "29.5.0",
|
|
195
|
+
"jest-snapshot": "29.5.0",
|
|
196
|
+
"memfs": "3.4.13",
|
|
197
197
|
"npm-pkg-lint": "1.11.2",
|
|
198
198
|
"npm-run-all": "4.1.5",
|
|
199
|
-
"rollup": "3.
|
|
199
|
+
"rollup": "3.20.2",
|
|
200
200
|
"rollup-plugin-copy": "3.4.0",
|
|
201
|
-
"rollup-plugin-dts": "5.
|
|
201
|
+
"rollup-plugin-dts": "5.3.0",
|
|
202
202
|
"stream-buffers": "3.0.2",
|
|
203
203
|
"ts-jest": "29.0.5",
|
|
204
|
-
"typescript": "
|
|
204
|
+
"typescript": "5.0.2"
|
|
205
205
|
},
|
|
206
206
|
"peerDependencies": {
|
|
207
207
|
"jest": "^25.1 || ^26 || ^27.1 || ^28.1.3 || ^29.0.3",
|