Skip to content

Bump dts-bundle-generator from 6.12.0 to 9.2.4 #610

Bump dts-bundle-generator from 6.12.0 to 9.2.4

Bump dts-bundle-generator from 6.12.0 to 9.2.4 #610

Triggered via pull request January 15, 2024 07:14
Status Failure
Total duration 1m 9s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build
Subsequent variable declarations must have the same type. Variable 'AbortSignal' must be of type '{ new (): AbortSignal; prototype: AbortSignal; abort(reason?: any): AbortSignal; timeout(milliseconds: number): AbortSignal; }', but here has type '{ new (): AbortSignal; prototype: AbortSignal; }'.
build: src/render/draw_symbol.ts#L410
Argument of type 'number' is not assignable to parameter of type 'TextureFilter'.
build: src/render/draw_symbol.ts#L414
Argument of type 'number' is not assignable to parameter of type 'TextureFilter'.
build: src/render/texture.ts#L44
Property 'width' does not exist on type 'TextureImage'.
build: src/render/texture.ts#L44
Property 'height' does not exist on type 'TextureImage'.
build: src/util/browser.ts#L32
Property 'width' does not exist on type 'CanvasImageSource'.
build: src/util/browser.ts#L33
Property 'height' does not exist on type 'CanvasImageSource'.
build: src/util/browser.ts#L34
Property 'width' does not exist on type 'CanvasImageSource'.
build: src/util/browser.ts#L34
Property 'height' does not exist on type 'CanvasImageSource'.
build: src/util/browser.ts#L35
Property 'width' does not exist on type 'CanvasImageSource'.
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/