Skip to content

fix(deps): update dependency @opensearch-project/opensearch to v3 #7809

fix(deps): update dependency @opensearch-project/opensearch to v3

fix(deps): update dependency @opensearch-project/opensearch to v3 #7809

Triggered via pull request February 7, 2025 01:36
Status Failure
Total duration 1m 38s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

18 errors
typecheck
Expected 0 type arguments, but got 1.
typecheck
'esResult.body._source' is possibly 'undefined'.
typecheck
Argument of type 'Record<string, any> | undefined' is not assignable to parameter of type '{} | any[]'.
typecheck
Expected 0 type arguments, but got 1.
typecheck
'esResult.body._source' is possibly 'undefined'.
typecheck
Argument of type 'Record<string, any> | undefined' is not assignable to parameter of type '{} | any[]'.
typecheck
Expected 0 type arguments, but got 1.
typecheck
'esResult.body._source' is possibly 'undefined'.
typecheck
Argument of type 'Record<string, any> | undefined' is not assignable to parameter of type '{} | any[]'.
typecheck
Type '{ filter: string[]; tokenizer: string; }' is not assignable to type 'Analyzer'.
lint: apps/api/src/common/repositories/opensearch.repository.ts#L93
Unnecessary conditional, value is always falsy
lint: apps/api/src/common/repositories/opensearch.repository.ts#L106
Unnecessary conditional, value is always falsy
lint: apps/api/src/common/repositories/opensearch.repository.ts#L152
Unsafe assignment of an error typed value
lint: apps/api/src/common/repositories/opensearch.repository.ts#L227
This assertion is unnecessary since it does not change the type of the expression
lint: apps/api/src/domains/admin/feedback/feedback.os.service.ts#L264
Unsafe array destructuring of a tuple element with an error typed value
lint: apps/api/src/domains/operation/migration/migration.service.ts#L107
Unnecessary conditional, value is always falsy
lint
api#lint: command (/home/runner/work/abc-user-feedback/abc-user-feedback/apps/api) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint --cache --cache-location node_modules/.cache/.eslintcache exited (1)
lint
Process completed with exit code 1.