Skip to content

Bump vue from 3.3.11 to 3.3.12

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

Bumps vue from 3.3.11 to 3.3.12.

Release notes

Sourced from vue's releases.

v3.3.12

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vue's changelog.

3.3.12 (2023-12-16)

Bug Fixes

  • hydration: handle appear transition before patch props (#9837) (e70f4c4), closes #9832
  • sfc/cssVars: fix loss of CSS v-bind variables when setting inline style with string value (#9824) (0a387df), closes #9821
  • ssr: fix suspense hydration of fallback content (#7188) (60415b5)
  • types: add xmlns:xlink to SVGAttributes (#9300) (0d61b42), closes #9299
  • types: fix shallowRef type error (#9839) (9a57158)
  • types: support for generic keyof slots (#8374) (213eba4)
Commits
  • 4e7967f release: v3.3.12
  • d0b849a test(types): add test for ref/shallowRef generic casting
  • 9a57158 fix(types): fix shallowRef type error (#9839)
  • e70f4c4 fix(hydration): handle appear transition before patch props (#9837)
  • 0a387df fix(sfc/cssVars): fix loss of CSS v-bind variables when setting inline style ...
  • a6503e3 refactor(types): simplify EmitsToProps types (#9788)
  • 376dac4 chore(sfc-playground): highlight the active version in dropdown (#9045)
  • ef432bd refactor(reactivity): improve nested readonly ref set check
  • 9d1ca32 refactor(compiler-sfc): avoid unnecessary switch case fallthrough (#8998)
  • bc5799d chore(deps): update lint (#9800)
  • 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