add: continue css externalisation #2998
Annotations
16 errors and 9 warnings
typescript:
src/activity-types/verseRecord.types.ts#L1
Module '"src/activity-types/anthem.types"' has no exported member 'Sample'.
|
typescript:
src/api/audio/audio.post.ts#L4
Module '"src/utils/axiosRequest"' has no exported member 'AxiosRequestError'.
|
typescript:
src/api/audio/audio.post.ts#L39
'response' is declared but its value is never read.
|
typescript:
src/api/audio/audio.post.ts#L39
Top-level 'await' expressions are only allowed when the 'module' option is set to 'es2022', 'esnext', 'system', 'node16', or 'nodenext', and the 'target' option is set to 'es2017' or higher.
|
typescript:
src/api/audio/audio.post.ts#L42
Cannot find name 'formData'. Did you mean 'FormData'?
|
typescript:
src/components/activities/ActivityCard/AnthemCard.tsx#L24
Property 'chorus' does not exist on type 'AnthemData & { draftUrl?: string | undefined; presentation?: string | undefined; }'.
|
typescript:
src/components/activities/ActivityCard/AnthemCard.tsx#L24
Parameter 'syllable' implicitly has an 'any' type.
|
typescript:
src/components/audio/Mixer.tsx#L8
Module '"src/activity-types/anthem.types"' has no exported member 'Sample'.
|
typescript:
src/pages/chanter-un-couplet/4.tsx#L13
Cannot find module 'src/components/activities/content/editors/AnthemEditor' or its corresponding type declarations.
|
typescript:
src/pages/chanter-un-couplet/4.tsx#L157
Parameter 'value' implicitly has an 'any' type.
|
lint:
src/pages/chanter-un-couplet/4.tsx#L12
There should be at least one empty line between import groups
|
lint:
src/pages/chanter-un-couplet/4.tsx#L13
There should be at least one empty line between import groups
|
lint:
src/pages/chanter-un-couplet/4.tsx#L13
`src/components/activities/content/editors/AnthemEditor` import should occur before import of `@mui/material/Backdrop`
|
lint:
src/pages/chanter-un-couplet/4.tsx#L13
Unable to resolve path to module 'src/components/activities/content/editors/AnthemEditor'
|
lint:
src/pages/parametrer-hymne/4.tsx#L33
React Hook React.useMemo has an unnecessary dependency: 'data'. Either exclude it or remove the dependency array
|
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:
src/api/audio/audio.post.ts#L39
'response' is assigned a value but never used
|
lint:
src/pages/parametrer-hymne/2.tsx#L16
'concatAudios' is defined but never used
|
lint:
src/pages/parametrer-hymne/2.tsx#L17
'axiosRequest' is defined but never used
|