Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 17, 2025

Bumps html-validate from 10.3.0 to 10.4.0.

Release notes

Sourced from html-validate's releases.

v10.4.0

10.4.0 (2025-11-17)

Features

  • meta: new metadata helper hasKeyword to test if a space-separated list contains a given keyword (e1f0099)
  • meta: support attribute.required as callback (f0292a7)

Bug Fixes

  • html5: <link> imagesrcset and imagesizes attributes are only allowed if rel="preload" and as="image" (7b5ade4)
  • html5: <link> only requires href if imagesrcset is absent (f0d2f6a), closes #330
  • html5: <link> requires imagesizes if imagesrcset is present (6fdc002)

v10.3.1

10.3.1 (2025-11-09)

Bug Fixes

  • html5: <a> element is only interactive if it has an href attribute (385f92f)
  • html5: allow <hr> element to be used as descendant of <select> (e601d36), closes #331
  • html5: disallow nested <a> elements even without href attribute (622e2f6)
Changelog

Sourced from html-validate's changelog.

10.4.0 (2025-11-17)

Features

  • meta: new metadata helper hasKeyword to test if a space-separated list contains a given keyword (e1f0099)
  • meta: support attribute.required as callback (f0292a7)

Bug Fixes

  • html5: <link> imagesrcset and imagesizes attributes are only allowed if rel="preload" and as="image" (7b5ade4)
  • html5: <link> only requires href if imagesrcset is absent (f0d2f6a), closes #330
  • html5: <link> requires imagesizes if imagesrcset is present (6fdc002)

10.3.1 (2025-11-09)

Bug Fixes

  • html5: <a> element is only interactive if it has an href attribute (385f92f)
  • html5: allow <hr> element to be used as descendant of <select> (e601d36), closes #331
  • html5: disallow nested <a> elements even without href attribute (622e2f6)
Commits
  • 925885b chore(release): 10.4.0
  • 7ee7ba5 Merge branch 'bugfix/link-imagesrcset' into 'master'
  • 7b5ade4 fix(html5): \<link> imagesrcset and imagesizes attributes are only allow...
  • 6fdc002 fix(html5): \<link> requires imagesizes if imagesrcset is present
  • f0d2f6a fix(html5): \<link> only requires href if imagesrcset is absent
  • f0292a7 feat(meta): support attribute.required as callback
  • e1f0099 feat(meta): new metadata helper hasKeyword to test if a space-separated lis...
  • aa24cc6 chore(deps): lock file maintenance
  • ca67490 Merge branch 'renovate/vite-7.x' into 'master'
  • 3acb4de chore(deps): update dependency vite to v7.2.2
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 10.3.0 to 10.4.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/v10.3.0...v10.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 17, 2025
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 17, 2025
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