From f613c2db6bd3bfd5eba398af3e16cd041d9aaf53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=A4=96=20GitLab=20Bot=20=F0=9F=A4=96?= <gitlab-bot@gitlab.com> Date: Wed, 30 Sep 2020 22:06:28 +0000 Subject: [PATCH] Update dependency @gitlab/ui to v21.10.0 --- .../components/__snapshots__/app_spec.js.snap | 2 ++ .../components/__snapshots__/loading_error_spec.js.snap | 2 ++ package.json | 2 +- .../__snapshots__/group_empty_state_spec.js.snap | 7 +++++++ yarn.lock | 8 ++++---- 5 files changed, 16 insertions(+), 5 deletions(-) diff --git a/ee/spec/frontend/dependencies/components/__snapshots__/app_spec.js.snap b/ee/spec/frontend/dependencies/components/__snapshots__/app_spec.js.snap index 6c85864a32515..f899b83c927cd 100644 --- a/ee/spec/frontend/dependencies/components/__snapshots__/app_spec.js.snap +++ b/ee/spec/frontend/dependencies/components/__snapshots__/app_spec.js.snap @@ -8,6 +8,7 @@ Object { "primaryButtonText": null, "secondaryButtonLink": null, "secondaryButtonText": null, + "svgHeight": null, "svgPath": "/bar.svg", "title": "View dependency details for your project", } @@ -21,6 +22,7 @@ Object { "primaryButtonText": null, "secondaryButtonLink": null, "secondaryButtonText": null, + "svgHeight": null, "svgPath": "/bar.svg", "title": "Dependency List has no entries", } diff --git a/ee/spec/frontend/security_dashboard/components/__snapshots__/loading_error_spec.js.snap b/ee/spec/frontend/security_dashboard/components/__snapshots__/loading_error_spec.js.snap index 7819ac70220c5..31eb990a6d591 100644 --- a/ee/spec/frontend/security_dashboard/components/__snapshots__/loading_error_spec.js.snap +++ b/ee/spec/frontend/security_dashboard/components/__snapshots__/loading_error_spec.js.snap @@ -8,6 +8,7 @@ Object { "primaryButtonText": "Sign in", "secondaryButtonLink": null, "secondaryButtonText": null, + "svgHeight": null, "svgPath": "/401.svg", "title": "You must sign in as an authorized user to see this report", } @@ -21,6 +22,7 @@ Object { "primaryButtonText": null, "secondaryButtonLink": null, "secondaryButtonText": null, + "svgHeight": null, "svgPath": "/403.svg", "title": "You do not have sufficient permissions to access this report", } diff --git a/package.json b/package.json index ba6d6aa5deb1c..f4535544ec4f0 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@babel/preset-env": "^7.10.1", "@gitlab/at.js": "1.5.5", "@gitlab/svgs": "1.168.0", - "@gitlab/ui": "21.9.0", + "@gitlab/ui": "21.10.0", "@gitlab/visual-review-tools": "1.6.1", "@rails/actioncable": "^6.0.3-3", "@rails/ujs": "^6.0.3-2", diff --git a/spec/frontend/monitoring/components/__snapshots__/group_empty_state_spec.js.snap b/spec/frontend/monitoring/components/__snapshots__/group_empty_state_spec.js.snap index 00fcc3323f5a5..9b2aa3a5b5bbd 100644 --- a/spec/frontend/monitoring/components/__snapshots__/group_empty_state_spec.js.snap +++ b/spec/frontend/monitoring/components/__snapshots__/group_empty_state_spec.js.snap @@ -8,6 +8,7 @@ Object { "primaryButtonText": "Verify configuration", "secondaryButtonLink": null, "secondaryButtonText": null, + "svgHeight": null, "svgPath": "/path/to/empty-group-illustration.svg", "title": "Query cannot be processed", } @@ -34,6 +35,7 @@ Object { "primaryButtonText": "Verify configuration", "secondaryButtonLink": null, "secondaryButtonText": null, + "svgHeight": null, "svgPath": "/path/to/empty-group-illustration.svg", "title": "Connection failed", } @@ -49,6 +51,7 @@ Object { "primaryButtonText": null, "secondaryButtonLink": null, "secondaryButtonText": null, + "svgHeight": null, "svgPath": "/path/to/empty-group-illustration.svg", "title": "An error has occurred", } @@ -64,6 +67,7 @@ Object { "primaryButtonText": null, "secondaryButtonLink": null, "secondaryButtonText": null, + "svgHeight": null, "svgPath": "/path/to/empty-group-illustration.svg", "title": "Waiting for performance data", } @@ -79,6 +83,7 @@ Object { "primaryButtonText": null, "secondaryButtonLink": null, "secondaryButtonText": null, + "svgHeight": null, "svgPath": "/path/to/empty-group-illustration.svg", "title": "No data to display", } @@ -105,6 +110,7 @@ Object { "primaryButtonText": null, "secondaryButtonLink": null, "secondaryButtonText": null, + "svgHeight": null, "svgPath": "/path/to/empty-group-illustration.svg", "title": "Connection timed out", } @@ -131,6 +137,7 @@ Object { "primaryButtonText": null, "secondaryButtonLink": null, "secondaryButtonText": null, + "svgHeight": null, "svgPath": "/path/to/empty-group-illustration.svg", "title": "An error has occurred", } diff --git a/yarn.lock b/yarn.lock index eb99d3fdba566..1e381e11a595d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -848,10 +848,10 @@ resolved "https://registry.yarnpkg.com/@gitlab/svgs/-/svgs-1.168.0.tgz#ad13671756601ee46f690068fd1ee4145f384e38" integrity sha512-PO2QrnFKlgKn7Xm4Iuepr1HZfkDiwkbzRjyGGd5ugDVHXMiLB3mHStp1QW1NAowlcP8kQ2f2wkLsV+EDkUPiDg== -"@gitlab/ui@21.9.0": - version "21.9.0" - resolved "https://registry.yarnpkg.com/@gitlab/ui/-/ui-21.9.0.tgz#c17c15e677b005692b704bfba49e2456adaf930b" - integrity sha512-TsqaaTk6UkenjW7kGklxfNmK2WjoAHH2A0Cbyi8wm14XxoAq0WyLi05we6F8y8HbyeaeId/gBSEjk4kxmMUu+A== +"@gitlab/ui@21.10.0": + version "21.10.0" + resolved "https://registry.yarnpkg.com/@gitlab/ui/-/ui-21.10.0.tgz#8f82c77e5f2690e21853a7ef1b9a31339130c0f2" + integrity sha512-NKQ8CiEMJX7/WKYL5y+7yqthnmvi8qhYVgUtbbFW6HWZ0Nwu7EL7WFDY1xE5HPHXgp1se8JKuhUhH2GCYP/5Ag== dependencies: "@babel/standalone" "^7.0.0" "@gitlab/vue-toasted" "^1.3.0" -- GitLab