Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 24, 2022

Bumps html-validate from 7.6.0 to 7.7.0.

Release notes

Sourced from html-validate's releases.

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
Changelog

Sourced from html-validate's changelog.

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
Commits
  • 1be4e89 chore(release): 7.7.0
  • f9e6b95 Merge branch 'feature/attr-allowed' into 'master'
  • ed750c1 fix(html5): require \<area coords> when shape is requires is
  • 76115f2 fix(html5): disallow \<area coords> when shape is default
  • 0ccf03b refactor: strip out unused fields from context
  • aaa15fe fix(html5): \<meta charset> should only allow utf-8
  • 07a0bbe feat(rules): new rule attribute-misuse
  • 0fb4009 refactor: add function ajv keyword
  • ba430f2 Merge branch 'feature/elements-working-require' into 'master'
  • 4135f1b refactor: use require in elements as well
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 24, 2022
github-actions[bot]
github-actions bot previously approved these changes Oct 24, 2022
Bumps [html-validate](https://gitlab.com/html-validate/html-validate) from 7.6.0 to 7.7.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/v7.6.0...v7.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-html-validate-7.7.0 branch from aeef4ff to b48860d Compare October 24, 2022 20:33
@mfranzke mfranzke enabled auto-merge (squash) October 24, 2022 20:34
@mfranzke mfranzke merged commit 1a9d890 into main Oct 24, 2022
@mfranzke mfranzke deleted the dependabot-npm_and_yarn-html-validate-7.7.0 branch October 24, 2022 20:37
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.

1 participant