fix(deps): update dependency markuplint to v4.18.1 #1646
Annotations
4 errors
|
test (macOS-latest, 24)
Process completed with exit code 1.
|
|
test/cli.spec.mjs > markuplint > Button Command Attribute:
test/cli.spec.mjs#L205
AssertionError: expected [ …(17) ] to strictly equal [ …(15) ]
- Expected
+ Received
@@ -1,8 +1,10 @@
[
"test/fixtures/markuplint/button-command.html:27:17 The \"btn\" class name is unmatched with the below patterns: \"/^c-(?<ComponentName>[a-z][a-z0-9]*(?:-[a-z0-9]+)*)$/\"",
"test/fixtures/markuplint/button-command.html:45:58 The \"btn\" class name is unmatched with the below patterns: \"/^c-(?<ComponentName>[a-z][a-z0-9]*(?:-[a-z0-9]+)*)$/\"",
+ "test/fixtures/markuplint/button-command.html:41:2 Detected perceptible nodes between the trigger and corresponding target",
+ "test/fixtures/markuplint/button-command.html:42:2 Detected perceptible nodes between the trigger and corresponding target",
"test/fixtures/markuplint/button-command.html:102:2 Detected perceptible nodes between the trigger and corresponding target",
"test/fixtures/markuplint/button-command.html:103:2 Detected perceptible nodes between the trigger and corresponding target",
"test/fixtures/markuplint/button-command.html:104:2 Detected perceptible nodes between the trigger and corresponding target",
"test/fixtures/markuplint/button-command.html:111:6 Detected perceptible nodes between the trigger and corresponding target",
"test/fixtures/markuplint/button-command.html:110:2 Require accessible name",
❯ test/cli.spec.mjs:205:22
|
|
test (windows-latest, 24)
The strategy configuration was canceled because "test.macOS-latest_24" failed
|
|
test (windows-latest, 24)
The operation was canceled.
|