chore: update dependency path-to-regexp to v8 #17482
Annotations
10 errors
Build:
packages/rest/src/router/openapi-path.ts#L24
Type 'TokenData' must have a '[Symbol.iterator]()' method that returns an iterator.
|
Build:
packages/rest/src/router/route-sort.ts#L64
Property 'forEach' does not exist on type 'TokenData'.
|
Build:
packages/rest/src/router/route-sort.ts#L64
Parameter 'p' implicitly has an 'any' type.
|
Build:
packages/rest/src/router/route-sort.ts#L67
Argument of type 'string' is not assignable to parameter of type 'Token'.
|
Build:
packages/rest/src/router/route-sort.ts#L70
Argument of type 'string' is not assignable to parameter of type 'Token'.
|
Build:
packages/rest/src/router/regexp-router.ts#L52
Expected 1-2 arguments, but got 3.
|
Build:
packages/rest/src/router/regexp-router.ts#L56
Type 'RouteEntry & { keys: Key[]; regexp: { regexp: RegExp; keys: Keys; }; }' is not assignable to type 'RegExpRouteEntry'.
|
Build:
packages/rest/src/router/trie.ts#L221
Type 'Key[]' has no properties in common with type 'PathToRegexpOptions & ParseOptions'.
|
Build:
packages/rest/src/router/trie.ts#L225
Type '{ regexp: RegExp; keys: Keys; }' is not assignable to type 'RegExp'.
|
Build
Process completed with exit code 2.
|
Loading