Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2026

Bumps html-validate from 10.5.0 to 10.6.0.

Release notes

Sourced from html-validate's releases.

v10.6.0

10.6.0 (2026-01-18)

Features

  • config: allow passing regexp object directly as patterns to class-pattern, id-pattern and name-pattern (b12fb9f)
  • config: require custom patterns to class-pattern, id-pattern and name-pattern to be wrapped with / (19203d3)
  • rules: add "tailwind" as a supported predefined class pattern (ffc3352), closes #338
  • rules: new rule valid-for (616a3ec), closes #337

Bug Fixes

  • parser: make invalid directives non-fatal (85204b3), closes #335
Changelog

Sourced from html-validate's changelog.

10.6.0 (2026-01-18)

Features

  • config: allow passing regexp object directly as patterns to class-pattern, id-pattern and name-pattern (b12fb9f)
  • config: require custom patterns to class-pattern, id-pattern and name-pattern to be wrapped with / (19203d3)
  • rules: add "tailwind" as a supported predefined class pattern (ffc3352), closes #338
  • rules: new rule valid-for (616a3ec), closes #337

Bug Fixes

  • parser: make invalid directives non-fatal (85204b3), closes #335
Commits
  • b31f647 chore(release): 10.6.0
  • a3a462b Merge branch 'bugfix/non-fatal-directives' into 'master'
  • 85204b3 fix(parser): make invalid directives non-fatal
  • eba243e Merge branch 'feature/valid-for' into 'master'
  • 616a3ec feat(rules): new rule valid-for
  • 4fa6596 Merge branch 'feature/tailwind-class-pattern' into 'master'
  • ffc3352 feat(rules): add "tailwind" as a supported predefined class pattern
  • 20b3551 Merge branch 'refactor/restrict-pattern' into 'master'
  • 2018ce7 refactor: restrict predefined patterns per rule
  • 46ef3e8 refactor: BasePatternRule takes object instead of separate parameters
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file. javascript Pull requests that update Javascript code labels Jan 19, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/html-validate-10.6.0 branch from 024886c to f6febd0 Compare January 23, 2026 13:04
Bumps [html-validate](https://gitlab.com/html-validate/html-validate) from 10.5.0 to 10.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/v10.5.0...v10.6.0)

---
updated-dependencies:
- dependency-name: html-validate
  dependency-version: 10.6.0
  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-10.6.0 branch from f6febd0 to 3c38417 Compare January 23, 2026 22:01
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.

2 participants