Commit e44ad964 authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Merge branch 'renovate/gitlab-uisvg' into 'master'

Update dependency @gitlab/ui to v21.34.0

See merge request gitlab-org/gitlab!45424
parents 7a7095fa ebbcebec
...@@ -313,7 +313,7 @@ describe('Ref selector component', () => { ...@@ -313,7 +313,7 @@ describe('Ref selector component', () => {
findBranchesSection() findBranchesSection()
.find('[data-testid="section-header"]') .find('[data-testid="section-header"]')
.text(), .text(),
).toBe('Branches 123'); ).toMatchInterpolatedText('Branches 123');
}); });
it("does not render an error message in the branches section's body", () => { it("does not render an error message in the branches section's body", () => {
...@@ -392,7 +392,7 @@ describe('Ref selector component', () => { ...@@ -392,7 +392,7 @@ describe('Ref selector component', () => {
findTagsSection() findTagsSection()
.find('[data-testid="section-header"]') .find('[data-testid="section-header"]')
.text(), .text(),
).toBe('Tags 456'); ).toMatchInterpolatedText('Tags 456');
}); });
it("does not render an error message in the tags section's body", () => { it("does not render an error message in the tags section's body", () => {
...@@ -460,7 +460,7 @@ describe('Ref selector component', () => { ...@@ -460,7 +460,7 @@ describe('Ref selector component', () => {
findCommitsSection() findCommitsSection()
.find('[data-testid="section-header"]') .find('[data-testid="section-header"]')
.text(), .text(),
).toBe('Commits 1'); ).toMatchInterpolatedText('Commits 1');
}); });
it("does not render an error message in the comits section's body", () => { it("does not render an error message in the comits section's body", () => {
......
...@@ -866,10 +866,10 @@ ...@@ -866,10 +866,10 @@
resolved "https://registry.yarnpkg.com/@gitlab/svgs/-/svgs-1.171.0.tgz#abc3092bf804f0898301626130e0f3231834924a" resolved "https://registry.yarnpkg.com/@gitlab/svgs/-/svgs-1.171.0.tgz#abc3092bf804f0898301626130e0f3231834924a"
integrity sha512-TPfdqIxQDda+0CQHhb9XdF50lmqDmADu6yT8R4oZi6BoUtWLdiHbyFt+RnVU6t7EmjIKicNAii7Ga+f2ljCfUA== integrity sha512-TPfdqIxQDda+0CQHhb9XdF50lmqDmADu6yT8R4oZi6BoUtWLdiHbyFt+RnVU6t7EmjIKicNAii7Ga+f2ljCfUA==
"@gitlab/ui@21.32.1": "@gitlab/ui@21.33.0":
version "21.32.1" version "21.33.0"
resolved "https://registry.yarnpkg.com/@gitlab/ui/-/ui-21.32.1.tgz#8ed29de1093afc36ea31d3cf93b047bcfe0c6543" resolved "https://registry.yarnpkg.com/@gitlab/ui/-/ui-21.33.0.tgz#83dd7e4d65557f7b82ce1f9d7d6e7a1c54cb3dbc"
integrity sha512-ZZi/rJfDTXMytX1vNV2FU+l0fG6J7V2+1M7CWIkxdPIPVJ1LopkkfwnbBP29zrwBFBmguXcPoRfTjGa2oSNdbg== integrity sha512-UBLTz5A1z1Usxw2yfjFNuQ1Ccgx7dYD3M+lDfewDYlU48s0PY7Hm/VXsd543XIuIf+4GEJ1b43kptEZI1wtrbQ==
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