Skip to content

Update dependency @types/luxon to v3.7.4 #1433

Update dependency @types/luxon to v3.7.4

Update dependency @types/luxon to v3.7.4 #1433

Triggered via pull request August 7, 2026 22:34
Status Failure
Total duration 32s
Artifacts

job-check.yml

on: pull_request
Lint and Type Check
27s
Lint and Type Check
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Lint and Type Check
Process completed with exit code 2.
Lint and Type Check: src/server/services/botService.ts#L147
Argument of type 'DateTime<boolean>' is not assignable to parameter of type 'DateTime<true> | DateTime<false>'.
Lint and Type Check: src/routes/_authenticated/index.tsx#L99
Type '(date: DateTime<true> | DateTime<false> | null) => void' is not assignable to type '(value: PickerValue, context: PickerChangeHandlerContext<DateValidationError>) => void'.