Bump vue from 3.3.11 to 3.3.13 in /webapp
Bumps vue from 3.3.11 to 3.3.13.
Release notes
Sourced from vue's releases.
v3.3.13
Please refer to CHANGELOG.md for details.
v3.3.12
Please refer to CHANGELOG.md for details.
Changelog
Sourced from vue's changelog.
3.3.13 (2023-12-19)
Bug Fixes
- compiler-core: fix v-on with modifiers on inline expression of undefined (#9866) (bae79dd), closes #9865
- runtime-dom: cache event handlers by key/modifiers (#9851) (04d2c05), closes #9849
- types: extract properties from extended collections (#9854) (24b1c1d), closes #9852
3.3.12 (2023-12-16)
Bug Fixes
- hydration: handle appear transition before patch props (#9837) (e70f4c4), closes #9832
- sfc/cssVars: fix loss of CSS v-bind variables when setting inline style with string value (#9824) (0a387df), closes #9821
- ssr: fix suspense hydration of fallback content (#7188) (60415b5)
- types: add
xmlns:xlink
toSVGAttributes
(#9300) (0d61b42), closes #9299- types: fix
shallowRef
type error (#9839) (9a57158)- types: support for generic keyof slots (#8374) (213eba4)
Commits
-
7c49a9c
release: v3.3.13 -
bae79dd
fix(compiler-core): fix v-on with modifiers on inline expression of undefined... -
24b1c1d
fix(types): extract properties from extended collections (#9854) -
04d2c05
fix(runtime-dom): cache event handlers by key/modifiers (#9851) -
4e7967f
release: v3.3.12 -
d0b849a
test(types): add test for ref/shallowRef generic casting -
9a57158
fix(types): fixshallowRef
type error (#9839) -
e70f4c4
fix(hydration): handle appear transition before patch props (#9837) -
0a387df
fix(sfc/cssVars): fix loss of CSS v-bind variables when setting inline style ... -
a6503e3
refactor(types): simplifyEmitsToProps
types (#9788) - 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