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

@@ -33,7 +33,7 @@
:current-user-id="usersStore.currentUser.id"
:model-value="modelValue.ownedBy"
size="medium"
@update:modelValue="setKeyValue('ownedBy', $event)"
@update:model-value="setKeyValue('ownedBy', $event)"
/>
</enterprise-edition>
<enterprise-edition v-if="shareable" :features="[EnterpriseEditionFeature.Sharing]">
@@ -49,7 +49,7 @@
:current-user-id="usersStore.currentUser.id"
:model-value="modelValue.sharedWith"
size="medium"
@update:modelValue="setKeyValue('sharedWith', $event)"
@update:model-value="setKeyValue('sharedWith', $event)"
/>
</enterprise-edition>
<div v-if="hasFilters" :class="[$style['filters-dropdown-footer'], 'mt-s']">

View File

@@ -4,7 +4,7 @@
:items="menuItems"
mode="tabs"
:model-value="value ? 'owner' : 'all'"
@update:modelValue="onSelectOwner"
@update:model-value="onSelectOwner"
/>
</div>
</template>