chore(deps): update all non-major dependencies #393
Annotations
10 errors and 1 warning
ʦ Typecheck:
src/notebook/marimo/bridge.ts#L118
Type '(req: MiddlewareCallbackParams) => Promise<MiddlewareCallbackParams>' is not assignable to type 'MiddlewareOnRequest'.
|
ʦ Typecheck:
src/notebook/marimo/bridge.ts#L119
Property 'headers' does not exist on type 'MiddlewareCallbackParams'.
|
ʦ Typecheck:
src/notebook/marimo/bridge.ts#L120
Property 'headers' does not exist on type 'MiddlewareCallbackParams'.
|
ʦ Typecheck:
src/notebook/marimo/bridge.ts#L123
Type '(res: any, _options: any) => Promise<any>' is not assignable to type 'MiddlewareOnResponse'.
|
ʦ Typecheck:
src/notebook/marimo/bridge.ts#L123
Parameter 'res' implicitly has an 'any' type.
|
ʦ Typecheck:
src/notebook/marimo/bridge.ts#L123
Parameter '_options' implicitly has an 'any' type.
|
ʦ Typecheck:
src/notebook/marimo/bridge.ts#L186
Type '(req: MiddlewareCallbackParams) => MiddlewareCallbackParams' is not assignable to type 'MiddlewareOnRequest'.
|
ʦ Typecheck:
src/notebook/marimo/bridge.ts#L187
Property 'headers' does not exist on type 'MiddlewareCallbackParams'.
|
ʦ Typecheck:
src/notebook/marimo/bridge.ts#L203
Type '(req: MiddlewareCallbackParams) => MiddlewareCallbackParams' is not assignable to type 'MiddlewareOnRequest'.
|
ʦ Typecheck:
src/notebook/marimo/bridge.ts#L204
Property 'headers' does not exist on type 'MiddlewareCallbackParams'.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading