Commit 2b6e3526 authored by Peter Hegman's avatar Peter Hegman Committed by Nicolò Maria Mezzopera

Upgrade dependency @gitlab/ui to v24.6.0

Also fix failing specs due to
https://gitlab.com/gitlab-org/gitlab-ui/-/merge_requests/1886
parent af5ab940
......@@ -41,7 +41,7 @@ export default {
:header-text="headerText"
:disabled="disabled"
boundary="window"
right="true"
right
menu-class="gl-w-full! gl-pb-0!"
>
<gl-dropdown-form class="gl-m-3!">
......
......@@ -11,7 +11,7 @@ exports[`DependenciesActions component matches the snapshot 1`] = `
category="primary"
class="flex-grow-1 text-center"
headertext=""
right=""
right="true"
size="medium"
text="Severity"
variant="default"
......
......@@ -53,7 +53,7 @@ exports[`Project Header matches the snapshot 1`] = `
<gl-dropdown-stub
category="primary"
headertext=""
right=""
right="true"
size="medium"
text=""
toggleclass="js-more-actions-toggle gl-display-flex gl-align-items-center gl-px-3! gl-bg-transparent gl-shadow-none!"
......
......@@ -137,7 +137,7 @@ describe('RoleDropdown', () => {
await nextTick();
expect(findDropdown().attributes('right')).toBe('true');
expect(findDropdown().props('right')).toBe(true);
});
it('sets the dropdown alignment to left on desktop', async () => {
......@@ -146,6 +146,6 @@ describe('RoleDropdown', () => {
await nextTick();
expect(findDropdown().attributes('right')).toBeUndefined();
expect(findDropdown().props('right')).toBe(false);
});
});
......@@ -4,7 +4,7 @@ exports[`Clone Dropdown Button rendering matches the snapshot 1`] = `
<gl-dropdown-stub
category="primary"
headertext=""
right=""
right="true"
size="medium"
text="Clone"
variant="info"
......
......@@ -866,16 +866,16 @@
resolved "https://registry.yarnpkg.com/@gitlab/svgs/-/svgs-1.176.0.tgz#3b6d415704ed36db87146cfa361f3f9e2c01f535"
integrity sha512-cl3SlGmLF/bnPAxrg52eRQOxRSrU54AB3yfV9TLi2iNAg/Jws0nuvdVZ4LRKKyyzHmT6yfVusCIGCISzvON6ew==
"@gitlab/ui@24.5.0":
version "24.5.0"
resolved "https://registry.yarnpkg.com/@gitlab/ui/-/ui-24.5.0.tgz#68620005e65e8e170720d8baff60322e24b73aef"
integrity sha512-TqK/Pxmh8ps7KiSSSe+KXncNw2I9US9+cVJNu3IsZCyrqiWqaAVPcxhjAZQt31nZdk+XJek7pXJgHfit9vunlg==
"@gitlab/ui@24.6.0":
version "24.6.0"
resolved "https://registry.yarnpkg.com/@gitlab/ui/-/ui-24.6.0.tgz#e27a00a12e264e993147b31f1965cd3fa861eef4"
integrity sha512-Gb2mmQyd34T2DNKiGHauqy9T1JMxh6vVshIMSM0nfNnnl66p1FJwlAg0e1scZml1DYaXaDGVDtGkvOqszeE7GQ==
dependencies:
"@babel/standalone" "^7.0.0"
"@gitlab/vue-toasted" "^1.3.0"
bootstrap-vue "2.13.1"
copy-to-clipboard "^3.0.8"
dompurify "^2.2.2"
dompurify "^2.2.3"
echarts "^4.2.1"
highlight.js "^9.13.1"
js-beautify "^1.8.8"
......@@ -4181,7 +4181,7 @@ domhandler@^2.3.0:
dependencies:
domelementtype "1"
dompurify@^2.2.2, dompurify@^2.2.3:
dompurify@^2.2.3:
version "2.2.3"
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.2.3.tgz#ec653ba521b39f397c2ca045769438d593ea8a9f"
integrity sha512-8Hv7Q0FuwD9rWoB6qI2eZsfKbGXfoUVuGHHrE15vgk4ReOKwOkSgbqb2OMFtc0d5besOEkoLkcyuV10zQ2X5gw==
......
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