Bump vue from 3.5.1 to 3.5.2 in /webapp
Bumps vue from 3.5.1 to 3.5.2.
Release notes
Sourced from vue's releases.
v3.5.2
For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the
minor
branch.
Changelog
Sourced from vue's changelog.
3.5.2 (2024-09-05)
Bug Fixes
- reactivity: make toRaw work on proxies created by proxyRef (46c3ab1)
- reactivity: pass oldValue to computed getter (#11813) (98864a7), closes #11812
- reactivity: prevent endless recursion in computed getters (#11797) (716275d)
- reactivity: self-referencing computed should refresh (e84c4a6), closes vuejs/core#11797
- scheduler: prevent duplicate jobs being queued (#11826) (df56cc5), closes #11712 #11807
- suspense: avoid updating anchor if activeBranch has not been rendered to the actual container (#11818) (3c0d531), closes #11806
- Transition: handle KeepAlive child unmount in Transition out-in mode (#11778) (3116553), closes #11775
- types: add HTMLDialogElement missing close event (#11811) (3634f7a)
- types: added name attribute support to details tag (#11823) (c74176e), closes #11821
- types: fix defineComponent props inference when setup() has explicit annotation (fca20a3), closes #11803
- useTemplateRef: properly fix readonly warning in dev and ensure prod behavior consistency (9b7797d), closes #11808 #11816 #11810
Features
Commits
-
72263fa
release: v3.5.2 -
3f13203
feat(compiler-core): parse modifiers as expression to provide location data (... -
7a64b67
types(internal): provide internal options for using$el
type in language to... -
3c0d531
fix(suspense): avoid updating anchor if activeBranch has not been rendered to... -
3634f7a
fix(types): add HTMLDialogElement missing close event (#11811) -
df56cc5
fix(scheduler): prevent duplicate jobs being queued (#11826) -
e84c4a6
fix(reactivity): self-referencing computed should refresh -
716275d
fix(reactivity): prevent endless recursion in computed getters (#11797) -
c74176e
fix(types): added name attribute support to details tag (#11823) -
9b7797d
fix(useTemplateRef): properly fix readonly warning in dev and ensure prod beh... - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts