chore(deps-dev): bump moment from 2.29.4 to 2.30.1 #86
Annotations
10 errors and 4 warnings
build:
src/global-store/current-time.ts#L1
Argument of type 'moment.Moment' is not assignable to parameter of type 'import("/home/runner/work/obsidian-day-planner/obsidian-day-planner/node_modules/moment/ts3.1-typings/moment").Moment'.
|
build:
src/global-store/current-time.ts#L1
Argument of type 'moment.Moment' is not assignable to parameter of type 'import("/home/runner/work/obsidian-day-planner/obsidian-day-planner/node_modules/moment/ts3.1-typings/moment").Moment'.
|
build:
src/main.ts#L1
Argument of type 'moment.Moment' is not assignable to parameter of type 'import("/home/runner/work/obsidian-day-planner/obsidian-day-planner/node_modules/moment/ts3.1-typings/moment").Moment'.
|
build:
src/parser/timestamp/timestamp.ts#L1
Argument of type 'Duration' is not assignable to parameter of type 'DurationInputArg1'.
|
build:
src/service/plan-editor.ts#L1
Type 'moment.Moment' is not assignable to type 'import("/home/runner/work/obsidian-day-planner/obsidian-day-planner/node_modules/moment/ts3.1-typings/moment").Moment'.
|
build:
src/service/plan-editor.ts#L1
Argument of type 'moment.Moment' is not assignable to parameter of type 'import("/home/runner/work/obsidian-day-planner/obsidian-day-planner/node_modules/moment/ts3.1-typings/moment").Moment'.
|
build:
src/ui/hooks/use-day-to-stasks-with-clock-moments.ts#L1
No overload matches this call.
|
build:
src/ui/hooks/use-day-to-stasks-with-clock-moments.ts#L1
Argument of type 'moment.Moment' is not assignable to parameter of type 'import("/home/runner/work/obsidian-day-planner/obsidian-day-planner/node_modules/moment/ts3.1-typings/moment").Moment'.
|
build:
src/ui/hooks/use-edit/create-edit-handlers.ts#L1
Type '{ startMinutes: number; startTime: moment.Moment; text: string; lines?: Array<FileLine>; location?: TaskTypes; isGhost?: boolean; durationMinutes: number; symbol: string; status?: string; id: string; }' is not assignable to type 'WithTime<LocalTask>'.
|
build:
src/ui/hooks/use-status-bar-widget.ts#L1
Argument of type 'moment.Moment' is not assignable to parameter of type 'import("/home/runner/work/obsidian-day-planner/obsidian-day-planner/node_modules/moment/ts3.1-typings/moment").Moment'.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
src/mdast/mdast.test.ts#L28
Some tests seem to be commented
|
build:
src/mdast/mdast.test.ts#L56
Some tests seem to be commented
|