Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump html-validate from 8.8.0 to 8.18.2 #819

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 22, 2024

Bumps html-validate from 8.8.0 to 8.18.2.

Release notes

Sourced from html-validate's releases.

v8.18.2

8.18.2 (2024-04-20)

Bug Fixes

  • html5: allow textarea to have autocomplete values other than on and off (c1dfbb1), closes #249

v8.18.1

8.18.1 (2024-03-30)

Bug Fixes

  • rules: form-dup-name handles \<template> element (9c77444), closes #247
  • rules: no-dup-id handles \<template> element (04f3e0d), closes #247

v8.18.0

8.18.0 (2024-03-23)

Features

  • rules: new pattern bem for pattern rules (c1ead1b)
  • rules: new pattern snakecase for pattern rules (4b95ccb), closes #245

Bug Fixes

  • rules: disallow consecutive hyphens and underscors for kebab-case and snake_case (a4338a7), closes #246
  • rules: require initial character for all patterns to be letter (646ff16)

v8.17.1

8.17.1 (2024-03-21)

Bug Fixes

  • rules: properly handle inert on ancestor elements (2990669), closes #243

v8.17.0

8.17.0 (2024-03-19)

Features

  • rules: new rule name-pattern (f2209c0), closes #216
  • rules: support multiple patterns in id-pattern, class-pattern and name-pattern rules (15dd007)

... (truncated)

Commits
  • c25632d chore(release): 8.18.2
  • 71a1e40 Merge branch 'bugfix/autocomplete-issue-249' into 'master'
  • c1dfbb1 fix(html5): allow textarea to have autocomplete values other than on and off
  • ef3b5f2 chore(deps): update dependency marked to v12.0.2
  • 072609a chore(deps): update dependency rollup to v4.14.3
  • 6d56a6b chore(deps): update dependency memfs to v4.8.2
  • 43362f6 Merge branch 'renovate/html-validate-eslint' into 'master'
  • ba412cf chore(deps): update @​html-validate/eslint monorepo to v5.18.0
  • 4fdd8a0 docs: bump node version requirement for building docs
  • fcc531a chore(deps): update dependency rollup to v4.14.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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code minor labels Apr 22, 2024
Copy link
Contributor

@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-html-validate-8.18.2 branch from 01f722f to ae7f66c Compare April 23, 2024 01:31
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-html-validate-8.18.2 branch from ae7f66c to e512d18 Compare April 30, 2024 01:38
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-html-validate-8.18.2 branch from e512d18 to 466567e Compare April 30, 2024 01:42
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-html-validate-8.18.2 branch from 466567e to 1b58e97 Compare May 10, 2024 04:00
github-actions[bot]
github-actions bot previously approved these changes May 10, 2024
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-html-validate-8.18.2 branch from 1b58e97 to 24118a4 Compare May 10, 2024 04:03
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-html-validate-8.18.2 branch from 24118a4 to 96a96b2 Compare May 10, 2024 04:06
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-html-validate-8.18.2 branch from 96a96b2 to 95e9a86 Compare May 10, 2024 04:09
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-html-validate-8.18.2 branch from 95e9a86 to 0582720 Compare May 13, 2024 01:59
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-html-validate-8.18.2 branch from 0582720 to 97714e0 Compare May 13, 2024 02:08
Bumps [html-validate](https://gitlab.com/html-validate/html-validate) from 8.8.0 to 8.18.2.
- [Release notes](https://gitlab.com/html-validate/html-validate/tags)
- [Commits](https://gitlab.com/html-validate/html-validate/compare/v8.8.0...v8.18.2)

---
updated-dependencies:
- dependency-name: html-validate
  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-8.18.2 branch from 97714e0 to d2e96e8 Compare May 17, 2024 02:04
Copy link
Contributor Author

dependabot bot commented on behalf of github May 20, 2024

Superseded by #835.

@dependabot dependabot bot closed this May 20, 2024
@dependabot dependabot bot deleted the dependabot-npm_and_yarn-html-validate-8.18.2 branch May 20, 2024 01:49
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 minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants