chore(deps-dev): bump @types/node from 22.19.1 to 24.10.1 in /example #335
lint-typescript.yml
on: pull_request
Compile TypeScript (tsc)
15s
Lint TypeScript (eslint, prettier)
19s
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/unit/specs/DatabaseQueue.spec.ts#L43
[tsc] reported by reviewdog 🐶
Parameter 'tx' implicitly has an 'any' type.
Raw Output:
src/tests/unit/specs/DatabaseQueue.spec.ts(43,61): error TS7006: Parameter 'tx' implicitly has an 'any' type.
|
|
Compile TypeScript (tsc):
example/src/tests/unit/specs/DatabaseQueue.spec.ts#L36
[tsc] reported by reviewdog 🐶
Parameter 'tx' implicitly has an 'any' type.
Raw Output:
src/tests/unit/specs/DatabaseQueue.spec.ts(36,61): error TS7006: Parameter 'tx' implicitly has an 'any' type.
|
|
Compile TypeScript (tsc):
example/src/tests/unit/specs/DatabaseQueue.spec.ts#L19
[tsc] reported by reviewdog 🐶
Parameter 'tx' implicitly has an 'any' type.
Raw Output:
src/tests/unit/specs/DatabaseQueue.spec.ts(19,61): error TS7006: Parameter 'tx' implicitly has an 'any' type.
|
|
Compile TypeScript (tsc):
example/src/tests/unit/specs/DatabaseQueue.spec.ts#L10
[tsc] reported by reviewdog 🐶
Cannot find module 'react-native-nitro-sqlite' or its corresponding type declarations.
Raw Output:
src/tests/unit/specs/DatabaseQueue.spec.ts(10,40): error TS2307: Cannot find module 'react-native-nitro-sqlite' or its corresponding type declarations.
|
|
Compile TypeScript (tsc):
example/src/tests/unit/common.ts#L5
[tsc] reported by reviewdog 🐶
Cannot find module 'react-native-nitro-sqlite' or its corresponding type declarations.
Raw Output:
src/tests/unit/common.ts(5,8): 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/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.
|
|
Lint TypeScript (eslint, prettier)
Process completed with exit code 1.
|