Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 27, 2022

Bumps html-validate from 6.11.1 to 7.5.0.

Release notes

Sourced from html-validate's releases.

v7.5.0

7.5.0 (2022-09-19)

Features

  • support js config files when using --config (929f2c8), closes #175

v7.4.1

7.4.1 (2022-09-11)

Bug Fixes

  • input-missing-label should ignore <input type="reset"> too (280bb5c)
  • allow \<template> as parent to <li> (aa0aadc)

v7.4.0

7.4.0 (2022-09-11)

Features

  • deps: support jest v29 (0f266ca)
  • rules: new rule element-permitted-parent (cdcc117)

Bug Fixes

  • html5: <meta itemprop> can be used where flow or phrasing is expected (0c6c74c), closes #168
  • rename preset html-validate:a17y to html-validate:a11y (typo fix) (0440fcd), closes #171
  • rules: input-missing-label now ignores input type submit and button (39317da), closes #170
  • rules: improve error message when alt is empty (8f50e8f)
  • rules: verify presence of alt attribute on <input type="image"> (feeb56e)

v7.3.3

7.3.3 (2022-08-25)

Bug Fixes

  • <form> action attribute false positives (f93a8fc), closes #167
  • cli: fix typo in maximum warnings message (8971323)

v7.3.2

7.3.2 (2022-08-24)

Bug Fixes

... (truncated)

Changelog

Sourced from html-validate's changelog.

7.5.0 (2022-09-19)

Features

  • support js config files when using --config (929f2c8), closes #175

7.4.1 (2022-09-11)

Bug Fixes

  • input-missing-label should ignore <input type="reset"> too (280bb5c)
  • allow \<template> as parent to <li> (aa0aadc)

7.4.0 (2022-09-11)

Features

  • deps: support jest v29 (0f266ca)
  • rules: new rule element-permitted-parent (cdcc117)

Bug Fixes

  • html5: <meta itemprop> can be used where flow or phrasing is expected (0c6c74c), closes #168
  • rename preset html-validate:a17y to html-validate:a11y (typo fix) (0440fcd), closes #171
  • rules: input-missing-label now ignores input type submit and button (39317da), closes #170
  • rules: improve error message when alt is empty (8f50e8f)
  • rules: verify presence of alt attribute on <input type="image"> (feeb56e)

7.3.3 (2022-08-25)

Bug Fixes

  • <form> action attribute false positives (f93a8fc), closes #167
  • cli: fix typo in maximum warnings message (8971323)

7.3.2 (2022-08-24)

Bug Fixes

  • better error message when failing to parse html-validate directive (0e9d98e), closes #166

7.3.1 (2022-08-21)

Bug Fixes

  • handle quoted ., #, : and[ in attribute selectors (7282625), closes #162 #147
  • html5: disallow empty action attribute on <form> (0cdb7b2), closes #165

7.3.0 (2022-08-11)

... (truncated)

Commits
  • 8c7d039 chore(release): 7.5.0
  • 043f7c7 chore(deps): update dependency @​html-validate/release-scripts to v3.5.9
  • b64988d chore(deps): update @​html-validate/eslint monorepo to v5.5.1
  • cee0399 Merge branch 'feature/config-arg-non-json' into 'master'
  • 929f2c8 feat: support js config files when using --config
  • af6863f chore(deps): update dependency @​types/jest to v29.0.3
  • 120eee2 chore(deps): update dependency autoprefixer to v10.4.11
  • 185126f chore(deps): update babel monorepo to v7.19.1
  • cd5d376 chore(deps): update dependency dgeni-packages to v0.30.0
  • b72a6dc chore(deps): update dependency @​types/node to v14.18.29
  • 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 Sep 27, 2022
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-html-validate-7.5.0 branch from 3438080 to 290d587 Compare September 28, 2022 07:14
@mfranzke
Copy link
Member

@dependabot rebase

Bumps [html-validate](https://gitlab.com/html-validate/html-validate) from 6.11.1 to 7.5.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/v6.11.1...v7.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-html-validate-7.5.0 branch from 290d587 to db4c35e Compare September 28, 2022 09:12
@mfranzke mfranzke merged commit f7a2a16 into main Sep 28, 2022
@mfranzke mfranzke deleted the dependabot-npm_and_yarn-html-validate-7.5.0 branch September 28, 2022 09: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