Change the Anonymous Edit Warning to add TempUser support #2132
Annotations
5 errors
code-quality:
src/plugins/MessagesPlugin/DevMessagesRepository.ts#L4
Property '"wikibase-anonymouseditnotificationtempuser"' is missing in type '{ 'wikibaselexeme-newlexeme-lemma': string; 'wikibaselexeme-newlexeme-lemma-empty-error': string; 'wikibaselexeme-newlexeme-lemma-placeholder-with-example': string; 'wikibaselexeme-newlexeme-language': string; ... 24 more ...; 'wikibaselexeme-form-field-required': string; }' but required in type 'Record<MessageKeys, string>'.
|
code-quality:
tests/integration/App.test.ts#L41
Property 'tempUserEnabled' is missing in type '{ isAnonymous: false; licenseUrl: string; licenseName: string; wikibaseLexemeTermLanguages: Map<any, any>; lexicalCategorySuggestions: never[]; placeholderExampleData: { languageLabel: string; lemma: string; lexicalCategoryLabel: string; spellingVariant: string; }; maxLemmaLength: number; availableSearchProfiles: ne...' but required in type 'Config'.
|
code-quality:
tests/integration/NewLexemeForm.test.ts#L24
Property 'tempUserEnabled' is missing in type '{ isAnonymous: false; licenseUrl: string; licenseName: string; wikibaseLexemeTermLanguages: Map<any, any>; lexicalCategorySuggestions: never[]; placeholderExampleData: { languageLabel: string; lemma: string; lexicalCategoryLabel: string; spellingVariant: string; }; maxLemmaLength: number; availableSearchProfiles: ne...' but required in type 'Config'.
|
code-quality:
tests/unit/main.test.ts#L17
Argument of type '{ rootSelector: string; isAnonymous: false; licenseUrl: string; licenseName: string; wikibaseLexemeTermLanguages: Map<string, string>; lexicalCategorySuggestions: never[]; placeholderExampleData: { ...; }; maxLemmaLength: number; availableSearchProfiles: never[]; }' is not assignable to parameter of type 'CreateAndMountConfig'.
|
code-quality
Process completed with exit code 2.
|