Skip to content

chore(deps): update dependency react-native to v0.76.6 #177

chore(deps): update dependency react-native to v0.76.6

chore(deps): update dependency react-native to v0.76.6 #177

Triggered via pull request January 9, 2025 14:38
Status Success
Total duration 1m 16s
Artifacts

code.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
Type check / /
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Code quality / /
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Code quality / /: __tests__/Config/LogConfig.ts#L25
No magic number: 2
Code quality / /: src/Api/ErrorListener.ts#L24
Expected parentheses around arrow function argument having a body with curly braces
Code quality / /: src/Api/SentryHelper.ts#L7
TypeScript will only remove the inline type specifiers which will leave behind a side effect import at runtime. Convert this to a top-level type qualifier to properly remove the entire import
Code quality / /: src/Api/SentryHelper.ts#L11
Expected parentheses around arrow function argument having a body with curly braces
Code quality / /: src/Api/SentryHelper.ts#L17
Unnecessary conditional, the types have no overlap
Code quality / /: src/Api/SentryHelper.ts#L18
No magic number: 2
Code quality / /: src/Api/SentryHelper.ts#L22
Unnecessary conditional, expected left-hand side of `??` operator to be possibly null or undefined
Code quality / /: src/Api/SentryHelper.ts#L22
Unnecessary optional chain on a non-nullish value
Code quality / /: src/Api/SentryHelper.ts#L35
Unsafe type assertion: type 'NavigationParams' is more narrow than the original type