Merge branch 'V2' in master #382
Annotations
16 errors and 4 warnings
release (macos-latest):
src/components/CustomFieldsTable.tsx#L125
Property 'multilingual' is missing in type '{ key: string; englishLabel: string; persist: true; type: string; tabIndex: number; isCustom: true; showOnAutoForm: false; }' but required in type 'FieldDefinition'.
|
release (macos-latest):
src/components/CustomFieldsTable.tsx#L138
Property 'multilingual' is missing in type '{ key: string; englishLabel: string; persist: false; type: string; tabIndex: number; isCustom: true; showOnAutoForm: false; }' but required in type 'FieldDefinition'.
|
release (macos-latest):
src/components/import/MatrixImporter.ts#L249
Property 'multilingual' is missing in type '{ key: string; englishLabel: string; persist: true; type: string; tabIndex: number; isCustom: true; showOnAutoForm: false; }' but required in type 'FieldDefinition'.
|
release (macos-latest):
src/model/file/File.ts#L188
Argument of type '{ key: string; englishLabel: string; persist: boolean; type: string; isCustom: boolean; showOnAutoForm: boolean; }' is not assignable to parameter of type 'FieldDefinition'.
|
release (macos-latest):
src/model/file/File.ts#L193
Property 'multilingual' is missing in type '{ key: string; englishLabel: string; persist: true; type: string; isCustom: false; showOnAutoForm: false; multipleLines: true; }' but required in type 'FieldDefinition'.
|
release (macos-latest):
src/model/file/File.ts#L246
Argument of type '{ key: string; englishLabel: string; persist: boolean; type: string; isCustom: boolean; showOnAutoForm: boolean; }' is not assignable to parameter of type 'FieldDefinition'.
|
release (macos-latest):
src/model/Project/Project.ts#L492
Property 'textHolder' is private and only accessible within class 'Field'.
|
release (macos-latest):
src/model/Project/Project.ts#L493
Property 'textInDefaultLanguage' does not exist on type 'TextHolder'.
|
release (windows-latest):
src/components/CustomFieldsTable.tsx#L125
Property 'multilingual' is missing in type '{ key: string; englishLabel: string; persist: true; type: string; tabIndex: number; isCustom: true; showOnAutoForm: false; }' but required in type 'FieldDefinition'.
|
release (windows-latest):
src/components/CustomFieldsTable.tsx#L138
Property 'multilingual' is missing in type '{ key: string; englishLabel: string; persist: false; type: string; tabIndex: number; isCustom: true; showOnAutoForm: false; }' but required in type 'FieldDefinition'.
|
release (windows-latest):
src/components/import/MatrixImporter.ts#L249
Property 'multilingual' is missing in type '{ key: string; englishLabel: string; persist: true; type: string; tabIndex: number; isCustom: true; showOnAutoForm: false; }' but required in type 'FieldDefinition'.
|
release (windows-latest):
src/model/file/File.ts#L188
Argument of type '{ key: string; englishLabel: string; persist: boolean; type: string; isCustom: boolean; showOnAutoForm: boolean; }' is not assignable to parameter of type 'FieldDefinition'.
|
release (windows-latest):
src/model/file/File.ts#L193
Property 'multilingual' is missing in type '{ key: string; englishLabel: string; persist: true; type: string; isCustom: false; showOnAutoForm: false; multipleLines: true; }' but required in type 'FieldDefinition'.
|
release (windows-latest):
src/model/file/File.ts#L246
Argument of type '{ key: string; englishLabel: string; persist: boolean; type: string; isCustom: boolean; showOnAutoForm: boolean; }' is not assignable to parameter of type 'FieldDefinition'.
|
release (windows-latest):
src/model/Project/Project.ts#L492
Property 'textHolder' is private and only accessible within class 'Field'.
|
release (windows-latest):
src/model/Project/Project.ts#L493
Property 'textInDefaultLanguage' does not exist on type 'TextHolder'.
|
release (macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, samuelmeuli/action-electron-builder@v1.6.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
release (macos-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: samuelmeuli/action-electron-builder@v1.6.0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
release (windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, samuelmeuli/action-electron-builder@v1.6.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
release (windows-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: samuelmeuli/action-electron-builder@v1.6.0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|