html-validate 7.13.0 → 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';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "html-validate",
3
- "version": "7.13.0",
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,7 +194,7 @@
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
199
  "rollup": "3.10.0",
199
200
  "rollup-plugin-copy": "3.4.0",