transform data into content for activity 8, 12, 13 and 14. Modif requ… #3627
Annotations
15 errors and 10 warnings
typescript:
src/components/admin/mediatheque/CheckboxAdmin.tsx#L8
Binding element 'isChecked' implicitly has an 'any' type.
|
typescript:
src/components/admin/mediatheque/CheckboxAdmin.tsx#L8
Binding element 'onCheckboxChange' implicitly has an 'any' type.
|
typescript:
src/components/admin/mediatheque/ModalFilter.tsx#L33
Property 'setOffset' does not exist on type 'MediathequeContextType'.
|
typescript:
src/components/admin/mediatheque/ModalFilter.tsx#L69
Type '{}' is missing the following properties from type '{ isChecked: any; onCheckboxChange: any; }': isChecked, onCheckboxChange
|
typescript:
src/contexts/mediathequeContext.tsx#L61
Type 'string' is not assignable to type 'never'.
|
typescript:
src/contexts/mediathequeContext.tsx#L61
Type 'any' is not assignable to type 'never'.
|
typescript:
src/contexts/mediathequeContext.tsx#L61
Property 'mascotteImage' does not exist on type 'object'.
|
typescript:
src/contexts/mediathequeContext.tsx#L64
Type 'string' is not assignable to type 'never'.
|
typescript:
src/contexts/mediathequeContext.tsx#L64
Type 'any' is not assignable to type 'never'.
|
typescript:
src/contexts/mediathequeContext.tsx#L64
Property 'verseFinalMixUrl' does not exist on type 'object'.
|
lint:
src/components/admin/mediatheque/CheckboxAdmin.tsx#L8
'isChecked' is missing in props validation
|
lint:
src/components/admin/mediatheque/CheckboxAdmin.tsx#L8
'onCheckboxChange' is missing in props validation
|
lint:
src/contexts/mediathequeContext.tsx#L101
Unexpected console statement
|
lint:
src/contexts/mediathequeContext.tsx#L124
Unexpected console statement
|
lint
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/
|
lint:
server/controllers/mediatheque.ts#L6
'User' is defined but never used
|
lint:
src/contexts/mediathequeContext.tsx#L13
Unexpected any. Specify a different type
|
lint:
src/contexts/mediathequeContext.tsx#L31
Unexpected any. Specify a different type
|
lint:
src/pages/admin/newportal/medialibrary/index.tsx#L1
'useRef' is defined but never used
|