chore: Upgrade to TypeScript 5.6 (#10822)

This commit is contained in:
Iván Ovejero
2024-09-16 10:29:28 +02:00
committed by GitHub
parent db846d3235
commit 460fe14ae1
4 changed files with 430 additions and 427 deletions

View File

@@ -2926,6 +2926,7 @@ export default defineComponent({
}
if (
// @ts-expect-error Deprecated file
// eslint-disable-next-line no-constant-binary-expression
!(this.workflowPermissions.update ?? this.projectPermissions.workflow.update) ??
this.isReadOnlyRoute ??
@@ -2965,6 +2966,7 @@ export default defineComponent({
}
if (
// @ts-expect-error Deprecated file
// eslint-disable-next-line no-constant-binary-expression
!(this.workflowPermissions.update ?? this.projectPermissions.workflow.update) ??
this.isReadOnlyRoute ??