Skip to content

Bump html-validate from 10.1.2 to 10.7.0#6

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/html-validate-10.7.0
Closed

Bump html-validate from 10.1.2 to 10.7.0#6
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/html-validate-10.7.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Feb 11, 2026

Bumps html-validate from 10.1.2 to 10.7.0.

Release notes

Sourced from html-validate's releases.

v10.7.0

10.7.0 (2026-01-23)

Features

  • optional brackets [] around html-validate directives for inline configuration (8426f6c)
  • rules: add allowTemplate option to no-style-tag rule (0930fd8), closes #329
  • rules: add elements.include and elements.exclude to aria-label-misuse (c88bec7), closes #334

Bug Fixes

  • make directives missing end bracket non-fatal (2370ad3)
  • rules: handle id with colon for unique-landmark rule (0174785), closes #333

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

v10.5.0

10.5.0 (2025-12-14)

Features

  • deps: update dependency glob to v12 (61e3a2d)
  • deps: update dependency glob to v13 (eb80287)

Bug Fixes

  • deps: update dependency @​sidvind/better-ajv-errors to v4.0.1 (651c383)

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

... (truncated)

Changelog

Sourced from html-validate's changelog.

10.7.0 (2026-01-23)

Features

  • optional brackets [] around html-validate directives for inline configuration (8426f6c)
  • rules: add allowTemplate option to no-style-tag rule (0930fd8), closes #329
  • rules: add elements.include and elements.exclude to aria-label-misuse (c88bec7), closes #334

Bug Fixes

  • make directives missing end bracket non-fatal (2370ad3)
  • rules: handle id with colon for unique-landmark rule (0174785), closes #333

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

10.5.0 (2025-12-14)

Features

  • deps: update dependency glob to v12 (61e3a2d)
  • deps: update dependency glob to v13 (eb80287)

Bug Fixes

  • deps: update dependency @​sidvind/better-ajv-errors to v4.0.1 (651c383)

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)

... (truncated)

Commits
  • 23d9f74 chore(release): 10.7.0
  • 9e5585a chore(deps): update dependency sass to v1.97.3
  • a3fe597 chore(deps): update dependency npm-pkg-lint to v4.3.3
  • 587a358 ci: increase timeout of test
  • f441f8a Merge branch 'feature/no-style-tag-allow-template' into 'master'
  • 0930fd8 feat(rules): add allowTemplate option to no-style-tag rule
  • 866ee40 Merge branch 'bugfix/issue-333-colon-in-id' into 'master'
  • 0174785 fix(rules): handle id with colon for unique-landmark rule
  • 974e6c4 Merge branch 'feature/elements-include-exclude' into 'master'
  • c88bec7 feat(rules): add elements.include and elements.exclude to `aria-label-mis...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitLab CI/CD](https://www.npmjs.com/~GitLab CI/CD), a new releaser for html-validate since your current version.


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 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.1.2 to 10.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/v10.1.2...v10.7.0)

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

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 Feb 11, 2026
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Feb 11, 2026

Assignees

The following users could not be added as assignees: wenkokke. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 11, 2026
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Feb 18, 2026

Superseded by #9.

@dependabot dependabot Bot closed this Feb 18, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/html-validate-10.7.0 branch February 18, 2026 07:56
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