html-validate 6.11.0 → 7.1.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/browser.d.ts +1 -1
- package/dist/cjs/core.d.ts +6 -2
- package/dist/cjs/core.js +219 -67
- package/dist/cjs/core.js.map +1 -1
- package/dist/cjs/index.d.ts +2 -2
- package/dist/cjs/jest.d.ts +1 -1
- package/dist/cjs/test-utils.d.ts +1 -1
- package/dist/es/browser.d.ts +1 -1
- package/dist/es/core.d.ts +6 -2
- package/dist/es/core.js +219 -67
- package/dist/es/core.js.map +1 -1
- package/dist/es/index.d.ts +2 -2
- package/dist/es/jest.d.ts +1 -1
- package/dist/es/test-utils.d.ts +1 -1
- package/elements/html5.d.ts +2 -0
- package/package.json +21 -21
package/dist/es/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export { A as AttributeData,
|
|
1
|
+
import { q as Report, c as ConfigLoader, H as HtmlValidate, a as ConfigData } from './core.js';
|
|
2
|
+
export { A as AttributeData, a0 as AttributeEvent, f as CSSStyleDeclaration, ad as CompatibilityOptions, a2 as ConditionalEvent, C as Config, a as ConfigData, b as ConfigError, c as ConfigLoader, K as ConfigReadyEvent, a5 as DOMLoadEvent, a6 as DOMReadyEvent, u as DeferredMessage, a3 as DirectiveEvent, a4 as DoctypeEvent, D as DynamicValue, $ as ElementReadyEvent, J as Event, I as EventCallback, E as EventDump, G as EventHandler, a9 as FileSystemConfigLoader, aa as Formatter, e as HtmlElement, H as HtmlValidate, a8 as ListenEventMap, L as Location, s as Message, m as MetaCopyableProperty, M as MetaData, j as MetaDataTable, k as MetaElement, l as MetaTable, i as NestedError, N as NodeClosed, B as Parser, z as Plugin, P as ProcessElementContext, q as Report, r as Reporter, t as Result, R as Rule, n as RuleDocumentation, h as SchemaValidationError, S as Severity, o as Source, O as SourceReadyEvent, d as StaticConfigLoader, Z as TagCloseEvent, Y as TagEndEvent, X as TagOpenEvent, _ as TagReadyEvent, V as TagStartEvent, y as TemplateExtractor, T as TextNode, g as TokenDump, Q as TokenEvent, w as TransformContext, x as Transformer, a7 as TriggerEventMap, U as UserError, a1 as WhitespaceEvent, W as WrappedError, ac as compatibilityCheck, p as configPresets, ab as formatterFactory, F as ruleExists, v as version } from './core.js';
|
|
3
3
|
import 'ajv';
|
|
4
4
|
|
|
5
5
|
interface ExpandOptions {
|
package/dist/es/jest.d.ts
CHANGED
package/dist/es/test-utils.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "html-validate",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "7.1.0",
|
|
4
4
|
"description": "Offline html5 validator",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"html",
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
"./dist/es/*": "./dist/es/*",
|
|
32
32
|
"./dist/schema/*": "./dist/schema/*",
|
|
33
33
|
"./elements/*": "./elements/*",
|
|
34
|
-
"./jest
|
|
34
|
+
"./jest": "./jest.js",
|
|
35
35
|
"./package.json": "./package.json",
|
|
36
|
-
"./test-utils
|
|
36
|
+
"./test-utils": "./test-utils.js"
|
|
37
37
|
},
|
|
38
38
|
"main": "dist/cjs/index.js",
|
|
39
39
|
"module": "dist/es/index.js",
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
"dependencies": {
|
|
146
146
|
"@babel/code-frame": "^7.10.0",
|
|
147
147
|
"@html-validate/stylish": "^2.0.0",
|
|
148
|
-
"@sidvind/better-ajv-errors": "^
|
|
148
|
+
"@sidvind/better-ajv-errors": "^2.0.0",
|
|
149
149
|
"acorn-walk": "^8.0.0",
|
|
150
150
|
"ajv": "^8.0.0",
|
|
151
151
|
"deepmerge": "^4.2.0",
|
|
@@ -161,12 +161,12 @@
|
|
|
161
161
|
"@babel/core": "7.17.10",
|
|
162
162
|
"@babel/preset-env": "7.17.10",
|
|
163
163
|
"@html-validate/commitlint-config": "2.1.10",
|
|
164
|
-
"@html-validate/eslint-config": "5.4.
|
|
165
|
-
"@html-validate/eslint-config-jest": "5.4.
|
|
166
|
-
"@html-validate/eslint-config-typescript": "5.4.
|
|
164
|
+
"@html-validate/eslint-config": "5.4.6",
|
|
165
|
+
"@html-validate/eslint-config-jest": "5.4.5",
|
|
166
|
+
"@html-validate/eslint-config-typescript": "5.4.5",
|
|
167
167
|
"@html-validate/eslint-config-typescript-typeinfo": "5.4.1",
|
|
168
168
|
"@html-validate/jest-config": "3.3.1",
|
|
169
|
-
"@html-validate/prettier-config": "2.
|
|
169
|
+
"@html-validate/prettier-config": "2.2.0",
|
|
170
170
|
"@html-validate/release-scripts": "3.4.1",
|
|
171
171
|
"@lodder/grunt-postcss": "3.1.1",
|
|
172
172
|
"@rollup/plugin-json": "4.1.0",
|
|
@@ -177,9 +177,9 @@
|
|
|
177
177
|
"@types/babel__code-frame": "7.0.3",
|
|
178
178
|
"@types/estree": "0.0.51",
|
|
179
179
|
"@types/glob": "7.2.0",
|
|
180
|
-
"@types/jest": "27.5.
|
|
180
|
+
"@types/jest": "27.5.1",
|
|
181
181
|
"@types/minimist": "1.2.2",
|
|
182
|
-
"@types/node": "
|
|
182
|
+
"@types/node": "14.18.18",
|
|
183
183
|
"@types/prompts": "2.0.14",
|
|
184
184
|
"@types/semver": "7.3.9",
|
|
185
185
|
"autoprefixer": "10.4.7",
|
|
@@ -189,37 +189,37 @@
|
|
|
189
189
|
"canonical-path": "1.0.0",
|
|
190
190
|
"cssnano": "5.1.7",
|
|
191
191
|
"dgeni": "0.4.14",
|
|
192
|
-
"dgeni-front-matter": "
|
|
192
|
+
"dgeni-front-matter": "4.0.0",
|
|
193
193
|
"dgeni-packages": "0.29.3",
|
|
194
194
|
"font-awesome": "4.7.0",
|
|
195
195
|
"front-matter": "4.0.2",
|
|
196
|
-
"grunt": "1.5.
|
|
196
|
+
"grunt": "1.5.3",
|
|
197
197
|
"grunt-browserify": "6.0.0",
|
|
198
198
|
"grunt-cli": "1.4.3",
|
|
199
199
|
"grunt-contrib-connect": "3.0.0",
|
|
200
200
|
"grunt-contrib-copy": "1.0.0",
|
|
201
201
|
"grunt-sass": "3.1.0",
|
|
202
202
|
"highlight.js": "11.5.1",
|
|
203
|
-
"husky": "
|
|
204
|
-
"jest": "28.0
|
|
205
|
-
"jest-diff": "28.0
|
|
206
|
-
"jest-environment-jsdom": "28.0
|
|
207
|
-
"jest-snapshot": "28.0
|
|
203
|
+
"husky": "8.0.1",
|
|
204
|
+
"jest": "28.1.0",
|
|
205
|
+
"jest-diff": "28.1.0",
|
|
206
|
+
"jest-environment-jsdom": "28.1.0",
|
|
207
|
+
"jest-snapshot": "28.1.0",
|
|
208
208
|
"jquery": "3.6.0",
|
|
209
209
|
"lint-staged": "12.4.1",
|
|
210
210
|
"load-grunt-tasks": "5.1.0",
|
|
211
211
|
"marked": "2.1.3",
|
|
212
|
-
"npm-pkg-lint": "1.
|
|
212
|
+
"npm-pkg-lint": "1.11.0",
|
|
213
213
|
"npm-run-all": "4.1.5",
|
|
214
214
|
"postcss": "8.4.13",
|
|
215
215
|
"prettier": "2.6.2",
|
|
216
|
-
"rollup": "2.
|
|
216
|
+
"rollup": "2.73.0",
|
|
217
217
|
"rollup-plugin-copy": "3.4.0",
|
|
218
218
|
"rollup-plugin-dts": "4.2.1",
|
|
219
219
|
"sass": "1.51.0",
|
|
220
220
|
"serve-static": "1.15.0",
|
|
221
221
|
"stringmap": "0.2.2",
|
|
222
|
-
"ts-jest": "28.0.
|
|
222
|
+
"ts-jest": "28.0.2",
|
|
223
223
|
"typescript": "4.6.4"
|
|
224
224
|
},
|
|
225
225
|
"peerDependencies": {
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
}
|
|
240
240
|
},
|
|
241
241
|
"engines": {
|
|
242
|
-
"node": ">=
|
|
242
|
+
"node": ">= 14.0"
|
|
243
243
|
},
|
|
244
244
|
"renovate": {
|
|
245
245
|
"extends": [
|