Update unmaintained Ellipsis library to maintained fork. #839
Annotations
10 errors and 1 warning
lint (18.x):
app/components/CredentialItem/CredentialItem.tsx#L90
Type '{ hasTVPreferredFocus: undefined; tvParallaxProperties: undefined; color: Color; }' is not assignable to type 'IntrinsicAttributes & Partial<IconProps> & Partial<ThemeProps<Partial<IconProps>>>'.
|
lint (18.x):
app/components/MenuItem/MenuItem.tsx#L16
Type '{ children: (Element | undefined)[]; containerStyle: ViewStyle | TextStyle | ImageStyle; onPress: () => void; hasTVPreferredFocus: undefined; tvParallaxProperties: undefined; }' is not assignable to type 'IntrinsicAttributes & Omit<TouchableHighlightProps & { containerStyle?: StyleProp<ViewStyle>; disabledStyle?: StyleProp<...>; ... 6 more ...; children?: any; } & Partial<...>, keyof ThemeProps<...>> & { ...; } & TouchableHighlightProps & { ...; } & Partial<...>'.
|
lint (18.x):
app/components/ProfileItem/ProfileItem.tsx#L114
Expected 1 arguments, but got 2.
|
lint (18.x):
app/hooks/useVerifyCredential.ts#L6
Could not find a declaration file for module '@digitalcredentials/lru-memoize'. '/home/runner/work/learner-credential-wallet/learner-credential-wallet/node_modules/@digitalcredentials/lru-memoize/dist/index.js' implicitly has an 'any' type.
|
lint (18.x):
app/lib/credentialDisplay/shared/components/CardDetail.tsx#L21
Property 'fontSize' does not exist on type 'ViewStyle | TextStyle | ImageStyle'.
|
lint (18.x):
app/lib/credentialDisplay/shared/components/CardDetail.tsx#L22
Property 'color' does not exist on type 'ViewStyle | TextStyle | ImageStyle'.
|
lint (18.x):
app/lib/svgToPdf.ts#L1
Could not find a declaration file for module 'react-native-html-to-pdf'. '/home/runner/work/learner-credential-wallet/learner-credential-wallet/node_modules/react-native-html-to-pdf/index.js' implicitly has an 'any' type.
|
lint (18.x):
app/navigation/SettingsNavigation/SettingsNavigation.tsx#L34
Type '{ hasTVPreferredFocus: undefined; tvParallaxProperties: undefined; color: Color; }' is not assignable to type 'IntrinsicAttributes & Partial<IconProps> & Partial<ThemeProps<Partial<IconProps>>>'.
|
lint (18.x):
app/navigation/SettingsNavigation/SettingsNavigation.tsx#L41
Type '{ children: ({} | Element)[]; hasTVPreferredFocus: undefined; tvParallaxProperties: undefined; containerStyle: ViewStyle | TextStyle | ImageStyle; onPress: () => void; disabled: boolean | undefined; disabledStyle: ViewStyle | ... 1 more ... | ImageStyle; }' is not assignable to type 'IntrinsicAttributes & Omit<TouchableHighlightProps & { containerStyle?: StyleProp<ViewStyle>; disabledStyle?: StyleProp<...>; ... 6 more ...; children?: any; } & Partial<...>, keyof ThemeProps<...>> & { ...; } & TouchableHighlightProps & { ...; } & Partial<...>'.
|
lint (18.x):
app/screens/ProfileSelectionScreen/ProfileSelectionScreen.tsx#L74
Type '{ hasTVPreferredFocus: undefined; tvParallaxProperties: undefined; color: Color; }' is not assignable to type 'IntrinsicAttributes & Partial<IconProps> & Partial<ThemeProps<Partial<IconProps>>>'.
|
lint (18.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|