html-validate 6.1.1 → 6.1.5
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/CHANGELOG.md +26 -0
- package/dist/cjs/{dist/types/browser.d.ts → browser.d.ts} +1 -1
- package/dist/cjs/core.d.ts +5 -4
- package/dist/cjs/core.js +53 -21
- package/dist/cjs/core.js.map +1 -1
- package/dist/{es/dist/types → cjs}/index.d.ts +2 -2
- package/dist/cjs/jest.d.ts +4 -0
- package/dist/{es/dist/types/transform → cjs}/test-utils.d.ts +1 -1
- package/dist/es/{dist/types/browser.d.ts → browser.d.ts} +1 -1
- package/dist/es/core.d.ts +5 -4
- package/dist/es/core.js +53 -21
- package/dist/es/core.js.map +1 -1
- package/dist/{cjs/dist/types → es}/index.d.ts +2 -2
- package/dist/es/jest.d.ts +4 -0
- package/dist/{cjs/dist/types/transform → es}/test-utils.d.ts +1 -1
- package/elements/html5.json +1 -2
- package/package.json +24 -25
- package/dist/cjs/dist/types/jest/jest.d.ts +0 -4
- package/dist/es/dist/types/jest/jest.d.ts +0 -4
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { m as Report, c as ConfigLoader, H as HtmlValidate, a as ConfigData } from '
|
|
2
|
-
export { A as AttributeData, X as AttributeEvent, a8 as CompatibilityOptions, Z as ConditionalEvent, C as Config, a as ConfigData, b as ConfigError, c as ConfigLoader, F as ConfigReadyEvent, a0 as DOMLoadEvent, a1 as DOMReadyEvent, _ as DirectiveEvent, $ as DoctypeEvent, D as DynamicValue, W as ElementReadyEvent, B as Event, z as EventCallback, E as EventDump, y as EventHandler, a4 as FileSystemConfigLoader, a5 as Formatter, e as HtmlElement, H as HtmlValidate, a3 as ListenEventMap, L as Location, o as Message, j as MetaCopyableProperty, M as MetaData, h as MetaElement, i as MetaTable, N as NodeClosed, w as Parser, u as Plugin, P as ProcessElementContext, m as Report, n as Reporter, q as Result, R as Rule, k as RuleDocumentation, g as SchemaValidationError, S as Severity, l as Source, G as SourceReadyEvent, d as StaticConfigLoader, Q as TagCloseEvent, O as TagEndEvent, K as TagOpenEvent, V as TagReadyEvent, J as TagStartEvent, t as TemplateExtractor, T as TextNode, f as TokenDump, I as TokenEvent, r as TransformContext, s as Transformer, a2 as TriggerEventMap, U as UserError, Y as WhitespaceEvent, a7 as compatibilityCheck, p as configPresets, a6 as formatterFactory, x as ruleExists, v as version } from '
|
|
1
|
+
import { m as Report, c as ConfigLoader, H as HtmlValidate, a as ConfigData } from './core';
|
|
2
|
+
export { A as AttributeData, X as AttributeEvent, a8 as CompatibilityOptions, Z as ConditionalEvent, C as Config, a as ConfigData, b as ConfigError, c as ConfigLoader, F as ConfigReadyEvent, a0 as DOMLoadEvent, a1 as DOMReadyEvent, _ as DirectiveEvent, $ as DoctypeEvent, D as DynamicValue, W as ElementReadyEvent, B as Event, z as EventCallback, E as EventDump, y as EventHandler, a4 as FileSystemConfigLoader, a5 as Formatter, e as HtmlElement, H as HtmlValidate, a3 as ListenEventMap, L as Location, o as Message, j as MetaCopyableProperty, M as MetaData, h as MetaElement, i as MetaTable, N as NodeClosed, w as Parser, u as Plugin, P as ProcessElementContext, m as Report, n as Reporter, q as Result, R as Rule, k as RuleDocumentation, g as SchemaValidationError, S as Severity, l as Source, G as SourceReadyEvent, d as StaticConfigLoader, Q as TagCloseEvent, O as TagEndEvent, K as TagOpenEvent, V as TagReadyEvent, J as TagStartEvent, t as TemplateExtractor, T as TextNode, f as TokenDump, I as TokenEvent, r as TransformContext, s as Transformer, a2 as TriggerEventMap, U as UserError, Y as WhitespaceEvent, a7 as compatibilityCheck, p as configPresets, a6 as formatterFactory, x as ruleExists, v as version } from './core';
|
|
3
3
|
import 'ajv';
|
|
4
4
|
import 'ajv/dist/types';
|
|
5
5
|
|
package/elements/html5.json
CHANGED
|
@@ -777,7 +777,7 @@
|
|
|
777
777
|
"enum": ["/.+/"]
|
|
778
778
|
},
|
|
779
779
|
"srcset": {
|
|
780
|
-
"enum": ["
|
|
780
|
+
"enum": ["/[^]+/"]
|
|
781
781
|
},
|
|
782
782
|
"vspace": {
|
|
783
783
|
"deprecated": true
|
|
@@ -1481,7 +1481,6 @@
|
|
|
1481
1481
|
},
|
|
1482
1482
|
|
|
1483
1483
|
"style": {
|
|
1484
|
-
"foreign": true,
|
|
1485
1484
|
"metadata": true
|
|
1486
1485
|
},
|
|
1487
1486
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "html-validate",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.5",
|
|
4
4
|
"description": "Offline html5 validator",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"html",
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
"dependencies": {
|
|
140
140
|
"@babel/code-frame": "^7.10.0",
|
|
141
141
|
"@html-validate/stylish": "^2.0.0",
|
|
142
|
-
"@sidvind/better-ajv-errors": "^1.0.
|
|
142
|
+
"@sidvind/better-ajv-errors": "^1.0.2",
|
|
143
143
|
"acorn-walk": "^8.0.0",
|
|
144
144
|
"ajv": "^8.0.0",
|
|
145
145
|
"deepmerge": "^4.2.0",
|
|
@@ -153,15 +153,15 @@
|
|
|
153
153
|
"semver": "^7.0.0"
|
|
154
154
|
},
|
|
155
155
|
"devDependencies": {
|
|
156
|
-
"@babel/core": "7.16.
|
|
157
|
-
"@babel/preset-env": "7.16.
|
|
158
|
-
"@html-validate/commitlint-config": "2.1.
|
|
159
|
-
"@html-validate/eslint-config": "
|
|
160
|
-
"@html-validate/eslint-config-jest": "
|
|
161
|
-
"@html-validate/eslint-config-typescript": "
|
|
156
|
+
"@babel/core": "7.16.5",
|
|
157
|
+
"@babel/preset-env": "7.16.5",
|
|
158
|
+
"@html-validate/commitlint-config": "2.1.4",
|
|
159
|
+
"@html-validate/eslint-config": "5.2.1",
|
|
160
|
+
"@html-validate/eslint-config-jest": "5.2.0",
|
|
161
|
+
"@html-validate/eslint-config-typescript": "5.2.0",
|
|
162
162
|
"@html-validate/jest-config": "3.0.1",
|
|
163
163
|
"@html-validate/prettier-config": "2.0.0",
|
|
164
|
-
"@html-validate/semantic-release-config": "3.0.
|
|
164
|
+
"@html-validate/semantic-release-config": "3.0.3",
|
|
165
165
|
"@lodder/grunt-postcss": "3.1.1",
|
|
166
166
|
"@rollup/plugin-json": "4.1.0",
|
|
167
167
|
"@rollup/plugin-replace": "3.0.0",
|
|
@@ -171,10 +171,10 @@
|
|
|
171
171
|
"@types/babel__code-frame": "7.0.3",
|
|
172
172
|
"@types/estree": "0.0.50",
|
|
173
173
|
"@types/glob": "7.2.0",
|
|
174
|
-
"@types/jest": "27.0.
|
|
174
|
+
"@types/jest": "27.0.3",
|
|
175
175
|
"@types/json-merge-patch": "0.0.5",
|
|
176
176
|
"@types/minimist": "1.2.2",
|
|
177
|
-
"@types/node": "12.20.
|
|
177
|
+
"@types/node": "12.20.39",
|
|
178
178
|
"@types/prompts": "2.0.14",
|
|
179
179
|
"@types/semver": "7.3.9",
|
|
180
180
|
"autoprefixer": "10.4.0",
|
|
@@ -182,11 +182,10 @@
|
|
|
182
182
|
"babelify": "10.0.0",
|
|
183
183
|
"bootstrap-sass": "3.4.1",
|
|
184
184
|
"canonical-path": "1.0.0",
|
|
185
|
-
"cssnano": "5.0.
|
|
185
|
+
"cssnano": "5.0.14",
|
|
186
186
|
"dgeni": "0.4.14",
|
|
187
187
|
"dgeni-front-matter": "3.0.0",
|
|
188
188
|
"dgeni-packages": "0.29.2",
|
|
189
|
-
"eslint": "7.32.0",
|
|
190
189
|
"font-awesome": "4.7.0",
|
|
191
190
|
"front-matter": "4.0.2",
|
|
192
191
|
"grunt": "1.4.1",
|
|
@@ -197,26 +196,26 @@
|
|
|
197
196
|
"grunt-sass": "3.1.0",
|
|
198
197
|
"highlight.js": "11.3.1",
|
|
199
198
|
"husky": "7.0.4",
|
|
200
|
-
"jest": "27.
|
|
201
|
-
"jest-diff": "27.
|
|
199
|
+
"jest": "27.4.5",
|
|
200
|
+
"jest-diff": "27.4.2",
|
|
202
201
|
"jquery": "3.6.0",
|
|
203
|
-
"lint-staged": "
|
|
202
|
+
"lint-staged": "12.1.4",
|
|
204
203
|
"load-grunt-tasks": "5.1.0",
|
|
205
204
|
"marked": "2.1.3",
|
|
206
205
|
"minimatch": "3.0.4",
|
|
207
206
|
"npm-pkg-lint": "1.5.0",
|
|
208
207
|
"npm-run-all": "4.1.5",
|
|
209
|
-
"postcss": "8.
|
|
210
|
-
"prettier": "2.
|
|
211
|
-
"rollup": "2.
|
|
208
|
+
"postcss": "8.4.5",
|
|
209
|
+
"prettier": "2.5.1",
|
|
210
|
+
"rollup": "2.62.0",
|
|
212
211
|
"rollup-plugin-copy": "3.4.0",
|
|
213
|
-
"rollup-plugin-dts": "4.0
|
|
214
|
-
"sass": "1.
|
|
215
|
-
"semantic-release": "18.0.
|
|
216
|
-
"serve-static": "1.14.
|
|
212
|
+
"rollup-plugin-dts": "4.1.0",
|
|
213
|
+
"sass": "1.45.1",
|
|
214
|
+
"semantic-release": "18.0.1",
|
|
215
|
+
"serve-static": "1.14.2",
|
|
217
216
|
"stringmap": "0.2.2",
|
|
218
|
-
"ts-jest": "27.
|
|
219
|
-
"typescript": "4.
|
|
217
|
+
"ts-jest": "27.1.2",
|
|
218
|
+
"typescript": "4.5.4"
|
|
220
219
|
},
|
|
221
220
|
"peerDependencies": {
|
|
222
221
|
"jest": "^24 || ^25 || ^26 || ^27",
|