VIL-320 to staging #3554
Annotations
5 errors and 6 warnings
typescript:
server/controllers/pelicoPresentation.ts#L30
Type '{ type: "object"; properties: { content: { type: "array"; items: { type: string; properties: { id: { type: string; nullable: boolean; }; type: { type: string; nullable: boolean; enum: string[]; }; value: { type: string; nullable: boolean; }; }; required: string[]; }; nullable: false; }; }; required: "content"[]; add...' is not assignable to type 'UncheckedJSONSchemaType<CreatePelicoData, false>'.
|
typescript:
server/controllers/pelicoPresentation.ts#L58
Type 'ActivityContent' is missing the following properties from type 'ActivityContent[]': length, pop, push, concat, and 29 more.
|
typescript:
server/controllers/pelicoPresentation.ts#L67
Type '{ type: "object"; properties: { content: { type: "array"; items: { type: string; properties: { id: { type: string; nullable: boolean; }; type: { type: string; nullable: boolean; enum: string[]; }; value: { type: string; nullable: boolean; }; }; required: string[]; }; nullable: false; }; }; required: never[]; additio...' is not assignable to type 'UncheckedJSONSchemaType<UpdatePelicoData, false>'.
|
typescript:
server/controllers/pelicoPresentation.ts#L101
Type 'ActivityContent | ActivityContent[]' is not assignable to type 'ActivityContent[]'.
|
typescript
Process completed with exit code 1.
|
unit-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
unit-test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
typescript
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
typescript
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|