chore(deps): update all non-major dependencies #659
continuous-integration.yml
on: pull_request
Linting NodeJS
18s
Building NodeJS
18s
Annotations
9 errors
Building NodeJS:
node_modules/@sapphire/result/dist/esm/index.d.mts#L832
Property 'isOkAnd' in type 'ResultOk<T>' is not assignable to the same property in base type 'IResult<T, any>'.
|
Building NodeJS:
node_modules/@sapphire/result/dist/esm/index.d.mts#L833
Property 'isErr' in type 'ResultOk<T>' is not assignable to the same property in base type 'IResult<T, any>'.
|
Building NodeJS:
node_modules/@sapphire/result/dist/esm/index.d.mts#L834
Property 'isErrAnd' in type 'ResultOk<T>' is not assignable to the same property in base type 'IResult<T, any>'.
|
Building NodeJS:
node_modules/@sapphire/result/dist/esm/index.d.mts#L1654
Property 'isNone' in type 'OptionSome<T>' is not assignable to the same property in base type 'IOption<T>'.
|
Building NodeJS:
node_modules/@sapphire/result/dist/esm/index.d.mts#L1707
Property 'isOk' in type 'ResultErr<E>' is not assignable to the same property in base type 'IResult<any, E>'.
|
Building NodeJS:
node_modules/@sapphire/result/dist/esm/index.d.mts#L1708
Property 'isOkAnd' in type 'ResultErr<E>' is not assignable to the same property in base type 'IResult<any, E>'.
|
Building NodeJS:
node_modules/@sapphire/result/dist/esm/index.d.mts#L1710
Property 'isErrAnd' in type 'ResultErr<E>' is not assignable to the same property in base type 'IResult<any, E>'.
|
Building NodeJS:
node_modules/@sapphire/result/dist/esm/index.d.mts#L1765
Property 'isSome' in type 'OptionNone' is not assignable to the same property in base type 'IOption<any>'.
|
Building NodeJS
Process completed with exit code 1.
|