Skip to content
GitLab
Next
    • GitLab: the DevOps platform
    • Explore GitLab
    • Install GitLab
    • How GitLab compares
    • Get started
    • GitLab docs
    • GitLab Learn
  • Pricing
  • Talk to an expert
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    Projects Groups Topics Snippets
  • Register
  • Sign in
  • H html-validate-jest-snapshot
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • html-validate
  • html-validate-jest-snapshot
  • Merge requests
  • !23

chore(deps): update dependency html-validate to v3

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Mend Renovate requested to merge renovate/html-validate-3.x into master Jun 23, 2020
  • Overview 0
  • Commits 1
  • Pipelines 100
  • Changes 2

This MR contains the following updates:

Package Type Update Change
html-validate (source) devDependencies major 2.15.0 -> 3.5.0

Release Notes

html-validate/html-validate

v3.5.0

Compare Source

Features
  • rules: new rule no-multiple-main (fa3c065)

3.4.1 (2020-10-13)

Bug Fixes
  • rules: ignore links hidden from accessibility tree - fixes #​97 (064514b)

v3.4.1

Compare Source

Bug Fixes
  • rules: ignore links hidden from accessibility tree - fixes #​97 (064514b)

v3.4.0

Compare Source

Bug Fixes
  • deps: update dependency acorn-walk to v8 (5a41662)
  • rules: fix issue in no-dup-id where value is dynamic (203debe), closes #​96
Features
  • api: add additional prototypes to validateString (69e8102)
  • dom: new api for caching data on DOMNode (13d99e4)
  • rules: implement caching in some helper methods (5746d6c)

v3.3.0

Compare Source

Bug Fixes
  • jest: add missing filename to typescript declaration (4be48fa)
  • meta: default to pass when testing excluded category from unknown element (07afa1a)
  • rules: handle unknown elements better in element-permitted-content (58ba1aa), closes #​95
Features
  • jest: toHTMLValidate() supports passing expected errors (7b3c30e)

v3.2.0

Compare Source

Features
  • rules: new rule allowed-links (d876206)

v3.1.0

Compare Source

Bug Fixes
  • rules: no-redundant-for should only target <label> (a2395b6)
Features
  • meta: new property labelable (bf5cd6e)
  • rules: new rule multiple-labeled-controls (ee28774), closes #​86
  • rules: new rule no-redundant-for (d4445bb), closes #​87

v3.0.0

Compare Source

Bug Fixes
  • deps: update dependency chalk to v4 (614da1b)
  • deps: update dependency eslint to v7 (186be9b)
  • deps: update dependency espree to v7 (863cd0f)
chore
  • drop node 8 support (b0a6731)
BREAKING CHANGES
  • Node 8 support has been removed.

2.23.1 (2020-06-21)

Bug Fixes
  • rules: no-trailing-whitespace handles CRLF (windows) newlines (2aaddc2), closes #​93

v2.23.1

Compare Source

Bug Fixes
  • rules: no-trailing-whitespace handles CRLF (windows) newlines (2aaddc2), closes #​93

v2.23.0

Compare Source

Bug Fixes
  • cli: expandFiles path normalization for windows (b902853)
Features
  • config: add two new config presets html-validate:standard and html-validate:a17y (36bf9ec), closes #​90
  • rules: add include and exclude options to prefer-button (b046dc5), closes #​90
  • rules: add isKeywordExtended method for rule authors (ca7e835)

v2.22.0

Compare Source

Bug Fixes
  • elements: add <details> and <summary> elements (47ba673), closes #​89
  • <legend> should allow heading elements (73e150f)
  • deps: update dependency json-merge-patch to v1 (e9f83d2)
Features
  • rules: new rule no-autoplay (9ed5474), closes #​84

v2.21.0

Compare Source

Bug Fixes
  • meta: throw schema validation error when element metadata does not validate (6ecf050), closes #​81
  • schema: allow permittedContent and permittedDescendants to use AND-syntax (2fa742c), closes #​82
  • transform: expose computeOffset (d033538)
Features
  • dom: DOMTokenList can extract location data for each token (4f4dfe0), closes #​74
  • rules: add include and exclude options to no-inline-style (6604e88), closes html-validate/html-validate-angular#​3
  • rules: use more precise location from DOMTokenList (e874784)

2.20.1 (2020-04-19)

Bug Fixes
  • handle loading js-files via extends again (e29987f)

v2.20.1

Compare Source

Bug Fixes
  • handle loading js-files via extends again (e29987f)

v2.20.0

Compare Source

Bug Fixes
  • meta: add missing null return type to MetaTable.getMetaFor (44eac5b)
  • allow loading elements from js-file again (5569a94)
  • make ast property private (cb1a2c8)
Features
  • support loading custom formatters (0b02a31)
  • formatters: use factory to load formatters to make it more webpack-friendly (81bef6e)

v2.19.0

Compare Source

Bug Fixes
  • meta: deep merge during inheritance (85c377d), closes #​72
Features
  • meta: implicit inheritance when overriding existing element (8833a0f)

2.18.1 (2020-03-22)

Bug Fixes
  • meta: allow regexp literal in element schema (444a472), closes #​70
  • meta: make all meta properties optional in type declaration (eac5052)
  • meta: support case-insensitive regexp flag (96e7343), closes #​69
  • rules: use original wcag rule names (1d5aa3c)
Reverts
  • Revert "ci: temporary add debug to troubleshoot @​semantic-release/gitlab" (b4d016b)

v2.18.1

Compare Source

Bug Fixes
  • meta: allow regexp literal in element schema (444a472), closes #​70
  • meta: make all meta properties optional in type declaration (eac5052)
  • meta: support case-insensitive regexp flag (96e7343), closes #​69
  • rules: use original wcag rule names (1d5aa3c)
Reverts
  • Revert "ci: temporary add debug to troubleshoot @​semantic-release/gitlab" (b4d016b)

v2.18.0

Compare Source

Bug Fixes
  • validate input[list] (9c70db2)
  • rules: no-dup-id handles when id is set but omitted value (5f678a5)
  • rules: no-missing-references ignores omitted references (b8863cd)
  • rules: add contextual documentation for deprecated (7fbf433)
  • rules: add contextual documentation for element-name (2a98bad)
  • rules: better and more contextual messages for deprecated (3602be7)
  • rules: contextual documentation for deprecated-rule (8b10601)
  • rules: improve documentation for doctype-html (1a896a8)
  • shim: expose ConfigError and UserError (2d002c7)
  • transform: ignore non-string values in TemplateExtractor (7f27c8b)
  • allow both null and empty string when attribute allows empty values (5b6991b)
Features
  • attribute-allowed-values handle omitted values (962d079)
  • new rule attribute-empty-style (a328b55)

2.17.1 (2020-03-02)

Bug Fixes
  • disable void-style when using toHTMLValidate matcher (4d6bb3d)

v2.17.1

Compare Source

Bug Fixes
  • disable void-style when using toHTMLValidate matcher (4d6bb3d)

v2.17.0

Compare Source

Bug Fixes
  • elements: <img> srcset attribute cannot be empty (27699ad)
  • jest: typescript compatibility with jest@23 (4efae54)
  • rules: add aria-label helper (6d5d963)
  • rules: fix deprecated-rule missing location (1156c1e)
  • change config merge order in toHTMLValidate (204a8fa)
  • rules: handle aria-label on links for WCAG H30 (eb01542), closes #​67
Features
  • rules: mark void as deprecated (f6afc0f), closes #​58
  • rules: new rule no-self-closing (d9c869b), closes #​58
  • rules: new rule script-element (48ad6da)
  • rules: new rule script-type (a680f1d)
  • rules: new rule void-content (c93c63b), closes #​58
  • rules: new rule void-style (f30de03), closes #​58
  • allow configuration override when using validate{String,Source} (6e62852)

v2.16.0

Compare Source

Bug Fixes
  • cli: fix typo when using --init with vuejs (6eee478)
  • dom: querySelector and friends return empty when selector is empty (6a871de)
  • schema: add title and description to most properties (a7cea78)
  • schema: handle $schema in config and elements (a4f9054)
  • add missing jest.js and jest.d.ts (8b767c2)
Features
  • add import html-validate/jest as a shortcut to the jest matchers (4ccf6ed)
  • expose NodeClosed, TextNode, Plugin and Parser (f344527)

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


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

This MR has been generated by WhiteSource Renovate. View repository job log here.

Edited Oct 31, 2020 by Mend Renovate
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: renovate/html-validate-3.x