Skip to content

Bump vue and vue-template-compiler in /webapp

Bumps vue and vue-template-compiler. These dependencies needed to be updated together. Updates vue from 2.7.10 to 2.7.11

Commits

Updates vue-template-compiler from 2.7.10 to 2.7.11

Release notes

Sourced from vue-template-compiler's releases.

v2.7.11

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vue-template-compiler's changelog.

2.7.11 (2022-10-11)

Bug Fixes

  • build: enforce LF line ending in built files (738f4b3), closes #12819
  • compiler-sfc: export parseComponent for compat with fork-ts-checker-webpack-plugin (0d6d972), closes #12719
  • reactivity: check skip first before checking ref when creating observer (#12813) (5d26f81), closes #12812
  • reactivity: use WeakMap for proxy/raw checks, compat with non-extensible objects (4a0d88e), closes #12799 #12798
  • setup: setup hook should be called before beforeCreate (e1342df), closes #12802
  • sfc: prune returned bindings for non-TS as well (fb13930), closes #12765
  • sfc: remove sfc scoped deep syntax deprecation warnings (2f335b2)
  • types: fix error with options watch (#12779) (bc5b92a), closes #12780
  • types: support Ref and function types in tsx ref attribute (#12759) (87f69aa), closes #12758
  • types: vue 3 directive type compatibility (#12792) (27eed82)

Performance Improvements

  • improve unsub perf for deps with massive amount of subs (8880b55), closes #12696
Commits
  • c61395d release: v2.7.11
  • 8880b55 perf: improve unsub perf for deps with massive amount of subs
  • 738f4b3 fix(build): enforce LF line ending in built files
  • cc14d44 chore: bump build deps
  • e1342df fix(setup): setup hook should be called before beforeCreate
  • 0d6d972 fix(compiler-sfc): export parseComponent for compat with fork-ts-checker-webp...
  • bc5b92a fix(types): fix error with options watch (#12779)
  • fb13930 fix(sfc): prune returned bindings for non-TS as well
  • 87f69aa fix(types): support Ref and function types in tsx ref attribute (#12759)
  • 5d26f81 fix(reactivity): check skip first before checking ref when creating observer ...
  • 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

Merge request reports

Loading