Skip to content

Bump vue from 3.4.23 to 3.4.24

Dependabot requested to merge dependabot-npm_and_yarn-vue-3.4.24 into master

Bumps vue from 3.4.23 to 3.4.24.

Release notes

Sourced from vue's releases.

v3.4.24

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vue's changelog.

3.4.24 (2024-04-22)

Bug Fixes

  • compiler-core: handle template ref bound via v-bind object on v-for (#10706) (da7adef), closes #10696
  • compiler-core: properly parse await expressions in edge cases (b92c25f), closes #10754
  • compiler-sfc: handle readonly operator and ReadonlyArray/Map/Set types (5cef52a), closes #10726
  • compiler-ssr: fix hydration mismatch for conditional slot in transition (f12c81e), closes #10743
  • compiler-ssr: fix v-html SSR for nullish values (1ff4076), closes #10725
  • deps: update compiler (#10760) (15df5c1)
  • runtime-core: fix edge case of KeepAlive inside Transition with slot children (#10719) (e51ca61), closes #10708
  • runtime-core: further fix slots _ctx check (cde7f05), closes #10724
  • runtime-core: props should be readonly via direct template access (b93f264), closes #8216 #10736
  • transition: transition is breaking/flickering when enter is canceled (#10688) (65109a7)
Commits
  • 958286e release: v3.4.24
  • b92c25f fix(compiler-core): properly parse await expressions in edge cases
  • 173ec65 test: revert to threads
  • f12c81e fix(compiler-ssr): fix hydration mismatch for conditional slot in transition
  • c8e87a1 test: use pool: vmThreads
  • a7cf742 test: fix test case broken by b93f264
  • b93f264 fix(runtime-core): props should be readonly via direct template access
  • da7adef fix(compiler-core): handle template ref bound via v-bind object on v-for (#10...
  • 5cef52a fix(compiler-sfc): handle readonly operator and ReadonlyArray/Map/Set types
  • 65109a7 fix(transition): transition is breaking/flickering when enter is canceled (#1...
  • 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