Skip to content

chore: Update insecure typeorm version #332

chore: Update insecure typeorm version

chore: Update insecure typeorm version #332

Triggered via pull request November 28, 2025 11:07
Status Failure
Total duration 26s
Artifacts

lint-typescript.yml

on: pull_request
Compile TypeScript (tsc)
14s
Compile TypeScript (tsc)
Lint TypeScript (eslint, prettier)
20s
Lint TypeScript (eslint, prettier)
Fit to window
Zoom out
Zoom in

Annotations

10 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.