chore(deps): bump react-native from 0.78.0 to 0.82.1 in /example #276
lint-typescript.yml
on: pull_request
Compile TypeScript (tsc)
15s
Lint TypeScript (eslint, prettier)
18s
Annotations
11 errors
|
Compile TypeScript (tsc)
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
|
|
Compile TypeScript (tsc):
example/src/tests/typeorm.spec.ts#L4
[tsc] reported by reviewdog 🐶
Cannot find module 'react-native-nitro-sqlite' or its corresponding type declarations.
Raw Output:
src/tests/typeorm.spec.ts(4,31): error TS2307: Cannot find module 'react-native-nitro-sqlite' or its corresponding type declarations.
|
|
Compile TypeScript (tsc):
example/src/tests/db.ts#L6
[tsc] reported by reviewdog 🐶
Cannot find module 'react-native-nitro-sqlite' or its corresponding type declarations.
Raw Output:
src/tests/db.ts(6,22): error TS2307: Cannot find module 'react-native-nitro-sqlite' or its corresponding type declarations.
|
|
Compile TypeScript (tsc):
example/src/tests/db.ts#L5
[tsc] reported by reviewdog 🐶
Cannot find module 'react-native-nitro-sqlite' or its corresponding type declarations.
Raw Output:
src/tests/db.ts(5,8): error TS2307: Cannot find module 'react-native-nitro-sqlite' or its corresponding type declarations.
|
|
Compile TypeScript (tsc):
example/src/screens/HomeScreen.tsx#L5
[tsc] reported by reviewdog 🐶
The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("@react-navigation/native")' call instead.
Raw Output:
src/screens/HomeScreen.tsx(5,31): error TS1479: The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("@react-navigation/native")' call instead.
|
|
Compile TypeScript (tsc):
example/src/navigation.ts#L2
[tsc] reported by reviewdog 🐶
The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("@react-navigation/native-stack")' call instead.
Raw Output:
src/navigation.ts(2,44): error TS1479: The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("@react-navigation/native-stack")' call instead.
|
|
Compile TypeScript (tsc):
example/src/navigation.ts#L1
[tsc] reported by reviewdog 🐶
The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("@react-navigation/native")' call instead.
Raw Output:
src/navigation.ts(1,33): error TS1479: The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("@react-navigation/native")' call instead.
|
|
Compile TypeScript (tsc):
example/src/Database.ts#L3
[tsc] reported by reviewdog 🐶
Cannot find module 'react-native-nitro-sqlite' or its corresponding type declarations.
Raw Output:
src/Database.ts(3,31): error TS2307: Cannot find module 'react-native-nitro-sqlite' or its corresponding type declarations.
|
|
Compile TypeScript (tsc):
example/src/Database.ts#L2
[tsc] reported by reviewdog 🐶
Cannot find module 'react-native-nitro-sqlite' or its corresponding type declarations.
Raw Output:
src/Database.ts(2,34): error TS2307: Cannot find module 'react-native-nitro-sqlite' or its corresponding type declarations.
|
|
Compile TypeScript (tsc):
example/src/App.tsx#L3
[tsc] reported by reviewdog 🐶
The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("@react-navigation/native")' call instead.
Raw Output:
src/App.tsx(3,37): error TS1479: The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("@react-navigation/native")' call instead.
|
|
Lint TypeScript (eslint, prettier)
Process completed with exit code 1.
|