Skip to content

chore: update dependency typescript to ~5.9.3 #24385

chore: update dependency typescript to ~5.9.3

chore: update dependency typescript to ~5.9.3 #24385

Triggered via pull request July 18, 2026 13:38
Status Failure
Total duration 17m 26s
Artifacts

continuous-integration.yml

on: pull_request
Matrix: Test
Post-Test
0s
Post-Test
Fit to window
Zoom out
Zoom in

Annotations

76 errors and 2 warnings
Test (macos-latest, 22): extensions/sequelize/src/sequelize/sequelize.repository.base.ts#L797
Argument of type 'Class<Entity> & typeof Entity' is not assignable to parameter of type '(typeof Entity & { prototype: T; }) | undefined'.
Test (macos-latest, 22): extensions/sequelize/src/sequelize/sequelize.repository.base.ts#L749
Argument of type 'Class<Entity> & typeof Entity' is not assignable to parameter of type '(typeof Entity & { prototype: T; }) | undefined'.
Test (macos-latest, 22): extensions/cron/src/types.ts#L58
Class field 'fireOnTick' defined by the parent class is not accessible in the child class via super.
Test (macos-latest, 22): examples/todo-list/src/__tests__/integration/todo.repository.integration.ts#L28
Variable 'todoListImageRepo' is used before being assigned.
Test (macos-latest, 22): packages/rest/src/__tests__/unit/body-parser.unit.ts#L314
Parameter 'e' implicitly has an 'any' type.
Code Lint: extensions/sequelize/src/sequelize/sequelize.repository.base.ts#L797
Argument of type 'Class<Entity> & typeof Entity' is not assignable to parameter of type '(typeof Entity & { prototype: T; }) | undefined'.
Code Lint: extensions/sequelize/src/sequelize/sequelize.repository.base.ts#L749
Argument of type 'Class<Entity> & typeof Entity' is not assignable to parameter of type '(typeof Entity & { prototype: T; }) | undefined'.
Code Lint: extensions/cron/src/types.ts#L58
Class field 'fireOnTick' defined by the parent class is not accessible in the child class via super.
Code Lint: examples/todo-list/src/__tests__/integration/todo.repository.integration.ts#L28
Variable 'todoListImageRepo' is used before being assigned.
Code Lint: examples/todo-list/src/__tests__/integration/todo-list-image.repository.integration.ts#L27
Variable 'todoRepo' is used before being assigned.
Code Lint: packages/rest/src/__tests__/unit/body-parser.unit.ts#L314
Parameter 'e' implicitly has an 'any' type.
Code Lint: packages/rest/src/__tests__/acceptance/routing/routing.acceptance.ts#L240
Parameter 'err' implicitly has an 'any' type.
Code Lint: packages/repository/src/__tests__/unit/repositories/belongs-to-repository-factory.unit.ts#L64
Variable 'companyRepo' is used before being assigned.
Code Lint: packages/repository/src/__tests__/unit/repositories/belongs-to-repository-factory.unit.ts#L47
Variable 'companyRepo' is used before being assigned.
Code Lint: packages/repository/src/__tests__/unit/repositories/belongs-to-repository-factory.unit.ts#L33
Variable 'companyRepo' is used before being assigned.
Test (windows-2022, 22): extensions/sequelize/src/sequelize/sequelize.repository.base.ts#L797
Argument of type 'Class<Entity> & typeof Entity' is not assignable to parameter of type '(typeof Entity & { prototype: T; }) | undefined'.
Test (windows-2022, 22): extensions/sequelize/src/sequelize/sequelize.repository.base.ts#L749
Argument of type 'Class<Entity> & typeof Entity' is not assignable to parameter of type '(typeof Entity & { prototype: T; }) | undefined'.
Test (windows-2022, 22): extensions/cron/src/types.ts#L58
Class field 'fireOnTick' defined by the parent class is not accessible in the child class via super.
Test (windows-2022, 22): examples/todo-list/src/__tests__/integration/todo.repository.integration.ts#L28
Variable 'todoListImageRepo' is used before being assigned.
Test (windows-2022, 22): packages/rest/src/__tests__/unit/body-parser.unit.ts#L314
Parameter 'e' implicitly has an 'any' type.
Test Benchmark
Process completed with exit code 2.
Test Benchmark
Parameter 'e' implicitly has an 'any' type.
Test Benchmark
Parameter 'err' implicitly has an 'any' type.
Test Benchmark
Variable 'companyRepo' is used before being assigned.
Test Benchmark
Variable 'companyRepo' is used before being assigned.
Test Benchmark
Variable 'companyRepo' is used before being assigned.
Verify Docs: extensions/sequelize/src/sequelize/sequelize.repository.base.ts#L797
Argument of type 'Class<Entity> & typeof Entity' is not assignable to parameter of type '(typeof Entity & { prototype: T; }) | undefined'.
Verify Docs: extensions/sequelize/src/sequelize/sequelize.repository.base.ts#L749
Argument of type 'Class<Entity> & typeof Entity' is not assignable to parameter of type '(typeof Entity & { prototype: T; }) | undefined'.
Verify Docs: extensions/cron/src/types.ts#L58
Class field 'fireOnTick' defined by the parent class is not accessible in the child class via super.
Verify Docs: examples/todo-list/src/__tests__/integration/todo.repository.integration.ts#L28
Variable 'todoListImageRepo' is used before being assigned.
Verify Docs: examples/todo-list/src/__tests__/integration/todo-list-image.repository.integration.ts#L27
Variable 'todoRepo' is used before being assigned.
Verify Docs: packages/rest/src/__tests__/unit/body-parser.unit.ts#L314
Parameter 'e' implicitly has an 'any' type.
Verify Docs: packages/rest/src/__tests__/acceptance/routing/routing.acceptance.ts#L240
Parameter 'err' implicitly has an 'any' type.
Verify Docs: packages/repository/src/__tests__/unit/repositories/belongs-to-repository-factory.unit.ts#L64
Variable 'companyRepo' is used before being assigned.
Verify Docs: packages/repository/src/__tests__/unit/repositories/belongs-to-repository-factory.unit.ts#L47
Variable 'companyRepo' is used before being assigned.
Verify Docs: packages/repository/src/__tests__/unit/repositories/belongs-to-repository-factory.unit.ts#L33
Variable 'companyRepo' is used before being assigned.
Test (ubuntu-latest, 24): extensions/sequelize/src/sequelize/sequelize.repository.base.ts#L797
Argument of type 'Class<Entity> & typeof Entity' is not assignable to parameter of type '(typeof Entity & { prototype: T; }) | undefined'.
Test (ubuntu-latest, 24): extensions/sequelize/src/sequelize/sequelize.repository.base.ts#L749
Argument of type 'Class<Entity> & typeof Entity' is not assignable to parameter of type '(typeof Entity & { prototype: T; }) | undefined'.
Test (ubuntu-latest, 24): extensions/cron/src/types.ts#L58
Class field 'fireOnTick' defined by the parent class is not accessible in the child class via super.
Test (ubuntu-latest, 24): examples/todo-list/src/__tests__/integration/todo.repository.integration.ts#L28
Variable 'todoListImageRepo' is used before being assigned.
Test (ubuntu-latest, 24): packages/rest/src/__tests__/unit/body-parser.unit.ts#L314
Parameter 'e' implicitly has an 'any' type.
Test (ubuntu-latest, 22): extensions/sequelize/src/sequelize/sequelize.repository.base.ts#L797
Argument of type 'Class<Entity> & typeof Entity' is not assignable to parameter of type '(typeof Entity & { prototype: T; }) | undefined'.
Test (ubuntu-latest, 22): extensions/sequelize/src/sequelize/sequelize.repository.base.ts#L749
Argument of type 'Class<Entity> & typeof Entity' is not assignable to parameter of type '(typeof Entity & { prototype: T; }) | undefined'.
Test (ubuntu-latest, 22): extensions/cron/src/types.ts#L58
Class field 'fireOnTick' defined by the parent class is not accessible in the child class via super.
Test (ubuntu-latest, 22): examples/todo-list/src/__tests__/integration/todo.repository.integration.ts#L28
Variable 'todoListImageRepo' is used before being assigned.
Test (ubuntu-latest, 22): packages/rest/src/__tests__/unit/body-parser.unit.ts#L314
Parameter 'e' implicitly has an 'any' type.
Test (ubuntu-latest, 20): extensions/sequelize/src/sequelize/sequelize.repository.base.ts#L797
Argument of type 'Class<Entity> & typeof Entity' is not assignable to parameter of type '(typeof Entity & { prototype: T; }) | undefined'.
Test (ubuntu-latest, 20): extensions/sequelize/src/sequelize/sequelize.repository.base.ts#L749
Argument of type 'Class<Entity> & typeof Entity' is not assignable to parameter of type '(typeof Entity & { prototype: T; }) | undefined'.
Test (ubuntu-latest, 20): extensions/cron/src/types.ts#L58
Class field 'fireOnTick' defined by the parent class is not accessible in the child class via super.
Test (ubuntu-latest, 20): examples/todo-list/src/__tests__/integration/todo.repository.integration.ts#L28
Variable 'todoListImageRepo' is used before being assigned.
Test (ubuntu-latest, 20): packages/rest/src/__tests__/unit/body-parser.unit.ts#L314
Parameter 'e' implicitly has an 'any' type.
Test (macos-latest, 22)
Not upgrading google-chrome, the latest version is already installed
Test (macos-latest, 22)
The following taps are not trusted: aws/tap Homebrew is currently ignoring formulae, casks and commands from these taps because tap trust is required. Untap them with: brew untap aws/tap Trust specific formulae, casks and commands with: brew trust --formula <user>/<tap>/<formula> brew trust --cask <user>/<tap>/<cask> brew trust --command <user>/<tap>/<command> Whole-tap trust is broader and includes all current and future formulae, casks and commands from the listed taps. Trust whole taps with: brew trust aws/tap To disable trust checks: export HOMEBREW_NO_REQUIRE_TAP_TRUST=1 This is not recommended and will be removed in a later release. For more information, see: https://docs.brew.sh/Tap-Trust