chore(deps): update all non-major dependencies #506
Annotations
12 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'.
|
src/__integration__/server-manager.test.ts > ServerManager integration tests > should get active sessions:
src/notebook/marimo/bridge.ts#L187
TypeError: Cannot read properties of undefined (reading 'set')
❯ Object.onRequest src/notebook/marimo/bridge.ts:187:21
❯ coreFetch node_modules/.pnpm/openapi-fetch@0.13.4/node_modules/openapi-fetch/dist/index.js:119:34
❯ Object.POST node_modules/.pnpm/openapi-fetch@0.13.4/node_modules/openapi-fetch/dist/index.js:243:14
❯ Function.getRunningNotebooks src/notebook/marimo/bridge.ts:191:19
❯ _ServerManager.getActiveSessions src/services/server-manager.ts:337:30
❯ src/__integration__/server-manager.test.ts:126:22
|
test
Process completed with exit code 1.
|
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.
|