Skip to content

Bump html-validate from 6.6.1 to 7.6.0 in /modules/admin-ui-frontend#211

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/modules/admin-ui-frontend/html-validate-7.6.0
Closed

Bump html-validate from 6.6.1 to 7.6.0 in /modules/admin-ui-frontend#211
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/modules/admin-ui-frontend/html-validate-7.6.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Oct 10, 2022

Bumps html-validate from 6.6.1 to 7.6.0.

Release notes

Sourced from html-validate's releases.

v7.6.0

7.6.0 (2022-10-10)

Features

  • input-missing-label checks for presence of text (4aa7d77), closes #170
  • api: add HtmlElement.ariaLabelledby (8463d43)
  • api: expose classifyNodeText helper (97621fd)
  • api: new rule helper hasAccessibleText (b8f8330)
  • rules: classifyNodeText helper respects hidden and aria-hidden attributes (8ba2c5a)
  • rules: classifyNodeText option to ignore hidden attribute on element (41ba7f9)
  • rules: isHTMLHidden and isAriaHidden can return detailed results (fb28c2e)

Bug Fixes

  • <select> does no longer classify as having text content (3fb1d15)
  • <textarea> does no longer classify as having text content (04517cf)
  • rules: empty-heading satisfied by images with alt text (ff68fbb), closes #176

v7.5.0

7.5.0 (2022-09-19)

Features

  • support js config files when using --config (929f2c8), closes #175

v7.4.1

7.4.1 (2022-09-11)

Bug Fixes

  • input-missing-label should ignore <input type="reset"> too (280bb5c)
  • allow \<template> as parent to <li> (aa0aadc)

v7.4.0

7.4.0 (2022-09-11)

Features

  • deps: support jest v29 (0f266ca)
  • rules: new rule element-permitted-parent (cdcc117)

Bug Fixes

... (truncated)

Changelog

Sourced from html-validate's changelog.

7.6.0 (2022-10-10)

Features

  • input-missing-label checks for presence of text (4aa7d77), closes #170
  • api: add HtmlElement.ariaLabelledby (8463d43)
  • api: expose classifyNodeText helper (97621fd)
  • api: new rule helper hasAccessibleText (b8f8330)
  • rules: classifyNodeText helper respects hidden and aria-hidden attributes (8ba2c5a)
  • rules: classifyNodeText option to ignore hidden attribute on element (41ba7f9)
  • rules: isHTMLHidden and isAriaHidden can return detailed results (fb28c2e)

Bug Fixes

  • <select> does no longer classify as having text content (3fb1d15)
  • <textarea> does no longer classify as having text content (04517cf)
  • rules: empty-heading satisfied by images with alt text (ff68fbb), closes #176

7.5.0 (2022-09-19)

Features

  • support js config files when using --config (929f2c8), closes #175

7.4.1 (2022-09-11)

Bug Fixes

  • input-missing-label should ignore <input type="reset"> too (280bb5c)
  • allow \<template> as parent to <li> (aa0aadc)

7.4.0 (2022-09-11)

Features

  • deps: support jest v29 (0f266ca)
  • rules: new rule element-permitted-parent (cdcc117)

Bug Fixes

  • html5: <meta itemprop> can be used where flow or phrasing is expected (0c6c74c), closes #168
  • rename preset html-validate:a17y to html-validate:a11y (typo fix) (0440fcd), closes #171
  • rules: input-missing-label now ignores input type submit and button (39317da), closes #170
  • rules: improve error message when alt is empty (8f50e8f)
  • rules: verify presence of alt attribute on <input type="image"> (feeb56e)

7.3.3 (2022-08-25)

Bug Fixes

... (truncated)

Commits
  • 16ce685 chore(release): 7.6.0
  • cc1a3d3 Merge branch 'bugfix/empty-header-image' into 'master'
  • ff68fbb fix(rules): empty-heading satisfied by images with alt text
  • 4b3a096 refactor: handle \<svg> properly in has-accessible-name
  • f14ec29 Merge branch 'feature/input-label-empty' into 'master'
  • 97621fd feat(api): expose classifyNodeText helper
  • 4aa7d77 feat: input-missing-label checks for presence of text
  • b8f8330 feat(api): new rule helper hasAccessibleText
  • 41ba7f9 feat(rules): classifyNodeText option to ignore hidden attribute on element
  • 8ba2c5a feat(rules): classifyNodeText helper respects hidden and aria-hidden at...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [html-validate](https://gitlab.com/html-validate/html-validate) from 6.6.1 to 7.6.0.
- [Release notes](https://gitlab.com/html-validate/html-validate/tags)
- [Changelog](https://gitlab.com/html-validate/html-validate/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/html-validate/html-validate/compare/v6.6.1...v7.6.0)

---
updated-dependencies:
- dependency-name: html-validate
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 10, 2022
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Oct 24, 2022

Superseded by #217.

@dependabot dependabot Bot closed this Oct 24, 2022
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/modules/admin-ui-frontend/html-validate-7.6.0 branch October 24, 2022 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants