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

@@ -57,10 +57,10 @@
:is-saml-login-enabled="ssoStore.isSamlLoginEnabled"
@delete="onDelete"
@reinvite="onReinvite"
@copyInviteLink="onCopyInviteLink"
@copyPasswordResetLink="onCopyPasswordResetLink"
@allowSSOManualLogin="onAllowSSOManualLogin"
@disallowSSOManualLogin="onDisallowSSOManualLogin"
@copy-invite-link="onCopyInviteLink"
@copy-password-reset-link="onCopyPasswordResetLink"
@allow-s-s-o-manual-login="onAllowSSOManualLogin"
@disallow-s-s-o-manual-login="onDisallowSSOManualLogin"
>
<template #actions="{ user }">
<n8n-select
@@ -68,7 +68,7 @@
:model-value="user?.role || 'global:member'"
:disabled="!canUpdateRole"
data-test-id="user-role-select"
@update:modelValue="onRoleChange(user, $event)"
@update:model-value="onRoleChange(user, $event)"
>
<n8n-option
v-for="role in userRoles"