Upgrade stylelint #608
Annotations
10 errors and 1 warning
build:
src/ActiveCell.test.tsx#L40
Type '{ children: Element; value: [StoreState<CellBase<any>>, Mock<any, any>]; }' is not assignable to type 'IntrinsicAttributes & { value: Value; }'.
|
build:
src/ActiveCell.test.tsx#L49
Type '{ children: Element; value: [StoreState<CellBase<any>>, Mock<any, any>]; }' is not assignable to type 'IntrinsicAttributes & { value: Value; }'.
|
build:
src/ActiveCell.test.tsx#L60
Type '{ children: Element; value: [{ mode: "edit"; model: Model<CellBase<any>>; selected: Selection; copied: PointRange | null; hasPasted: boolean; ... 6 more ...; lastCommit: CellChange<...>[] | null; }, Mock<...>]; }' is not assignable to type 'IntrinsicAttributes & { value: Value; }'.
|
build:
src/ActiveCell.test.tsx#L83
Type '{ children: Element; value: [{ mode: "edit"; model: Model<CellBase<any>>; selected: Selection; copied: PointRange | null; hasPasted: boolean; ... 6 more ...; lastCommit: CellChange<...>[] | null; }, Mock<...>]; }' is not assignable to type 'IntrinsicAttributes & { value: Value; }'.
|
build:
src/ActiveCell.test.tsx#L102
Type '{ children: Element; value: [{ mode: "view"; model: Model<CellBase<any>>; selected: Selection; copied: PointRange | null; hasPasted: boolean; ... 6 more ...; lastCommit: CellChange<...>[] | null; }, Mock<...>]; }' is not assignable to type 'IntrinsicAttributes & { value: Value; }'.
|
build:
src/ActiveCell.test.tsx#L112
Type '{ children: Element; value: [{ mode: "edit"; model: Model<CellBase<any>>; selected: Selection; copied: PointRange | null; hasPasted: boolean; ... 6 more ...; lastCommit: CellChange<...>[] | null; }, Mock<...>]; }' is not assignable to type 'IntrinsicAttributes & { value: Value; }'.
|
build:
src/ActiveCell.test.tsx#L122
Type '{ children: Element; value: [{ mode: "view"; model: Model<CellBase<any>>; selected: Selection; copied: PointRange | null; hasPasted: boolean; ... 6 more ...; lastCommit: CellChange<...>[] | null; }, Mock<...>]; }' is not assignable to type 'IntrinsicAttributes & { value: Value; }'.
|
build:
src/Copied.test.tsx#L14
Type '{ children: Element; value: [StoreState<CellBase<any>>, Mock<any, any>]; }' is not assignable to type 'IntrinsicAttributes & { value: Value; }'.
|
build:
src/Row.test.tsx#L9
Property 'children' does not exist on type '{}'.
|
build:
src/Selected.test.tsx#L14
Type '{ children: Element; value: [StoreState<CellBase<any>>, Mock<any, any>]; }' is not assignable to type 'IntrinsicAttributes & { value: Value; }'.
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|