Skip to content

Bump @lokalise/api-contracts from 5.4.0 to 6.5.3 #390

Bump @lokalise/api-contracts from 5.4.0 to 6.5.3

Bump @lokalise/api-contracts from 5.4.0 to 6.5.3 #390

Triggered via pull request March 2, 2026 07:49
Status Failure
Total duration 28s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build: src/modules/connector-shell/cache/cacheController.ts#L16
Type '{ readonly getCache: GetRouteDefinition<ZodObject<{ items: ZodArray<ZodObject<{ uniqueId: ZodString; groupId: ZodString; metadata: ZodRecord<ZodAny, ZodAny>; }, $strip>>; }, $strip>, ... 5 more ..., { ...; }>; readonly postCacheItems: PayloadRouteDefinition<...>; }' does not satisfy the constraint 'Record<string, AnyCommonRouteDefinition>'.
build: src/modules/connector-shell/auth/authController.ts#L96
Type 'RouteType<{ [x: string]: unknown; }, { query: { [x: string]: unknown; }; redirectUrl: string; body?: { [x: string]: unknown; } | undefined; }, undefined, undefined, { 'ce-config': string; 'ce-auth': string; }>' is not assignable to type 'never'.
build: src/modules/connector-shell/auth/authController.ts#L95
Type 'RouteType<{ [x: string]: unknown; }, null | undefined, undefined, undefined, { 'ce-config': string; 'ce-auth': string; }>' is not assignable to type 'never'.
build: src/modules/connector-shell/auth/authController.ts#L94
Type 'RouteType<{ [x: string]: unknown; }, null | undefined, undefined, undefined, { 'ce-config': string; 'ce-auth': string; }>' is not assignable to type 'never'.
build: src/modules/connector-shell/auth/authController.ts#L92
Type '{ readonly postAuth: PayloadRouteDefinition<ZodOptional<ZodNull>, ZodObject<{}, $loose>, undefined, undefined, ZodObject<{ 'ce-config': ZodString; 'ce-auth': ZodString; }, $strip>, false, false, { ...; }>; readonly postAuthRefresh: PayloadRouteDefinition<...>; readonly postAuthResponse: PayloadRouteDefinition<...>; }' does not satisfy the constraint 'Record<string, AnyCommonRouteDefinition>'.
build: src/modules/connector-shell/auth/authController.ts#L79
Argument of type 'PayloadRouteDefinition<ZodObject<{ query: ZodObject<{}, $loose>; body: ZodOptional<ZodObject<{}, $loose>>; redirectUrl: ZodString; }, $strip>, ... 6 more ..., { ...; }>' is not assignable to parameter of type 'PayloadRouteDefinition<ZodObject<{ query: ZodObject<{}, $loose>; body: ZodOptional<ZodObject<{}, $loose>>; redirectUrl: ZodString; }, $strip>, ... 6 more ..., Partial<...> | undefined>'.
build: src/modules/connector-shell/auth/authController.ts#L65
Argument of type 'PayloadRouteDefinition<ZodOptional<ZodNull>, ZodObject<{}, $loose>, undefined, undefined, ZodObject<{ 'ce-config': ZodString; 'ce-auth': ZodString; }, $strip>, false, false, { ...; }>' is not assignable to parameter of type 'PayloadRouteDefinition<ZodOptional<ZodNull>, ZodObject<{}, $loose>, undefined, undefined, ZodObject<{ 'ce-config': ZodString; 'ce-auth': ZodString; }, $strip>, false, false, Partial<...> | undefined>'.
build: src/modules/connector-shell/auth/authController.ts#L37
Argument of type 'PayloadRouteDefinition<ZodOptional<ZodNull>, ZodObject<{}, $loose>, undefined, undefined, ZodObject<{ 'ce-config': ZodString; 'ce-auth': ZodString; }, $strip>, false, false, { ...; }>' is not assignable to parameter of type 'PayloadRouteDefinition<ZodOptional<ZodNull>, ZodObject<{}, $loose>, undefined, undefined, ZodObject<{ 'ce-config': ZodString; 'ce-auth': ZodString; }, $strip>, false, false, Partial<...> | undefined>'.
build: src/modules/connector-shell/auth/authController.ts#L22
Type '{ readonly postAuth: PayloadRouteDefinition<ZodOptional<ZodNull>, ZodObject<{}, $loose>, undefined, undefined, ZodObject<{ 'ce-config': ZodString; 'ce-auth': ZodString; }, $strip>, false, false, { ...; }>; readonly postAuthRefresh: PayloadRouteDefinition<...>; readonly postAuthResponse: PayloadRouteDefinition<...>; }' does not satisfy the constraint 'Record<string, AnyCommonRouteDefinition>'.
build: src/modules/connector-shell/auth/authController.e2e.spec.ts#L45
Argument of type 'PayloadRouteDefinition<ZodOptional<ZodNull>, ZodObject<{}, $loose>, undefined, undefined, ZodObject<{ 'ce-config': ZodString; 'ce-auth': ZodString; }, $strip>, false, false, { ...; }>' is not assignable to parameter of type 'PayloadRouteDefinition<ZodOptional<ZodNull>, ZodObject<{}, $loose>, undefined, undefined, ZodObject<{ 'ce-config': ZodString; 'ce-auth': ZodString; }, $strip>, false, false, Partial<...> | undefined>'.