fix(deps): update dependency html-validate to v6
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 |
Release Notes
html-validate/html-validate
v6.0.1
v6.0.0
⚠ BREAKING CHANGES
- htmlvalidate: This change only affects API users, the CLI tool continues to work as before.
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.
-
event:
ConfigReadyEvent
passesResolvedConfig
instance instead ofConfigData
-
meta:
MetaElement.attribute
has changed fromstring[]
toMetaAttribute[]
and bothrequiredAttributes
anddeprecatedAttributes
has been merged into object. This only affects API usage, primarily custom rules accessing attribute metadata.SeeMIGRATION.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.
Features
- bump required node version to 12.22 (80f3399)
- elements: migrate bundled html5 element metadata to new attribute syntax (6132b82)
-
event:
ConfigReadyEvent
passesResolvedConfig
instance instead ofConfigData
(5808a6b) -
htmlvalidate: use
StaticConfigLoader
by default (bb94341) -
meta: add new list property to
MetaAttribute
(4c1e3c9) - meta: extend element attribute metadata (6506aa6), closes #71
Dependency upgrades
- deps: update dependency espree to v9 (3e0ea96)
4.14.1 (2021-09-18)
Bug Fixes
-
jest: handle when
jest-diff
default import is object (74f9b84)
Configuration
-
If you want to rebase/retry this MR, check this box.
This MR has been generated by Renovate Bot.