fix(deps): update dependency html-validate to v6
Compare changes
- David Sveningsson authored
Signed-off-by:
HTML-validate <gitlab@html-validate.org>
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
html-validate (source) | peerDependencies | major | ^2.17 || ^3 || ^4 || ^5 -> ^2.17 || ^3 || ^4 || ^5 || ^6.0.0 |
html-validate (source) | devDependencies | major | 5.5.0 -> 6.0.1 |
v6.0.1
v6.0.0
The default configuration loader has changed from FileSystemConfigLoader
to
StaticConfigLoader
, i.e. the directory traversal looking for
.htmlvalidate.json
configuration files must now be explicitly enabled.
See MIGRATION.md for details.
ConfigReadyEvent
passes ResolvedConfig
instance instead of ConfigData
MetaElement.attribute
has changed from string[]
to
MetaAttribute[]
and both requiredAttributes
and deprecatedAttributes
has
been merged into object. This only affects API usage, primarily custom rules
accessing attribute metadata.See MIGRATION.md
for details.The old format is deprecated but is internally converted as to not break user configuration. For compatibility it will probably be around for quite a while but users should try to migrate as soon as possible.
ConfigReadyEvent
passes ResolvedConfig
instance instead of ConfigData
(5808a6b)StaticConfigLoader
by default (bb94341)MetaAttribute
(4c1e3c9)jest-diff
default import is object (74f9b84)This MR has been generated by Renovate Bot.
Signed-off-by:
HTML-validate <gitlab@html-validate.org>