Skip to content

Bump typescript from 4.7.4 to 5.7.2 #791

Bump typescript from 4.7.4 to 5.7.2

Bump typescript from 4.7.4 to 5.7.2 #791

Triggered via pull request November 25, 2024 07:22
Status Failure
Total duration 1m 10s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
build
Interface 'Buffer' incorrectly extends interface 'Uint8Array<ArrayBufferLike>'.
build: node_modules/@types/node/globals.d.ts#L72
Subsequent variable declarations must have the same type. Variable 'AbortSignal' must be of type '{ new (): AbortSignal; prototype: AbortSignal; abort(reason?: any): AbortSignal; any(signals: AbortSignal[]): AbortSignal; timeout(milliseconds: number): AbortSignal; }', but here has type '{ new (): AbortSignal; prototype: AbortSignal; }'.
build: node_modules/@types/node/module.d.ts#L106
Overload signatures must all be optional or required.
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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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/