Skip to content

feat: parser refactor and updates #1583

feat: parser refactor and updates

feat: parser refactor and updates #1583

Triggered via pull request November 3, 2024 23:10
Status Failure
Total duration 1m 59s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
test: domains/grid/shared/config.ts#L36
Type of computed property's value is 'ZodEffects<ZodObject<{ src: ZodString; type: ZodString; username: ZodString; id: ZodOptional<ZodString>; theme: ZodOptional<ZodString>; language: ZodOptional<...>; doNotTrack: ZodOptional<...>; }, "strip", ZodTypeAny, { ...; }, { ...; }>, Record<...> | undefined, { ...; }>', which is not assignable to type 'ZodObject<any, UnknownKeysParam, ZodTypeAny, { [x: string]: any; }, { [x: string]: any; }> | ZodEffects<ZodObject<any, UnknownKeysParam, ZodTypeAny, { ...; }, { ...; }>, { ...; }, { ...; }> | undefined'.
test: domains/grid/shared/config.ts#L37
Type of computed property's value is 'ZodEffects<ZodObject<{ src: ZodString; type: ZodOptional<ZodString>; }, "strip", ZodTypeAny, { src: string; type?: string | undefined; }, { src: string; type?: string | undefined; }>, Record<...> | undefined, { ...; }>', which is not assignable to type 'ZodObject<any, UnknownKeysParam, ZodTypeAny, { [x: string]: any; }, { [x: string]: any; }> | ZodEffects<ZodObject<any, UnknownKeysParam, ZodTypeAny, { ...; }, { ...; }>, { ...; }, { ...; }> | undefined'.
test: domains/grid/shared/config.ts#L40
Type of computed property's value is 'ZodEffects<ZodObject<{ src: ZodString; allow: ZodOptional<ZodString>; }, "strip", ZodTypeAny, { src: string; allow?: string | undefined; }, { src: string; allow?: string | undefined; }>, Record<...> | undefined, { ...; }>', which is not assignable to type 'ZodObject<any, UnknownKeysParam, ZodTypeAny, { [x: string]: any; }, { [x: string]: any; }> | ZodEffects<ZodObject<any, UnknownKeysParam, ZodTypeAny, { ...; }, { ...; }>, { ...; }, { ...; }> | undefined'.
test: domains/grid/shared/config.ts#L41
Type of computed property's value is 'ZodEffects<ZodObject<{ src: ZodString; type: ZodOptional<ZodString>; allow: ZodOptional<ZodString>; theme: ZodOptional<ZodString>; }, "strip", ZodTypeAny, { ...; }, { ...; }>, Record<...> | undefined, { ...; }>', which is not assignable to type 'ZodObject<any, UnknownKeysParam, ZodTypeAny, { [x: string]: any; }, { [x: string]: any; }> | ZodEffects<ZodObject<any, UnknownKeysParam, ZodTypeAny, { ...; }, { ...; }>, { ...; }, { ...; }> | undefined'.
test: domains/grid/shared/config.ts#L42
Type of computed property's value is 'ZodEffects<ZodObject<{ src: ZodString; type: ZodOptional<ZodString>; allow: ZodOptional<ZodString>; }, "strip", ZodTypeAny, { ...; }, { ...; }>, Record<...> | undefined, { ...; }>', which is not assignable to type 'ZodObject<any, UnknownKeysParam, ZodTypeAny, { [x: string]: any; }, { [x: string]: any; }> | ZodEffects<ZodObject<any, UnknownKeysParam, ZodTypeAny, { ...; }, { ...; }>, { ...; }, { ...; }> | undefined'.
test: domains/grid/platform-parser/__tests__/soundcloudParser.spec.ts#L2
'SOUNDCLOUD_IFRAME_ALLOW' is assigned a value but never used
test: domains/grid/platform-parser/__tests__/youtubeParser.spec.ts#L2
'YOUTUBE_IFRAME_ALLOW' is assigned a value but never used
test
Process completed with exit code 1.
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/