Agda-zh / PLFA-zh

《编程语言基础:Agda 描述》,Programming Language Foundations in Agda 中文版
https://agda-zh.github.io/PLFA-zh/
Creative Commons Attribution 4.0 International
204 stars 22 forks source link

Bump html-validate from 7.6.0 to 7.7.1 #130

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps html-validate from 7.6.0 to 7.7.1.

Release notes

Sourced from html-validate's releases.

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
Changelog

Sourced from html-validate's changelog.

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
Commits
  • a3f6330 chore(release): 7.7.1
  • e190147 Merge branch 'bugfix/elements-browser' into 'master'
  • dc1c322 fix(api): export browser bundle as html-validate/browser
  • 3b09070 Merge branch 'bugfix/meta-rdfa-property' into 'master'
  • 63e8814 fix(html5): handle \<meta property> (RDFa such as OG)
  • df6c546 Merge branch 'chalkygames123-master-patch-07414' into 'master'
  • 8bc1b60 docs: fix typo
  • 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
  • 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[bot] commented 1 year ago

Superseded by #131.