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.
@@ -1,5 +1,5 @@
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';
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
 
@@ -0,0 +1,4 @@
1
+ import './jest-lib';
2
+ import './core';
3
+ import 'ajv';
4
+ import 'ajv/dist/types';
@@ -1,4 +1,4 @@
1
- import { s as Transformer, l as Source } from '../../../core';
1
+ import { s as Transformer, l as Source } from './core';
2
2
  import 'ajv';
3
3
  import 'ajv/dist/types';
4
4
 
@@ -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.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.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.0",
157
- "@babel/preset-env": "7.16.0",
158
- "@html-validate/commitlint-config": "2.1.2",
159
- "@html-validate/eslint-config": "4.4.11",
160
- "@html-validate/eslint-config-jest": "4.4.11",
161
- "@html-validate/eslint-config-typescript": "4.4.11",
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.1",
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.2",
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.37",
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.10",
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.3.1",
201
- "jest-diff": "27.3.1",
199
+ "jest": "27.4.5",
200
+ "jest-diff": "27.4.2",
202
201
  "jquery": "3.6.0",
203
- "lint-staged": "11.2.6",
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.3.11",
210
- "prettier": "2.4.1",
211
- "rollup": "2.59.0",
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.1",
214
- "sass": "1.43.4",
215
- "semantic-release": "18.0.0",
216
- "serve-static": "1.14.1",
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.0.7",
219
- "typescript": "4.4.4"
217
+ "ts-jest": "27.1.2",
218
+ "typescript": "4.5.4"
220
219
  },
221
220
  "peerDependencies": {
222
221
  "jest": "^24 || ^25 || ^26 || ^27",
@@ -1,4 +0,0 @@
1
- import '../../../jest-lib';
2
- import '../../../core';
3
- import 'ajv';
4
- import 'ajv/dist/types';
@@ -1,4 +0,0 @@
1
- import '../../../jest-lib';
2
- import '../../../core';
3
- import 'ajv';
4
- import 'ajv/dist/types';