fix(deps): update dependency lucide-vue-next to ^0.460.0 #516
Annotations
17 errors
Lint:
pages/manage/manage.vue#L36
'error' is defined but never used
|
Lint:
pages/manage/manage.vue#L50
'currentStatus' is assigned a value but never used. Allowed unused args must match /^_/u
|
Lint:
pages/manage/manage.vue#L63
'data' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Lint:
pages/manage/statuses.vue#L26
'refresh' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Lint:
pages/manage/statuses.vue#L71
This 'v-if' should be moved to the wrapper element
|
Lint:
utils/update-classroom-data.ts#L30
Do not use top-level await
|
Lint
Process completed with exit code 1.
|
Typecheck:
components/custom/CAS/ClassroomReservation/NewClassroomReservation.vue#L172
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{ MORNING: string; ONE: string; TWO: string; THREE: string; FOUR: string; NOON: string; FIVE: string; SIX: string; SEVEN: string; EIGHT: string; NINE: string; AFTERCLASS: string; }'.
|
Typecheck:
components/custom/CAS/ClassroomReservation/NewClassroomReservation.vue#L221
Type 'number' is not assignable to type 'string'.
|
Typecheck:
components/custom/CAS/ClassroomReservation/NewClassroomReservation.vue#L229
Type 'number' is not assignable to type 'string'.
|
Typecheck:
components/custom/CAS/ClassroomReservation/NewClassroomReservation.vue#L237
Type 'number' is not assignable to type 'string'.
|
Typecheck:
components/custom/CAS/Record/NewActivityRecord.vue#L46
Excessive stack depth comparing types 'Exclude<R extends "/api/bind/confirm" ? { key: "/api/bind/confirm"; exact: true; score: []; catchAll: false; } : { key: "/api/bind/confirm"; exact: false; score: `${R}/` extends `${infer RouteSeg}/${infer RouteRest}` ? `${RouteSeg}?` extends `${infer RouteSegWithoutQuery}?${string}` ? RouteSegWithoutQuery extends ""...' and '{ score: MaxTuple<((R extends "/api/bind/confirm" ? { key: "/api/bind/confirm"; exact: true; score: []; catchAll: false; } : { key: "/api/bind/confirm"; exact: false; score: `${R}/` extends `${infer RouteSeg}/${infer RouteRest}` ? `${RouteSeg}?` extends `${infer RouteSegWithoutQuery}?${string}` ? RouteSegWithoutQuer...'.
|
Typecheck:
components/custom/CAS/Record/NewActivityRecord.vue#L46
Excessive stack depth comparing types 'Exclude<{ key: "/__nuxt_error"; exact: false; score: `${R}/` extends `${infer RouteSeg}/${infer RouteRest}` ? `${RouteSeg}?` extends `${infer RouteSegWithoutQuery}?${string}` ? RouteSegWithoutQuery extends "" ? `${RouteRest}/` extends `${infer RouteSeg}/${infer RouteRest}` ? `${RouteSeg}?` extends `${infer RouteSegW...' and '{ score: MaxTuple<((R extends "/api/bind/confirm" ? { key: "/api/bind/confirm"; exact: true; score: []; catchAll: false; } : { key: "/api/bind/confirm"; exact: false; score: `${R}/` extends `${infer RouteSeg}/${infer RouteRest}` ? `${RouteSeg}?` extends `${infer RouteSegWithoutQuery}?${string}` ? RouteSegWithoutQuer...'.
|
Typecheck:
components/custom/Nav/icon/Icon.vue#L2
Cannot find module '@/assets/logo.svg' or its corresponding type declarations.
|
Typecheck:
layouts/sign-in-or-out.vue#L2
Cannot find module '@/assets/logo.svg' or its corresponding type declarations.
|
Typecheck:
pages/forms/[id].vue#L45
'__VLS_ctx.clerk.user' is possibly 'null' or 'undefined'.
|
Typecheck:
pages/manage/manage.vue#L137
Element implicitly has an 'any' type because expression of type 'any' can't be used to index type '{ SUNDAY: string; MONDAY: string; TUESDAY: string; WEDNESDAY: string; THURSDAY: string; FRIDAY: string; SATURDAY: string; }'.
|