bunch of fucking changes #100
Annotations
10 errors and 1 warning
deploy:
src/components/forms/LanguageForm.vue#L5
Property 'code' does not exist on type 'Record<string, any> | { regDate: string; lastModifiedDate: string; identifier: string; }'.
|
deploy:
src/components/forms/project/ProjectForm.vue#L181
'index' is declared but its value is never read.
|
deploy:
src/components/forms/project/TaskForm.vue#L11
Type 'string' is not assignable to type '"error" | "info" | "success" | "warning" | "default" | "primary" | undefined'.
|
deploy:
src/components/forms/project/TaskForm.vue#L210
Argument of type '{}' is not assignable to parameter of type 'string'.
|
deploy:
src/components/lists/of/EmployeeList.vue#L29
Type '(keys: string[]) => void' is not assignable to type 'MaybeArray<OnUpdateCheckedRowKeys> | undefined'.
|
deploy:
src/components/lists/of/LabelList.vue#L29
Type '(keys: string[]) => void' is not assignable to type 'MaybeArray<OnUpdateCheckedRowKeys> | undefined'.
|
deploy:
src/components/lists/of/LanguageList.vue#L28
Type '(keys: string[]) => void' is not assignable to type 'MaybeArray<OnUpdateCheckedRowKeys> | undefined'.
|
deploy:
src/components/lists/of/OrgCategoryList.vue#L29
Type '(keys: string[]) => void' is not assignable to type 'MaybeArray<OnUpdateCheckedRowKeys> | undefined'.
|
deploy:
src/components/lists/of/OrganizationsList.vue#L29
Type '(keys: string[]) => void' is not assignable to type 'MaybeArray<OnUpdateCheckedRowKeys> | undefined'.
|
deploy:
src/components/lists/of/PositionList.vue#L28
Type '(keys: string[]) => void' is not assignable to type 'MaybeArray<OnUpdateCheckedRowKeys> | undefined'.
|
deploy
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|