Update dependencies #3466
Annotations
3 errors and 1 warning
Typecheck:
clients/banking/src/components/MembershipDetailRights.tsx#L146
Argument of type 'Chainable<OrP<unknown, readonly [{ readonly statusInfo: { readonly __typename: Chainable<OrP<unknown, readonly ["AccountMembershipInvitationSentStatusInfo", "AccountMembershipBindingUserErrorStatusInfo"]>>; readonly restrictedTo: { ...; }; }; }, { ...; }]>>' is not assignable to parameter of type 'KnownPattern<AccountMembershipFragment & { statusInfo: { __typename: AllowedStatuses; }; }> & UnknownProperties'.
|
Typecheck:
clients/banking/src/hooks/usePermissions.tsx#L382
Argument of type 'Chainable<OrP<{ accountMembership: AccountMembershipPermissionsFragment; settings: WebBankingSettingsFragment | null | undefined; }, readonly [...]>> | ... 35 more ... | { ...; }' is not assignable to parameter of type 'KnownPattern<{ accountMembership: AccountMembershipPermissionsFragment; settings: WebBankingSettingsFragment | null | undefined; }> & UnknownProperties'.
|
Typecheck
Process completed with exit code 2.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading