Update dependency typescript to ~5.4.0 #1144
Annotations
11 errors
lint:
src/rules/min-chained-call-depth/index.ts#L122
Property 'ignoreChainDeeperThan' does not exist on type '{ maxLineLength: number; }'.
|
lint
Process completed with exit code 2.
|
test
The process '/opt/hostedtoolcache/node/16.20.2/x64/bin/npm' failed with exit code 1
|
test
🚨 Coverage run failed!
|
validate:
src/rules/min-chained-call-depth/index.test.ts#L22
Object literal may only specify known properties, and 'ignoreChainDeeperThan' does not exist in type '{ maxLineLength: number; }'.
|
validate:
src/rules/min-chained-call-depth/index.test.ts#L54
Type '[{ maxLineLength: number; }]' is not assignable to type 'readonly [{ maxLineLength: number; }, { ignoreChainDeeperThan: number; }]'.
|
validate:
src/rules/min-chained-call-depth/index.test.ts#L62
Type '[{ maxLineLength: number; }]' is not assignable to type 'readonly [{ maxLineLength: number; }, { ignoreChainDeeperThan: number; }]'.
|
validate:
src/rules/min-chained-call-depth/index.test.ts#L75
Object literal may only specify known properties, and 'ignoreChainDeeperThan' does not exist in type '{ maxLineLength: number; }'.
|
validate:
src/rules/min-chained-call-depth/index.test.ts#L155
Type '[{ maxLineLength: number; }]' is not assignable to type 'readonly [{ maxLineLength: number; }, { ignoreChainDeeperThan: number; }]'.
|
validate:
src/rules/min-chained-call-depth/index.ts#L122
Property 'ignoreChainDeeperThan' does not exist on type '{ maxLineLength: number; }'.
|
validate
Process completed with exit code 2.
|