Commit 55975243 authored by Andrew Fontaine's avatar Andrew Fontaine

Merge branch 'gitlab-renovate-forks/gitlab-renovate/gitlab-uisvg-update-snapshots' into 'master'

Upgrade @gitlab/ui to v29.38.1

See merge request gitlab-org/gitlab!64440
parents 69b84d37 e0626078
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
exports[`dashboard has no vulnerabilities empty state matches snapshot 1`] = ` exports[`dashboard has no vulnerabilities empty state matches snapshot 1`] = `
"<section class=\\"row empty-state text-center\\"> "<section class=\\"row empty-state text-center\\">
<div class=\\"col-12\\"> <div class=\\"col-12\\">
<div class=\\"svg-250 svg-content\\"><img src=\\"/placeholder.svg\\" alt=\\"\\" class=\\"gl-max-w-full\\"></div> <div class=\\"svg-250 svg-content\\"><img src=\\"/placeholder.svg\\" alt=\\"\\" role=\\"img\\" class=\\"gl-max-w-full\\"></div>
</div> </div>
<div class=\\"col-12\\"> <div class=\\"col-12\\">
<div class=\\"text-content gl-mx-auto gl-my-0 gl-p-5\\"> <div class=\\"text-content gl-mx-auto gl-my-0 gl-p-5\\">
......
...@@ -44,6 +44,7 @@ exports[`Security Dashboard error states has unavailable pages 1`] = ` ...@@ -44,6 +44,7 @@ exports[`Security Dashboard error states has unavailable pages 1`] = `
<img <img
alt="" alt=""
class="gl-max-w-full" class="gl-max-w-full"
role="img"
src="/test/empty_state.svg" src="/test/empty_state.svg"
/> />
</div> </div>
......
...@@ -14,6 +14,7 @@ exports[`Vulnerability Report error states has unavailable pages 1`] = ` ...@@ -14,6 +14,7 @@ exports[`Vulnerability Report error states has unavailable pages 1`] = `
<img <img
alt="" alt=""
class="gl-max-w-full" class="gl-max-w-full"
role="img"
src="/test/empty_state.svg" src="/test/empty_state.svg"
/> />
</div> </div>
......
...@@ -21,6 +21,7 @@ exports[`packages_list_app renders 1`] = ` ...@@ -21,6 +21,7 @@ exports[`packages_list_app renders 1`] = `
<img <img
alt="" alt=""
class="gl-max-w-full" class="gl-max-w-full"
role="img"
src="helpSvg" src="helpSvg"
/> />
</div> </div>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
exports[`EmptyStateComponent should render content 1`] = ` exports[`EmptyStateComponent should render content 1`] = `
"<section class=\\"row empty-state text-center\\"> "<section class=\\"row empty-state text-center\\">
<div class=\\"col-12\\"> <div class=\\"col-12\\">
<div class=\\"svg-250 svg-content\\"><img src=\\"/image.svg\\" alt=\\"\\" class=\\"gl-max-w-full\\"></div> <div class=\\"svg-250 svg-content\\"><img src=\\"/image.svg\\" alt=\\"\\" role=\\"img\\" class=\\"gl-max-w-full\\"></div>
</div> </div>
<div class=\\"col-12\\"> <div class=\\"col-12\\">
<div class=\\"text-content gl-mx-auto gl-my-0 gl-p-5\\"> <div class=\\"text-content gl-mx-auto gl-my-0 gl-p-5\\">
......
...@@ -908,10 +908,10 @@ ...@@ -908,10 +908,10 @@
resolved "https://registry.yarnpkg.com/@gitlab/tributejs/-/tributejs-1.0.0.tgz#672befa222aeffc83e7d799b0500a7a4418e59b8" resolved "https://registry.yarnpkg.com/@gitlab/tributejs/-/tributejs-1.0.0.tgz#672befa222aeffc83e7d799b0500a7a4418e59b8"
integrity sha512-nmKw1+hB6MHvlmPz63yPwVs1qQkycHwsKgxpEbzmky16Y6mL4EJMk3w1b8QlOAF/AIAzjCERPhe/R4MJiohbZw== integrity sha512-nmKw1+hB6MHvlmPz63yPwVs1qQkycHwsKgxpEbzmky16Y6mL4EJMk3w1b8QlOAF/AIAzjCERPhe/R4MJiohbZw==
"@gitlab/ui@29.37.0": "@gitlab/ui@29.38.1":
version "29.37.0" version "29.38.1"
resolved "https://registry.yarnpkg.com/@gitlab/ui/-/ui-29.37.0.tgz#ddfd4760562387f7c164756301f73e29c1a5cd13" resolved "https://registry.yarnpkg.com/@gitlab/ui/-/ui-29.38.1.tgz#93ab2ad7cb8008b3050599b452b626c109630e97"
integrity sha512-DK+MRhCeAXs7RhbIq7k7z+jTvSoQFfziMgFidmFiyyLYsZRj0+ya2pF9SubxEzH9HKwhs2TNZFd28onO8i5upg== integrity sha512-5sKdbZI9Q9S7KW3/ybN40tFS/KInm76cog8O0SMe2Ne026ZZ18CAHEMvkfoVXTN3XMkWZnMlk92s8f/WqM5//A==
dependencies: dependencies:
"@babel/standalone" "^7.0.0" "@babel/standalone" "^7.0.0"
"@gitlab/vue-toasted" "^1.3.0" "@gitlab/vue-toasted" "^1.3.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