html-validate 7.13.2 → 7.13.3

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.
@@ -4,13 +4,13 @@ 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
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';
6
6
  import 'fs';
7
- import '@sidvind/better-ajv-errors';
8
7
  import './rules-helper.js';
9
8
  import 'ajv';
10
9
  import 'deepmerge';
10
+ import 'semver';
11
+ import '@sidvind/better-ajv-errors';
11
12
  import 'espree';
12
13
  import 'acorn-walk';
13
- import 'semver';
14
14
  import './elements.js';
15
15
  import './meta-helper.js';
16
16
  import 'module';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "html-validate",
3
- "version": "7.13.2",
3
+ "version": "7.13.3",
4
4
  "description": "Offline html5 validator",
5
5
  "keywords": [
6
6
  "html",
@@ -165,13 +165,13 @@
165
165
  "semver": "^7.0.0"
166
166
  },
167
167
  "devDependencies": {
168
- "@html-validate/commitlint-config": "3.0.10",
169
- "@html-validate/eslint-config": "5.5.22",
168
+ "@html-validate/commitlint-config": "3.0.11",
169
+ "@html-validate/eslint-config": "5.5.26",
170
170
  "@html-validate/eslint-config-jest": "5.5.18",
171
- "@html-validate/eslint-config-typescript": "5.5.22",
171
+ "@html-validate/eslint-config-typescript": "5.5.26",
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.4",
174
+ "@html-validate/prettier-config": "2.3.6",
175
175
  "@html-validate/release-scripts": "4.0.0",
176
176
  "@rollup/plugin-json": "6.0.0",
177
177
  "@rollup/plugin-node-resolve": "15.0.1",
@@ -181,24 +181,24 @@
181
181
  "@types/babar": "0.2.1",
182
182
  "@types/babel__code-frame": "7.0.3",
183
183
  "@types/estree": "1.0.0",
184
- "@types/glob": "8.0.1",
184
+ "@types/glob": "8.1.0",
185
185
  "@types/jest": "29.4.0",
186
186
  "@types/minimist": "1.2.2",
187
- "@types/node": "14.18.36",
187
+ "@types/node": "14.18.37",
188
188
  "@types/prompts": "2.4.2",
189
189
  "@types/semver": "7.3.13",
190
190
  "@types/stream-buffers": "3.0.4",
191
191
  "babar": "0.2.3",
192
192
  "husky": "8.0.3",
193
- "jest": "29.4.2",
194
- "jest-diff": "29.4.2",
195
- "jest-environment-jsdom": "29.4.2",
196
- "jest-snapshot": "29.4.2",
193
+ "jest": "29.5.0",
194
+ "jest-diff": "29.5.0",
195
+ "jest-environment-jsdom": "29.5.0",
196
+ "jest-snapshot": "29.5.0",
197
197
  "npm-pkg-lint": "1.11.2",
198
198
  "npm-run-all": "4.1.5",
199
- "rollup": "3.14.0",
199
+ "rollup": "3.18.0",
200
200
  "rollup-plugin-copy": "3.4.0",
201
- "rollup-plugin-dts": "5.1.1",
201
+ "rollup-plugin-dts": "5.2.0",
202
202
  "stream-buffers": "3.0.2",
203
203
  "ts-jest": "29.0.5",
204
204
  "typescript": "4.9.5"