Skip to content

Commit f841175

Browse files
lucaswerkmeistercatrope
authored andcommitted
Upgrade Vue from 3.2.23 to to 3.2.31
Vue 3.2.25 and above reintroduce a Vue 2 feature that had been temporarily removed in Vue 3, so staying on a Vue 3 version before 3.2.25 causes unnecessary compatibility problems. (The behavior change in question isn’t well documented – see [1] – but seems to be related to the behavior of refs inside v-for.) (Note that we’re still on the compatibility build, this commit isn’t changing that yet.) [1]: vuejs/v3-migration-guide#10 Bug: T304717 Change-Id: I9b517b66edc6356079c49cb3ece0373c8284c2d3
1 parent 67d93a6 commit f841175

File tree

5 files changed

+8448
-8395
lines changed

5 files changed

+8448
-8395
lines changed

RELEASE-NOTES-1.39

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ For notes on 1.38.x and older releases, see HISTORY.
4040
* …
4141

4242
=== External library changes in 1.39 ===
43+
* Vue/compat updated from 3.2.23 to 3.2.31
4344
* …
4445

4546
==== New external libraries ====

resources/lib/foreign-resources.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -351,9 +351,9 @@ sinonjs:
351351

352352
vue:
353353
type: tar
354-
# This is the migration build of Vue 3.2.23 which provides compatibility for Vue 2 code
355-
src: https://registry.npmjs.org/@vue/compat/-/compat-3.2.23.tgz
356-
integrity: sha512-ap/aO8V1j3dveHGcELRQZdb3dlnMgCK5N5Ur6Q37RRtMcB1glJldqUP46aAhY7kMberaUVWwYehMothocsF6Dg==
354+
# This is the migration build of Vue 3.2.31 which provides compatibility for Vue 2 code
355+
src: https://registry.npmjs.org/@vue/compat/-/compat-3.2.31.tgz
356+
integrity: sha512-hhwJk/SRwpT2OADctj+t7QZCRIgh04AcelGpe6gdj0OxA75xpHnPrG+fmG37U3Z6WDrNHZpGvu2eXBzWXM4OVA==
357357
dest:
358358
package/README.md:
359359
package/LICENSE:

0 commit comments

Comments
 (0)