feat: collapsing + shaking + refactoring for type-safety and minimalism #5062
Annotations
10 errors and 13 warnings
Run Type Check:
src/components/Notes/Note.vue#L33
'data' implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one of its return expressions.
|
Run Type Check:
src/components/Notes/Note.vue#L36
Property 'initialNote' does not exist on type '{ name: string; props: { initialTranslateY: { type: StringConstructor; default: string; }; expandedTranslateY: { type: StringConstructor; default: string; }; width: { ...; }; color: { ...; }; initialNote: { ...; }; }; data(): any; watch: { ...; }; computed: { ...; }; methods: { ...; }; }'.
|
Run Type Check:
src/components/Notes/Note.vue#L41
Parameter 'newVal' implicitly has an 'any' type.
|
Run Type Check:
src/components/Notes/Note.vue#L42
Property 'isExpanded' does not exist on type '{ expand(newVal: any): void; }'.
|
Run Type Check:
src/components/Notes/Note.vue#L46
'noteStyle' implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one of its return expressions.
|
Run Type Check:
src/components/Notes/Note.vue#L49
Property 'isExpanded' does not exist on type '{ noteStyle(): any; }'.
|
Run Type Check:
src/components/Notes/Note.vue#L49
Property 'expandedTranslateY' does not exist on type '{ noteStyle(): any; }'.
|
Run Type Check:
src/components/Notes/Note.vue#L49
Property 'initialTranslateY' does not exist on type '{ noteStyle(): any; }'.
|
Run Type Check:
src/components/Notes/Note.vue#L51
Property 'width' does not exist on type '{ noteStyle(): any; }'.
|
Run Type Check:
src/components/Notes/Note.vue#L52
Property 'getLighterColor' does not exist on type '{ noteStyle(): any; }'.
|
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/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run Linter:
src/components/ScheduleGenerate/ScheduleGenerateSideBar.vue#L251
Unexpected console statement
|
Run Linter:
src/components/ScheduleGenerate/ScheduleGenerateSideBar.vue#L267
Unexpected console statement
|
Run Linter:
src/containers/Dashboard.vue#L264
Unexpected console statement
|
Run Linter:
src/schedule-generator/algorithm.ts#L69
Unexpected console statement
|
Run Linter:
src/schedule-generator/algorithm.ts#L70
Unexpected console statement
|
Run Linter:
src/schedule-generator/algorithm.ts#L77
Unexpected console statement
|
Run Linter:
src/schedule-generator/algorithm.ts#L81
Unexpected console statement
|
Run Linter:
src/schedule-generator/algorithm.ts#L87
Unexpected console statement
|
Run Linter:
src/schedule-generator/algorithm.ts#L91
Unexpected console statement
|
Run Linter:
src/schedule-generator/algorithm.ts#L92
Unexpected console statement
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "recorded-videos".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading