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:
committed by
GitHub
parent
117b57ccc5
commit
372d5c7d01
@@ -140,7 +140,7 @@ defineExpose({
|
||||
:label="prop.value"
|
||||
:class="$style.authRadioButton"
|
||||
border
|
||||
@update:modelValue="onAuthTypeChange"
|
||||
@update:model-value="onAuthTypeChange"
|
||||
>{{ prop.name }}</el-radio
|
||||
>
|
||||
</div>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<AuthTypeSelector
|
||||
v-if="showAuthTypeSelector && isNewCredential"
|
||||
:credential-type="credentialType"
|
||||
@authTypeChanged="onAuthTypeChange"
|
||||
@auth-type-changed="onAuthTypeChange"
|
||||
/>
|
||||
|
||||
<CopyInput
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user