Skip to content

Bump vue from 3.5.6 to 3.5.7 in /webapp

Dependabot requested to merge dependabot-npm_and_yarn-webapp-vue-3.5.7 into master

Bumps vue from 3.5.6 to 3.5.7.

Release notes

Sourced from vue's releases.

v3.5.7

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.7 (2024-09-20)

Bug Fixes

Performance Improvements

  • hydration: avoid observer if element is in viewport (#11639) (e075dfa)
Commits
  • 6fcb801 release: v3.5.7
  • 960706e fix(reactivity): do not remove dep from depsMap when unsubbed by computed
  • b030c8b fix(reactivity): fix triggerRef call on ObjectRefImpl returned by toRef (#11986)
  • 9eca65e fix(types): correct type inference of all-optional props (#11644)
  • 235ea47 fix(reactivity): fix memory leak from dep instances of garbage collected objects
  • 5c8b76e fix(reactivity): fix dev-only memory leak by updating dep.subsHead on sub rem...
  • f927a4a fix(transition): respect duration setting even when it is 0 (#11967)
  • a2f6ede fix(ssr): don't render comments in TransitionGroup (#11961)
  • 6224288 fix(compile-core): fix v-model with newlines edge case (#11960)
  • 902bd9c chore(sfc-playground): resolve autosave conflict issue (#11970)
  • Additional commits viewable 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

Merge request reports

Loading