Bump vue from 3.2.39 to 3.2.40 in /frontend
Bumps vue from 3.2.39 to 3.2.40.
Changelog
Sourced from vue's changelog.
3.2.40 (2022-09-28)
Bug Fixes
- compat: list cjs dependencies for compat build (96cd924), closes #6602
- compiler-dom: remove v-bind boolean attribute with literal false value when stringifying (#6635) (6c6fe2c), closes #6617
- compiler-sfc: fix expression check for v-on with object literal value (#6652) (6958ec1), closes #6650 #6674
- compilre-core: dynamic v-on and static v-on should be merged (#6747) (f9d43b9), closes #6742
- runtime-core: avoid hoisted vnodes retaining detached DOM nodes (fc5bdb3), closes #6591
- runtime-core: Lifecycle hooks should support callbacks shared by reference (#6687) (c71a08e), closes #6686
- runtime-core: remove prod-only hoisted clone behavior for manual DOM manipulation compat (aa70188), closes #6727 #6739
- runtime-core: unset removed props first in full diff mode (c0d8db8), closes #6571
- runtime-dom: fix unnecessary warning when setting coerced dom property value (b1817fe), closes #6616
- ssr: avoid ast.helpers duplication (#6664) (57ffc3e)
- ssr: fix dynamic slot regression in ssr (8963c55), closes #6651
- ssr: fix hydration mismatch when entire multi-root template is stringified (9698dd3), closes #6637
- ssr: fix pre tag windows newline hydration mismatch (0382019), closes #6410
- ssr: respect case when rendering dynamic attrs on svg (121eb32), closes #6755
Commits
-
551f606
release: v3.2.40 -
96cd924
fix(compat): list cjs dependencies for compat build -
f402d41
refactor(compiler-core): extract props merging helper -
f9d43b9
fix(compilre-core): dynamic v-on and static v-on should be merged (#6747) -
cae1aa8
chore: use stricter slots type in createSlots -
05c7b0d
ci: GitHub workflows security hardening (#6743) -
3cc8e02
test(slots): ensure createSlots helper work with ssr slots (#6660) -
8963c55
fix(ssr): fix dynamic slot regression in ssr -
9698dd3
fix(ssr): fix hydration mismatch when entire multi-root template is stringified -
0382019
fix(ssr): fix pre tag windows newline hydration mismatch - 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