html-validate 7.4.1 → 7.5.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 +3 -3
- package/dist/cjs/cli.js.map +1 -1
- package/dist/cjs/core.js +7 -3
- package/dist/cjs/core.js.map +1 -1
- package/dist/es/cli.js +4 -4
- package/dist/es/cli.js.map +1 -1
- package/dist/es/core.js +7 -4
- package/dist/es/core.js.map +1 -1
- package/dist/es/html-validate.js +1 -1
- package/dist/es/index.js +1 -1
- package/dist/es/jest-lib.js +1 -1
- package/package.json +8 -8
package/dist/es/html-validate.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import path from 'path';
|
|
2
2
|
import kleur from 'kleur';
|
|
3
3
|
import minimist from 'minimist';
|
|
4
|
-
import {
|
|
4
|
+
import { q as name, v as version, e as SchemaValidationError, U as UserError, s as bugs } from './core.js';
|
|
5
5
|
import 'fs';
|
|
6
6
|
import 'ajv';
|
|
7
7
|
import 'deepmerge';
|
package/dist/es/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { C as Config, a as ConfigError, b as ConfigLoader, D as DynamicValue, E as EventHandler, F as FileSystemConfigLoader, d as HtmlElement, H as HtmlValidate, g as MetaCopyableProperty, M as MetaTable, f as NestedError, N as NodeClosed, P as Parser, h as Reporter, R as Rule, e as SchemaValidationError, S as Severity, c as StaticConfigLoader, i as TemplateExtractor, T as TextNode, U as UserError, W as WrappedError,
|
|
1
|
+
export { C as Config, a as ConfigError, b as ConfigLoader, D as DynamicValue, E as EventHandler, F as FileSystemConfigLoader, d as HtmlElement, H as HtmlValidate, g as MetaCopyableProperty, M as MetaTable, f as NestedError, N as NodeClosed, P as Parser, h as Reporter, R as Rule, e as SchemaValidationError, S as Severity, c as StaticConfigLoader, i as TemplateExtractor, T as TextNode, U as UserError, W as WrappedError, n as compatibilityCheck, p as configPresets, j as formatterFactory, r as ruleExists, v as version } from './core.js';
|
|
2
2
|
import 'fs';
|
|
3
3
|
export { C as CLI } from './cli.js';
|
|
4
4
|
import '@sidvind/better-ajv-errors';
|
package/dist/es/jest-lib.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import deepmerge from 'deepmerge';
|
|
2
|
-
import { F as FileSystemConfigLoader, H as HtmlValidate,
|
|
2
|
+
import { F as FileSystemConfigLoader, H as HtmlValidate, o as codeframe } from './core.js';
|
|
3
3
|
import kleur from 'kleur';
|
|
4
4
|
import { toMatchSnapshot, toMatchInlineSnapshot } from 'jest-snapshot';
|
|
5
5
|
import * as jestDiffDefault from 'jest-diff';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "html-validate",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.5.0",
|
|
4
4
|
"description": "Offline html5 validator",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"html",
|
|
@@ -156,13 +156,13 @@
|
|
|
156
156
|
},
|
|
157
157
|
"devDependencies": {
|
|
158
158
|
"@html-validate/commitlint-config": "3.0.6",
|
|
159
|
-
"@html-validate/eslint-config": "5.5.
|
|
160
|
-
"@html-validate/eslint-config-jest": "5.5.
|
|
161
|
-
"@html-validate/eslint-config-typescript": "5.5.
|
|
159
|
+
"@html-validate/eslint-config": "5.5.1",
|
|
160
|
+
"@html-validate/eslint-config-jest": "5.5.1",
|
|
161
|
+
"@html-validate/eslint-config-typescript": "5.5.1",
|
|
162
162
|
"@html-validate/eslint-config-typescript-typeinfo": "5.5.0",
|
|
163
163
|
"@html-validate/jest-config": "3.5.1",
|
|
164
164
|
"@html-validate/prettier-config": "2.3.0",
|
|
165
|
-
"@html-validate/release-scripts": "3.5.
|
|
165
|
+
"@html-validate/release-scripts": "3.5.9",
|
|
166
166
|
"@rollup/plugin-json": "4.1.0",
|
|
167
167
|
"@rollup/plugin-replace": "4.0.0",
|
|
168
168
|
"@rollup/plugin-typescript": "8.5.0",
|
|
@@ -171,9 +171,9 @@
|
|
|
171
171
|
"@types/babel__code-frame": "7.0.3",
|
|
172
172
|
"@types/estree": "1.0.0",
|
|
173
173
|
"@types/glob": "8.0.0",
|
|
174
|
-
"@types/jest": "29.0.
|
|
174
|
+
"@types/jest": "29.0.3",
|
|
175
175
|
"@types/minimist": "1.2.2",
|
|
176
|
-
"@types/node": "14.18.
|
|
176
|
+
"@types/node": "14.18.29",
|
|
177
177
|
"@types/prompts": "2.0.14",
|
|
178
178
|
"@types/semver": "7.3.12",
|
|
179
179
|
"@types/stream-buffers": "3.0.4",
|
|
@@ -189,7 +189,7 @@
|
|
|
189
189
|
"rollup-plugin-copy": "3.4.0",
|
|
190
190
|
"rollup-plugin-dts": "4.2.2",
|
|
191
191
|
"stream-buffers": "3.0.2",
|
|
192
|
-
"ts-jest": "29.0.
|
|
192
|
+
"ts-jest": "29.0.1",
|
|
193
193
|
"typescript": "4.8.3"
|
|
194
194
|
},
|
|
195
195
|
"peerDependencies": {
|