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.7 to 2.7.8

Commits

Updates vue-template-compiler from 2.7.7 to 2.7.8

Release notes

Sourced from vue-template-compiler's releases.

v2.7.8

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vue-template-compiler's changelog.

2.7.8 (2022-07-22)

Bug Fixes

  • reactivity: fix shallowReactive nested ref setting edge cases (2af751b), closes #12688
  • sfc: align <script setup> component resolution edge case with v3 (#12687) (a695c5a), closes #12685
  • types: avoid circular type inference between v2 and v3 instance types (fabc1cf), closes #12683
  • types: export defineAsyncComponent type (#12684) (ba7dd2c)

Features

  • setup: support listeners on setup context + useListeners() helper (adf3ac8)
Commits
  • 1d8b892 release: v2.7.8
  • 2af751b fix(reactivity): fix shallowReactive nested ref setting edge cases
  • ba7dd2c fix(types): export defineAsyncComponent type (#12684)
  • a695c5a fix(sfc): align \<script setup> component resolution edge case with v3 (#12687)
  • fabc1cf fix(types): avoid circular type inference between v2 and v3 instance types
  • ce6fc14 types: fix manual api types for useAttrs/useListeners
  • adf3ac8 feat(setup): support listeners on setup context + useListeners() helper
  • 135d074 chore(sfc): remove useless vue-template-es2015-compiler (#12677)
  • See full diff 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