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 7.1.1 to 7.12.2 in /modules/engage-paella-player-7 #390

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 9, 2023

Bumps html-validate from 7.1.1 to 7.12.2.

Release notes

Sourced from html-validate's releases.

v7.12.2

7.12.2 (2023-01-09)

Bug Fixes

  • form-dup-name validate checkboxes by default (d5e7b7d), closes #202
  • add allowArrayBrackets option to form-dup-name rule (a43ea0b), closes #203
  • add shared option to form-dup-name to set which controls allow shared names (7ddc02b), closes #201

v7.12.1

7.12.1 (2023-01-05)

Bug Fixes

  • rules: form-dup-name reports when radio and non-radio uses same name (6d9a282), closes #200

v7.12.0

7.12.0 (2022-12-28)

Features

  • api: Attribute.valueMatches can take array of keywords to match against (0a5ff8e)
  • api: add Rule.getMetaFor(..) (5a76381)
  • api: add new formAssociated property when defining metadata (3d56c4a)
  • meta: MetaAttributeAllowedCallback takes the attribute as second argument (7a4edeb)
  • rules: new rule form-dup-name (74f8e2d), closes #197
  • rules: new rule map-id-name (abe5acb), closes #184

Bug Fixes

  • parser: enable cache api on document root (a1cfe64)

v7.11.1

7.11.1 (2022-12-22)

Bug Fixes

  • allow setting metadata attribute to null to remove it (7118d9b)
  • better error message when element inheritance fails (717c186)

v7.11.0

7.11.0 (2022-12-19)

Features

... (truncated)

Changelog

Sourced from html-validate's changelog.

7.12.2 (2023-01-09)

Bug Fixes

  • form-dup-name validate checkboxes by default (d5e7b7d), closes #202
  • add allowArrayBrackets option to form-dup-name rule (a43ea0b), closes #203
  • add shared option to form-dup-name to set which controls allow shared names (7ddc02b), closes #201

7.12.1 (2023-01-05)

Bug Fixes

  • rules: form-dup-name reports when radio and non-radio uses same name (6d9a282), closes #200

7.12.0 (2022-12-28)

Features

  • api: Attribute.valueMatches can take array of keywords to match against (0a5ff8e)
  • api: add Rule.getMetaFor(..) (5a76381)
  • api: add new formAssociated property when defining metadata (3d56c4a)
  • meta: MetaAttributeAllowedCallback takes the attribute as second argument (7a4edeb)
  • rules: new rule form-dup-name (74f8e2d), closes #197
  • rules: new rule map-id-name (abe5acb), closes #184

Bug Fixes

  • parser: enable cache api on document root (a1cfe64)

7.11.1 (2022-12-22)

Bug Fixes

  • allow setting metadata attribute to null to remove it (7118d9b)
  • better error message when element inheritance fails (717c186)

7.11.0 (2022-12-19)

Features

  • api: add keywordPatternMatcher for usage with include/exclude options (6bd360f)
  • rules: add include and exclude support to no-unknown-elements (cd7fb23)
  • validateOccurrences and element-permitted-occurences support tag category (b37d9ac)

Bug Fixes

  • hgroup is still valid, support the current content model (4040db3), closes #198
  • rules: improve error message for wcag/h63 (fa16f51)
  • rules: improved error message with element-required-content using categories (a71a2d8)

... (truncated)

Commits
  • 59e2eba chore(release): 7.12.2
  • de2194f Merge branch 'bugfix/form-dup-mismatched-type' into 'master'
  • 7ddc02b fix: add shared option to form-dup-name to set which controls allow share...
  • d5e7b7d fix: form-dup-name validate checkboxes by default
  • a43ea0b fix: add allowArrayBrackets option to form-dup-name rule
  • eec269c chore(deps): update dependency rollup-plugin-dts to v5.1.1
  • def3a44 chore(deps): update dependency @​html-validate/commitlint-config to v3.0.9
  • 02d9930 chore(deps): update @​html-validate/eslint monorepo to v5.5.18
  • e0fea43 chore(deps): update dependency postcss to v8.4.21
  • bb69c39 chore(deps): update dependency @​babel/core to v7.20.12
  • 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 7.1.1 to 7.12.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/v7.1.1...v7.12.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 9, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 16, 2023

Superseded by #403.

@dependabot dependabot bot closed this Jan 16, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/modules/engage-paella-player-7/html-validate-7.12.2 branch January 16, 2023 23:16
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