Not sure if this is the best place for this report. It involves Gulp, Undertaker, and the type definitions from DefinitelyTyped.
Dependabot is trying to update @types/gulp from DefinitelyTyped and it's failing do to:
node_modules/@types/gulp/index.d.ts:24:44 - error TS2694: Namespace 'Undertaker' has no exported member 'TaskCallback'.
[25](https://github.com/xxx/actions/runs/3464261957/jobs/5785574192#step:7:26)
[26](https://github.com/xxx/actions/runs/3464261957/jobs/5785574192#step:7:27)
24 type TaskFunctionCallback = Undertaker.TaskCallback;
Not sure if this is the best place for this report. It involves Gulp, Undertaker, and the type definitions from DefinitelyTyped.
Dependabot is trying to update @types/gulp from DefinitelyTyped and it's failing do to:
Any ideas?