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

Update dependency html-validate to v7.18.1 #242

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 6, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
html-validate (source) 7.0.0 -> 7.18.1 age adoption passing confidence

Release Notes

html-validate/html-validate (html-validate)

v7.18.1

Compare Source

Bug Fixes
  • cli: error message on missing --config file (e948a18)

v7.18.0

Compare Source

Features
Bug Fixes
  • api: mark Config.fromFile() as internal (3e70028)
  • api: mark Config.getMetaTable() as internal (8cb6dd0)
  • api: mark dumpEvents,dumpSource, dumpTokens and dumpTree as internal (866f219)
  • jest: toMatchCodeframe and toMatchInlineCodeframe handles async result (584c67e)

v7.17.0

Compare Source

Features
  • allow to specify plugins inline in configuration (6ba1467)
Bug Fixes
  • rules: allow custom elements to use aria-label (513a813)

v7.16.0

Compare Source

Features
  • api: ConfigLoader returns a ResolvedConfig (1fd8b73)
Dependency upgrades

v7.15.3

Compare Source

Bug Fixes
  • api: remove unused url import (a2017ff)

v7.15.2

Compare Source

Bug Fixes
  • api: fix typescript not finding type declarations (0950bb9), closes #​217
  • rules: form-dup-name defaults to allow <button type="submit"> to share name (b39b9ad), closes #​212
Dependency upgrades
  • deps: update dependency glob to v10 (1855cf0)

v7.15.1

Compare Source

Bug Fixes
  • add missing exports (7fb141d)
  • fix html-validate/test-utils entrypoint (62fbee3)
  • include tsdoc-metadata.json (61dd7dd)

v7.15.0

Compare Source

Features
Bug Fixes
  • dom: querySelector typescript declaration returns null to match implementation (9c9befe)
  • fix browser entrypoint for older bundlers (c8320ba)

v7.14.0

Compare Source

Features
  • rules: add [role="alertdialog"] as a default sectioning root for heading-level (b87581a)
Bug Fixes
  • cli: fix glob pattern when file extension list is empty (d95a418)
Dependency upgrades
  • deps: update dependency glob to v9 (effd3bc)

v7.13.3

Compare Source

Bug Fixes
  • rules: check for empty alt tag in wcag/h37 (5f3b43f), closes #​209

v7.13.2

Compare Source

Bug Fixes
  • add button and reset types to form-dup-name shared options (d6ef9f8)

v7.13.1

Compare Source

Bug Fixes
  • no-unused-disable properly reports location when more than two rules are disabled (26d1970)
  • allow no-unused-disable to be disabled by directive (b11166c)

v7.13.0

Compare Source

Features

v7.12.2

Compare Source

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

Compare Source

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

v7.12.0

Compare Source

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

Compare Source

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

v7.11.0

Compare Source

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)

v7.10.1

Compare Source

Bug Fixes

v7.10.0

Compare Source

Features
  • rules: add wcag/h63 for header cell scopes (ee012c6)
Bug Fixes
  • html5: <th> does not require scope attribute (44bb935), closes #​189
  • rules: empty-heading handles hidden attribute (e33b55e), closes #​193
  • rules: wcag/h30 handles hidden attribute (c5ac930)

v7.9.0

Compare Source

Features
  • new definePlugin helper (e28c275)
  • rules: new option ignoreCase added to unrecognized-char-ref (4a1b9af)
  • rules: new option requireSemicolon added to unrecognized-char-ref (b7a5067)
  • rules: new rule map-dup-name (ad7bfff), closes #​180
Bug Fixes
  • rules: add selector to unrecognized-char-ref errors (73b29ef)
  • rules: include different capitalization for named character references (html entities) (83f205a), closes #​192

v7.8.0

Compare Source

Features
  • html5: bundle element metadata (1e59f3e)
Bug Fixes
  • api: getFormatter ts declaration guarantees a Formatter will be returned for known formatters (14ce8b1)

v7.7.1

Compare Source

Bug Fixes
  • api: export browser bundle as html-validate/browser (dc1c322)
  • html5: handle <meta property> (RDFa such as OG) (63e8814), closes #​187

v7.7.0

Compare Source

Features
  • html5: validates <a target> and <area target> for valid keywords (6fa0bd9)
  • new defineMetadata helper for writing custom element metadata (6a06811), closes #​186
  • rules: new rule area-alt (3c1f0b3), closes #​178
  • rules: new rule attribute-misuse (07a0bbe), closes #​181
Bug Fixes
  • html5: <map> requires name attribute (6104eb3)
  • html5: <meta charset> should only allow utf-8 (aaa15fe)
  • html5: disallow <area coords> when shape is default (76115f2), closes #​183
  • html5: mark <keygen> as deprecated (859402d)
  • html5: require <area coords> when shape is requires is (ed750c1), closes #​182

v7.6.0

Compare Source

Features
  • input-missing-label checks for presence of text (4aa7d77), closes #​170
  • api: add HtmlElement.ariaLabelledby (8463d43)
  • api: expose classifyNodeText helper (97621fd)
  • api: new rule helper hasAccessibleText (b8f8330)
  • rules: classifyNodeText helper respects hidden and aria-hidden attributes (8ba2c5a)
  • rules: classifyNodeText option to ignore hidden attribute on element (41ba7f9)
  • rules: isHTMLHidden and isAriaHidden can return detailed results (fb28c2e)
Bug Fixes
  • <select> does no longer classify as having text content (3fb1d15)
  • <textarea> does no longer classify as having text content (04517cf)
  • rules: empty-heading satisfied by images with alt text (ff68fbb), closes #​176

v7.5.0

Compare Source

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

v7.4.1

Compare Source

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

v7.4.0

Compare Source

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

Compare Source

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

v7.3.2

Compare Source

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

v7.3.1

Compare Source

Bug Fixes

v7.3.0

Compare Source

Features

v7.2.0

Compare Source

Features
  • html5: add <dialog> element (243bf56), closes #​160
  • rules: element-permitted-content lists all required ancestors (be34e01)
  • rules: element-permitted-content verifies root element (6eb721f)
  • rules: split ancestor validation from element-permitted-content to new rule element-required-ancestors (dcb2096)
Bug Fixes
  • api: allow passing object when reporting errors (f8500be)
  • api: hide internal properties when using --dump-events (206294f)
  • html5: <body> should only accept flow content (1b08c66)
  • html5: <li> requires <ul>, <ol> or <menu> parent (b88384e)
  • rules: element-permitted-content documentation fixes (613dd48)

v7.1.2

Compare Source

Bug Fixes
  • add missing metadata for SVG <title> and <desc> elements (78ec55f), closes #​157
  • escape additional characters in CSS selectors (774ba95), closes #​158
7.1.1 (2022-05-22)
Bug Fixes
  • rules: match attribute enum values case insensitive (36a8ed9), closes #​154
Dependency upgrades

v7.1.1

Compare Source

v7.1.0

Compare Source

Features
  • rules: add any option to attr-quotes (cedf9d5), closes #​152
  • rules: add include/exclude options to require-sri rule (93931c5), closes #​153
  • rules: new rule require-csp-nonce (d534a32)
Dependency upgrades

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies label May 6, 2022
@renovate renovate bot changed the title Update dependency html-validate to v7 Update dependency html-validate to v7 - autoclosed May 14, 2022
@renovate renovate bot closed this May 14, 2022
@renovate renovate bot deleted the renovate/html-validate-7.x branch May 14, 2022 08:46
@renovate renovate bot changed the title Update dependency html-validate to v7 - autoclosed Update dependency html-validate to v7 May 15, 2022
@renovate renovate bot reopened this May 15, 2022
@renovate renovate bot restored the renovate/html-validate-7.x branch May 15, 2022 02:20
@renovate renovate bot changed the title Update dependency html-validate to v7 Update dependency html-validate to v7.1.0 May 15, 2022
@renovate renovate bot force-pushed the renovate/html-validate-7.x branch from 7582000 to 0624500 Compare May 15, 2022 02:22
@renovate renovate bot changed the title Update dependency html-validate to v7.1.0 Update dependency html-validate to v7.1.1 May 22, 2022
@renovate renovate bot force-pushed the renovate/html-validate-7.x branch from 0624500 to d61c636 Compare May 22, 2022 17:14
@renovate renovate bot force-pushed the renovate/html-validate-7.x branch from d61c636 to bd64a0e Compare July 5, 2022 22:59
@renovate renovate bot changed the title Update dependency html-validate to v7.1.1 Update dependency html-validate to v7.1.2 Jul 5, 2022
@renovate renovate bot force-pushed the renovate/html-validate-7.x branch from bd64a0e to 4200520 Compare August 4, 2022 05:28
@renovate renovate bot changed the title Update dependency html-validate to v7.1.2 Update dependency html-validate to v7.2.0 Aug 4, 2022
@mydea
Copy link

mydea commented Aug 4, 2022

Any chance to merge this and cut a release? This would fix some issues (e.g. https://gitlab.com/html-validate/html-validate/-/issues/157) in 7.0!

@renovate renovate bot force-pushed the renovate/html-validate-7.x branch from 4200520 to 4225692 Compare August 11, 2022 05:50
@renovate renovate bot changed the title Update dependency html-validate to v7.2.0 Update dependency html-validate to v7.3.0 Aug 11, 2022
@renovate renovate bot force-pushed the renovate/html-validate-7.x branch from 4225692 to 0224860 Compare September 25, 2022 14:10
@renovate renovate bot changed the title Update dependency html-validate to v7.3.0 Update dependency html-validate to v7.5.0 Sep 25, 2022
@jonathanong-houzz
Copy link

these dependencies should not be pinned

@renovate renovate bot force-pushed the renovate/html-validate-7.x branch from 0224860 to 7449d4c Compare November 20, 2022 14:08
@renovate renovate bot changed the title Update dependency html-validate to v7.5.0 Update dependency html-validate to v7.10.0 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/html-validate-7.x branch from 7449d4c to 87c2cd0 Compare March 17, 2023 04:11
@renovate renovate bot changed the title Update dependency html-validate to v7.10.0 Update dependency html-validate to v7.13.3 Mar 17, 2023
@renovate renovate bot force-pushed the renovate/html-validate-7.x branch from 87c2cd0 to b92dda7 Compare March 26, 2023 19:10
@renovate renovate bot changed the title Update dependency html-validate to v7.13.3 Update dependency html-validate to v7.14.0 Mar 26, 2023
@renovate renovate bot force-pushed the renovate/html-validate-7.x branch from b92dda7 to e67c5c7 Compare April 9, 2023 15:45
@renovate renovate bot changed the title Update dependency html-validate to v7.14.0 Update dependency html-validate to v7.15.0 Apr 9, 2023
@renovate renovate bot force-pushed the renovate/html-validate-7.x branch from e67c5c7 to ed814a3 Compare April 9, 2023 23:28
@renovate renovate bot changed the title Update dependency html-validate to v7.15.0 Update dependency html-validate to v7.15.1 Apr 9, 2023
@renovate renovate bot force-pushed the renovate/html-validate-7.x branch from ed814a3 to cf64470 Compare May 3, 2023 02:53
@renovate renovate bot changed the title Update dependency html-validate to v7.15.1 Update dependency html-validate to v7.15.2 May 3, 2023
@renovate renovate bot force-pushed the renovate/html-validate-7.x branch from cf64470 to 5dc0cf7 Compare May 3, 2023 22:22
@renovate renovate bot changed the title Update dependency html-validate to v7.15.2 Update dependency html-validate to v7.15.3 May 3, 2023
@renovate renovate bot force-pushed the renovate/html-validate-7.x branch from 5dc0cf7 to 1a13c44 Compare May 4, 2023 02:18
@renovate renovate bot changed the title Update dependency html-validate to v7.15.3 Update dependency html-validate to v7.16.0 May 4, 2023
@renovate renovate bot force-pushed the renovate/html-validate-7.x branch from 1a13c44 to 2088665 Compare May 12, 2023 02:27
@renovate renovate bot changed the title Update dependency html-validate to v7.16.0 Update dependency html-validate to v7.17.0 May 12, 2023
@renovate renovate bot changed the title Update dependency html-validate to v7.17.0 Update dependency html-validate to v7.18.0 May 28, 2023
@renovate renovate bot force-pushed the renovate/html-validate-7.x branch 2 times, most recently from 099d261 to 9dcbd7b Compare May 30, 2023 17:13
@renovate renovate bot force-pushed the renovate/html-validate-7.x branch from 9dcbd7b to 381f8b0 Compare June 4, 2023 04:54
@renovate renovate bot changed the title Update dependency html-validate to v7.18.0 Update dependency html-validate to v7.18.1 Jun 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants