Skip to content

build(deps): bump langchain from 0.0.184 to 0.2.19 #1045

build(deps): bump langchain from 0.0.184 to 0.2.19

build(deps): bump langchain from 0.0.184 to 0.2.19 #1045

Triggered via pull request October 29, 2024 19:44
Status Failure
Total duration 1m 40s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
lint
Cannot find module 'langchain/chat_models/openai' or its corresponding type declarations.
lint
Cannot find module 'langchain/llms/base' or its corresponding type declarations.
lint
Cannot find module 'langchain/llms/openai' or its corresponding type declarations.
lint
Cannot find module 'langchain/llms/openai' or its corresponding type declarations.
lint
Cannot find module 'langchain/prompts' or its corresponding type declarations.
lint
Cannot find module 'langchain/schema' or its corresponding type declarations.
lint
Cannot find module 'langchain/schema' or its corresponding type declarations.
lint
Parameter 'token' implicitly has an 'any' type.
lint
Parameter 'output' implicitly has an 'any' type.
lint
Parameter 'err' implicitly has an 'any' type.
lint: packages/aila/src/core/Aila.liveWithOpenAI.test.ts#L115
Unsafe assignment of an `any` value
lint: packages/aila/src/core/Aila.ts#L79
Unsafe assignment of an `any` value
lint: packages/aila/src/core/Aila.ts#L235
Unsafe return of an `any` typed value
lint: packages/aila/src/core/Aila.ts#L254
Unexpected constant condition
lint: packages/aila/src/core/chat/AilaStreamHandler.ts#L47
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
lint: packages/aila/src/core/lesson/AilaLesson.ts#L80
Unsafe assignment of an `any` value
lint: packages/aila/src/core/lesson/AilaLesson.ts#L81
Unsafe argument of type `any` assigned to a parameter of type `{}`
lint: packages/aila/src/core/lesson/AilaLesson.ts#L82
Unsafe member access [k] on an `any` value
lint: packages/aila/src/core/lesson/AilaLesson.ts#L103
Unsafe argument of type `any` assigned to a parameter of type `{ title?: string | undefined; subject?: string | undefined; keyStage?: string | undefined; topic?: string | undefined; learningOutcome?: string | undefined; learningCycles?: string[] | undefined; ... 10 more ...; additionalMaterials?: string | undefined; }`
lint: packages/aila/src/core/lesson/AilaLesson.ts#L116
Unsafe argument of type `any` assigned to a parameter of type `{}`