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

@@ -140,7 +140,7 @@ defineExpose({
:label="prop.value"
:class="$style.authRadioButton"
border
@update:modelValue="onAuthTypeChange"
@update:model-value="onAuthTypeChange"
>{{ prop.name }}</el-radio
>
</div>

View File

@@ -74,7 +74,7 @@
<AuthTypeSelector
v-if="showAuthTypeSelector && isNewCredential"
:credential-type="credentialType"
@authTypeChanged="onAuthTypeChange"
@auth-type-changed="onAuthTypeChange"
/>
<CopyInput

View File

@@ -20,7 +20,7 @@
:readonly="!credentialPermissions.update || !credentialType"
type="Credential"
data-test-id="credential-name"
@update:modelValue="onNameEdit"
@update:model-value="onNameEdit"
/>
</div>
<div :class="$style.credActions">
@@ -81,8 +81,8 @@
@update="onDataChange"
@oauth="oAuthCredentialAuthorize"
@retest="retestCredential"
@scrollToTop="scrollToTop"
@authTypeChanged="onAuthTypeChanged"
@scroll-to-top="scrollToTop"
@auth-type-changed="onAuthTypeChanged"
/>
</div>
<div v-else-if="activeTab === 'sharing' && credentialType" :class="$style.mainContent">
@@ -92,7 +92,7 @@
:credential-id="credentialId"
:credential-permissions="credentialPermissions"
:modal-bus="modalBus"
@update:modelValue="onChangeSharedWith"
@update:model-value="onChangeSharedWith"
/>
</div>
<div v-else-if="activeTab === 'details' && credentialType" :class="$style.mainContent">

View File

@@ -64,7 +64,7 @@
:current-user-id="usersStore.currentUser.id"
:placeholder="$locale.baseText('credentialEdit.credentialSharing.select.placeholder')"
data-test-id="credential-sharing-modal-users-select"
@update:modelValue="onAddSharee"
@update:model-value="onAddSharee"
>
<template #prefix>
<n8n-icon icon="search" />