Bump @vue/compiler-sfc from 3.4.15 to 3.4.16 in /frontend
Bumps @vue/compiler-sfc from 3.4.15 to 3.4.16.
Release notes
Sourced from @vue/compiler-sfc
's releases.
v3.4.16
Please refer to CHANGELOG.md for details.
Changelog
Sourced from @vue/compiler-sfc
'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
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