Update dependency stylelint to v16 #18017
test.yml
on: pull_request
lint
3m 25s
dependency-check
2m 50s
type-checks
1m 46s
jest-tests
1m 23s
Matrix: cypress-tests
Annotations
10 errors and 10 warnings
lint:
docs/components/LineBlock.tsx#L41
Unknown property 'stroke-dasharray' found, use 'strokeDasharray' instead
|
lint:
docs/decorators/withTheme.tsx#L42
Use a ! assertion to more succinctly remove null and undefined from the type
|
lint:
docs/decorators/withTheme.tsx#L48
Use a ! assertion to more succinctly remove null and undefined from the type
|
lint:
docs/decorators/withTheme.tsx#L55
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
lint:
docs/decorators/withTheme.tsx#L56
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
lint:
docs/decorators/withTheme.tsx#L89
Unsafe assignment of an `any` value
|
lint:
docs/decorators/withTheme.tsx#L105
Unsafe assignment of an `any` value
|
lint:
docs/decorators/withTheme.tsx#L106
Unsafe assignment of an `any` value
|
lint:
docs/tsdeclarations.d.ts#L4
Unexpected any. Specify a different type
|
lint:
packages/ag-grid-theme/stories/ag-grid.stories.tsx#L4
Unable to resolve path to module '../uitk-ag-theme.css'
|
lint:
packages/countries/src/lazy-country-symbol/lazyMap.ts#L2
'/home/runner/work/salt-ds/salt-ds/node_modules/react/index.js' imported multiple times
|
lint:
packages/countries/src/lazy-country-symbol/lazyMap.ts#L7
'/home/runner/work/salt-ds/salt-ds/node_modules/react/index.js' imported multiple times
|
lint:
packages/data-grid/src/CellEditor.tsx#L37
React Hook useEffect has a missing dependency: 'grid'. Either include it or remove the dependency array
|
lint:
packages/data-grid/src/DropdownCellEditor.tsx#L55
React Hook useEffect has an unnecessary dependency: 'triggerRef.current'. Either exclude it or remove the dependency array. Mutable values like 'triggerRef.current' aren't valid dependencies because mutating them doesn't re-render the component
|
lint:
packages/data-grid/src/Grid.tsx#L437
React Hook useCallback has an unnecessary dependency: 'scrollableRef.current'. Either exclude it or remove the dependency array. Mutable values like 'scrollableRef.current' aren't valid dependencies because mutating them doesn't re-render the component
|
lint:
packages/data-grid/src/Grid.tsx#L496
React Hook useMemo has an unnecessary dependency: 'sortByColumnId'. Either exclude it or remove the dependency array
|
lint:
packages/data-grid/src/Grid.tsx#L586
The 'startEditMode' function makes the dependencies of useMemo Hook (at line 736) change on every render. To fix this, wrap the definition of 'startEditMode' in its own useCallback() Hook
|
lint:
packages/data-grid/src/Grid.tsx#L586
The 'startEditMode' function makes the dependencies of useCallback Hook (at line 870) change on every render. To fix this, wrap the definition of 'startEditMode' in its own useCallback() Hook
|
lint:
packages/data-grid/src/Grid.tsx#L598
The 'endEditMode' function makes the dependencies of useMemo Hook (at line 736) change on every render. To fix this, wrap the definition of 'endEditMode' in its own useCallback() Hook
|
lint:
packages/data-grid/src/Grid.tsx#L623
The 'cancelEditMode' function makes the dependencies of useMemo Hook (at line 736) change on every render. To fix this, wrap the definition of 'cancelEditMode' in its own useCallback() Hook
|