@markuplint/html-parser
Advanced tools
Comparing version 4.6.8 to 4.6.9
@@ -6,3 +6,3 @@ # Change Log | ||
## [4.6.8](https://github.com/markuplint/markuplint/compare/@markuplint/html-parser@4.6.7...@markuplint/html-parser@4.6.8) (2024-10-14) | ||
## [4.6.9](https://github.com/markuplint/markuplint/compare/@markuplint/html-parser@4.6.8...@markuplint/html-parser@4.6.9) (2024-10-15) | ||
@@ -15,2 +15,6 @@ **Note:** Version bump only for package @markuplint/html-parser | ||
## [4.6.8](https://github.com/markuplint/markuplint/compare/@markuplint/html-parser@4.6.7...@markuplint/html-parser@4.6.8) (2024-10-14) | ||
**Note:** Version bump only for package @markuplint/html-parser | ||
## [4.6.7](https://github.com/markuplint/markuplint/compare/@markuplint/html-parser@4.6.6...@markuplint/html-parser@4.6.7) (2024-09-23) | ||
@@ -17,0 +21,0 @@ |
@@ -19,3 +19,3 @@ import type { Replacements } from './optimize-starts-head-or-body.js'; | ||
tokenize(): { | ||
ast: import("node_modules/parse5/dist/tree-adapters/default.js").ChildNode[]; | ||
ast: Node[]; | ||
isFragment: boolean; | ||
@@ -22,0 +22,0 @@ }; |
{ | ||
"name": "@markuplint/html-parser", | ||
"version": "4.6.8", | ||
"version": "4.6.9", | ||
"description": "HTML parser for markuplint", | ||
@@ -28,8 +28,8 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
"dependencies": { | ||
"@markuplint/ml-ast": "4.4.5", | ||
"@markuplint/parser-utils": "4.6.8", | ||
"parse5": "7.1.2", | ||
"@markuplint/ml-ast": "4.4.6", | ||
"@markuplint/parser-utils": "4.7.0", | ||
"parse5": "7.2.0", | ||
"type-fest": "4.26.1" | ||
}, | ||
"gitHead": "e59d4e8b762c66c7e3fb8b0a0d9d99d5160b0afa" | ||
"gitHead": "c8c82d36c2e48d191091cbc22ca1b99ed0704b9f" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17121
+ Added@markuplint/ml-ast@4.4.6(transitive)
+ Added@markuplint/ml-spec@4.7.2(transitive)
+ Added@markuplint/parser-utils@4.7.0(transitive)
+ Added@markuplint/shared@4.4.7(transitive)
+ Added@markuplint/types@4.6.2(transitive)
+ Addedparse5@7.2.0(transitive)
- Removed@markuplint/ml-ast@4.4.5(transitive)
- Removed@markuplint/ml-spec@4.7.1(transitive)
- Removed@markuplint/parser-utils@4.6.8(transitive)
- Removed@markuplint/shared@4.4.6(transitive)
- Removed@markuplint/types@4.6.1(transitive)
- Removedparse5@7.1.2(transitive)
Updated@markuplint/ml-ast@4.4.6
Updatedparse5@7.2.0