chore(deps): bump stylelint-config-standard from 36.0.1 to 37.0.0 #819
Annotations
2 errors
Test:
test/cli.spec.mjs#L249
AssertionError: expected [ …(32) ] to strictly equal [ …(30) ]
- Expected
+ Received
Array [
"test/fixtures/stylelint/unit.scss:12:13 Unexpected value \"3em\" for property \"font-size\" (declaration-property-value-allowed-list)",
"test/fixtures/stylelint/unit.scss:13:13 Unexpected value \"1.2em\" for property \"font-size\" (declaration-property-value-allowed-list)",
"test/fixtures/stylelint/unit.scss:14:13 Unexpected value \"0.5em\" for property \"font-size\" (declaration-property-value-allowed-list)",
"test/fixtures/stylelint/unit.scss:15:13 Unexpected value \"4vw\" for property \"font-size\" (declaration-property-value-allowed-list)",
+ "test/fixtures/stylelint/unit.scss:22:13 Cannot parse property value \"calc( 36 / $width * 100vw )\" for property \"font-size\" (declaration-property-value-no-unknown)",
+ "test/fixtures/stylelint/unit.scss:25:13 Cannot parse property value \"calc( $font-size / $width * 100vw )\" for property \"font-size\" (declaration-property-value-no-unknown)",
"test/fixtures/stylelint/unit.scss:32:13 Unexpected value \"16px\" for property \"font-size\" (declaration-property-value-allowed-list)",
"test/fixtures/stylelint/unit.scss:34:13 Unexpected value \"16ex\" for property \"font-size\" (declaration-property-value-allowed-list)",
"test/fixtures/stylelint/unit.scss:34:15 Unexpected unit \"ex\" (unit-disallowed-list)",
"test/fixtures/stylelint/unit.scss:35:13 Unexpected value \"16pt\" for property \"font-size\" (declaration-property-value-allowed-list)",
"test/fixtures/stylelint/unit.scss:35:15 Unexpected unit \"pt\" (unit-disallowed-list)",
"test/fixtures/stylelint/unit.scss:36:13 Unexpected value \"16cm\" for property \"font-size\" (declaration-property-value-allowed-list)",
"test/fixtures/stylelint/unit.scss:36:15 Unexpected unit \"cm\" (unit-disallowed-list)",
"test/fixtures/stylelint/unit.scss:45:15 Expected \"400\" to be \"normal\" (font-weight-notation)",
"test/fixtures/stylelint/unit.scss:57:16 Unexpected unit (length-zero-no-unit)",
"test/fixtures/stylelint/unit.scss:67:15 Unexpected value \"5%\" for type \"percentage\" (@d-zero/declaration-value-type-disallowed-list)",
"test/fixtures/stylelint/unit.scss:68:15 Unexpected value \"50%\" for type \"percentage\" (@d-zero/declaration-value-type-disallowed-list)",
"test/fixtures/stylelint/unit.scss:69:14 Unexpected value \"33.3%\" for type \"percentage\" (@d-zero/declaration-value-type-disallowed-list)",
"test/fixtures/stylelint/unit.scss:74:36 Unexpected value \"54.2vw\" for type \"length-percentage\" (@d-zero/declaration-value-type-disallowed-list)",
"test/fixtures/stylelint/unit.scss:75:23 Unexpected value \"2vw\" for type \"length\" (@d-zero/declaration-value-type-disallowed-list)",
"test/fixtures/stylelint/unit.scss:76:23 Unexpected value \"50vh\" for type \"length\" (@d-zero/declaration-value-type-disallowed-list)",
"test/fixtures/stylelint/unit.scss:77:19 Unexpected value \"105%\" for type \"length\" (@d-zero/declaration-value-type-disallowed-list)",
"test/fixtures/stylelint/unit.scss:78:19 Unexpected value \"120%\" for type \"length\" (@d-zero/declaration-value-type-disallowed-list)",
"test/fixtures/stylelint/unit.scss:79:19 Unexpected value \"200%\" for type \"length\" (@d-zero/declaration-value-type-disallowed-list)",
"test/fixtures/stylelint/unit.scss:80:19 Unexpected value \"1000%\" for type \"length\" (@d-zero/declaration-value-type-disallowed-list)",
"test/fixtures/stylelint/unit.scss:81:17 Unexpected value \"105%\" for type \"length\" (@d-zero/declaration-value-type-disallowed-list)",
"test/fixtures/stylelint/unit.scss:83:17 Unexpected unit \"ex\" (unit-disallowed-list)",
"test/fixtures/stylelint/unit.scss:84:17 Unexpected unit \"pt\" (unit-disallowed-list)",
"test/fixtures/stylelint/unit.scss:85:17 Unexpected unit \"cm\" (unit-disallowed-list)",
"test/fixtures/stylelint/unit.scss:95:8 Unexpected value \"0 2 calc(100% / 3)\" for property \"flex\" (declaration-property-value-allowed-list)",
"test/fixtures/stylel
|
Test
Process completed with exit code 1.
|
Loading