refactor(collections): restructure schema and UI components #97
ci.yml
on: push
Lint
29s
Type Check
35s
Tests (Validate)
31s
Tests (URLs)
31s
Spell Check
41s
Build
28s
CI Success
2s
Annotations
14 errors
|
Build
Process completed with exit code 1.
|
|
Tests (URLs)
Process completed with exit code 1.
|
|
Tests (Validate)
Process completed with exit code 1.
|
|
Type Check:
tests/validate/urls.accessibility.test.ts#L99
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
|
Type Check:
tests/validate/typesAlignment.test.ts#L94
Type 'undefined' cannot be used as an index type.
|
|
Type Check:
tests/validate/typesAlignment.test.ts#L93
Object is possibly 'undefined'.
|
|
Type Check:
tests/validate/translations.structure.test.ts#L140
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
|
Type Check:
tests/validate/translations.structure.test.ts#L135
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
|
Type Check:
tests/validate/manifests.schema.test.ts#L102
Argument of type 'unknown' is not assignable to parameter of type 'AnySchema | AnySchema[]'.
|
|
Type Check:
tests/validate/manifests.schema.test.ts#L80
Argument of type 'unknown' is not assignable to parameter of type 'AnySchema | AnySchema[]'.
|
|
Type Check:
src/lib/generated/metadata.ts#L396
Property 'sections' is missing in type '{ title: string; description: string; translations: { 'zh-Hans': { title: string; description: string; }; }; cards: { title: string; translations: { 'zh-Hans': { title: string; }; }; items: { translations: { 'zh-Hans': { ...; }; }; name: string; url: string; description: string; }[]; }[]; }' but required in type 'CollectionSection'.
|
|
Type Check:
src/lib/generated/metadata.ts#L256
Property 'sections' is missing in type '{ title: string; description: string; translations: { 'zh-Hans': { title: string; description: string; }; }; cards: { title: string; translations: { 'zh-Hans': { title: string; }; }; items: { translations: { 'zh-Hans': { ...; }; }; name: string; url: string; description: string; }[]; }[]; }' but required in type 'CollectionSection'.
|
|
Type Check:
src/lib/generated/metadata.ts#L128
Property 'sections' is missing in type '{ title: string; description: string; translations: { 'zh-Hans': { title: string; description: string; }; }; cards: { title: string; translations: { 'zh-Hans': { title: string; }; }; items: { translations: { 'zh-Hans': { ...; }; }; name: string; url: string; description: string; }[]; }[]; }' but required in type 'CollectionSection'.
|
|
CI Success
Process completed with exit code 1.
|