Skip to content

Bump vue from 3.4.4 to 3.4.5 in /webapp

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

Bumps vue from 3.4.4 to 3.4.5.

Release notes

Sourced from vue's releases.

v3.4.5

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vue's changelog.

3.4.5 (2024-01-04)

Bug Fixes

  • compiler-sfc: fix co-usage of defineModel transform options and props destructure (b20350d), closes #9972
  • compiler-sfc: fix sfc template unref rewrite for class instantiation (ae60a91), closes #6483 #6491
  • compiler-ssr: fix node clone edge case caused by AST reuse (#9983) (7dbdb3e), closes #9981
  • watch: cleanup watcher effect from scope when manually stopped (#9978) (d2d8955)
Commits
  • 0275dd3 release: v3.4.5
  • b20350d fix(compiler-sfc): fix co-usage of defineModel transform options and props de...
  • ae60a91 fix(compiler-sfc): fix sfc template unref rewrite for class instantiation
  • fda5192 chore: disallow console statement (#9986)
  • 0ae651a chore: remove log
  • e790e1b build: add production/development export conditions (#9977)
  • 7dbdb3e fix(compiler-ssr): fix node clone edge case caused by AST reuse (#9983)
  • d2d8955 fix(watch): cleanup watcher effect from scope when manually stopped (#9978)
  • 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