Bump vue from 3.5.10 to 3.5.11 in /webapp
Bumps vue from 3.5.10 to 3.5.11.
Release notes
Sourced from vue's releases.
v3.5.11
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.11 (2024-10-03)
Bug Fixes
- compiler-sfc: do not skip
TSSatisfiesExpression
when transforming props destructure (#12062) (2328b05), closes #12061- reactivity: prevent overwriting
next
property during batch processing (#12075) (d3f5e6e), closes #12072- scheduler: job ordering when the post queue is flushing (#12090) (577edca)
- types: correctly infer
TypeProps
when it isany
(#12073) (57315ab), closes #12058- types: should not intersect
PublicProps
withProps
(#12077) (6f85894)- types: infer the first generic type of
Ref
correctly (#12094) (c97bb84)
Commits
-
6e4de8d
release: v3.5.11 -
6f85894
fix(type): should not intersectPublicProps
withProps
(#12077) -
c97bb84
fix(types): infer the first generic type ofRef
correctly (#12094) -
57315ab
fix(types): correctly inferTypeProps
when it isany
(#12073) -
577edca
fix(scheduler): job ordering when the post queue is flushing (#12090) -
3a55c3e
chore(deps): update dependency rollup to ^4.24.0 (#12081) -
435e4fe
chore(deps): update all non-major dependencies (#12080) -
d3f5e6e
fix(reactivity): prevent overwritingnext
property during batch processing ... -
29de6f8
chore: remove no longer used property on Dep -
2328b05
fix(compiler-sfc): do not skipTSSatisfiesExpression
when transforming prop... - See full diff 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