build: update dependencies #373
Annotations
3 errors and 1 warning
Run yarn test:
src/controllers/VennDiagramController.ts#L170
TypeError: Cannot read properties of undefined (reading 'format')
❯ VennDiagramController.numeric ../../../../.yarn/berry/cache/chart.js-npm-4.4.7-157ee9557e-10c0.zip/node_modules/chart.js/src/core/core.ticks.js:57:47
❯ controllers/VennDiagramController.ts:170:34
❯ VennDiagramController.drawLabels controllers/VennDiagramController.ts:167:14
❯ VennDiagramController.draw controllers/VennDiagramController.ts:145:10
❯ Chart._drawDataset ../../../../.yarn/berry/cache/chart.js-npm-4.4.7-157ee9557e-10c0.zip/node_modules/chart.js/src/core/core.controller.js:825:21
❯ Chart._drawDatasets ../../../../.yarn/berry/cache/chart.js-npm-4.4.7-157ee9557e-10c0.zip/node_modules/chart.js/src/core/core.controller.js:790:12
❯ Chart.draw ../../../../.yarn/berry/cache/chart.js-npm-4.4.7-157ee9557e-10c0.zip/node_modules/chart.js/src/core/core.controller.js:742:10
❯ ../../../../.yarn/berry/cache/chart.js-npm-4.4.7-157ee9557e-10c0.zip/node_modules/chart.js/src/core/core.animator.js:89:15
This error originated in "controllers/VennDiagramController.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "default". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
Run yarn test:
src/controllers/VennDiagramController.ts#L170
TypeError: Cannot read properties of undefined (reading 'format')
❯ EulerDiagramController.numeric ../../../../.yarn/berry/cache/chart.js-npm-4.4.7-157ee9557e-10c0.zip/node_modules/chart.js/src/core/core.ticks.js:57:47
❯ controllers/VennDiagramController.ts:170:34
❯ EulerDiagramController.drawLabels controllers/VennDiagramController.ts:167:14
❯ EulerDiagramController.draw controllers/VennDiagramController.ts:145:10
❯ Chart._drawDataset ../../../../.yarn/berry/cache/chart.js-npm-4.4.7-157ee9557e-10c0.zip/node_modules/chart.js/src/core/core.controller.js:825:21
❯ Chart._drawDatasets ../../../../.yarn/berry/cache/chart.js-npm-4.4.7-157ee9557e-10c0.zip/node_modules/chart.js/src/core/core.controller.js:790:12
❯ Chart.draw ../../../../.yarn/berry/cache/chart.js-npm-4.4.7-157ee9557e-10c0.zip/node_modules/chart.js/src/core/core.controller.js:742:10
❯ ../../../../.yarn/berry/cache/chart.js-npm-4.4.7-157ee9557e-10c0.zip/node_modules/chart.js/src/core/core.animator.js:89:15
This error originated in "controllers/EulerDiagramController.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "default". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
Run yarn test
Process completed with exit code 1.
|
Run actions/upload-artifact@v4
No files were found with the provided path: src/**/__diff_output__/*.png. No artifacts will be uploaded.
|
Loading