Skip to content

chore(deps): update all non-major dependencies #9124

chore(deps): update all non-major dependencies

chore(deps): update all non-major dependencies #9124

Triggered via pull request November 13, 2024 15:59
Status Failure
Total duration 1m 0s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

24 errors and 1 warning
coverage
Argument of type 'this' is not assignable to parameter of type 'Map<K, V>'.
coverage
Property '[Symbol.iterator]' in type 'WeakCache<K, V>' is not assignable to the same property in base type 'Map<K, V>'.
coverage
Property 'entries' in type 'WeakCache<K, V>' is not assignable to the same property in base type 'Map<K, V>'.
coverage
Property 'keys' in type 'WeakCache<K, V>' is not assignable to the same property in base type 'Map<K, V>'.
coverage
Property 'values' in type 'WeakCache<K, V>' is not assignable to the same property in base type 'Map<K, V>'.
coverage
Process completed with exit code 1.
lint
Argument of type 'this' is not assignable to parameter of type 'Map<K, V>'.
lint
Property '[Symbol.iterator]' in type 'WeakCache<K, V>' is not assignable to the same property in base type 'Map<K, V>'.
lint
Property 'entries' in type 'WeakCache<K, V>' is not assignable to the same property in base type 'Map<K, V>'.
lint
Property 'keys' in type 'WeakCache<K, V>' is not assignable to the same property in base type 'Map<K, V>'.
lint
Property 'values' in type 'WeakCache<K, V>' is not assignable to the same property in base type 'Map<K, V>'.
lint
Process completed with exit code 1.
size
Argument of type 'this' is not assignable to parameter of type 'Map<K, V>'.
size
Property '[Symbol.iterator]' in type 'WeakCache<K, V>' is not assignable to the same property in base type 'Map<K, V>'.
size
Property 'entries' in type 'WeakCache<K, V>' is not assignable to the same property in base type 'Map<K, V>'.
size
Property 'keys' in type 'WeakCache<K, V>' is not assignable to the same property in base type 'Map<K, V>'.
size
Property 'values' in type 'WeakCache<K, V>' is not assignable to the same property in base type 'Map<K, V>'.
size
Process completed with exit code 1.
unit-test
Argument of type 'this' is not assignable to parameter of type 'Map<K, V>'.
unit-test
Property '[Symbol.iterator]' in type 'WeakCache<K, V>' is not assignable to the same property in base type 'Map<K, V>'.
unit-test
Property 'entries' in type 'WeakCache<K, V>' is not assignable to the same property in base type 'Map<K, V>'.
unit-test
Property 'keys' in type 'WeakCache<K, V>' is not assignable to the same property in base type 'Map<K, V>'.
unit-test
Property 'values' in type 'WeakCache<K, V>' is not assignable to the same property in base type 'Map<K, V>'.
unit-test
Process completed with exit code 1.
unit-test
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/