Skip to content

fix(deps): update dependency typescript to v6 #2291

fix(deps): update dependency typescript to v6

fix(deps): update dependency typescript to v6 #2291

Triggered via pull request May 28, 2026 16:02
Status Failure
Total duration 1m 22s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
test
Process completed with exit code 1.
test
Type '{ header: { alg: string; enc: string; crit?: string[]; zip?: string; kid: string; x5t?: string; x5c?: string[]; x5u?: string; jku?: string; jwk?: Pick<JWK, "kty" | "crv" | "x" | "y" | "e" | "n">; typ?: string; cty?: string; }; ... 6 more ...; unprotected?: JWEHeaderParameters; }' is not assignable to type '{ header: { alg: string; enc: string; kid: string; }; ciphertext: string; encrypted_key: string; tag: string; iv: string; }'.
test
No overload matches this call.
test
Cannot find name 'node:assert'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.
test
Cannot find name 'node:test'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.
test
Type '{ header: { alg: string; enc: string; crit?: string[]; zip?: string; kid: string; x5t?: string; x5c?: string[]; x5u?: string; jku?: string; jwk?: Pick<JWK, "kty" | "crv" | "x" | "y" | "e" | "n">; typ?: string; cty?: string; }; ... 6 more ...; unprotected?: JWEHeaderParameters; }' is not assignable to type '{ header: { alg: string; enc: string; kid: string; }; ciphertext: string; encrypted_key: string; tag: string; iv: string; }'.