Skip to content

Commit

Permalink
Vue 3.4.28 (#8255)
Browse files Browse the repository at this point in the history
* Upgrade Vue to 3.24.28

* Fix Jest tests
  • Loading branch information
ylavoie committed Jun 15, 2024
1 parent df6d6a5 commit f42fb05
Show file tree
Hide file tree
Showing 9 changed files with 107 additions and 69 deletions.
2 changes: 1 addition & 1 deletion UI/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"robot3": "0.4.1",
"rtl-detect": "1.1.2",
"tapable": "2.2.1",
"vue": "3.4.27",
"vue": "3.4.28",
"vue-i18n": "9.13.1",
"vue-router": "4.3.2"
},
Expand Down
8 changes: 8 additions & 0 deletions UI/tests/specs/views/__snapshots__/BusinessTypes.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ exports[`BusinessTypes - register as a component should show dialog 1`] = `
name="description"
readonly=""
type="text"
value="Big customer"
/>
</td>
<td
Expand All @@ -59,6 +60,7 @@ exports[`BusinessTypes - register as a component should show dialog 1`] = `
name="discount"
readonly=""
type="text"
value="0.05"
/>
</td>
Expand All @@ -83,6 +85,7 @@ exports[`BusinessTypes - register as a component should show dialog 1`] = `
name="description"
readonly=""
type="text"
value="Bigger customer"
/>
</td>
<td
Expand All @@ -93,6 +96,7 @@ exports[`BusinessTypes - register as a component should show dialog 1`] = `
name="discount"
readonly=""
type="text"
value="0.15"
/>
</td>
Expand Down Expand Up @@ -177,6 +181,7 @@ exports[`BusinessTypes - register as a component should show dialog with editabl
name="description"
readonly=""
type="text"
value="Big customer"
/>
</td>
<td
Expand All @@ -187,6 +192,7 @@ exports[`BusinessTypes - register as a component should show dialog with editabl
name="discount"
readonly=""
type="text"
value="0.05"
/>
</td>
Expand Down Expand Up @@ -236,6 +242,7 @@ exports[`BusinessTypes - register as a component should show dialog with editabl
name="description"
readonly=""
type="text"
value="Bigger customer"
/>
</td>
<td
Expand All @@ -246,6 +253,7 @@ exports[`BusinessTypes - register as a component should show dialog with editabl
name="discount"
readonly=""
type="text"
value="0.15"
/>
</td>
Expand Down
4 changes: 4 additions & 0 deletions UI/tests/specs/views/__snapshots__/Countries.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ exports[`Countries - register as a component should show dialog 1`] = `
name="code"
readonly=""
type="text"
value="ca"
/>
</td>
<td
Expand All @@ -66,6 +67,7 @@ exports[`Countries - register as a component should show dialog 1`] = `
name="name"
readonly=""
type="text"
value="Canada"
/>
</td>
Expand Down Expand Up @@ -95,6 +97,7 @@ exports[`Countries - register as a component should show dialog 1`] = `
name="code"
readonly=""
type="text"
value="us"
/>
</td>
<td
Expand All @@ -105,6 +108,7 @@ exports[`Countries - register as a component should show dialog 1`] = `
name="name"
readonly=""
type="text"
value="United States"
/>
</td>
Expand Down
8 changes: 8 additions & 0 deletions UI/tests/specs/views/__snapshots__/GIFI.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ exports[`GIFI - register as a component should show dialog 1`] = `
name="accno"
readonly=""
type="text"
value="0000"
/>
</td>
<td
Expand All @@ -59,6 +60,7 @@ exports[`GIFI - register as a component should show dialog 1`] = `
name="description"
readonly=""
type="text"
value="Dummy account"
/>
</td>
Expand All @@ -83,6 +85,7 @@ exports[`GIFI - register as a component should show dialog 1`] = `
name="accno"
readonly=""
type="text"
value="0001"
/>
</td>
<td
Expand All @@ -93,6 +96,7 @@ exports[`GIFI - register as a component should show dialog 1`] = `
name="description"
readonly=""
type="text"
value="Dummy account 1"
/>
</td>
Expand Down Expand Up @@ -261,6 +265,7 @@ exports[`GIFI - register as a component should show dialog with editable data 1`
name="accno"
readonly=""
type="text"
value="0000"
/>
</td>
<td
Expand All @@ -271,6 +276,7 @@ exports[`GIFI - register as a component should show dialog with editable data 1`
name="description"
readonly=""
type="text"
value="Dummy account"
/>
</td>
Expand Down Expand Up @@ -320,6 +326,7 @@ exports[`GIFI - register as a component should show dialog with editable data 1`
name="accno"
readonly=""
type="text"
value="0001"
/>
</td>
<td
Expand All @@ -330,6 +337,7 @@ exports[`GIFI - register as a component should show dialog with editable data 1`
name="description"
readonly=""
type="text"
value="Dummy account 1"
/>
</td>
Expand Down
4 changes: 4 additions & 0 deletions UI/tests/specs/views/__snapshots__/Languages.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ exports[`Languages should show dialog 1`] = `
name="code"
readonly=""
type="text"
value="en"
/>
</td>
<td
Expand All @@ -66,6 +67,7 @@ exports[`Languages should show dialog 1`] = `
name="description"
readonly=""
type="text"
value="English"
/>
</td>
Expand Down Expand Up @@ -95,6 +97,7 @@ exports[`Languages should show dialog 1`] = `
name="code"
readonly=""
type="text"
value="fr"
/>
</td>
<td
Expand All @@ -105,6 +108,7 @@ exports[`Languages should show dialog 1`] = `
name="description"
readonly=""
type="text"
value="Français"
/>
</td>
Expand Down
4 changes: 4 additions & 0 deletions UI/tests/specs/views/__snapshots__/Pricegroups.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ exports[`Pricegroups - register as a component should show dialog 1`] = `
name="description"
readonly=""
type="text"
value="Price group 1"
/>
</td>
Expand All @@ -70,6 +71,7 @@ exports[`Pricegroups - register as a component should show dialog 1`] = `
name="description"
readonly=""
type="text"
value="Price group 2"
/>
</td>
Expand Down Expand Up @@ -151,6 +153,7 @@ exports[`Pricegroups - register as a component should show dialog with editable
name="description"
readonly=""
type="text"
value="Price group 1"
/>
</td>
Expand Down Expand Up @@ -200,6 +203,7 @@ exports[`Pricegroups - register as a component should show dialog with editable
name="description"
readonly=""
type="text"
value="Price group 2"
/>
</td>
Expand Down
8 changes: 8 additions & 0 deletions UI/tests/specs/views/__snapshots__/SIC.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ exports[`SIC - register as a component should show dialog 1`] = `
name="code"
readonly=""
type="text"
value="541330"
/>
</td>
<td
Expand All @@ -59,6 +60,7 @@ exports[`SIC - register as a component should show dialog 1`] = `
name="description"
readonly=""
type="text"
value="Engineering service"
/>
</td>
Expand All @@ -83,6 +85,7 @@ exports[`SIC - register as a component should show dialog 1`] = `
name="code"
readonly=""
type="text"
value="611430"
/>
</td>
<td
Expand All @@ -93,6 +96,7 @@ exports[`SIC - register as a component should show dialog 1`] = `
name="description"
readonly=""
type="text"
value="Professional and management development training"
/>
</td>
Expand Down Expand Up @@ -265,6 +269,7 @@ exports[`SIC - register as a component should show dialog with editable data 1`]
name="code"
readonly=""
type="text"
value="541330"
/>
</td>
<td
Expand All @@ -275,6 +280,7 @@ exports[`SIC - register as a component should show dialog with editable data 1`]
name="description"
readonly=""
type="text"
value="Engineering service"
/>
</td>
Expand Down Expand Up @@ -324,6 +330,7 @@ exports[`SIC - register as a component should show dialog with editable data 1`]
name="code"
readonly=""
type="text"
value="611430"
/>
</td>
<td
Expand All @@ -334,6 +341,7 @@ exports[`SIC - register as a component should show dialog with editable data 1`]
name="description"
readonly=""
type="text"
value="Professional and management development training"
/>
</td>
Expand Down
6 changes: 6 additions & 0 deletions UI/tests/specs/views/__snapshots__/Warehouses.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ exports[`Warehouses - register as a component should show dialog 1`] = `
name="description"
readonly=""
type="text"
value="Modern warehouse"
/>
</td>
Expand All @@ -70,6 +71,7 @@ exports[`Warehouses - register as a component should show dialog 1`] = `
name="description"
readonly=""
type="text"
value="Huge warehouse"
/>
</td>
Expand All @@ -94,6 +96,7 @@ exports[`Warehouses - register as a component should show dialog 1`] = `
name="description"
readonly=""
type="text"
value="Moon warehouse"
/>
</td>
Expand Down Expand Up @@ -175,6 +178,7 @@ exports[`Warehouses - register as a component should show dialog with editable d
name="description"
readonly=""
type="text"
value="Modern warehouse"
/>
</td>
Expand Down Expand Up @@ -224,6 +228,7 @@ exports[`Warehouses - register as a component should show dialog with editable d
name="description"
readonly=""
type="text"
value="Huge warehouse"
/>
</td>
Expand Down Expand Up @@ -273,6 +278,7 @@ exports[`Warehouses - register as a component should show dialog with editable d
name="description"
readonly=""
type="text"
value="Moon warehouse"
/>
</td>
Expand Down
Loading

0 comments on commit f42fb05

Please sign in to comment.