ci: Upgrade eslint, prettier, typescript, and some other dev tooling (no-changelog) (#8895)

Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-03-26 14:22:57 +01:00
committed by GitHub
parent 117b57ccc5
commit 372d5c7d01
190 changed files with 1142 additions and 1198 deletions

View File

@@ -252,7 +252,7 @@ async function commitAndPush() {
<n8n-checkbox
:indeterminate="selectAllIndeterminate"
:model-value="selectAll"
@update:modelValue="onToggleSelectAll"
@update:model-value="onToggleSelectAll"
>
<n8n-text bold tag="strong">
{{ i18n.baseText('settings.sourceControl.modals.push.workflowsToCommit') }}
@@ -273,7 +273,7 @@ async function commitAndPush() {
<n8n-checkbox
:model-value="staged[file.file]"
:class="$style.listItemCheckbox"
@update:modelValue="setStagedStatus(file, !staged[file.file])"
@update:model-value="setStagedStatus(file, !staged[file.file])"
/>
<div>
<n8n-text v-if="file.status === 'deleted'" color="text-light">