html-validate 8.23.0 → 8.24.0

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/dist/es/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  export { F as FileSystemConfigLoader, c as cjsResolver, a as compatibilityCheck, n as nodejsResolver } from './core-nodejs.js';
2
- export { A as Attribute, C as Config, a as ConfigError, b as ConfigLoader, D as DOMNode, h as DOMTokenList, j as DOMTree, k as DynamicValue, I as EventHandler, l as HtmlElement, H as HtmlValidate, M as MetaCopyableProperty, p as MetaTable, n as NestedError, N as NodeClosed, m as NodeType, E as Parser, z as Reporter, R as ResolvedConfig, r as Rule, o as SchemaValidationError, S as Severity, f as StaticConfigLoader, u as TextClassification, q as TextContent, T as TextNode, U as UserError, V as Validator, W as WrappedError, t as ariaNaming, w as classifyNodeText, P as configPresets, c as defineConfig, B as definePlugin, g as formatterFactory, x as keywordPatternMatcher, F as ruleExists, y as sliceLocation, s as staticResolver, v as version, G as walk } from './core.js';
2
+ export { A as Attribute, C as Config, a as ConfigError, b as ConfigLoader, D as DOMNode, h as DOMTokenList, j as DOMTree, k as DynamicValue, I as EventHandler, l as HtmlElement, H as HtmlValidate, M as MetaCopyableProperty, q as MetaTable, n as NestedError, N as NodeClosed, m as NodeType, P as Parser, B as Reporter, R as ResolvedConfig, t as Rule, o as SchemaValidationError, S as Severity, f as StaticConfigLoader, w as TextClassification, r as TextContent, T as TextNode, U as UserError, V as Validator, W as WrappedError, u as ariaNaming, x as classifyNodeText, p as configPresets, c as defineConfig, E as definePlugin, g as formatterFactory, y as keywordPatternMatcher, F as ruleExists, z as sliceLocation, s as staticResolver, v as version, G as walk } from './core.js';
3
3
  export { C as CLI } from './cli.js';
4
4
  export { d as defineMetadata, m as metadataHelper } from './meta-helper.js';
5
5
  import 'node:fs';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "html-validate",
3
- "version": "8.23.0",
3
+ "version": "8.24.0",
4
4
  "description": "Offline html5 validator",
5
5
  "keywords": [
6
6
  "html",
@@ -216,9 +216,9 @@
216
216
  "@html-validate/prettier-config": "2.5.5",
217
217
  "@html-validate/release-scripts": "6.6.0",
218
218
  "@microsoft/api-extractor": "7.47.9",
219
- "@rollup/plugin-commonjs": "26.0.1",
219
+ "@rollup/plugin-commonjs": "26.0.3",
220
220
  "@rollup/plugin-json": "6.1.0",
221
- "@rollup/plugin-node-resolve": "15.2.3",
221
+ "@rollup/plugin-node-resolve": "15.2.4",
222
222
  "@rollup/plugin-replace": "5.0.7",
223
223
  "@rollup/plugin-virtual": "3.0.2",
224
224
  "@types/babar": "0.2.4",
@@ -236,11 +236,11 @@
236
236
  "jest-diff": "29.7.0",
237
237
  "jest-environment-jsdom": "29.7.0",
238
238
  "jest-snapshot": "29.7.0",
239
- "jsdom": "25.0.0",
239
+ "jsdom": "25.0.1",
240
240
  "memfs": "4.12.0",
241
241
  "npm-pkg-lint": "3.9.0",
242
242
  "npm-run-all2": "6.2.3",
243
- "rollup": "4.22.2",
243
+ "rollup": "4.22.4",
244
244
  "rollup-plugin-esbuild": "6.1.1",
245
245
  "stream-buffers": "3.0.3",
246
246
  "ts-jest": "29.2.5",