Skip to content

Bump smol-toml from 1.3.0 to 1.3.1 in /backend #37

Bump smol-toml from 1.3.0 to 1.3.1 in /backend

Bump smol-toml from 1.3.0 to 1.3.1 in /backend #37

Triggered via pull request November 18, 2024 17:12
Status Failure
Total duration 18s
Artifacts

check_types.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
build
Property 'forEach' in type 'TTLMap<K, V>' is not assignable to the same property in base type 'Map<K, V>'.
build
Property 'entries' in type 'TTLMap<K, V>' is not assignable to the same property in base type 'Map<K, V>'.
build
Property 'keys' in type 'TTLMap<K, V>' is not assignable to the same property in base type 'Map<K, V>'.
build
Property 'values' in type 'TTLMap<K, V>' is not assignable to the same property in base type 'Map<K, V>'.
build
Property '[Symbol.iterator]' in type 'TTLMap<K, V>' is not assignable to the same property in base type 'Map<K, V>'.
build
The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("smol-toml")' call instead.
build
Process completed with exit code 2.