Skip to content

chore(deps): update all non-major dependencies #387

chore(deps): update all non-major dependencies

chore(deps): update all non-major dependencies #387

Triggered via pull request October 8, 2024 01:01
Status Failure
Total duration 31s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
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'.
lint
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/
typecheck
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/