Update dependency webpack to v5.94.0 [SECURITY] #531
Annotations
36 errors and 2 warnings
|
src/app/app.component.spec.ts ► Test suite failed to run ► src/app/app.component.spec.ts:
test-report/junit.xml#L0
Failed test found in:
test-report/junit.xml
Error:
● Test suite failed to run
|
|
src/app/app.component.spec.ts ► Test suite failed to run ► src/app/app.component.spec.ts:
test-report/junit.xml#L0
Failed test found in:
test-report/junit.xml
Error:
{"code":"MODULE_NOT_FOUND","hint":"","requireStack":["/home/runner/work/mdm-explorer/mdm-explorer/mdm-resources/lib/es2015/index.js","/home/runner/work/mdm-explorer/mdm-explorer/mdm-explorer/src/app/data-explorer/data-specification.service.ts","/home/runner/work/mdm-explorer/mdm-explorer/mdm-explorer/src/app/app.component.ts","/home/runner/work/mdm-explorer/mdm-explorer/mdm-explorer/src/app/app.component.spec.ts"],"siblingWithSimilarExtensionFound":false,"moduleName":"tslib","_originalMessage":"Cannot find module 'tslib' from '../mdm-resources/lib/es2015/index.js'"}
|
|
src/app/core/features.service.spec.ts ► Test suite failed to run ► src/app/core/features.service.spec.ts:
test-report/junit.xml#L0
Failed test found in:
test-report/junit.xml
Error:
● Test suite failed to run
|
|
src/app/core/features.service.spec.ts ► Test suite failed to run ► src/app/core/features.service.spec.ts:
test-report/junit.xml#L0
Failed test found in:
test-report/junit.xml
Error:
{"code":"MODULE_NOT_FOUND","hint":"","requireStack":["/home/runner/work/mdm-explorer/mdm-explorer/mdm-resources/lib/es2015/index.js","/home/runner/work/mdm-explorer/mdm-explorer/mdm-explorer/src/app/mauro/mdm-endpoints.service.ts","/home/runner/work/mdm-explorer/mdm-explorer/mdm-explorer/src/app/core/features.service.spec.ts"],"siblingWithSimilarExtensionFound":false,"moduleName":"tslib","_originalMessage":"Cannot find module 'tslib' from '../mdm-resources/lib/es2015/index.js'"}
|
|
src/app/data-explorer/bookmark.service.spec.ts ► Test suite failed to run ► src/app/data-explorer/bookmark.service.spec.ts:
test-report/junit.xml#L0
Failed test found in:
test-report/junit.xml
Error:
● Test suite failed to run
|
|
src/app/data-explorer/bookmark.service.spec.ts ► Test suite failed to run ► src/app/data-explorer/bookmark.service.spec.ts:
test-report/junit.xml#L0
Failed test found in:
test-report/junit.xml
Error:
{"code":"MODULE_NOT_FOUND","hint":"","requireStack":["/home/runner/work/mdm-explorer/mdm-explorer/mdm-resources/lib/es2015/index.js","/home/runner/work/mdm-explorer/mdm-explorer/mdm-explorer/src/app/mauro/mdm-endpoints.service.ts","/home/runner/work/mdm-explorer/mdm-explorer/mdm-explorer/src/app/data-explorer/bookmark.service.ts","/home/runner/work/mdm-explorer/mdm-explorer/mdm-explorer/src/app/data-explorer/bookmark.service.spec.ts"],"siblingWithSimilarExtensionFound":false,"moduleName":"tslib","_originalMessage":"Cannot find module 'tslib' from '../mdm-resources/lib/es2015/index.js'"}
|
|
src/app/data-explorer/breadcrumb/breadcrumb.component.spec.ts ► Test suite failed to run ► src/app/data-explorer/breadcrumb/breadcrumb.component.spec.ts:
test-report/junit.xml#L0
Failed test found in:
test-report/junit.xml
Error:
● Test suite failed to run
|
|
src/app/data-explorer/breadcrumb/breadcrumb.component.spec.ts ► Test suite failed to run ► src/app/data-explorer/breadcrumb/breadcrumb.component.spec.ts:
test-report/junit.xml#L0
Failed test found in:
test-report/junit.xml
Error:
{"code":"MODULE_NOT_FOUND","hint":"","requireStack":["/home/runner/work/mdm-explorer/mdm-explorer/mdm-resources/lib/es2015/index.js","/home/runner/work/mdm-explorer/mdm-explorer/mdm-explorer/src/app/data-explorer/breadcrumb/breadcrumb.component.spec.ts"],"siblingWithSimilarExtensionFound":false,"moduleName":"tslib","_originalMessage":"Cannot find module 'tslib' from '../mdm-resources/lib/es2015/index.js'"}
|
|
src/app/data-explorer/core-table-profile.service.spec.ts ► Test suite failed to run ► src/app/data-explorer/core-table-profile.service.spec.ts:
test-report/junit.xml#L0
Failed test found in:
test-report/junit.xml
Error:
● Test suite failed to run
|
|
src/app/data-explorer/core-table-profile.service.spec.ts ► Test suite failed to run ► src/app/data-explorer/core-table-profile.service.spec.ts:
test-report/junit.xml#L0
Failed test found in:
test-report/junit.xml
Error:
{"diagnosticText":"\u001b[96msrc/app/data-explorer/core-table-profile.service.spec.ts\u001b[0m:\u001b[93m86\u001b[0m:\u001b[93m11\u001b[0m - \u001b[91merror\u001b[0m\u001b[90m TS2352: \u001b[0mConversion of type '{ name: string; fields: ProfileField[]; }' to type 'ProfileSection' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.\n Property 'label' is missing in type '{ name: string; fields: ProfileField[]; }' but required in type 'ProfileSection'.\n\n\u001b[7m 86\u001b[0m {\n\u001b[7m \u001b[0m \u001b[91m ~\u001b[0m\n\u001b[7m 87\u001b[0m name: 'Query Builder Core Table Profile',\n\u001b[7m \u001b[0m \u001b[91m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\u001b[0m\n\u001b[7m...\u001b[0m \n\u001b[7m 95\u001b[0m ] as ProfileField[],\n\u001b[7m \u001b[0m \u001b[91m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\u001b[0m\n\u001b[7m 96\u001b[0m } as ProfileSection,\n\u001b[7m \u001b[0m \u001b[91m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\u001b[0m\n\n \u001b[96m../mdm-resources/lib/es2015/profiles/mdm-profile.model.d.ts\u001b[0m:\u001b[93m31\u001b[0m:\u001b[93m5\u001b[0m\n \u001b[7m31\u001b[0m label: string;\n \u001b[7m \u001b[0m \u001b[96m ~~~~~\u001b[0m\n 'label' is declared here.\n\u001b[96msrc/app/data-explorer/core-table-profile.service.spec.ts\u001b[0m:\u001b[93m202\u001b[0m:\u001b[93m11\u001b[0m - \u001b[91merror\u001b[0m\u001b[90m TS2352: \u001b[0mConversion of type '{ name: string; fields: ProfileField[]; }' to type 'ProfileSection' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.\n Property 'label' is missing in type '{ name: string; fields: ProfileField[]; }' but required in type 'ProfileSection'.\n\n\u001b[7m202\u001b[0m {\n\u001b[7m \u001b[0m \u001b[91m ~\u001b[0m\n\u001b[7m203\u001b[0m name: 'Query Builder Core Table Profile',\n\u001b[7m \u001b[0m \u001b[91m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\u001b[0m\n\u001b[7m...\u001b[0m \n\u001b[7m211\u001b[0m ] as ProfileField[],\n\u001b[7m \u001b[0m \u001b[91m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\u001b[0m\n\u001b[7m212\u001b[0m } as ProfileSection,\n\u001b[7m \u001b[0m \u001b[91m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\u001b[0m\n\n \u001b[96m../mdm-resources/lib/es2015/profiles/mdm-profile.model.d.ts\u001b[0m:\u001b[93m31\u001b[0m:\u001b[93m5\u001b[0m\n \u001b[7m31\u001b[0m label: string;\n \u001b[7m \u001b[0m \u001b[96m ~~~~~\u001b[0m\n 'label' is declared here.\n\u001b[96msrc/app/data-explorer/core-table-profile.service.spec.ts\u001b[0m:\u001b[93m272\u001b[0m:\u001b[93m11\u001b[0m - \u001b[91merror\u001b[0m\u001b[90m TS2352: \u001b[0mConversion of type '{ name: string; fields: ProfileField[]; }' to type 'ProfileSection' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.\n Property 'label' is missing in type '{ name: string; fields: ProfileField[]; }' but required in type 'ProfileSection'.\n\n\u001b[7m272\u001b[0m {\n\u001b[7m \u001b[0m \u001b[91m ~\u001b[0m\n\u001b[7m273\u001b[0m name: 'Query Builder Core Table Profile',\n\u001b[7m \u001b[0m \u001b[91m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\u001b[0m\n\u001b[7m...\u001b[0m \n\u001b[7m281\u001b[0m ] as ProfileField[],\n\u001b[7m \u001b[0m \u001b[91m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\u001b[0m\n\u001b[7m282\u001b[0m } as ProfileSection,\n\u001b[7m \u001b[0m \u001b[91m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\u001b[0m\n\n \u001b[96m../mdm-resources/lib/es2015/profiles/mdm-profile.model.d.ts\u001b[0m:\u001b[93m31\u001b[0m:\u001b[93m5\u001b[0m\n \u001b[7m31\u001b[0m label: string;\n \u001b[7m \u001b[0m \u001b[96m ~~~~~\u001b[0m\n 'label' is declared here.\n\u001b[96msrc/app/data-explorer/core-table-profile.service.spec.ts\u001b[0m:\u001b[93m333\u001b[0m:\u001b[93m11\u001b[0m - \u001b[91merror\u001b[0m\u001b[90m TS2352: \u001b[0mConversion of type '{ name: string; fields: ProfileField[]; }' to type 'ProfileSection' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.\n Property 'label' is missing in type '{ name: string; fields: ProfileField[]; }' but required in type 'ProfileSection'.\n\n\u001b[7m333\u001b[0m {\n\u001b[7m \u001b[0m \u001b[91m ~\u001b[0m\n\u001b[7m334\u001b[0m name: 'Query Builder Core Table Profile',\n\u001b[7m \u001b[0m \u001b[91m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\u001b[0m\n\u001b[7m...\u001b[0m \n\u001b[7m342\u001b[0m ] as ProfileField[],\n\u001b[7m \u001b[0m \u001b[91m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\u001b[0m\n\u001b[7m343\u001b[0m } as ProfileSection,\n\u001b[7m \u001b[0m \u001b[91m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\u001b[0m\n\n \u001b[96m../mdm-resources/lib/es2015/profiles/mdm-profile.model.d.ts\u001b[0m:\u001b[93m31\u001b[0m:\u001b[93m5\u001b[0m\n \u001b[7m31\u001b[0m label: string;\n \u001b[7m \u001b[0m \u001b[96m ~~~~~\u001b[0m\n 'label' is declared here.\n","diagnosticCodes":[2352,2352,2352,2352]}
|
|
src/app/data-explorer/data-class-row/data-class-row.component.spec.ts ► Test suite failed to run ► src/app/data-explorer/data-class-row/data-class-row.component.spec.ts:
test-report/junit.xml#L0
Failed test found in:
test-report/junit.xml
Error:
● Test suite failed to run
|
|
build
No test report files were found
|
|
build
Failed test were found and 'fail-on-error' option is set to true
|
|
build
Process completed with exit code 1.
|
|
src/app/app.component.spec.ts ► Test suite failed to run ► src/app/app.component.spec.ts:
test-report/junit.xml#L0
Failed test found in:
test-report/junit.xml
Error:
● Test suite failed to run
|
|
src/app/app.component.spec.ts ► Test suite failed to run ► src/app/app.component.spec.ts:
test-report/junit.xml#L0
Failed test found in:
test-report/junit.xml
Error:
{"code":"MODULE_NOT_FOUND","hint":"","requireStack":["/home/runner/work/mdm-explorer/mdm-explorer/mdm-resources/lib/es2015/index.js","/home/runner/work/mdm-explorer/mdm-explorer/mdm-explorer/src/app/data-explorer/data-specification.service.ts","/home/runner/work/mdm-explorer/mdm-explorer/mdm-explorer/src/app/app.component.ts","/home/runner/work/mdm-explorer/mdm-explorer/mdm-explorer/src/app/app.component.spec.ts"],"siblingWithSimilarExtensionFound":false,"moduleName":"tslib","_originalMessage":"Cannot find module 'tslib' from '../mdm-resources/lib/es2015/index.js'"}
|
|
src/app/core/features.service.spec.ts ► Test suite failed to run ► src/app/core/features.service.spec.ts:
test-report/junit.xml#L0
Failed test found in:
test-report/junit.xml
Error:
● Test suite failed to run
|
|
src/app/core/features.service.spec.ts ► Test suite failed to run ► src/app/core/features.service.spec.ts:
test-report/junit.xml#L0
Failed test found in:
test-report/junit.xml
Error:
{"code":"MODULE_NOT_FOUND","hint":"","requireStack":["/home/runner/work/mdm-explorer/mdm-explorer/mdm-resources/lib/es2015/index.js","/home/runner/work/mdm-explorer/mdm-explorer/mdm-explorer/src/app/mauro/mdm-endpoints.service.ts","/home/runner/work/mdm-explorer/mdm-explorer/mdm-explorer/src/app/core/features.service.spec.ts"],"siblingWithSimilarExtensionFound":false,"moduleName":"tslib","_originalMessage":"Cannot find module 'tslib' from '../mdm-resources/lib/es2015/index.js'"}
|
|
src/app/data-explorer/bookmark.service.spec.ts ► Test suite failed to run ► src/app/data-explorer/bookmark.service.spec.ts:
test-report/junit.xml#L0
Failed test found in:
test-report/junit.xml
Error:
● Test suite failed to run
|
|
src/app/data-explorer/bookmark.service.spec.ts ► Test suite failed to run ► src/app/data-explorer/bookmark.service.spec.ts:
test-report/junit.xml#L0
Failed test found in:
test-report/junit.xml
Error:
{"code":"MODULE_NOT_FOUND","hint":"","requireStack":["/home/runner/work/mdm-explorer/mdm-explorer/mdm-resources/lib/es2015/index.js","/home/runner/work/mdm-explorer/mdm-explorer/mdm-explorer/src/app/mauro/mdm-endpoints.service.ts","/home/runner/work/mdm-explorer/mdm-explorer/mdm-explorer/src/app/data-explorer/bookmark.service.ts","/home/runner/work/mdm-explorer/mdm-explorer/mdm-explorer/src/app/data-explorer/bookmark.service.spec.ts"],"siblingWithSimilarExtensionFound":false,"moduleName":"tslib","_originalMessage":"Cannot find module 'tslib' from '../mdm-resources/lib/es2015/index.js'"}
|
|
src/app/data-explorer/breadcrumb/breadcrumb.component.spec.ts ► Test suite failed to run ► src/app/data-explorer/breadcrumb/breadcrumb.component.spec.ts:
test-report/junit.xml#L0
Failed test found in:
test-report/junit.xml
Error:
● Test suite failed to run
|
|
src/app/data-explorer/breadcrumb/breadcrumb.component.spec.ts ► Test suite failed to run ► src/app/data-explorer/breadcrumb/breadcrumb.component.spec.ts:
test-report/junit.xml#L0
Failed test found in:
test-report/junit.xml
Error:
{"code":"MODULE_NOT_FOUND","hint":"","requireStack":["/home/runner/work/mdm-explorer/mdm-explorer/mdm-resources/lib/es2015/index.js","/home/runner/work/mdm-explorer/mdm-explorer/mdm-explorer/src/app/data-explorer/breadcrumb/breadcrumb.component.spec.ts"],"siblingWithSimilarExtensionFound":false,"moduleName":"tslib","_originalMessage":"Cannot find module 'tslib' from '../mdm-resources/lib/es2015/index.js'"}
|
|
src/app/data-explorer/core-table-profile.service.spec.ts ► Test suite failed to run ► src/app/data-explorer/core-table-profile.service.spec.ts:
test-report/junit.xml#L0
Failed test found in:
test-report/junit.xml
Error:
● Test suite failed to run
|
|
src/app/data-explorer/core-table-profile.service.spec.ts ► Test suite failed to run ► src/app/data-explorer/core-table-profile.service.spec.ts:
test-report/junit.xml#L0
Failed test found in:
test-report/junit.xml
Error:
{"diagnosticText":"\u001b[96msrc/app/data-explorer/core-table-profile.service.spec.ts\u001b[0m:\u001b[93m86\u001b[0m:\u001b[93m11\u001b[0m - \u001b[91merror\u001b[0m\u001b[90m TS2352: \u001b[0mConversion of type '{ name: string; fields: ProfileField[]; }' to type 'ProfileSection' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.\n Property 'label' is missing in type '{ name: string; fields: ProfileField[]; }' but required in type 'ProfileSection'.\n\n\u001b[7m 86\u001b[0m {\n\u001b[7m \u001b[0m \u001b[91m ~\u001b[0m\n\u001b[7m 87\u001b[0m name: 'Query Builder Core Table Profile',\n\u001b[7m \u001b[0m \u001b[91m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\u001b[0m\n\u001b[7m...\u001b[0m \n\u001b[7m 95\u001b[0m ] as ProfileField[],\n\u001b[7m \u001b[0m \u001b[91m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\u001b[0m\n\u001b[7m 96\u001b[0m } as ProfileSection,\n\u001b[7m \u001b[0m \u001b[91m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\u001b[0m\n\n \u001b[96m../mdm-resources/lib/es2015/profiles/mdm-profile.model.d.ts\u001b[0m:\u001b[93m31\u001b[0m:\u001b[93m5\u001b[0m\n \u001b[7m31\u001b[0m label: string;\n \u001b[7m \u001b[0m \u001b[96m ~~~~~\u001b[0m\n 'label' is declared here.\n\u001b[96msrc/app/data-explorer/core-table-profile.service.spec.ts\u001b[0m:\u001b[93m202\u001b[0m:\u001b[93m11\u001b[0m - \u001b[91merror\u001b[0m\u001b[90m TS2352: \u001b[0mConversion of type '{ name: string; fields: ProfileField[]; }' to type 'ProfileSection' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.\n Property 'label' is missing in type '{ name: string; fields: ProfileField[]; }' but required in type 'ProfileSection'.\n\n\u001b[7m202\u001b[0m {\n\u001b[7m \u001b[0m \u001b[91m ~\u001b[0m\n\u001b[7m203\u001b[0m name: 'Query Builder Core Table Profile',\n\u001b[7m \u001b[0m \u001b[91m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\u001b[0m\n\u001b[7m...\u001b[0m \n\u001b[7m211\u001b[0m ] as ProfileField[],\n\u001b[7m \u001b[0m \u001b[91m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\u001b[0m\n\u001b[7m212\u001b[0m } as ProfileSection,\n\u001b[7m \u001b[0m \u001b[91m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\u001b[0m\n\n \u001b[96m../mdm-resources/lib/es2015/profiles/mdm-profile.model.d.ts\u001b[0m:\u001b[93m31\u001b[0m:\u001b[93m5\u001b[0m\n \u001b[7m31\u001b[0m label: string;\n \u001b[7m \u001b[0m \u001b[96m ~~~~~\u001b[0m\n 'label' is declared here.\n\u001b[96msrc/app/data-explorer/core-table-profile.service.spec.ts\u001b[0m:\u001b[93m272\u001b[0m:\u001b[93m11\u001b[0m - \u001b[91merror\u001b[0m\u001b[90m TS2352: \u001b[0mConversion of type '{ name: string; fields: ProfileField[]; }' to type 'ProfileSection' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.\n Property 'label' is missing in type '{ name: string; fields: ProfileField[]; }' but required in type 'ProfileSection'.\n\n\u001b[7m272\u001b[0m {\n\u001b[7m \u001b[0m \u001b[91m ~\u001b[0m\n\u001b[7m273\u001b[0m name: 'Query Builder Core Table Profile',\n\u001b[7m \u001b[0m \u001b[91m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\u001b[0m\n\u001b[7m...\u001b[0m \n\u001b[7m281\u001b[0m ] as ProfileField[],\n\u001b[7m \u001b[0m \u001b[91m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\u001b[0m\n\u001b[7m282\u001b[0m } as ProfileSection,\n\u001b[7m \u001b[0m \u001b[91m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\u001b[0m\n\n \u001b[96m../mdm-resources/lib/es2015/profiles/mdm-profile.model.d.ts\u001b[0m:\u001b[93m31\u001b[0m:\u001b[93m5\u001b[0m\n \u001b[7m31\u001b[0m label: string;\n \u001b[7m \u001b[0m \u001b[96m ~~~~~\u001b[0m\n 'label' is declared here.\n\u001b[96msrc/app/data-explorer/core-table-profile.service.spec.ts\u001b[0m:\u001b[93m333\u001b[0m:\u001b[93m11\u001b[0m - \u001b[91merror\u001b[0m\u001b[90m TS2352: \u001b[0mConversion of type '{ name: string; fields: ProfileField[]; }' to type 'ProfileSection' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.\n Property 'label' is missing in type '{ name: string; fields: ProfileField[]; }' but required in type 'ProfileSection'.\n\n\u001b[7m333\u001b[0m {\n\u001b[7m \u001b[0m \u001b[91m ~\u001b[0m\n\u001b[7m334\u001b[0m name: 'Query Builder Core Table Profile',\n\u001b[7m \u001b[0m \u001b[91m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\u001b[0m\n\u001b[7m...\u001b[0m \n\u001b[7m342\u001b[0m ] as ProfileField[],\n\u001b[7m \u001b[0m \u001b[91m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\u001b[0m\n\u001b[7m343\u001b[0m } as ProfileSection,\n\u001b[7m \u001b[0m \u001b[91m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\u001b[0m\n\n \u001b[96m../mdm-resources/lib/es2015/profiles/mdm-profile.model.d.ts\u001b[0m:\u001b[93m31\u001b[0m:\u001b[93m5\u001b[0m\n \u001b[7m31\u001b[0m label: string;\n \u001b[7m \u001b[0m \u001b[96m ~~~~~\u001b[0m\n 'label' is declared here.\n","diagnosticCodes":[2352,2352,2352,2352]}
|
|
src/app/data-explorer/data-class-row/data-class-row.component.spec.ts ► Test suite failed to run ► src/app/data-explorer/data-class-row/data-class-row.component.spec.ts:
test-report/junit.xml#L0
Failed test found in:
test-report/junit.xml
Error:
● Test suite failed to run
|
|
src/app/app.component.spec.ts ► Test suite failed to run ► src/app/app.component.spec.ts:
test-report/junit.xml#L0
Failed test found in:
test-report/junit.xml
Error:
● Test suite failed to run
|
|
src/app/app.component.spec.ts ► Test suite failed to run ► src/app/app.component.spec.ts:
test-report/junit.xml#L0
Failed test found in:
test-report/junit.xml
Error:
{"code":"MODULE_NOT_FOUND","hint":"","requireStack":["/home/runner/work/mdm-explorer/mdm-explorer/mdm-resources/lib/es2015/index.js","/home/runner/work/mdm-explorer/mdm-explorer/mdm-explorer/src/app/data-explorer/data-specification.service.ts","/home/runner/work/mdm-explorer/mdm-explorer/mdm-explorer/src/app/app.component.ts","/home/runner/work/mdm-explorer/mdm-explorer/mdm-explorer/src/app/app.component.spec.ts"],"siblingWithSimilarExtensionFound":false,"moduleName":"tslib","_originalMessage":"Cannot find module 'tslib' from '../mdm-resources/lib/es2015/index.js'"}
|
|
src/app/core/features.service.spec.ts ► Test suite failed to run ► src/app/core/features.service.spec.ts:
test-report/junit.xml#L0
Failed test found in:
test-report/junit.xml
Error:
● Test suite failed to run
|
|
src/app/core/features.service.spec.ts ► Test suite failed to run ► src/app/core/features.service.spec.ts:
test-report/junit.xml#L0
Failed test found in:
test-report/junit.xml
Error:
{"code":"MODULE_NOT_FOUND","hint":"","requireStack":["/home/runner/work/mdm-explorer/mdm-explorer/mdm-resources/lib/es2015/index.js","/home/runner/work/mdm-explorer/mdm-explorer/mdm-explorer/src/app/mauro/mdm-endpoints.service.ts","/home/runner/work/mdm-explorer/mdm-explorer/mdm-explorer/src/app/core/features.service.spec.ts"],"siblingWithSimilarExtensionFound":false,"moduleName":"tslib","_originalMessage":"Cannot find module 'tslib' from '../mdm-resources/lib/es2015/index.js'"}
|
|
src/app/data-explorer/bookmark.service.spec.ts ► Test suite failed to run ► src/app/data-explorer/bookmark.service.spec.ts:
test-report/junit.xml#L0
Failed test found in:
test-report/junit.xml
Error:
● Test suite failed to run
|
|
src/app/data-explorer/bookmark.service.spec.ts ► Test suite failed to run ► src/app/data-explorer/bookmark.service.spec.ts:
test-report/junit.xml#L0
Failed test found in:
test-report/junit.xml
Error:
{"code":"MODULE_NOT_FOUND","hint":"","requireStack":["/home/runner/work/mdm-explorer/mdm-explorer/mdm-resources/lib/es2015/index.js","/home/runner/work/mdm-explorer/mdm-explorer/mdm-explorer/src/app/mauro/mdm-endpoints.service.ts","/home/runner/work/mdm-explorer/mdm-explorer/mdm-explorer/src/app/data-explorer/bookmark.service.ts","/home/runner/work/mdm-explorer/mdm-explorer/mdm-explorer/src/app/data-explorer/bookmark.service.spec.ts"],"siblingWithSimilarExtensionFound":false,"moduleName":"tslib","_originalMessage":"Cannot find module 'tslib' from '../mdm-resources/lib/es2015/index.js'"}
|
|
src/app/data-explorer/breadcrumb/breadcrumb.component.spec.ts ► Test suite failed to run ► src/app/data-explorer/breadcrumb/breadcrumb.component.spec.ts:
test-report/junit.xml#L0
Failed test found in:
test-report/junit.xml
Error:
● Test suite failed to run
|
|
src/app/data-explorer/breadcrumb/breadcrumb.component.spec.ts ► Test suite failed to run ► src/app/data-explorer/breadcrumb/breadcrumb.component.spec.ts:
test-report/junit.xml#L0
Failed test found in:
test-report/junit.xml
Error:
{"code":"MODULE_NOT_FOUND","hint":"","requireStack":["/home/runner/work/mdm-explorer/mdm-explorer/mdm-resources/lib/es2015/index.js","/home/runner/work/mdm-explorer/mdm-explorer/mdm-explorer/src/app/data-explorer/breadcrumb/breadcrumb.component.spec.ts"],"siblingWithSimilarExtensionFound":false,"moduleName":"tslib","_originalMessage":"Cannot find module 'tslib' from '../mdm-resources/lib/es2015/index.js'"}
|
|
src/app/data-explorer/core-table-profile.service.spec.ts ► Test suite failed to run ► src/app/data-explorer/core-table-profile.service.spec.ts:
test-report/junit.xml#L0
Failed test found in:
test-report/junit.xml
Error:
● Test suite failed to run
|
|
src/app/data-explorer/core-table-profile.service.spec.ts ► Test suite failed to run ► src/app/data-explorer/core-table-profile.service.spec.ts:
test-report/junit.xml#L0
Failed test found in:
test-report/junit.xml
Error:
{"diagnosticText":"\u001b[96msrc/app/data-explorer/core-table-profile.service.spec.ts\u001b[0m:\u001b[93m86\u001b[0m:\u001b[93m11\u001b[0m - \u001b[91merror\u001b[0m\u001b[90m TS2352: \u001b[0mConversion of type '{ name: string; fields: ProfileField[]; }' to type 'ProfileSection' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.\n Property 'label' is missing in type '{ name: string; fields: ProfileField[]; }' but required in type 'ProfileSection'.\n\n\u001b[7m 86\u001b[0m {\n\u001b[7m \u001b[0m \u001b[91m ~\u001b[0m\n\u001b[7m 87\u001b[0m name: 'Query Builder Core Table Profile',\n\u001b[7m \u001b[0m \u001b[91m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\u001b[0m\n\u001b[7m...\u001b[0m \n\u001b[7m 95\u001b[0m ] as ProfileField[],\n\u001b[7m \u001b[0m \u001b[91m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\u001b[0m\n\u001b[7m 96\u001b[0m } as ProfileSection,\n\u001b[7m \u001b[0m \u001b[91m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\u001b[0m\n\n \u001b[96m../mdm-resources/lib/es2015/profiles/mdm-profile.model.d.ts\u001b[0m:\u001b[93m31\u001b[0m:\u001b[93m5\u001b[0m\n \u001b[7m31\u001b[0m label: string;\n \u001b[7m \u001b[0m \u001b[96m ~~~~~\u001b[0m\n 'label' is declared here.\n\u001b[96msrc/app/data-explorer/core-table-profile.service.spec.ts\u001b[0m:\u001b[93m202\u001b[0m:\u001b[93m11\u001b[0m - \u001b[91merror\u001b[0m\u001b[90m TS2352: \u001b[0mConversion of type '{ name: string; fields: ProfileField[]; }' to type 'ProfileSection' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.\n Property 'label' is missing in type '{ name: string; fields: ProfileField[]; }' but required in type 'ProfileSection'.\n\n\u001b[7m202\u001b[0m {\n\u001b[7m \u001b[0m \u001b[91m ~\u001b[0m\n\u001b[7m203\u001b[0m name: 'Query Builder Core Table Profile',\n\u001b[7m \u001b[0m \u001b[91m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\u001b[0m\n\u001b[7m...\u001b[0m \n\u001b[7m211\u001b[0m ] as ProfileField[],\n\u001b[7m \u001b[0m \u001b[91m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\u001b[0m\n\u001b[7m212\u001b[0m } as ProfileSection,\n\u001b[7m \u001b[0m \u001b[91m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\u001b[0m\n\n \u001b[96m../mdm-resources/lib/es2015/profiles/mdm-profile.model.d.ts\u001b[0m:\u001b[93m31\u001b[0m:\u001b[93m5\u001b[0m\n \u001b[7m31\u001b[0m label: string;\n \u001b[7m \u001b[0m \u001b[96m ~~~~~\u001b[0m\n 'label' is declared here.\n\u001b[96msrc/app/data-explorer/core-table-profile.service.spec.ts\u001b[0m:\u001b[93m272\u001b[0m:\u001b[93m11\u001b[0m - \u001b[91merror\u001b[0m\u001b[90m TS2352: \u001b[0mConversion of type '{ name: string; fields: ProfileField[]; }' to type 'ProfileSection' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.\n Property 'label' is missing in type '{ name: string; fields: ProfileField[]; }' but required in type 'ProfileSection'.\n\n\u001b[7m272\u001b[0m {\n\u001b[7m \u001b[0m \u001b[91m ~\u001b[0m\n\u001b[7m273\u001b[0m name: 'Query Builder Core Table Profile',\n\u001b[7m \u001b[0m \u001b[91m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\u001b[0m\n\u001b[7m...\u001b[0m \n\u001b[7m281\u001b[0m ] as ProfileField[],\n\u001b[7m \u001b[0m \u001b[91m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\u001b[0m\n\u001b[7m282\u001b[0m } as ProfileSection,\n\u001b[7m \u001b[0m \u001b[91m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\u001b[0m\n\n \u001b[96m../mdm-resources/lib/es2015/profiles/mdm-profile.model.d.ts\u001b[0m:\u001b[93m31\u001b[0m:\u001b[93m5\u001b[0m\n \u001b[7m31\u001b[0m label: string;\n \u001b[7m \u001b[0m \u001b[96m ~~~~~\u001b[0m\n 'label' is declared here.\n\u001b[96msrc/app/data-explorer/core-table-profile.service.spec.ts\u001b[0m:\u001b[93m333\u001b[0m:\u001b[93m11\u001b[0m - \u001b[91merror\u001b[0m\u001b[90m TS2352: \u001b[0mConversion of type '{ name: string; fields: ProfileField[]; }' to type 'ProfileSection' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.\n Property 'label' is missing in type '{ name: string; fields: ProfileField[]; }' but required in type 'ProfileSection'.\n\n\u001b[7m333\u001b[0m {\n\u001b[7m \u001b[0m \u001b[91m ~\u001b[0m\n\u001b[7m334\u001b[0m name: 'Query Builder Core Table Profile',\n\u001b[7m \u001b[0m \u001b[91m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\u001b[0m\n\u001b[7m...\u001b[0m \n\u001b[7m342\u001b[0m ] as ProfileField[],\n\u001b[7m \u001b[0m \u001b[91m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\u001b[0m\n\u001b[7m343\u001b[0m } as ProfileSection,\n\u001b[7m \u001b[0m \u001b[91m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\u001b[0m\n\n \u001b[96m../mdm-resources/lib/es2015/profiles/mdm-profile.model.d.ts\u001b[0m:\u001b[93m31\u001b[0m:\u001b[93m5\u001b[0m\n \u001b[7m31\u001b[0m label: string;\n \u001b[7m \u001b[0m \u001b[96m ~~~~~\u001b[0m\n 'label' is declared here.\n","diagnosticCodes":[2352,2352,2352,2352]}
|
|
src/app/data-explorer/data-class-row/data-class-row.component.spec.ts ► Test suite failed to run ► src/app/data-explorer/data-class-row/data-class-row.component.spec.ts:
test-report/junit.xml#L0
Failed test found in:
test-report/junit.xml
Error:
● Test suite failed to run
|
|
build
No file matches path eslint/eslint-junit.xml
|
|
build
Test report summary exceeded limit of 65535 bytes and will be trimmed
|