Skip to content

Bump html-validate from 6.6.1 to 7.8.0 in /modules/admin-ui-frontend#225

Closed
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/modules/admin-ui-frontend/html-validate-7.8.0
Closed

Bump html-validate from 6.6.1 to 7.8.0 in /modules/admin-ui-frontend#225
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/modules/admin-ui-frontend/html-validate-7.8.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Nov 1, 2022

Bumps html-validate from 6.6.1 to 7.8.0.

Release notes

Sourced from html-validate's releases.

v7.8.0

7.8.0 (2022-10-31)

Features

  • html5: bundle element metadata (1e59f3e)

Bug Fixes

  • api: getFormatter ts declaration guarantees a Formatter will be returned for known formatters (14ce8b1)

v7.7.1

7.7.1 (2022-10-24)

Bug Fixes

  • api: export browser bundle as html-validate/browser (dc1c322)
  • html5: handle <meta property> (RDFa such as OG) (63e8814), closes #187

v7.7.0

7.7.0 (2022-10-23)

Features

  • html5: validates <a target> and <area target> for valid keywords (6fa0bd9)
  • new defineMetadata helper for writing custom element metadata (6a06811), closes #186
  • rules: new rule area-alt (3c1f0b3), closes #178
  • rules: new rule attribute-misuse (07a0bbe), closes #181

Bug Fixes

  • html5: <map> requires name attribute (6104eb3)
  • html5: <meta charset> should only allow utf-8 (aaa15fe)
  • html5: disallow <area coords> when shape is default (76115f2), closes #183
  • html5: mark <keygen> as deprecated (859402d)
  • html5: require <area coords> when shape is requires is (ed750c1), closes #182

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)

... (truncated)

Changelog

Sourced from html-validate's changelog.

7.8.0 (2022-10-31)

Features

  • html5: bundle element metadata (1e59f3e)

Bug Fixes

  • api: getFormatter ts declaration guarantees a Formatter will be returned for known formatters (14ce8b1)

7.7.1 (2022-10-24)

Bug Fixes

  • api: export browser bundle as html-validate/browser (dc1c322)
  • html5: handle <meta property> (RDFa such as OG) (63e8814), closes #187

7.7.0 (2022-10-23)

Features

  • html5: validates <a target> and <area target> for valid keywords (6fa0bd9)
  • new defineMetadata helper for writing custom element metadata (6a06811), closes #186
  • rules: new rule area-alt (3c1f0b3), closes #178
  • rules: new rule attribute-misuse (07a0bbe), closes #181

Bug Fixes

  • html5: <map> requires name attribute (6104eb3)
  • html5: <meta charset> should only allow utf-8 (aaa15fe)
  • html5: disallow <area coords> when shape is default (76115f2), closes #183
  • html5: mark <keygen> as deprecated (859402d)
  • html5: require <area coords> when shape is requires is (ed750c1), closes #182

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)

... (truncated)

Commits
  • 41b3e43 chore(release): 7.8.0
  • 135fad6 docs: make all examples compile
  • 3910978 docs: compile examples
  • 14ce8b1 fix(api): getFormatter ts declaration guarantees a Formatter will be retu...
  • fa4cd99 Merge branch 'feature/replace-ruledocs-fn' into 'master'
  • a67f00c build: replace rule documentation url during build
  • 88bea22 Merge branch 'feature/bundle-elements' into 'master'
  • 1e59f3e feat(html5): bundle element metadata
  • 96f29b0 chore(deps): update dependency @​html-validate/eslint-config-typescript to v5.5.7
  • eb74f0f docs: add note about conventional commits
  • 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.8.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.8.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 Nov 1, 2022
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Nov 16, 2022

Superseded by #236.

@dependabot dependabot Bot closed this Nov 16, 2022
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/modules/admin-ui-frontend/html-validate-7.8.0 branch November 16, 2022 16:13
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