Skip to content

Commit 38f3798

Browse files
Bump vue from 3.5.12 to 3.5.13 (#2603)
Bumps [vue](https://github.com/vuejs/core) from 3.5.12 to 3.5.13. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/releases">vue's releases</a>.</em></p> <blockquote> <h2>v3.5.13</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">vue's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/vuejs/core/compare/v3.5.12...v3.5.13">3.5.13</a> (2024-11-15)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compiler-core:</strong> handle v-memo + v-for with functional key (<a href="https://redirect.github.com/vuejs/core/issues/12014">#12014</a>) (<a href="https://github.com/vuejs/core/commit/99009eee0efc238392daba93792d478525b21afa">99009ee</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12013">#12013</a></li> <li><strong>compiler-dom:</strong> properly stringify template string style (<a href="https://redirect.github.com/vuejs/core/issues/12392">#12392</a>) (<a href="https://github.com/vuejs/core/commit/2d78539da35322aea5f821b3cf9b02d006abac72">2d78539</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12391">#12391</a></li> <li><strong>custom-element:</strong> avoid triggering mutationObserver when relecting props (<a href="https://github.com/vuejs/core/commit/352bc88c1bd2fda09c61ab17ea1a5967ffcd7bc0">352bc88</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12214">#12214</a> <a href="https://redirect.github.com/vuejs/core/issues/12215">#12215</a></li> <li><strong>deps:</strong> update dependency postcss to ^8.4.48 (<a href="https://redirect.github.com/vuejs/core/issues/12356">#12356</a>) (<a href="https://github.com/vuejs/core/commit/b5ff930089985a58c3553977ef999cec2a6708a4">b5ff930</a>)</li> <li><strong>hydration:</strong> the component vnode's el should be updated when a mismatch occurs. (<a href="https://redirect.github.com/vuejs/core/issues/12255">#12255</a>) (<a href="https://github.com/vuejs/core/commit/a20a4cb36a3e717d1f8f259d0d59f133f508ff0a">a20a4cb</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12253">#12253</a></li> <li><strong>reactiivty:</strong> avoid unnecessary watcher effect removal from inactive scope (<a href="https://github.com/vuejs/core/commit/21932840eae72ffcd357a62ec596aaecc7ec224a">2193284</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/5783">#5783</a> <a href="https://redirect.github.com/vuejs/core/issues/5806">#5806</a></li> <li><strong>reactivity:</strong> release nested effects/scopes on effect scope stop (<a href="https://redirect.github.com/vuejs/core/issues/12373">#12373</a>) (<a href="https://github.com/vuejs/core/commit/bee2f5ee62dc0cd04123b737779550726374dd0a">bee2f5e</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12370">#12370</a></li> <li><strong>runtime-dom:</strong> set css vars before user onMounted hooks (<a href="https://github.com/vuejs/core/commit/2d5c5e25e9b7a56e883674fb434135ac514429b5">2d5c5e2</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11533">#11533</a></li> <li><strong>runtime-dom:</strong> set css vars on update to handle child forcing reflow in onMount (<a href="https://redirect.github.com/vuejs/core/issues/11561">#11561</a>) (<a href="https://github.com/vuejs/core/commit/c4312f9c715c131a09e552ba46e9beb4b36d55e6">c4312f9</a>)</li> <li><strong>ssr:</strong> avoid updating subtree of async component if it is resolved (<a href="https://redirect.github.com/vuejs/core/issues/12363">#12363</a>) (<a href="https://github.com/vuejs/core/commit/da7ad5e3d24f3e108401188d909d27a4910da095">da7ad5e</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12362">#12362</a></li> <li><strong>ssr:</strong> ensure v-text updates correctly with custom directives in SSR output (<a href="https://redirect.github.com/vuejs/core/issues/12311">#12311</a>) (<a href="https://github.com/vuejs/core/commit/1f75d4e6dfe18121ebe443cd3e8105d54f727893">1f75d4e</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12309">#12309</a></li> <li><strong>ssr:</strong> handle initial selected state for select with v-model + v-for option (<a href="https://redirect.github.com/vuejs/core/issues/12399">#12399</a>) (<a href="https://github.com/vuejs/core/commit/4f8d8078221ee52deed266677a227ad2a6d8dd22">4f8d807</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12395">#12395</a></li> <li><strong>teleport:</strong> handle deferred teleport update before mounted (<a href="https://redirect.github.com/vuejs/core/issues/12168">#12168</a>) (<a href="https://github.com/vuejs/core/commit/8bff142f99b646e9dd15897ec75368fbf34f1534">8bff142</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12161">#12161</a></li> <li><strong>templateRef:</strong> set ref on cached async component which wrapped in KeepAlive (<a href="https://redirect.github.com/vuejs/core/issues/12290">#12290</a>) (<a href="https://github.com/vuejs/core/commit/983eb50a17eac76f1bba4394ad0316c62b72191d">983eb50</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/4999">#4999</a> <a href="https://redirect.github.com/vuejs/core/issues/5004">#5004</a></li> <li><strong>test:</strong> update snapshot (<a href="https://redirect.github.com/vuejs/core/issues/12169">#12169</a>) (<a href="https://github.com/vuejs/core/commit/828d4a443919fa2aa4e2e92fbd03a5f04b258eea">828d4a4</a>)</li> <li><strong>Transition:</strong> fix transition memory leak edge case (<a href="https://redirect.github.com/vuejs/core/issues/12182">#12182</a>) (<a href="https://github.com/vuejs/core/commit/660132df6c6a8c14bf75e593dc47d2fdada30322">660132d</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12181">#12181</a></li> <li><strong>transition:</strong> reflow before leave-active class after leave-from (<a href="https://redirect.github.com/vuejs/core/issues/12288">#12288</a>) (<a href="https://github.com/vuejs/core/commit/4b479db61d233b054561402ae94ef08550073ea1">4b479db</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/2593">#2593</a></li> <li><strong>types:</strong> defineEmits w/ interface declaration (<a href="https://redirect.github.com/vuejs/core/issues/12343">#12343</a>) (<a href="https://github.com/vuejs/core/commit/1022eabaa1aaf8436876f5ec5573cb1e4b3959a6">1022eab</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8457">#8457</a></li> <li><strong>v-once:</strong> setting hasOnce to current block only when in v-once (<a href="https://redirect.github.com/vuejs/core/issues/12374">#12374</a>) (<a href="https://github.com/vuejs/core/commit/37300fc26190a7299efddbf98800ffd96d5cad96">37300fc</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12371">#12371</a></li> </ul> <h3>Performance Improvements</h3> <ul> <li><strong>reactivity:</strong> do not track inner key `__v_skip`` (<a href="https://redirect.github.com/vuejs/core/issues/11690">#11690</a>) (<a href="https://github.com/vuejs/core/commit/d637bd6c0164c2883e6eabd3c2f1f8c258dedfb1">d637bd6</a>)</li> <li><strong>runtime-core:</strong> use feature flag for call to resolveMergedOptions (<a href="https://redirect.github.com/vuejs/core/issues/12163">#12163</a>) (<a href="https://github.com/vuejs/core/commit/1755ac0a108ba3486bd8397e56d3bdcd69196594">1755ac0</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/core/commit/6eb29d345aa73746207f80c89ee8b37ff7b949c9"><code>6eb29d3</code></a> release: v3.5.13</li> <li><a href="https://github.com/vuejs/core/commit/4f8d8078221ee52deed266677a227ad2a6d8dd22"><code>4f8d807</code></a> fix(ssr): handle initial selected state for select with v-model + v-for optio...</li> <li><a href="https://github.com/vuejs/core/commit/983eb50a17eac76f1bba4394ad0316c62b72191d"><code>983eb50</code></a> fix(templateRef): set ref on cached async component which wrapped in KeepAliv...</li> <li><a href="https://github.com/vuejs/core/commit/da7ad5e3d24f3e108401188d909d27a4910da095"><code>da7ad5e</code></a> fix(ssr): avoid updating subtree of async component if it is resolved (<a href="https://redirect.github.com/vuejs/core/issues/12363">#12363</a>)</li> <li><a href="https://github.com/vuejs/core/commit/1f75d4e6dfe18121ebe443cd3e8105d54f727893"><code>1f75d4e</code></a> fix(ssr): ensure v-text updates correctly with custom directives in SSR outpu...</li> <li><a href="https://github.com/vuejs/core/commit/4b479db61d233b054561402ae94ef08550073ea1"><code>4b479db</code></a> fix(transition): reflow before leave-active class after leave-from (<a href="https://redirect.github.com/vuejs/core/issues/12288">#12288</a>)</li> <li><a href="https://github.com/vuejs/core/commit/a20a4cb36a3e717d1f8f259d0d59f133f508ff0a"><code>a20a4cb</code></a> fix(hydration): the component vnode's el should be updated when a mismatch oc...</li> <li><a href="https://github.com/vuejs/core/commit/352bc88c1bd2fda09c61ab17ea1a5967ffcd7bc0"><code>352bc88</code></a> fix(custom-element): avoid triggering mutationObserver when relecting props</li> <li><a href="https://github.com/vuejs/core/commit/10ab8c0e7b6a2c0794d73d0d9d3b0bcd3b0cc175"><code>10ab8c0</code></a> chore(playground): reset version when opening local playground from reproduction</li> <li><a href="https://github.com/vuejs/core/commit/d637bd6c0164c2883e6eabd3c2f1f8c258dedfb1"><code>d637bd6</code></a> perf(reactivity): do not track inner key `__v_skip`` (<a href="https://redirect.github.com/vuejs/core/issues/11690">#11690</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/core/compare/v3.5.12...v3.5.13">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vue&package-manager=npm_and_yarn&previous-version=3.5.12&new-version=3.5.13)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 63622c2 commit 38f3798

File tree

2 files changed

+81
-66
lines changed

2 files changed

+81
-66
lines changed

package-lock.json

Lines changed: 80 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"sass-loader": "^16.0.3",
5656
"tailwindcss": "^3.4.15",
5757
"tiny-emitter": "^2.1.0",
58-
"vue": "^3.5.12",
58+
"vue": "^3.5.13",
5959
"vue-loader": "^17.4.2",
6060
"vuedraggable": "^4.1.0",
6161
"webpack": "^5.96.1"

0 commit comments

Comments
 (0)