chore(deps): bump stylelint from 16.13.2 to 16.14.1 #818
Annotations
5 errors
packages/@d-zero/stylelint-rules/src/rules/component/index.spec.ts > Exact Match > unmatched:
packages/@d-zero/stylelint-rules/src/rules/component/index.spec.ts#L42
AssertionError: expected [ { line: 1, column: 1, …(7) }, …(1) ] to strictly equal [ …(2) ]
- Expected
+ Received
Array [
Object {
"column": 1,
"endColumn": 70,
"endLine": 1,
+ "fix": undefined,
"line": 1,
"rule": "@d-zero/component",
"severity": "error",
"text": "クラス名がファイル名と一致しません",
"url": undefined,
},
Object {
"column": 1,
"endColumn": 70,
"endLine": 1,
+ "fix": undefined,
"line": 1,
"rule": "@d-zero/component",
"severity": "error",
"text": "セレクタの定義は1つだけです",
"url": undefined,
},
]
❯ packages/@d-zero/stylelint-rules/src/rules/component/index.spec.ts:42:20
|
packages/@d-zero/stylelint-rules/src/rules/declaration-value-type-disallowed-list/index.spec.ts > length-pattern > length in flex:
packages/@d-zero/stylelint-rules/src/rules/declaration-value-type-disallowed-list/index.spec.ts#L46
AssertionError: expected [ { line: 1, column: 15, …(7) } ] to strictly equal [ { …(8) } ]
- Expected
+ Received
Array [
Object {
"column": 15,
"endColumn": 19,
"endLine": 1,
+ "fix": undefined,
"line": 1,
"rule": "@d-zero/declaration-value-type-disallowed-list",
"severity": "error",
"text": "Unexpected value \"10px\" for type \"length\" (@d-zero/declaration-value-type-disallowed-list)",
"url": undefined,
},
]
❯ packages/@d-zero/stylelint-rules/src/rules/declaration-value-type-disallowed-list/index.spec.ts:46:20
|
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.
|