html-validate 6.1.1 → 6.1.2
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 +6 -0
- package/dist/cjs/{dist/types/browser.d.ts → browser.d.ts} +1 -1
- package/dist/cjs/core.js +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.js +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/package.json +8 -8
- package/dist/cjs/dist/types/jest/jest.d.ts +0 -4
- package/dist/es/dist/types/jest/jest.d.ts +0 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# html-validate changelog
|
|
2
2
|
|
|
3
|
+
### [6.1.2](https://gitlab.com/html-validate/html-validate/compare/v6.1.1...v6.1.2) (2021-11-13)
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
- fix .d.ts paths in package ([f24c2f4](https://gitlab.com/html-validate/html-validate/commit/f24c2f4752680edc6624d173599032cc5ed9830b))
|
|
8
|
+
|
|
3
9
|
### [6.1.1](https://gitlab.com/html-validate/html-validate/compare/v6.1.0...v6.1.1) (2021-11-10)
|
|
4
10
|
|
|
5
11
|
### Dependency upgrades
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { A as AttributeData, X as AttributeEvent, 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, 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, p as configPresets, x as ruleExists, v as version } from '
|
|
1
|
+
export { A as AttributeData, X as AttributeEvent, 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, 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, p as configPresets, x as ruleExists, v as version } from './core';
|
|
2
2
|
import 'ajv';
|
|
3
3
|
import 'ajv/dist/types';
|
package/dist/cjs/core.js
CHANGED
|
@@ -2927,7 +2927,7 @@ var TRANSFORMER_API;
|
|
|
2927
2927
|
/** @public */
|
|
2928
2928
|
const name = "html-validate";
|
|
2929
2929
|
/** @public */
|
|
2930
|
-
const version = "6.1.
|
|
2930
|
+
const version = "6.1.2";
|
|
2931
2931
|
/** @public */
|
|
2932
2932
|
const homepage = "https://html-validate.org";
|
|
2933
2933
|
/** @public */
|
|
@@ -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
|
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { A as AttributeData, X as AttributeEvent, 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, 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, p as configPresets, x as ruleExists, v as version } from '
|
|
1
|
+
export { A as AttributeData, X as AttributeEvent, 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, 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, p as configPresets, x as ruleExists, v as version } from './core';
|
|
2
2
|
import 'ajv';
|
|
3
3
|
import 'ajv/dist/types';
|
package/dist/es/core.js
CHANGED
|
@@ -2915,7 +2915,7 @@ var TRANSFORMER_API;
|
|
|
2915
2915
|
/** @public */
|
|
2916
2916
|
const name = "html-validate";
|
|
2917
2917
|
/** @public */
|
|
2918
|
-
const version = "6.1.
|
|
2918
|
+
const version = "6.1.2";
|
|
2919
2919
|
/** @public */
|
|
2920
2920
|
const homepage = "https://html-validate.org";
|
|
2921
2921
|
/** @public */
|
|
@@ -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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "html-validate",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.2",
|
|
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",
|
|
@@ -155,13 +155,13 @@
|
|
|
155
155
|
"devDependencies": {
|
|
156
156
|
"@babel/core": "7.16.0",
|
|
157
157
|
"@babel/preset-env": "7.16.0",
|
|
158
|
-
"@html-validate/commitlint-config": "2.1.
|
|
159
|
-
"@html-validate/eslint-config": "
|
|
160
|
-
"@html-validate/eslint-config-jest": "
|
|
161
|
-
"@html-validate/eslint-config-typescript": "
|
|
158
|
+
"@html-validate/commitlint-config": "2.1.3",
|
|
159
|
+
"@html-validate/eslint-config": "5.0.0",
|
|
160
|
+
"@html-validate/eslint-config-jest": "5.0.0",
|
|
161
|
+
"@html-validate/eslint-config-typescript": "5.0.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.2",
|
|
165
165
|
"@lodder/grunt-postcss": "3.1.1",
|
|
166
166
|
"@rollup/plugin-json": "4.1.0",
|
|
167
167
|
"@rollup/plugin-replace": "3.0.0",
|
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
"npm-run-all": "4.1.5",
|
|
209
209
|
"postcss": "8.3.11",
|
|
210
210
|
"prettier": "2.4.1",
|
|
211
|
-
"rollup": "2.
|
|
211
|
+
"rollup": "2.60.0",
|
|
212
212
|
"rollup-plugin-copy": "3.4.0",
|
|
213
213
|
"rollup-plugin-dts": "4.0.1",
|
|
214
214
|
"sass": "1.43.4",
|