fix(deps): update dependency stylelint-config-standard to v37 #756
Annotations
6 errors
test/cli.spec.mjs > stylelint > Class Name:
test/cli.spec.mjs#L216
AssertionError: expected [ …(10) ] to strictly equal [ …(5) ]
- Expected
+ Received
Array [
+ "test/fixtures/stylelint/class-name.scss:1:1 Unknown rule at-rule-descriptor-no-unknown.",
+ "test/fixtures/stylelint/class-name.scss:1:1 Unknown rule at-rule-descriptor-value-no-unknown.",
+ "test/fixtures/stylelint/class-name.scss:1:1 Unknown rule at-rule-no-deprecated.",
+ "test/fixtures/stylelint/class-name.scss:1:1 Unknown rule at-rule-prelude-no-invalid.",
+ "test/fixtures/stylelint/class-name.scss:1:1 Unknown rule declaration-property-value-keyword-no-deprecated.",
"test/fixtures/stylelint/class-name.scss:1:1 クラス名は「c-」から始めてください: .component",
"test/fixtures/stylelint/class-name.scss:10:2 「__」はコンポーネント名とエレメント名の区切りを表します。エレメント名の文字区切りは「-」を使います: .c-component__invalid__element-name",
"test/fixtures/stylelint/class-name.scss:14:2 クラス名に命名規則にない文字が含まれています: .c-component__foo😁bar",
"test/fixtures/stylelint/class-name.scss:18:2 コンポーネントのスタイル定義の中で別のコンポーネントを定義してはいけません: .c-component2",
"test/fixtures/stylelint/class-name.scss:23:1 スタイル定義でIDセレクタは使わないでください",
]
❯ test/cli.spec.mjs:216:22
|
test/cli.spec.mjs > stylelint > Value:
test/cli.spec.mjs#L230
AssertionError: expected [ …(14) ] to strictly equal [ …(9) ]
- Expected
+ Received
Array [
+ "test/fixtures/stylelint/values.scss:1:1 Unknown rule at-rule-descriptor-no-unknown.",
+ "test/fixtures/stylelint/values.scss:1:1 Unknown rule at-rule-descriptor-value-no-unknown.",
+ "test/fixtures/stylelint/values.scss:1:1 Unknown rule at-rule-no-deprecated.",
+ "test/fixtures/stylelint/values.scss:1:1 Unknown rule at-rule-prelude-no-invalid.",
+ "test/fixtures/stylelint/values.scss:1:1 Unknown rule declaration-property-value-keyword-no-deprecated.",
"test/fixtures/stylelint/values.scss:8:13 Unexpected value \"$size\" for property \"font-size\" (declaration-property-value-allowed-list)",
"test/fixtures/stylelint/values.scss:9:13 Unexpected value \"$base-line-height\" for property \"font-size\" (declaration-property-value-allowed-list)",
"test/fixtures/stylelint/values.scss:15:15 Unexpected value \"10.5%\" for type \"percentage\" (@d-zero/declaration-value-type-disallowed-list)",
"test/fixtures/stylelint/values.scss:16:15 Unexpected value \"101%\" for type \"percentage\" (@d-zero/declaration-value-type-disallowed-list)",
"test/fixtures/stylelint/values.scss:17:15 Unexpected value \"199%\" for type \"percentage\" (@d-zero/declaration-value-type-disallowed-list)",
"test/fixtures/stylelint/values.scss:18:15 Unexpected value \"200%\" for type \"percentage\" (@d-zero/declaration-value-type-disallowed-list)",
"test/fixtures/stylelint/values.scss:19:15 Unexpected value \"999%\" for type \"percentage\" (@d-zero/declaration-value-type-disallowed-list)",
"test/fixtures/stylelint/values.scss:20:15 Unexpected value \"1000%\" for type \"percentage\" (@d-zero/declaration-value-type-disallowed-list)",
"test/fixtures/stylelint/values.scss:22:31 Unexpected value \"1vw\" for type \"length\" (@d-zero/declaration-value-type-disallowed-list)",
]
❯ test/cli.spec.mjs:230:22
|
test/cli.spec.mjs > stylelint > Value and Unit:
test/cli.spec.mjs#L249
AssertionError: expected [ …(37) ] to strictly equal [ …(30) ]
- Expected
+ Received
Array [
+ "test/fixtures/stylelint/unit.scss:1:1 Unknown rule at-rule-descriptor-no-unknown.",
+ "test/fixtures/stylelint/unit.scss:1:1 Unknown rule at-rule-descriptor-value-no-unknown.",
+ "test/fixtures/stylelint/unit.scss:1:1 Unknown rule at-rule-no-deprecated.",
+ "test/fixtures/stylelint/unit.scss:1:1 Unknown rule at-rule-prelude-no-invalid.",
+ "test/fixtures/stylelint/unit.scss:1:1 Unknown rule declaration-property-value-keyword-no-deprecated.",
"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-lis
|
test (macOS-latest, 22)
Process completed with exit code 1.
|
test (windows-latest, 22)
The job was canceled because "macOS-latest_22" failed.
|
test (windows-latest, 22)
The operation was canceled.
|