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

Bump html-validate from 5.4.1 to 6.0.2 in /modules/admin-ui-frontend #3027

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 28, 2021

Bumps html-validate from 5.4.1 to 6.0.2.

Release notes

Sourced from html-validate's releases.

v6.0.2

6.0.2 (2021-09-27)

Bug Fixes

  • jest: jest matcher should use FileSystemConfigLoader (4d04bdc)

v6.0.1

6.0.1 (2021-09-27)

Bug Fixes

v6.0.0

6.0.0 (2021-09-26)

⚠ BREAKING CHANGES

  • htmlvalidate: This change only affects API users, the CLI tool continues to work as before.

The default configuration loader has changed from FileSystemConfigLoader to StaticConfigLoader, i.e. the directory traversal looking for .htmlvalidate.json configuration files must now be explicitly enabled.

See (MIGRATION.md)[https://html-validate.org/migration/index.html] for details.

  • event: ConfigReadyEvent passes ResolvedConfig instance instead of ConfigData
  • meta: MetaElement.attribute has changed from string[] to MetaAttribute[] and both requiredAttributes and deprecatedAttributes has been merged into object. This only affects API usage, primarily custom rules accessing attribute metadata.See MIGRATION.md for details.

The old format is deprecated but is internally converted as to not break user configuration. For compatibility it will probably be around for quite a while but users should try to migrate as soon as possible.

Features

  • bump required node version to 12.22 (80f3399)
  • elements: migrate bundled html5 element metadata to new attribute syntax (6132b82)
  • event: ConfigReadyEvent passes ResolvedConfig instance instead of ConfigData (5808a6b)
  • htmlvalidate: use StaticConfigLoader by default (bb94341)
  • meta: add new list property to MetaAttribute (4c1e3c9)
  • meta: extend element attribute metadata (6506aa6), closes #71

... (truncated)

Changelog

Sourced from html-validate's changelog.

6.0.2 (2021-09-27)

Bug Fixes

  • jest: jest matcher should use FileSystemConfigLoader (4d04bdc)

6.0.1 (2021-09-27)

Bug Fixes

6.0.0 (2021-09-26)

⚠ BREAKING CHANGES

  • htmlvalidate: This change only affects API users, the CLI tool continues to work as before.

The default configuration loader has changed from FileSystemConfigLoader to StaticConfigLoader, i.e. the directory traversal looking for .htmlvalidate.json configuration files must now be explicitly enabled.

See MIGRATION.md for details.

  • event: ConfigReadyEvent passes ResolvedConfig instance instead of ConfigData
  • meta: MetaElement.attribute has changed from string[] to MetaAttribute[] and both requiredAttributes and deprecatedAttributes has been merged into object. This only affects API usage, primarily custom rules accessing attribute metadata.See MIGRATION.md for details.

The old format is deprecated but is internally converted as to not break user configuration. For compatibility it will probably be around for quite a while but users should try to migrate as soon as possible.

Features

  • bump required node version to 12.22 (80f3399)
  • elements: migrate bundled html5 element metadata to new attribute syntax (6132b82)
  • event: ConfigReadyEvent passes ResolvedConfig instance instead of ConfigData (5808a6b)
  • htmlvalidate: use StaticConfigLoader by default (bb94341)
  • meta: add new list property to MetaAttribute (4c1e3c9)
  • meta: extend element attribute metadata (6506aa6), closes #71

Dependency upgrades

  • deps: update dependency espree to v9 (3e0ea96)

4.14.1 (2021-09-18)

... (truncated)

Commits
  • d2c1e7f chore(release): 6.0.2
  • 4d04bdc fix(jest): jest matcher should use FileSystemConfigLoader
  • 08d3b0d chore(release): 6.0.1
  • 4973ee4 fix: docs
  • 79bf22c chore(release): 6.0.0
  • 956d7f7 Merge branch 'renovate/estree-0.x' into 'master'
  • a0adbf6 chore(deps): update dependency @​types/estree to v0.0.50
  • a1d6109 Merge branch 'renovate/espree-9.x' into 'master'
  • 3e0ea96 fix(deps): update dependency espree to v9
  • a6931fe Merge branch 'feature/require-node-12-22' into 'master'
  • 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)

Bumps [html-validate](https://gitlab.com/html-validate/html-validate) from 5.4.1 to 6.0.2.
- [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/v5.4.1...v6.0.2)

---
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 added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 28, 2021
@lkiesow lkiesow self-assigned this Sep 28, 2021
@lkiesow lkiesow merged commit a3dab49 into develop Sep 28, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/modules/admin-ui-frontend/html-validate-6.0.2 branch September 28, 2021 15:46
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