Skip to content

fix(deps): update dependency html-validate to v6

HTML-validate requested to merge renovate/html-validate-6.x into master

This MR contains the following updates:

Package Type Update Change
html-validate (source) peerDependencies major ^2.17.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 -> ^2.17.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0
html-validate (source) devDependencies major 5.5.0 -> 6.0.1

Release Notes

html-validate/html-validate

v6.0.1

Compare Source

v6.0.0

Compare Source

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 passes ResolvedConfig instance instead of ConfigData
  • meta: 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.

Features
  • bump required node version to 12.22 (80f3399)
  • elements: migrate bundled html5 element metadata to new attribute syntax (6132b82)
  • event: ConfigReadyEvent passes ResolvedConfig instance instead of ConfigData (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

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about these updates again.


  • If you want to rebase/retry this MR, check this box.

This MR has been generated by Renovate Bot.

Merge request reports