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

@@ -18,9 +18,9 @@
:error-view="currentQueryError"
:width="width"
:event-bus="eventBus"
@update:modelValue="onListItemSelected"
@update:model-value="onListItemSelected"
@filter="onSearchFilter"
@loadMore="loadResourcesDebounced"
@load-more="loadResourcesDebounced"
>
<template #error>
<div :class="$style.error" data-test-id="rlc-error-container">
@@ -52,7 +52,7 @@
:disabled="isReadOnly"
:placeholder="$locale.baseText('resourceLocator.modeSelector.placeholder')"
data-test-id="rlc-mode-selector"
@update:modelValue="onModeSelected"
@update:model-value="onModeSelected"
>
<n8n-option
v-for="mode in parameter.modes"
@@ -94,8 +94,8 @@
:model-value="expressionDisplayValue"
:path="path"
:rows="3"
@update:modelValue="onInputChange"
@modalOpenerClick="$emit('modalOpenerClick')"
@update:model-value="onInputChange"
@modal-opener-click="$emit('modalOpenerClick')"
/>
<n8n-input
v-else
@@ -109,7 +109,7 @@
:placeholder="inputPlaceholder"
type="text"
data-test-id="rlc-input"
@update:modelValue="onInputChange"
@update:model-value="onInputChange"
@focus="onInputFocus"
@blur="onInputBlur"
>