This repository has been archived by the owner on Oct 18, 2024. It is now read-only.
build: remove deprecated editor tailwind css import #602
checks.yml
on: pull_request
Cache of yarn matches checksums in lockfile
2m 53s
Build succeeds
52s
All source files are well formated with prettier
54s
TypeScript compiles
42s
ESLint has no errors
51s
Jest integration tests
1m 29s
Run cypress tests (locally)
2m 50s
Run cypress tests (with docker build)
1m 37s
Annotations
13 errors and 10 warnings
TypeScript compiles:
src/frontend/editor.tsx#L19
Module '"@serlo/editor"' has no exported member 'instanceDataDe'.
|
TypeScript compiles:
src/frontend/editor.tsx#L20
Module '"@serlo/editor"' has no exported member 'loggedInDataDe'.
|
TypeScript compiles:
src/frontend/editor.tsx#L49
Type '{ children: (editor: ReactNode) => Element; initialState: { plugin: string; } & { state?: unknown; }; instanceData: any; loggedInData: any; }' is not assignable to type 'IntrinsicAttributes & SerloEditorProps'.
|
TypeScript compiles:
src/frontend/editor.tsx#L49
Property 'instanceData' does not exist on type 'SerloEditorProps'.
|
TypeScript compiles:
src/frontend/editor.tsx#L50
Property 'loggedInData' does not exist on type 'SerloEditorProps'.
|
TypeScript compiles:
src/frontend/plugins/create-plugins.tsx#L6
Module '"@serlo/editor"' has no exported member 'loggedInDataDe'.
|
TypeScript compiles:
src/frontend/plugins/create-plugins.tsx#L15
Argument of type '{ editorStrings: any; enableTextAreaExercise: true; allowImageInTableCells: false; exerciseVisibleInSuggestion: true; allowedChildPlugins: string[]; multimediaConfig: { explanation: { plugin: EditorPluginType; config: { ...; }; }; allowedPlugins: string[]; }; }' is not assignable to parameter of type '{ language?: SupportedLanguage; allowedChildPlugins?: string[]; exerciseVisibleInSuggestion: boolean; enableTextAreaExercise?: boolean; allowImageInTableCells: boolean; multimediaConfig?: MultimediaConfig; }'.
|
TypeScript compiles:
src/frontend/serlo-editor.tsx#L8
Module '"@serlo/editor"' has no exported member 'instanceDataDe'.
|
TypeScript compiles:
src/frontend/serlo-editor.tsx#L9
Module '"@serlo/editor"' has no exported member 'loggedInDataDe'.
|
TypeScript compiles:
src/frontend/serlo-editor.tsx#L53
Type '{ document: { plugin: string; } & { state?: unknown; }; instanceData: any; loggedInData: any; }' is not assignable to type 'IntrinsicAttributes & SerloRendererProps'.
|
Build succeeds
Process completed with exit code 1.
|
Run cypress tests (with docker build)
The process '/usr/local/bin/yarn' failed with exit code 1
|
Run cypress tests (locally)
Response code 500 (Internal Server Error)
|
TypeScript compiles
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
ESLint has no errors
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build succeeds
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run cypress tests (with docker build)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Jest integration tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
All source files are well formated with prettier
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Cache of yarn matches checksums in lockfile
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run cypress tests (locally)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, cypress-io/github-action@v5, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run cypress tests (locally)
No files were found with the provided path: cypress/screenshots
cypress/videos. No artifacts will be uploaded.
|
Jest integration tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|