Update all non-major dependencies #1184
static_tests.yaml
on: pull_request
Lint Check
1m 28s
Type Check
1m 12s
Annotations
8 errors and 2 warnings
Type Check:
electron/providers/jira-cloud-provider/JiraCloudProvider.ts#L744
Right operand of ?? is unreachable because the left operand is never nullish.
|
Type Check:
src/components/BacklogView/Issue/DeleteButton.tsx#L64
Type 'RefObject<HTMLDivElement | null>' is not assignable to type '((instance: HTMLDivElement | null) => void) | RefObject<HTMLDivElement> | null | undefined'.
|
Type Check:
src/components/StoryMapView/Cards/ActionCard.tsx#L34
Type 'RefObject<HTMLDivElement | null>' is not assignable to type 'LegacyRef<HTMLDivElement> | undefined'.
|
Type Check:
src/components/StoryMapView/Cards/CaseTitleCard.tsx#L30
Type 'RefObject<HTMLDivElement | null>' is not assignable to type 'LegacyRef<HTMLDivElement> | undefined'.
|
Type Check:
src/components/StoryMapView/Cards/SubActionCard.tsx#L34
Type 'RefObject<HTMLDivElement | null>' is not assignable to type 'LegacyRef<HTMLDivElement> | undefined'.
|
Type Check:
src/components/StoryMapView/StoryMap/StoryMapCard.tsx#L23
Type 'RefObject<HTMLDivElement | null>' is not assignable to type 'LegacyRef<HTMLDivElement> | undefined'.
|
Type Check:
src/components/common/StoryPoints/status-accumulator.ts#L7
Right operand of ?? is unreachable because the left operand is never nullish.
|
Type Check
Process completed with exit code 2.
|
Type Check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint Check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|