Bump vue from 3.5.11 to 3.5.12
Bumps vue from 3.5.11 to 3.5.12.
Release notes
Sourced from vue's releases.
v3.5.12
For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the
minor
branch.
Changelog
Sourced from vue's changelog.
3.5.12 (2024-10-11)
Bug Fixes
- compiler-dom: avoid stringify option with null value (#12096) (f6d9926), closes #12093
- compiler-sfc: do not skip TSInstantiationExpression when transforming props destructure (#12064) (d3ecde8)
- compiler-sfc: use sass modern api if available and avoid deprecation warning (#11992) (4474c11)
- compiler: clone loc to
ifNode
(#12131) (cde2c06), closes vuejs/language-tools#4911- custom-element: properly remove hyphenated attribute (#12143) (e16e9a7), closes #12139
- defineModel: handle kebab-case model correctly (#12063) (c0418a3), closes #12060
- deps: update dependency monaco-editor to ^0.52.0 (#12119) (f7cbea2)
- hydration: provide compat fallback for idle callback hydration strategy (#11935) (1ae545a)
- reactivity: trigger reactivity for Map key
undefined
(#12055) (7ad289e), closes #12054- runtime-core: allow symbol values for slot prop key (#12069) (d9d4d4e), closes #12068
- runtime-core: fix required prop check false positive for kebab-case edge cases (#12034) (9da1ac1), closes #12011
- runtime-dom: prevent unnecessary updates in v-model checkbox when value is unchanged (#12146) (ea943af), closes #12144
- teleport: handle disabled teleport with updateCssVars (#12113) (76a8223), closes #12112
- transition/ssr: make transition appear work with Suspense in SSR (#12047) (f1a4f67), closes #12046
- types: ensure
this.$props
type does not includestring
(#12123) (704173e), closes #12122- types: retain union type narrowing with defaults applied (#12108) (05685a9), closes #12106
- useId: ensure useId consistency when using serverPrefetch (#12128) (b4d3534), closes #12102
- watch: watchEffect clean-up with SSR (#12097) (b094c72), closes #11956
Performance Improvements
Commits
-
770ea67
release: v3.5.12 -
c82b662
refactor(reactivity): reduce size of collectionHandlers (#12152) -
ea943af
fix(runtime-dom): prevent unnecessary updates in v-model checkbox when value ... -
d82fa61
chore: format -
d96883c
test(reactivity): test for verifying no unnecessary calls of reactive array i... -
1ae545a
fix(hydration): provide compat fallback for idle callback hydration strategy ... -
05685a9
fix(types): retain union type narrowing with defaults applied (#12108) -
cde2c06
fix(compiler): clone loc toifNode
(#12131) -
4474c11
fix(compiler-sfc): use sass modern api if available and avoid deprecation war... -
9da1ac1
fix(runtime-core): fix required prop check false positive for kebab-case edge... - 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