html-validate 7.12.2 → 7.13.1

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.
@@ -2,20 +2,20 @@ import path from 'path';
2
2
  import kleur from 'kleur';
3
3
  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
+ 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';
5
6
  import 'fs';
7
+ import '@sidvind/better-ajv-errors';
6
8
  import './rules-helper.js';
7
9
  import 'ajv';
8
10
  import 'deepmerge';
9
- import 'semver';
10
- 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';
11
- import '@babel/code-frame';
12
- import '@html-validate/stylish';
13
- import '@sidvind/better-ajv-errors';
14
11
  import 'espree';
15
12
  import 'acorn-walk';
13
+ import 'semver';
16
14
  import './elements.js';
17
15
  import './meta-helper.js';
18
16
  import 'module';
17
+ import '@babel/code-frame';
18
+ import '@html-validate/stylish';
19
19
  import 'glob';
20
20
  import 'ignore';
21
21
  import 'prompts';
@@ -1,5 +1,5 @@
1
1
  import { z as Report, c as ConfigLoader, H as HtmlValidate, a as ConfigData } from './core.js';
2
- export { e as Attribute, A as AttributeData, aa as AttributeEvent, g as CSSStyleDeclaration, an as CompatibilityOptions, ac as ConditionalEvent, C as Config, b as ConfigError, a1 as ConfigReadyEvent, af as DOMLoadEvent, ag as DOMReadyEvent, I as DeferredMessage, ad as DirectiveEvent, ae as DoctypeEvent, D as DynamicValue, a9 as ElementReadyEvent, a0 as Event, $ as EventCallback, E as EventDump, _ as EventHandler, aj as FileSystemConfigLoader, ak as Formatter, f as HtmlElement, ai as ListenEventMap, L as Location, F as Message, m as MetaAttribute, n as MetaAttributeAllowedCallback, q as MetaCopyableProperty, M as MetaData, k as MetaDataTable, l as MetaElement, o as MetaTable, j as NestedError, N as NodeClosed, Y as Parser, Q as Plugin, P as ProcessAttributeCallback, w as ProcessElementCallback, x as ProcessElementContext, B as Reporter, G as Result, R as Rule, r as RuleConstructor, s as RuleDocumentation, i as SchemaValidationError, V as SchemaValidationPatch, S as Severity, t as Source, u as SourceHooks, a2 as SourceReadyEvent, d as StaticConfigLoader, a7 as TagCloseEvent, a6 as TagEndEvent, a5 as TagOpenEvent, a8 as TagReadyEvent, a4 as TagStartEvent, O as TemplateExtractor, T as TextNode, h as TokenDump, a3 as TokenEvent, J as TransformContext, K as Transformer, ah as TriggerEventMap, U as UserError, ab as WhitespaceEvent, W as WrappedError, am as compatibilityCheck, p as configPresets, X as definePlugin, al as formatterFactory, Z as ruleExists, y as sliceLocation, v as version } from './core.js';
2
+ export { e as Attribute, A as AttributeData, ab as AttributeEvent, g as CSSStyleDeclaration, ar as CompatibilityOptions, ad as ConditionalEvent, C as Config, b as ConfigError, a2 as ConfigReadyEvent, ag as DOMLoadEvent, ah as DOMReadyEvent, I as DeferredMessage, ae as DirectiveEvent, af as DoctypeEvent, D as DynamicValue, aa as ElementReadyEvent, a1 as Event, a0 as EventCallback, E as EventDump, $ as EventHandler, an as FileSystemConfigLoader, ao as Formatter, f as HtmlElement, am as ListenEventMap, L as Location, F as Message, m as MetaAttribute, n as MetaAttributeAllowedCallback, q as MetaCopyableProperty, M as MetaData, k as MetaDataTable, l as MetaElement, o as MetaTable, j as NestedError, N as NodeClosed, aj as ParseBeginEvent, ak as ParseEndEvent, Z as Parser, Q as Plugin, P as ProcessAttributeCallback, w as ProcessElementCallback, x as ProcessElementContext, B as Reporter, G as Result, R as Rule, r as RuleConstructor, s as RuleDocumentation, ai as RuleErrorEvent, i as SchemaValidationError, X as SchemaValidationPatch, S as Severity, t as Source, u as SourceHooks, a3 as SourceReadyEvent, d as StaticConfigLoader, a8 as TagCloseEvent, a7 as TagEndEvent, a6 as TagOpenEvent, a9 as TagReadyEvent, a5 as TagStartEvent, O as TemplateExtractor, T as TextNode, h as TokenDump, a4 as TokenEvent, J as TransformContext, K as Transformer, al as TriggerEventMap, U as UserError, V as Validator, ac as WhitespaceEvent, W as WrappedError, aq as compatibilityCheck, p as configPresets, Y as definePlugin, ap as formatterFactory, _ as ruleExists, y as sliceLocation, v as version } from './core.js';
3
3
  export { d as defineMetadata, m as metadataHelper } from './meta-helper.js';
4
4
  export { I as IncludeExcludeOptions, T as TextClassification, c as classifyNodeText, k as keywordPatternMatcher } from './rules-helper.js';
5
5
  export { SchemaObject } from 'ajv';
package/dist/es/index.js CHANGED
@@ -1,4 +1,4 @@
1
- export { A as Attribute, 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, o as compatibilityCheck, p as configPresets, j as definePlugin, k as formatterFactory, r as ruleExists, s as sliceLocation, v as version } from './core.js';
1
+ export { A as Attribute, 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, V as Validator, W as WrappedError, o as compatibilityCheck, p as configPresets, j as definePlugin, k as formatterFactory, r as ruleExists, s as sliceLocation, v as version } from './core.js';
2
2
  import 'fs';
3
3
  export { d as defineMetadata, m as metadataHelper } from './meta-helper.js';
4
4
  export { T as TextClassification, c as classifyNodeText, k as keywordPatternMatcher } from './rules-helper.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "html-validate",
3
- "version": "7.12.2",
3
+ "version": "7.13.1",
4
4
  "description": "Offline html5 validator",
5
5
  "keywords": [
6
6
  "html",
@@ -166,16 +166,17 @@
166
166
  },
167
167
  "devDependencies": {
168
168
  "@html-validate/commitlint-config": "3.0.9",
169
- "@html-validate/eslint-config": "5.5.18",
169
+ "@html-validate/eslint-config": "5.5.19",
170
170
  "@html-validate/eslint-config-jest": "5.5.18",
171
- "@html-validate/eslint-config-typescript": "5.5.18",
171
+ "@html-validate/eslint-config-typescript": "5.5.19",
172
172
  "@html-validate/eslint-config-typescript-typeinfo": "5.5.0",
173
173
  "@html-validate/jest-config": "3.6.2",
174
- "@html-validate/prettier-config": "2.3.2",
174
+ "@html-validate/prettier-config": "2.3.3",
175
175
  "@html-validate/release-scripts": "3.5.9",
176
176
  "@rollup/plugin-json": "6.0.0",
177
+ "@rollup/plugin-node-resolve": "15.0.1",
177
178
  "@rollup/plugin-replace": "5.0.2",
178
- "@rollup/plugin-typescript": "10.0.1",
179
+ "@rollup/plugin-typescript": "11.0.0",
179
180
  "@rollup/plugin-virtual": "3.0.1",
180
181
  "@types/babar": "0.2.1",
181
182
  "@types/babel__code-frame": "7.0.3",
@@ -193,13 +194,13 @@
193
194
  "jest-diff": "29.3.1",
194
195
  "jest-environment-jsdom": "29.3.1",
195
196
  "jest-snapshot": "29.3.1",
196
- "npm-pkg-lint": "1.11.1",
197
+ "npm-pkg-lint": "1.11.2",
197
198
  "npm-run-all": "4.1.5",
198
- "rollup": "3.9.1",
199
+ "rollup": "3.10.0",
199
200
  "rollup-plugin-copy": "3.4.0",
200
201
  "rollup-plugin-dts": "5.1.1",
201
202
  "stream-buffers": "3.0.2",
202
- "ts-jest": "29.0.3",
203
+ "ts-jest": "29.0.5",
203
204
  "typescript": "4.9.4"
204
205
  },
205
206
  "peerDependencies": {