chore(deps): update devdependency ts-essentials to v10 (main) #7284
ci.yml
on: pull_request
Matrix: build
Matrix: lint
Matrix: test
Matrix: edge-release
Annotations
11 errors
Lint on Node.js 18:
src/routing.ts#L115
Unsafe assignment of an error typed value
|
Lint on Node.js 18:
src/routing.ts#L115
Unsafe call of an `any` typed value
|
Lint on Node.js 18:
src/routing.ts#L116
Unsafe return of an `any` typed value
|
Lint on Node.js 18:
src/routing.ts#L117
Unsafe member access .map on an `error` typed value
|
Lint on Node.js 18:
src/routing.ts#L117
Unsafe return of an `any` typed value
|
Lint on Node.js 18:
src/routing.ts#L118
Unsafe argument of type `any` assigned to a parameter of type `ConcatArray<string>`
|
Lint on Node.js 18
Process completed with exit code 1.
|
Test on Node.js 18:
src/routing.ts#L116
This expression is not callable.
|
Test on Node.js 18:
src/routing.ts#L116
Parameter 'locale' implicitly has an 'any' type.
|
Test on Node.js 18:
src/routing.ts#L117
Parameter 'locale' implicitly has an 'any' type.
|
Test on Node.js 18
Process completed with exit code 1.
|