Skip to content

chore(deps): update dependency html-validate to v7.13.0

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

This MR contains the following updates:

Package Type Update Change
html-validate (source) devDependencies minor 7.10.1 -> 7.13.0

Release Notes

html-validate/html-validate

v7.13.0

Compare Source

Features

v7.12.2

Compare Source

Bug Fixes
  • form-dup-name validate checkboxes by default (d5e7b7d), closes #​202
  • add allowArrayBrackets option to form-dup-name rule (a43ea0b), closes #​203
  • add shared option to form-dup-name to set which controls allow shared names (7ddc02b), closes #​201

v7.12.1

Compare Source

Bug Fixes
  • rules: form-dup-name reports when radio and non-radio uses same name (6d9a282), closes #​200

v7.12.0

Compare Source

Features
  • api: Attribute.valueMatches can take array of keywords to match against (0a5ff8e)
  • api: add Rule.getMetaFor(..) (5a76381)
  • api: add new formAssociated property when defining metadata (3d56c4a)
  • meta: MetaAttributeAllowedCallback takes the attribute as second argument (7a4edeb)
  • rules: new rule form-dup-name (74f8e2d), closes #​197
  • rules: new rule map-id-name (abe5acb), closes #​184
Bug Fixes
  • parser: enable cache api on document root (a1cfe64)

v7.11.1

Compare Source

Bug Fixes
  • allow setting metadata attribute to null to remove it (7118d9b)
  • better error message when element inheritance fails (717c186)

v7.11.0

Compare Source

Features
  • api: add keywordPatternMatcher for usage with include/exclude options (6bd360f)
  • rules: add include and exclude support to no-unknown-elements (cd7fb23)
  • validateOccurrences and element-permitted-occurences support tag category (b37d9ac)
Bug Fixes
  • hgroup is still valid, support the current content model (4040db3), closes #​198
  • rules: improve error message for wcag/h63 (fa16f51)
  • rules: improved error message with element-required-content using categories (a71a2d8)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 this update again.


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

This MR has been generated by Renovate Bot.

Edited by HTML-validate

Merge request reports