Commit 6342dcbd authored by Sarah Groff Hennigh-Palermo's avatar Sarah Groff Hennigh-Palermo

Merge branch 'renovate/major-gitlab-packages' into 'master'

Update dependency @gitlab/eslint-plugin to v5

See merge request gitlab-org/gitlab!47607
parents 926cb40c 00d8c820
...@@ -66,7 +66,7 @@ export default { ...@@ -66,7 +66,7 @@ export default {
<template> <template>
<div class="js-file-title file-title-flex-parent"> <div class="js-file-title file-title-flex-parent">
<blob-filepath :blob="blob"> <blob-filepath :blob="blob">
<template #filepathPrepend> <template #filepath-prepend>
<slot name="prepend"></slot> <slot name="prepend"></slot>
</template> </template>
</blob-filepath> </blob-filepath>
......
...@@ -26,7 +26,7 @@ export default { ...@@ -26,7 +26,7 @@ export default {
</script> </script>
<template> <template>
<div class="file-header-content d-flex align-items-center lh-100"> <div class="file-header-content d-flex align-items-center lh-100">
<slot name="filepathPrepend"></slot> <slot name="filepath-prepend"></slot>
<template v-if="blob.path"> <template v-if="blob.path">
<file-icon :file-name="blob.path" :size="18" aria-hidden="true" css-classes="mr-2" /> <file-icon :file-name="blob.path" :size="18" aria-hidden="true" css-classes="mr-2" />
......
...@@ -343,7 +343,7 @@ export default { ...@@ -343,7 +343,7 @@ export default {
> >
<span v-else class="js-cluster-application-title">{{ title }}</span> <span v-else class="js-cluster-application-title">{{ title }}</span>
</strong> </strong>
<slot name="installedVia"></slot> <slot name="installed-via"></slot>
<div> <div>
<slot name="description"></slot> <slot name="description"></slot>
</div> </div>
......
...@@ -549,8 +549,8 @@ export default { ...@@ -549,8 +549,8 @@ export default {
@set="setKnativeDomain" @set="setKnativeDomain"
/> />
</template> </template>
<template v-if="cloudRun" #installedVia> <template v-if="cloudRun" #installed-via>
<span data-testid="installedVia"> <span data-testid="installed-via">
<gl-sprintf <gl-sprintf
:message="s__('ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}')" :message="s__('ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}')"
> >
......
...@@ -210,7 +210,7 @@ export default { ...@@ -210,7 +210,7 @@ export default {
:class="{ 'gl-bg-blue-50': isDiscussionActive }" :class="{ 'gl-bg-blue-50': isDiscussionActive }"
@error="$emit('update-note-error', $event)" @error="$emit('update-note-error', $event)"
> >
<template v-if="discussion.resolvable" #resolveDiscussion> <template v-if="discussion.resolvable" #resolve-discussion>
<button <button
v-gl-tooltip v-gl-tooltip
:class="{ 'is-active': discussion.resolved }" :class="{ 'is-active': discussion.resolved }"
...@@ -224,7 +224,7 @@ export default { ...@@ -224,7 +224,7 @@ export default {
<gl-loading-icon v-else inline /> <gl-loading-icon v-else inline />
</button> </button>
</template> </template>
<template v-if="discussion.resolved" #resolvedStatus> <template v-if="discussion.resolved" #resolved-status>
<p class="gl-text-gray-500 gl-font-sm gl-m-0 gl-mt-5" data-testid="resolved-message"> <p class="gl-text-gray-500 gl-font-sm gl-m-0 gl-mt-5" data-testid="resolved-message">
{{ __('Resolved by') }} {{ __('Resolved by') }}
<gl-link <gl-link
...@@ -277,7 +277,7 @@ export default { ...@@ -277,7 +277,7 @@ export default {
@submit-form="mutate" @submit-form="mutate"
@cancel-form="hideForm" @cancel-form="hideForm"
> >
<template v-if="discussion.resolvable" #resolveCheckbox> <template v-if="discussion.resolvable" #resolve-checkbox>
<label data-testid="resolve-checkbox"> <label data-testid="resolve-checkbox">
<input v-model="shouldChangeResolvedStatus" type="checkbox" /> <input v-model="shouldChangeResolvedStatus" type="checkbox" />
{{ resolveCheckboxText }} {{ resolveCheckboxText }}
......
...@@ -108,7 +108,7 @@ export default { ...@@ -108,7 +108,7 @@ export default {
</span> </span>
</div> </div>
<div class="gl-display-flex gl-align-items-baseline"> <div class="gl-display-flex gl-align-items-baseline">
<slot name="resolveDiscussion"></slot> <slot name="resolve-discussion"></slot>
<button <button
v-if="isEditButtonVisible" v-if="isEditButtonVisible"
v-gl-tooltip v-gl-tooltip
...@@ -127,7 +127,7 @@ export default { ...@@ -127,7 +127,7 @@ export default {
class="note-text js-note-text md" class="note-text js-note-text md"
data-qa-selector="note_content" data-qa-selector="note_content"
></div> ></div>
<slot name="resolvedStatus"></slot> <slot name="resolved-status"></slot>
</template> </template>
<apollo-mutation <apollo-mutation
v-else v-else
......
...@@ -110,7 +110,7 @@ export default { ...@@ -110,7 +110,7 @@ export default {
</textarea> </textarea>
</template> </template>
</markdown-field> </markdown-field>
<slot name="resolveCheckbox"></slot> <slot name="resolve-checkbox"></slot>
<div class="note-form-actions gl-display-flex gl-justify-content-space-between"> <div class="note-form-actions gl-display-flex gl-justify-content-space-between">
<gl-button <gl-button
ref="submitButton" ref="submitButton"
......
...@@ -207,6 +207,6 @@ export default { ...@@ -207,6 +207,6 @@ export default {
/> />
</gl-collapse> </gl-collapse>
</template> </template>
<slot name="replyForm"></slot> <slot name="reply-form"></slot>
</div> </div>
</template> </template>
...@@ -383,7 +383,7 @@ export default { ...@@ -383,7 +383,7 @@ export default {
@toggleResolvedComments="toggleResolvedComments" @toggleResolvedComments="toggleResolvedComments"
@todoError="onTodoError" @todoError="onTodoError"
> >
<template #replyForm> <template #reply-form>
<apollo-mutation <apollo-mutation
v-if="isAnnotating" v-if="isAnnotating"
#default="{ mutate, loading }" #default="{ mutate, loading }"
......
...@@ -69,7 +69,7 @@ export default { ...@@ -69,7 +69,7 @@ export default {
<div class="environments-container"> <div class="environments-container">
<gl-loading-icon v-if="isLoading" size="md" class="gl-mt-3" label="Loading environments" /> <gl-loading-icon v-if="isLoading" size="md" class="gl-mt-3" label="Loading environments" />
<slot name="emptyState"></slot> <slot name="empty-state"></slot>
<div v-if="!isLoading && environments.length > 0" class="table-holder"> <div v-if="!isLoading && environments.length > 0" class="table-holder">
<environment-table <environment-table
......
...@@ -228,7 +228,7 @@ export default { ...@@ -228,7 +228,7 @@ export default {
:deploy-boards-help-path="deployBoardsHelpPath" :deploy-boards-help-path="deployBoardsHelpPath"
@onChangePage="onChangePage" @onChangePage="onChangePage"
> >
<template v-if="!isLoading && state.environments.length === 0" #emptyState> <template v-if="!isLoading && state.environments.length === 0" #empty-state>
<empty-state :help-path="helpPagePath" /> <empty-state :help-path="helpPagePath" />
</template> </template>
</container> </container>
......
...@@ -419,7 +419,7 @@ export default { ...@@ -419,7 +419,7 @@ export default {
</template> </template>
</gl-table> </gl-table>
</template> </template>
<template #emtpy-state> <template #empty-state>
<gl-empty-state <gl-empty-state
:title="emptyStateData.title" :title="emptyStateData.title"
:svg-path="emptyListSvgPath" :svg-path="emptyListSvgPath"
......
...@@ -423,7 +423,7 @@ export default { ...@@ -423,7 +423,7 @@ export default {
:prometheus-alerts-available="prometheusAlertsAvailable" :prometheus-alerts-available="prometheusAlertsAvailable"
@timerangezoom="onTimeRangeZoom" @timerangezoom="onTimeRangeZoom"
> >
<template #topLeft> <template #top-left>
<gl-button <gl-button
ref="goBackBtn" ref="goBackBtn"
v-gl-tooltip v-gl-tooltip
......
...@@ -365,7 +365,7 @@ export default { ...@@ -365,7 +365,7 @@ export default {
<template> <template>
<div v-gl-resize-observer="onResize" class="prometheus-graph"> <div v-gl-resize-observer="onResize" class="prometheus-graph">
<div class="d-flex align-items-center"> <div class="d-flex align-items-center">
<slot name="topLeft"></slot> <slot name="top-left"></slot>
<h5 <h5
ref="graphTitle" ref="graphTitle"
class="prometheus-graph-title gl-font-lg font-weight-bold text-truncate gl-mr-3" class="prometheus-graph-title gl-font-lg font-weight-bold text-truncate gl-mr-3"
......
...@@ -138,7 +138,7 @@ export default { ...@@ -138,7 +138,7 @@ export default {
href="#related-issues" href="#related-issues"
aria-hidden="true" aria-hidden="true"
/> />
<slot name="headerText">{{ __('Linked issues') }}</slot> <slot name="header-text">{{ __('Linked issues') }}</slot>
<gl-link <gl-link
v-if="hasHelpPath" v-if="hasHelpPath"
:href="helpPath" :href="helpPath"
...@@ -167,7 +167,7 @@ export default { ...@@ -167,7 +167,7 @@ export default {
/> />
</div> </div>
</h3> </h3>
<slot name="headerActions"></slot> <slot name="header-actions"></slot>
</div> </div>
<div <div
class="linked-issues-card-body bg-gray-light" class="linked-issues-card-body bg-gray-light"
......
...@@ -134,7 +134,7 @@ export default { ...@@ -134,7 +134,7 @@ export default {
class="mr-widget-section grouped-security-reports mr-report" class="mr-widget-section grouped-security-reports mr-report"
@toggleEvent="handleToggleEvent" @toggleEvent="handleToggleEvent"
> >
<template v-if="showViewFullReport" #actionButtons> <template v-if="showViewFullReport" #action-buttons>
<gl-button <gl-button
:href="testTabURL" :href="testTabURL"
target="_blank" target="_blank"
...@@ -145,7 +145,7 @@ export default { ...@@ -145,7 +145,7 @@ export default {
{{ s__('ciReport|View full report') }} {{ s__('ciReport|View full report') }}
</gl-button> </gl-button>
</template> </template>
<template v-if="hasRecentFailures(summary)" #subHeading> <template v-if="hasRecentFailures(summary)" #sub-heading>
{{ recentFailuresText(summary) }} {{ recentFailuresText(summary) }}
</template> </template>
<template #body> <template #body>
......
...@@ -181,10 +181,10 @@ export default { ...@@ -181,10 +181,10 @@ export default {
<slot :name="slotName"></slot> <slot :name="slotName"></slot>
<popover v-if="hasPopover" :options="popoverOptions" class="gl-ml-2" /> <popover v-if="hasPopover" :options="popoverOptions" class="gl-ml-2" />
</div> </div>
<slot name="subHeading"></slot> <slot name="sub-heading"></slot>
</div> </div>
<slot name="actionButtons"></slot> <slot name="action-buttons"></slot>
<button <button
v-if="isCollapsible" v-if="isCollapsible"
......
...@@ -308,6 +308,6 @@ export default { ...@@ -308,6 +308,6 @@ export default {
@input="handlePageChange" @input="handlePageChange"
/> />
<slot v-if="!showItems" name="emtpy-state"></slot> <slot v-if="!showItems" name="empty-state"></slot>
</div> </div>
</template> </template>
...@@ -147,7 +147,7 @@ export default { ...@@ -147,7 +147,7 @@ export default {
class="card upload-dropzone-border upload-dropzone-overlay gl-w-full gl-h-full gl-absolute gl-display-flex gl-align-items-center gl-justify-content-center gl-p-3 gl-bg-white" class="card upload-dropzone-border upload-dropzone-overlay gl-w-full gl-h-full gl-absolute gl-display-flex gl-align-items-center gl-justify-content-center gl-p-3 gl-bg-white"
> >
<div v-show="!isDragDataValid" class="mw-50 gl-text-center"> <div v-show="!isDragDataValid" class="mw-50 gl-text-center">
<slot name="invalidDragDataSlot"> <slot name="invalid-drag-data-slot">
<h3 :class="{ 'gl-font-base gl-display-inline': !displayAsCard }"> <h3 :class="{ 'gl-font-base gl-display-inline': !displayAsCard }">
{{ __('Oh no!') }} {{ __('Oh no!') }}
</h3> </h3>
...@@ -159,7 +159,7 @@ export default { ...@@ -159,7 +159,7 @@ export default {
</slot> </slot>
</div> </div>
<div v-show="isDragDataValid" class="mw-50 gl-text-center"> <div v-show="isDragDataValid" class="mw-50 gl-text-center">
<slot name="validDragDataSlot"> <slot name="valid-drag-data-slot">
<h3 :class="{ 'gl-font-base gl-display-inline': !displayAsCard }"> <h3 :class="{ 'gl-font-base gl-display-inline': !displayAsCard }">
{{ __('Incoming!') }} {{ __('Incoming!') }}
</h3> </h3>
......
...@@ -147,7 +147,7 @@ export default { ...@@ -147,7 +147,7 @@ export default {
</gl-link> </gl-link>
</template> </template>
<template #subheading> <template #sub-heading>
{{ $options.i18n.analyzersSubHeading }} {{ $options.i18n.analyzersSubHeading }}
</template> </template>
......
...@@ -39,8 +39,8 @@ export default { ...@@ -39,8 +39,8 @@ export default {
<component :is="headingTag" class="gl-font-size-h2 gl-mt-0" data-testid="heading"> <component :is="headingTag" class="gl-font-size-h2 gl-mt-0" data-testid="heading">
<slot name="heading"></slot> <slot name="heading"></slot>
</component> </component>
<p class="gl-mb-0" data-testid="subheading"> <p class="gl-mb-0" data-testid="sub-heading">
<slot name="subheading"></slot> <slot name="sub-heading"></slot>
</p> </p>
</div> </div>
......
...@@ -186,7 +186,7 @@ export default { ...@@ -186,7 +186,7 @@ export default {
</span> </span>
</h5> </h5>
</template> </template>
<template #subTitle> <template #sub-title>
<p class="gl-m-0 gl-ml-7 gl-pb-2 gl-text-gray-500">{{ severityGroup.warning }}</p> <p class="gl-m-0 gl-ml-7 gl-pb-2 gl-text-gray-500">{{ severityGroup.warning }}</p>
</template> </template>
<div class="gl-ml-7 gl-pb-3"> <div class="gl-ml-7 gl-pb-3">
......
...@@ -118,7 +118,7 @@ export default { ...@@ -118,7 +118,7 @@ export default {
:loading-error-illustrations="loadingErrorIllustrations" :loading-error-illustrations="loadingErrorIllustrations"
:security-report-summary="securityReportSummary" :security-report-summary="securityReportSummary"
> >
<template #emptyState> <template #empty-state>
<gl-empty-state v-bind="emptyStateProps" /> <gl-empty-state v-bind="emptyStateProps" />
</template> </template>
</security-dashboard> </security-dashboard>
......
...@@ -110,7 +110,7 @@ export default { ...@@ -110,7 +110,7 @@ export default {
@openModal="openModal({ vulnerability })" @openModal="openModal({ vulnerability })"
/> />
<slot v-if="showEmptyState" name="emptyState"> <slot v-if="showEmptyState" name="empty-state">
<gl-empty-state <gl-empty-state
:title="s__(`We've found no vulnerabilities`)" :title="s__(`We've found no vulnerabilities`)"
:description=" :description="
......
...@@ -129,8 +129,8 @@ export default { ...@@ -129,8 +129,8 @@ export default {
</template> </template>
<security-dashboard-table> <security-dashboard-table>
<template #emptyState> <template #empty-state>
<slot name="emptyState"></slot> <slot name="empty-state"></slot>
</template> </template>
</security-dashboard-table> </security-dashboard-table>
......
...@@ -233,7 +233,7 @@ export default { ...@@ -233,7 +233,7 @@ export default {
</template> </template>
<template #empty> <template #empty>
<slot name="emptyState"> <slot name="empty-state">
<gl-empty-state <gl-empty-state
ref="tableEmptyState" ref="tableEmptyState"
:title="s__('NetworkPolicies|No policies detected')" :title="s__('NetworkPolicies|No policies detected')"
......
...@@ -120,7 +120,7 @@ export default { ...@@ -120,7 +120,7 @@ export default {
:aria-labelledby="buttonId" :aria-labelledby="buttonId"
role="region" role="region"
> >
<slot name="subTitle"></slot> <slot name="sub-title"></slot>
<div ref="content" :style="contentStyles"><slot name="default"></slot></div> <div ref="content" :style="contentStyles"><slot name="default"></slot></div>
</div> </div>
</template> </template>
......
...@@ -179,7 +179,7 @@ export default { ...@@ -179,7 +179,7 @@ export default {
</gl-link> </gl-link>
</div> </div>
</template> </template>
<div v-if="showActionButtons" slot="actionButtons" class="gl-mr-3"> <div v-if="showActionButtons" slot="action-buttons" class="gl-mr-3">
<a <a
v-if="licenseManagementSettingsPath" v-if="licenseManagementSettingsPath"
:class="{ 'gl-mr-3': fullReportPath }" :class="{ 'gl-mr-3': fullReportPath }"
......
...@@ -401,7 +401,7 @@ export default { ...@@ -401,7 +401,7 @@ export default {
<security-summary :key="slot" :message="groupedSummaryText" /> <security-summary :key="slot" :message="groupedSummaryText" />
</template> </template>
<template v-if="pipelinePath" #actionButtons> <template v-if="pipelinePath" #action-buttons>
<gl-button <gl-button
:href="securityTab" :href="securityTab"
target="_blank" target="_blank"
...@@ -412,7 +412,7 @@ export default { ...@@ -412,7 +412,7 @@ export default {
</gl-button> </gl-button>
</template> </template>
<template v-if="isMRActive && isBaseSecurityReportOutOfDate" #subHeading> <template v-if="isMRActive && isBaseSecurityReportOutOfDate" #sub-heading>
<div class="text-secondary-700 text-1"> <div class="text-secondary-700 text-1">
<gl-sprintf <gl-sprintf
v-if="isMRBranchOutdated" v-if="isMRBranchOutdated"
......
...@@ -264,7 +264,7 @@ export default { ...@@ -264,7 +264,7 @@ export default {
<template #headerText> <template #headerText>
{{ $options.i18n.relatedIssues }} {{ $options.i18n.relatedIssues }}
</template> </template>
<template v-if="canCreateIssue" #headerActions> <template v-if="canCreateIssue" #header-actions>
<gl-button <gl-button
ref="createIssue" ref="createIssue"
variant="success" variant="success"
......
...@@ -10,7 +10,7 @@ describe('ExpandableSection component', () => { ...@@ -10,7 +10,7 @@ describe('ExpandableSection component', () => {
const findButton = () => wrapper.find('button'); const findButton = () => wrapper.find('button');
const findHeading = () => wrapper.find('[data-testid="heading"]'); const findHeading = () => wrapper.find('[data-testid="heading"]');
const findSubHeading = () => wrapper.find('[data-testid="subheading"]'); const findSubHeading = () => wrapper.find('[data-testid="sub-heading"]');
const findContent = () => wrapper.find('[data-testid="content"]'); const findContent = () => wrapper.find('[data-testid="content"]');
afterEach(() => { afterEach(() => {
...@@ -50,7 +50,7 @@ describe('ExpandableSection component', () => { ...@@ -50,7 +50,7 @@ describe('ExpandableSection component', () => {
describe('subheading slot', () => { describe('subheading slot', () => {
beforeEach(() => { beforeEach(() => {
createComponent({ createComponent({
slots: { subheading: 'some subheading' }, slots: { 'sub-heading': 'some subheading' },
}); });
}); });
......
...@@ -98,7 +98,7 @@ describe('Pipeline Security Dashboard component', () => { ...@@ -98,7 +98,7 @@ describe('Pipeline Security Dashboard component', () => {
beforeEach(() => { beforeEach(() => {
factory({ factory({
stubs: { stubs: {
'security-dashboard': { template: '<div><slot name="emptyState"></slot></div>' }, 'security-dashboard': { template: '<div><slot name="empty-state"></slot></div>' },
}, },
}); });
}); });
......
...@@ -118,7 +118,7 @@ describe('Security Dashboard Table', () => { ...@@ -118,7 +118,7 @@ describe('Security Dashboard Table', () => {
localVue, localVue,
store, store,
slots: { slots: {
emptyState: '<div class="customEmptyState">Hello World</div>', 'empty-state': '<div class="customEmptyState">Hello World</div>',
}, },
}); });
......
...@@ -65,7 +65,7 @@ describe('Blob Header Filepath', () => { ...@@ -65,7 +65,7 @@ describe('Blob Header Filepath', () => {
{}, {},
{ {
scopedSlots: { scopedSlots: {
filepathPrepend: `<span>${slotContent}</span>`, 'filepath-prepend': `<span>${slotContent}</span>`,
}, },
}, },
); );
......
...@@ -73,7 +73,7 @@ exports[`Applications Ingress application shows the correct warning message 1`] ...@@ -73,7 +73,7 @@ exports[`Applications Ingress application shows the correct warning message 1`]
exports[`Applications Knative application shows the correct description 1`] = ` exports[`Applications Knative application shows the correct description 1`] = `
<span <span
data-testid="installedVia" data-testid="installed-via"
> >
installed via installed via
<a <a
......
...@@ -429,7 +429,7 @@ describe('Applications', () => { ...@@ -429,7 +429,7 @@ describe('Applications', () => {
await wrapper.vm.$nextTick(); await wrapper.vm.$nextTick();
expect(findByTestId('installedVia').element).toMatchSnapshot(); expect(findByTestId('installed-via').element).toMatchSnapshot();
}); });
it('emits saveKnativeDomain event when knative domain editor emits save event', () => { it('emits saveKnativeDomain event when knative domain editor emits save event', () => {
......
...@@ -56,7 +56,7 @@ describe('RelatedIssuesBlock', () => { ...@@ -56,7 +56,7 @@ describe('RelatedIssuesBlock', () => {
pathIdSeparator: PathIdSeparator.Issue, pathIdSeparator: PathIdSeparator.Issue,
issuableType: 'issue', issuableType: 'issue',
}, },
slots: { headerText }, slots: { 'header-text': headerText },
}); });
expect(wrapper.find('.card-title').html()).toContain(headerText); expect(wrapper.find('.card-title').html()).toContain(headerText);
...@@ -72,7 +72,7 @@ describe('RelatedIssuesBlock', () => { ...@@ -72,7 +72,7 @@ describe('RelatedIssuesBlock', () => {
pathIdSeparator: PathIdSeparator.Issue, pathIdSeparator: PathIdSeparator.Issue,
issuableType: 'issue', issuableType: 'issue',
}, },
slots: { headerActions }, slots: { 'header-actions': headerActions },
}); });
expect(wrapper.find('[data-testid="custom-button"]').html()).toBe(headerActions); expect(wrapper.find('[data-testid="custom-button"]').html()).toBe(headerActions);
......
...@@ -106,7 +106,7 @@ describe('Dashboard Panel', () => { ...@@ -106,7 +106,7 @@ describe('Dashboard Panel', () => {
{}, {},
{ {
slots: { slots: {
topLeft: `<div class="top-left-content">OK</div>`, 'top-left': `<div class="top-left-content">OK</div>`,
}, },
}, },
); );
......
...@@ -508,7 +508,7 @@ describe('Dashboard', () => { ...@@ -508,7 +508,7 @@ describe('Dashboard', () => {
const mockKeyup = key => window.dispatchEvent(new KeyboardEvent('keyup', { key })); const mockKeyup = key => window.dispatchEvent(new KeyboardEvent('keyup', { key }));
const MockPanel = { const MockPanel = {
template: `<div><slot name="topLeft"/></div>`, template: `<div><slot name="top-left"/></div>`,
}; };
beforeEach(() => { beforeEach(() => {
......
...@@ -244,7 +244,7 @@ describe('Report section', () => { ...@@ -244,7 +244,7 @@ describe('Report section', () => {
hasIssues: true, hasIssues: true,
}, },
slots: { slots: {
actionButtons: ['Action!'], 'action-buttons': ['Action!'],
}, },
}); });
}); });
......
...@@ -70,7 +70,7 @@ describe('AlertManagementEmptyState', () => { ...@@ -70,7 +70,7 @@ describe('AlertManagementEmptyState', () => {
...props, ...props,
}, },
slots: { slots: {
'emtpy-state': EmptyStateSlot, 'empty-state': EmptyStateSlot,
'header-actions': HeaderActionsSlot, 'header-actions': HeaderActionsSlot,
title: TitleSlot, title: TitleSlot,
table: TableSlot, table: TableSlot,
......
...@@ -845,10 +845,10 @@ ...@@ -845,10 +845,10 @@
resolved "https://registry.yarnpkg.com/@gitlab/at.js/-/at.js-1.5.5.tgz#5f6bfe6baaef360daa9b038fa78798d7a6a916b4" resolved "https://registry.yarnpkg.com/@gitlab/at.js/-/at.js-1.5.5.tgz#5f6bfe6baaef360daa9b038fa78798d7a6a916b4"
integrity sha512-282Dn3SPVsUHVDhMsXgfnv+Rzog0uxecjttxGRQvxh25es1+xvkGQFsvJfkSKJ3X1kHVkSjKf+Tt5Rra+Jhp9g== integrity sha512-282Dn3SPVsUHVDhMsXgfnv+Rzog0uxecjttxGRQvxh25es1+xvkGQFsvJfkSKJ3X1kHVkSjKf+Tt5Rra+Jhp9g==
"@gitlab/eslint-plugin@4.1.0": "@gitlab/eslint-plugin@5.0.0":
version "4.1.0" version "5.0.0"
resolved "https://registry.yarnpkg.com/@gitlab/eslint-plugin/-/eslint-plugin-4.1.0.tgz#b59b53b9cd984dc692cd094cca4fbe45e466c8b7" resolved "https://registry.yarnpkg.com/@gitlab/eslint-plugin/-/eslint-plugin-5.0.0.tgz#502eb2bccb55d65d6310ce9ef2da76035b6fc319"
integrity sha512-NjY8XqT9lPKxBiKeaIXAGPGuxLMmbns/W5YF/cqxfWMnMOCCGBPZjwwnPY5wzAeKocT014LCnA7k0ztIUN7DoQ== integrity sha512-zd4pa6D2OUuhPUD2QmyhfpZh7vuXKsNHaCHJdbTb2ld+mHel5IDqdidAzAshCI9On3e6o9XieD6l7rBTpN6H/g==
dependencies: dependencies:
babel-eslint "^10.0.3" babel-eslint "^10.0.3"
eslint-config-airbnb-base "^14.0.0" eslint-config-airbnb-base "^14.0.0"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment