Bump vue from 3.4.15 to 3.4.16 in /frontend
Bumps vue from 3.4.15 to 3.4.16.
Changelog
Sourced from vue's changelog.
3.4.16 (2024-02-08)
Bug Fixes
- compiler-core: handle same-name shorthand edge case for in-DOM templates (cb87b62), closes #10280
- compiler-core: support v-bind shorthand syntax for dynamic slot name (#10218) (91f058a), closes #10213
- deps: update compiler (#10269) (336bb65)
- hydration: fix SFC style v-bind hydration mismatch warnings (#10250) (f0b5f7e), closes #10215
- reactivity: avoid infinite recursion from side effects in computed getter (#10232) (0bced13), closes #10214
- reactivity: handle
MaybeDirty
recurse (#10187) (6c7e0bd), closes #10185- reactivity: skip non-extensible objects when using
markRaw
(#10289) (2312184), closes #10288- runtime-core: avoid inlining isShallow (#10238) (53eee72)
- runtime-core: support for nested calls to runWithContext (#10261) (75e02b5), closes #10260
- runtime-dom: ensure v-show respects display value set via v-bind (#10161) (9b19f09), closes #10151
- runtime-dom: fix option selected update failed (#10200) (f31d782), closes #10194 #10267
Reverts
Commits
-
1339330
release: v3.4.16 -
2b0a706
chore: move X_V_BIND_INVALID_SAME_NAME_ARGUMENT to preserve error code order -
2312184
fix(reactivity): skip non-extensible objects when usingmarkRaw
(#10289) -
75e02b5
fix(runtime-core): support for nested calls to runWithContext (#10261) -
eb1b911
revert: perf(templateRef): avoid double render when using template ref on v-for -
9b19f09
fix(runtime-dom): ensure v-show respects display value set via v-bind (#10161) -
cb87b62
fix(compiler-core): handle same-name shorthand edge case for in-DOM templates -
0bced13
fix(reactivity): avoid infinite recursion from side effects in computed gette... -
6c7e0bd
fix(reactivity): handleMaybeDirty
recurse (#10187) -
91f058a
fix(compiler-core): support v-bind shorthand syntax for dynamic slot name (#1... - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot rebase
will rebase this MR -
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts