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 v8 #250

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 4, 2023

This PR contains the following updates:

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

Release Notes

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

v8.25.0

Compare Source

Features
  • cli: add --preset to set preset when using cli (2ec038f), closes #​269
Bug Fixes
  • properly close elements with optional end tag when implicit document element is used (bbe2a99), closes #​268
  • types: narrow numeric rule severity to only 0, 1 and 2 (88cf8a2)

v8.24.2

Compare Source

Bug Fixes
  • add default environment to package.json exports (a21a1ef), closes #​265

v8.24.1

Compare Source

Bug Fixes
  • dont validate quotes in dynamically added attributes (2125d86)

v8.24.0

Compare Source

Features
  • new html-validate:browser configuration preset (f4e6f5b), closes #​261

v8.23.0

Compare Source

Features
  • deps: support vitest v2 (860b0c0)

v8.22.0

Compare Source

Features
Bug Fixes
  • deps: update dependency ignore to v5.3.2 (9d86e68)

v8.21.0

Compare Source

Features
  • api: add DOMTree.readyState (1f6f69b)
  • api: deprecate DOMTree.find(..) in favour of querySelector(..) (ac0bb77)
  • api: internal methods of DOMTree removed from public API (79a03be)
  • api: new walk.depthFirst(..) API to replace now deprecated DOMTree.visitDepthFirst(..) method (f9dbda0)
Bug Fixes
  • html5: spellcheck is a global attribute (46594a1)

v8.20.1

Compare Source

Bug Fixes
  • rules: fix attribute-allowed-values error location for empty values (2c04eeb)

v8.20.0

Compare Source

Features
  • api: new setConfig method on StaticConfigLoader to change config (1bf7559)
  • api: new getter/setter for configuration loader (6283091)

v8.19.1

Compare Source

Bug Fixes
  • rules: wcag/h36 no longer reports for hidden elements (aba06d1)
  • rules: wcag/h37 no longer validates <input type="submit"> (use wcag/h36 instead) (e82b17a), closes #​254
  • rules: make wcag/h36 have better message and location (8a80cc8)

v8.19.0

Compare Source

Features
  • rules: new option allowCheckboxDefault for form-dup-name (293b951), closes #​251
Bug Fixes
  • rules: multiple-labeled-controls handles hidden input (4d794b6), closes #​251
  • rules: wcag/h30 only applies to <a href> (cd93dfe), closes #​252
  • rules: handle unicode letters in valid-id (c83687a), closes #​253

v8.18.2

Compare Source

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

v8.18.1

Compare Source

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

Compare Source

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

Compare Source

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

v8.17.0

Compare Source

Features
  • rules: new rule name-pattern (f2209c0), closes #​216
  • rules: support multiple patterns in id-pattern, class-pattern and name-pattern rules (15dd007)
Bug Fixes
  • meta: handle regexp with slash inside (4c88396), closes #​242
  • rules: input-missing-label now ignores <input> hidden by css (c40e48e), closes #​241
  • rules: input-missing-label now tests if <label> is inert or hidden by css (d0d6f40)
  • rules: show pattern name in id-pattern, class-pattern and name-pattern rules (4bd70ab)

v8.16.0

Compare Source

Features
  • api: new tabIndex property reflecting the parsed tabindex attribute (a4e5d5b)
  • meta: add inert as global attribute (a5e6477)
  • meta: new formAssociated.disablable property (0b141ab)
Bug Fixes
  • html5: <summary> element is focusable if child of <details> (79dec74)
  • rules: hidden-focusable handles inert elements (89bb969), closes #​240
  • rules: hidden-focusable no longer reports for disabled form controls (d337397)
  • rules: hidden-focusable no longer reports for elements with tabindex="-1" (03d7223), closes #​240

v8.15.0

Compare Source

Features
  • rules: new rule valid-autocomplete (bebd0d1)
Bug Fixes
  • rules: case-insensitive match for url in meta-refresh (3177295)

v8.14.0

Compare Source

Features
  • rules: new option allowLongDelay to meta-refresh to allow 20h+ delays (629625c)

v8.13.0

Compare Source

Features
  • meta: allow <link> under <body> if appropriate rel attribute is present (ae1e070)
  • meta: allow content categories to be a callback (0eb4e77)
  • meta: disallow invalid rel attribute keywords (dc36cfb)

v8.12.0

Compare Source

Features
  • rules: new rule no-abstract-role (923680b)

v8.11.1

Compare Source

Bug Fixes
  • dom: fix regression error with selectors ending with characters a, d or 9 (a9a9ef9)

v8.11.0

Compare Source

Features
  • html5: add new property aria.naming representing if the element can be named (4fca264)
  • html5: update role metadata from html-aria standard (b029a3f)
  • meta: move implicitRole to aria.implicitRole (bc8cacf)
Bug Fixes
  • handle selectors containing tabs and newlines (5e45d54), closes #​238
  • rules: new option allowAnyNamable for aria-label-misuse (c08a3ba), closes #​237

v8.10.0

Compare Source

Features
  • rules: new rule no-implicit-input-type (6cc0c6d)
Bug Fixes
  • deps: update dependency ignore to v5.3.1 (4553b89)
  • html5: type for <input> no longer required (37284d0), closes #​235
  • rules: change wording required to recommended in no-implicit-button-type (1926c06)

v8.9.1

Compare Source

Bug Fixes
  • rules: <form> and <section> without explicit accessible name is no longer considered landmark (a36deac)
  • rules: <header> and <footer> nested in <main> or sectioning content is no longer considered landmark (bcab354), closes #​234

v8.9.0

Compare Source

Features
  • elements: new property focusable to mark elements as focusable (c59c8b2)
  • rules: new rule hidden-focusable (243e7fb)
  • rules: new rule unique-landmark (187be1e)
Bug Fixes
  • api: remove internal listeners property from public API (303e5d5)
  • dom: ancestor with role="presentation" no longer counts decendants as missing from a11y tree (cc72da1)
  • dom: handle role="none" as a synonym for role="presentation" (b1d7b50)
  • dom: interactive and focusable elements ignore role="presentation" (017308f)
  • rules: better error description for require-sri (ffc3695)
  • rules: rule wcag/h30 no longer requires text on <a hidden> (a20cc84)
  • rules: rule wcag/h30 no longer requires text on links with display: none or visibility: hidden (36ff07e)
  • rules: rules wcag/h32 handles <button> without explicit type (84c6a6e)

v8.8.0

Compare Source

Features
  • api: Report.merge() can merge async results (35689fc)
  • api: rename nodejsResolver to cjsResolver (8c72c8f)
  • config: new defineConfig helper (35e265a)
Bug Fixes
  • config: proper error message when certain configuration properties was invalid (b029569)

v8.7.4

Compare Source

Bug Fixes

v8.7.3

Compare Source

Bug Fixes
  • disable doctype-style when using prettier preset (f1f4004)

v8.7.2

Compare Source

Bug Fixes
  • deps: update dependency ignore to v5.3.0 (143e994)

v8.7.1

Compare Source

Bug Fixes
  • rules: fix form-dup-name issue when more than two names are present in array (5d9ff3b), closes #​228

v8.7.0

Compare Source

Features
  • html5: support referrerpolicy attribute (851b559)

v8.6.1

Compare Source

Bug Fixes
  • dom: remove usage of regex negative lookbehind (f406393), closes #​147
  • rules: improve attribute-misuse error message (fccce69), closes #​226
  • typo in CONTRIBUTING.md (855bacf)

v8.6.0

Compare Source

Features
  • api: add meta: MetaAttribute in AttributeEvent (2cda0ae)
  • cli: --rule severity can now be set with strings, fixes #​225. (054972e)

v8.5.0

Compare Source

Features

v8.4.1

Compare Source

Bug Fixes
  • rules: fix contextual documentation for attr-pattern rule (0082aef)

v8.4.0

Compare Source

Features
  • html5: support <search> element (720bdd9)
  • new implicitRole metadata for better handling of implicit ARIA roles (fe45ec4), closes #​224

v8.3.0

Compare Source

Features
Bug Fixes
  • html5: <label> cannot have empty for (3626e1a), closes #​223
  • html5: element-required-attributes allows <button> without type (use no-implicit-button-type instead) (d32f492), closes #​221

v8.2.0

Compare Source

Features
  • add allowedIfParentIsPresent metadata helper (2668899)
  • html5: add <source> attributes metadata (e3a3311)
  • support passing native HTMLElement to metadata helpers (8af6d01), closes #​207
Bug Fixes
  • api: typing for Rule.setSeverity() changed to only accept Severity (64f4210)

v8.1.0

Compare Source

Features
Bug Fixes
  • add compatibilityCheck function to browser bundle (b89dcc2)
  • api: remove unintended null return value from plugins api (0eb0ea8)

v8.0.5

Compare Source

Bug Fixes
  • fix import issue with elements/html5.js (0604c21), closes #​219
  • make elements/html5 work with esm (d95de27)

v8.0.4

Compare Source

Bug Fixes
  • add explicit node import (73f9a1f)

v8.0.3

Compare Source

Bug Fixes
  • fix regression bug when using elements in extended configuration files and plugins (6892083)
  • use correct dts when using custom conditions (1b6971e)

v8.0.2

Compare Source

Bug Fixes
  • add browser condition for main import (d2f7a74)
  • remove usage of node:path and process in browser build (2580aeb)

v8.0.1

Compare Source

Bug Fixes
  • fix nodejs code being included in browser bundle (7c76a3b)

v8.0.0

Compare Source

⚠ BREAKING CHANGES

See {@​link migration migration guide} for details.

  • api: The ConfigFactory parameter to ConfigLoader (and its child
    classes StaticConfigLoader and FileSystemConfigLoader) has been removed. No
    replacement.

If you are using this you are probably better off implementing a fully custom
loader later returning a ResolvedConfig.

  • api: A new getContextualDocumentation replaces the now deprecated
    getRuleDocumentation method. The context parameter to getRuleDocumentation
    is now required and must not be omitted.

For rule authors this means you can now rely on the context parameter being
set in the documentation callback.

For IDE integration and toolchain authors this means you should migrate to use
getContextualDocumentation as soon as possible or if you are continuing to use
getRuleDocumentation you are now required to pass the config and context
field from the reported message.

  • api: This change affect API users only, specifically API users
    directly using the Config class. Additionally when using the
    StaticConfigLoader no modules will be resolved using require(..) by default
    any longer. Instructions for running in a browser is also updated, see below.

To create a Config instance you must now pass in a Resolver (single or
array):

+const resolvers = [ /* ... */ ];
-const config = new Config( /* ... */ );
+const config = new Config(resolvers, /* ... */ );

This applies to calls to Config.fromObject(..) as well.

The default resolvers for StaticConfigLoader is StaticResolver and for
FileSystemConfigLoader is NodeJSResolver. Both can optionally take a new set
of resolvers (including custom ones).

Each resolver will, in order, try to load things by name. For instance, when
using the NodeJSResolver it uses require(..) to load new items.

  • NodeJSResolver - uses require(..)
  • StaticResolver - uses a predefined set of items.
  • api: The HtmlValidate class now has a Promise based API where most
    methods return a promise. The old synchronous methods are renamed.

Either adapt to the new asynchronous API:

-const result = htmlvalidate.validateFile("my-awesome-file.html");
+const result = await htmlvalidate.validateFile("my-awesome-file.html");

or migrate to the synchronous API:

-const result = htmlvalidate.validateFile("my-awesome-file.html");
+const result = htmlvalidate.validateFileSync("my-awesome-file.html");

For unittesting with Jest it is recommended to make the entire test-case async:

-it("my awesome test", () => {
+it("my awesome test", async () => {
   const htmlvalidate = new HtmlValidate();
-  const report = htmlvalidate.validateString("...");
+  const report = await htmlvalidate.validateString("...");
   expect(report).toMatchCodeFrame();
});
  • api: ConfigLoader must return ResolvedConfig. This change
    affects API users who implements custom configuration loaders.

In the simplest case this only requires to call Config.resolve():

-return config;
+return config.resolve();

A resolved configuration cannot further reference any new files to extend,
plugins to load, etc.

  • api: The TemplateExtractor class has been moved to the
    @html-validate/plugin-utils package. This change only affects API users who
    use the TemplateExtractor class, typically this is only used when writing
    plugins.
  • config: Deprecated severity alias disabled removed. If you use this in your
    configuration you need to update it to off.
 {
   "rules": {
-    "my-awesome-rule": "disabled"
+    "my-awesome-rule": "off"
   }
 }
  • rules: The void rule has been removed after being deprecated a long
    time, it is replaced with the separate void-content, void-style and
    no-self-closing rules.
  • deps: minimum required node version is v16
  • deps: minimum required jest version is v27
Features
  • api: ConfigLoader must return ResolvedConfig (d685e6a)
  • api: FileSystemConfigLoader supports passing a custom fs-like object (fac704e)
  • api: add Promise based API to HtmlValidate class (adc7783)
  • api: add Resolver classes as a mean to separate fs from browser build (3dc1724)
  • api: new getContextualDocumentation to replace getRuleDocumentation (60c9a12)
  • api: remove ConfigFactory (e309d89)
  • api: remove TemplateExtractor in favour of @html-validate/plugin-utils (a0a512b)
  • deps: minimum required jest version is v27 (dc79b6b)
  • deps: minimum required node version is v16 (f6ccdb0)
  • rules: remove deprecated void rule (3e727d8)
Bug Fixes
  • config: remove deprecated severity alias disabled (6282293)

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](


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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Jun 4, 2023
@renovate renovate bot force-pushed the renovate/html-validate-8.x branch 5 times, most recently from 3c256b3 to ccfb44e Compare June 14, 2023 01:40
@renovate renovate bot force-pushed the renovate/html-validate-8.x branch from ccfb44e to 16d9d70 Compare July 22, 2023 01:56
@renovate renovate bot force-pushed the renovate/html-validate-8.x branch from 16d9d70 to 22185f1 Compare August 7, 2023 18:15
@renovate renovate bot force-pushed the renovate/html-validate-8.x branch from 22185f1 to cccc6f5 Compare August 20, 2023 04:39
@renovate renovate bot force-pushed the renovate/html-validate-8.x branch from cccc6f5 to 2f697fa Compare September 9, 2023 16:50
@renovate renovate bot force-pushed the renovate/html-validate-8.x branch from 2f697fa to e63c67b Compare September 24, 2023 01:34
@renovate renovate bot force-pushed the renovate/html-validate-8.x branch from e63c67b to db5a18e Compare October 1, 2023 01:44
@renovate renovate bot force-pushed the renovate/html-validate-8.x branch from db5a18e to 54b38a1 Compare October 13, 2023 18:52
@renovate renovate bot force-pushed the renovate/html-validate-8.x branch 2 times, most recently from c3a17ef to 8603acf Compare October 22, 2023 01:44
@renovate renovate bot force-pushed the renovate/html-validate-8.x branch 2 times, most recently from 33f173f to 2813bb2 Compare November 18, 2023 04:44
@renovate renovate bot force-pushed the renovate/html-validate-8.x branch from 2813bb2 to a017753 Compare November 24, 2023 00:35
@renovate renovate bot force-pushed the renovate/html-validate-8.x branch from a017753 to e2f8b1b Compare December 10, 2023 06:07
@renovate renovate bot force-pushed the renovate/html-validate-8.x branch from e2f8b1b to 8ddbc39 Compare December 27, 2023 06:44
@renovate renovate bot force-pushed the renovate/html-validate-8.x branch 2 times, most recently from d76faa3 to 492795b Compare January 10, 2024 20:36
@renovate renovate bot force-pushed the renovate/html-validate-8.x branch from 492795b to 473d5d0 Compare February 22, 2024 01:54
@renovate renovate bot force-pushed the renovate/html-validate-8.x branch 3 times, most recently from 380e9cd to 17f3658 Compare March 6, 2024 02:40
@renovate renovate bot force-pushed the renovate/html-validate-8.x branch 2 times, most recently from 9da6064 to 14c231d Compare March 11, 2024 04:24
@renovate renovate bot force-pushed the renovate/html-validate-8.x branch from 14c231d to b7ae48f Compare March 18, 2024 04:03
@renovate renovate bot force-pushed the renovate/html-validate-8.x branch 3 times, most recently from 5fa88c0 to 71a4662 Compare March 23, 2024 23:00
@renovate renovate bot force-pushed the renovate/html-validate-8.x branch from 71a4662 to 884aba4 Compare March 30, 2024 05:01
@renovate renovate bot force-pushed the renovate/html-validate-8.x branch from 884aba4 to 91172e1 Compare April 20, 2024 17:30
@renovate renovate bot force-pushed the renovate/html-validate-8.x branch 2 times, most recently from a5ca045 to 55da81d Compare May 23, 2024 23:18
@renovate renovate bot force-pushed the renovate/html-validate-8.x branch from 55da81d to 6ddd665 Compare June 3, 2024 01:39
@renovate renovate bot force-pushed the renovate/html-validate-8.x branch from 6ddd665 to 281e13c Compare June 11, 2024 21:59
@renovate renovate bot force-pushed the renovate/html-validate-8.x branch from 281e13c to 8ba866d Compare July 20, 2024 16:34
@renovate renovate bot force-pushed the renovate/html-validate-8.x branch 2 times, most recently from 5c81164 to 0c16c7b Compare September 12, 2024 18:31
@renovate renovate bot force-pushed the renovate/html-validate-8.x branch 2 times, most recently from 9d31c7f to 84d9eff Compare September 24, 2024 21:10
@renovate renovate bot force-pushed the renovate/html-validate-8.x branch from 84d9eff to 84c4e86 Compare October 7, 2024 14:12
@renovate renovate bot force-pushed the renovate/html-validate-8.x branch from 84c4e86 to 3716168 Compare October 16, 2024 23:24
@renovate renovate bot force-pushed the renovate/html-validate-8.x branch from 3716168 to d8f1f05 Compare November 11, 2024 01:14
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.

1 participant