chore(deps): update all non-major dependencies #518
Annotations
10 errors and 1 warning
typecheck:
src/notebook/marimo/bridge.ts#L128
Type '(req: MiddlewareCallbackParams) => Promise<MiddlewareCallbackParams>' is not assignable to type 'MiddlewareOnRequest'.
|
typecheck:
src/notebook/marimo/bridge.ts#L129
Property 'headers' does not exist on type 'MiddlewareCallbackParams'.
|
typecheck:
src/notebook/marimo/bridge.ts#L130
Property 'headers' does not exist on type 'MiddlewareCallbackParams'.
|
typecheck:
src/notebook/marimo/bridge.ts#L133
Type '(res: any, _options: any) => Promise<any>' is not assignable to type 'MiddlewareOnResponse'.
|
typecheck:
src/notebook/marimo/bridge.ts#L133
Parameter 'res' implicitly has an 'any' type.
|
typecheck:
src/notebook/marimo/bridge.ts#L133
Parameter '_options' implicitly has an 'any' type.
|
typecheck:
src/notebook/marimo/bridge.ts#L208
Type '(req: MiddlewareCallbackParams) => MiddlewareCallbackParams' is not assignable to type 'MiddlewareOnRequest'.
|
typecheck:
src/notebook/marimo/bridge.ts#L209
Property 'headers' does not exist on type 'MiddlewareCallbackParams'.
|
typecheck:
src/notebook/marimo/bridge.ts#L225
Type '(req: MiddlewareCallbackParams) => MiddlewareCallbackParams' is not assignable to type 'MiddlewareOnRequest'.
|
typecheck:
src/notebook/marimo/bridge.ts#L226
Property 'headers' does not exist on type 'MiddlewareCallbackParams'.
|
test
No file matched to [**/uv.lock,**/requirements*.txt]. The cache will never get invalidated. Make sure you have checked out the target repository and configured the cache-dependency-glob input correctly.
|