Skip to content

Commit a44de4c

Browse files
authored
chore(deps): Bump vue from 3.5.22 to 3.5.27 in /client (#162)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [vue](https://github.com/vuejs/core) from 3.5.22 to 3.5.27. <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.27</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> <h2>v3.5.26</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> <h2>v3.5.25</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> <h2>v3.5.24</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> <h2>v3.5.23</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.26...v3.5.27">3.5.27</a> (2026-01-19)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compile-sfc:</strong> correctly handle variable shadowing in for loop for <code>defineProps</code> destructuring. (<a href="https://redirect.github.com/vuejs/core/issues/14296">#14296</a>) (<a href="https://github.com/vuejs/core/commit/6a1bb50594db03904f401fc33ea85afa8fa71cf7">6a1bb50</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/14294">#14294</a></li> <li><strong>compiler-sfc:</strong> handle indexed access types in declare global blocks (<a href="https://redirect.github.com/vuejs/core/issues/14260">#14260</a>) (<a href="https://github.com/vuejs/core/commit/e4091fe1f917346a66ffa8d013b3cf4b331b6682">e4091fe</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/14236">#14236</a></li> <li><strong>compiler-sfc:</strong> use correct scope when resolving indexed access types from external files (<a href="https://redirect.github.com/vuejs/core/issues/14297">#14297</a>) (<a href="https://github.com/vuejs/core/commit/f0f0a21dfaf0f41bb2198106db0f4ff32b97dcd3">f0f0a21</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/14292">#14292</a></li> <li><strong>reactivity:</strong> collection iteration should inherit iterator instance methods (<a href="https://redirect.github.com/vuejs/core/issues/12644">#12644</a>) (<a href="https://github.com/vuejs/core/commit/3c8b2fc836b2f60c90c2459933e66b2fd9fb8c08">3c8b2fc</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12615">#12615</a></li> <li><strong>runtime-core:</strong> skip patching reserved props for custom elements (<a href="https://redirect.github.com/vuejs/core/issues/14275">#14275</a>) (<a href="https://github.com/vuejs/core/commit/19cc7e2cd053629f3233cd55dff98951e69f5391">19cc7e2</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/14274">#14274</a></li> <li><strong>server-renderer:</strong> use ssrRenderClass helper for className attribute (<a href="https://redirect.github.com/vuejs/core/issues/14327">#14327</a>) (<a href="https://github.com/vuejs/core/commit/a4708f324f62ac2122f87c4ee039deb2745f0905">a4708f3</a>)</li> <li><strong>ssr:</strong> handle v-bind modifiers during render attrs (<a href="https://redirect.github.com/vuejs/core/issues/14263">#14263</a>) (<a href="https://github.com/vuejs/core/commit/c2f5964c47890321cab40fcf0ebc528e6d00337f">c2f5964</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/14262">#14262</a></li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.5.25...v3.5.26">3.5.26</a> (2025-12-18)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compat:</strong> fix compat handler of draggable (<a href="https://redirect.github.com/vuejs/core/issues/12445">#12445</a>) (<a href="https://github.com/vuejs/core/commit/ed85953e28741ae1913cfc92b7b66e1a8da47f8c">ed85953</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12444">#12444</a></li> <li><strong>compat:</strong> handle v-model deprecation warning with missing appContext (<a href="https://redirect.github.com/vuejs/core/issues/14203">#14203</a>) (<a href="https://github.com/vuejs/core/commit/945a543152e8d80903d4f7a18a84ebe8d36e56f8">945a543</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/14202">#14202</a></li> <li><strong>compiler-sfc:</strong> demote const reactive bindings used in v-model (<a href="https://redirect.github.com/vuejs/core/issues/14214">#14214</a>) (<a href="https://github.com/vuejs/core/commit/e24ff7d302a887ea532571c231a385362fa17279">e24ff7d</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11265">#11265</a> <a href="https://redirect.github.com/vuejs/core/issues/11275">#11275</a></li> <li><strong>compiler-ssr:</strong> handle ssr attr fallthrough when preserve whitespace (<a href="https://redirect.github.com/vuejs/core/issues/12304">#12304</a>) (<a href="https://github.com/vuejs/core/commit/47831189196b62b12dd17f6e909efc51d9d22fd2">4783118</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8072">#8072</a></li> <li><strong>hmr:</strong> handle cached text node update (<a href="https://redirect.github.com/vuejs/core/issues/14134">#14134</a>) (<a href="https://github.com/vuejs/core/commit/69ce3c7d755db868cfa66d67ab5b3f383a44e053">69ce3c7</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/14127">#14127</a></li> <li><strong>keep-alive:</strong> use resolved component name for async components in cache pruning (<a href="https://redirect.github.com/vuejs/core/issues/14212">#14212</a>) (<a href="https://github.com/vuejs/core/commit/dfe667c8567d48167c250062483d2d2cfc7bdc03">dfe667c</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/14210">#14210</a></li> <li><strong>runtime-core:</strong> ensure correct anchor el for deeper unresolved async components (<a href="https://redirect.github.com/vuejs/core/issues/14182">#14182</a>) (<a href="https://github.com/vuejs/core/commit/f5b3bf264d2e12725381bed1c492069437069b03">f5b3bf2</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/14173">#14173</a></li> <li><strong>runtime-core:</strong> handle patch stable fragment edge case (<a href="https://redirect.github.com/vuejs/core/issues/12411">#12411</a>) (<a href="https://github.com/vuejs/core/commit/94aeb64ccdf20d541059b533c9780977c14db9cb">94aeb64</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12410">#12410</a></li> <li><strong>runtime-core:</strong> pass component instance to flushPreFlushCbs on unmount (<a href="https://redirect.github.com/vuejs/core/issues/14221">#14221</a>) (<a href="https://github.com/vuejs/core/commit/e857e12c0aff03c0148e3e52d92935918872dc33">e857e12</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/14215">#14215</a></li> </ul> <h3>Performance Improvements</h3> <ul> <li><strong>compiler-core:</strong> use binary-search to get line and column (<a href="https://redirect.github.com/vuejs/core/issues/14222">#14222</a>) (<a href="https://github.com/vuejs/core/commit/1904053f1f7986c2d6dbe858ee1b594b4b229c17">1904053</a>)</li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.5.24...v3.5.25">3.5.25</a> (2025-11-24)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compiler:</strong> share logic for comments and whitespace (<a href="https://redirect.github.com/vuejs/core/issues/13550">#13550</a>) (<a href="https://github.com/vuejs/core/commit/2214f7ab2940bcb751cd20130c020d895db6c042">2214f7a</a>)</li> <li><strong>provide:</strong> warn when using <code>provide</code> after mounting (<a href="https://redirect.github.com/vuejs/core/issues/13954">#13954</a>) (<a href="https://github.com/vuejs/core/commit/247b2c2067afc4dee52f9f7bc194f3aab347ac55">247b2c2</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/13921">#13921</a> <a href="https://redirect.github.com/vuejs/core/issues/13924">#13924</a></li> <li><strong>reactivity:</strong> correctly wrap iterated array items to preserve their readonly status (<a href="https://redirect.github.com/vuejs/core/issues/14120">#14120</a>) (<a href="https://github.com/vuejs/core/commit/301020b481e85d03b0c96000f3221372063c41c6">301020b</a>)</li> <li><strong>reactivity:</strong> toRef edge cases for ref unwrapping (<a href="https://redirect.github.com/vuejs/core/issues/12420">#12420</a>) (<a href="https://github.com/vuejs/core/commit/0d2357e6974678d5484751c869f429dc6ea85582">0d2357e</a>)</li> <li><strong>runtime-core:</strong> keep options API typing intact when expose is used (<a href="https://redirect.github.com/vuejs/core/issues/14118">#14118</a>) (<a href="https://github.com/vuejs/core/commit/8f82f238463160284e504d1751d61b72dabb395e">8f82f23</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/14117">#14117</a> <a href="https://redirect.github.com/vuejs/language-tools/issues/5069">vuejs/language-tools#5069</a></li> <li><strong>suspense:</strong> defer clearing fallback vnode el in case it has dirs (<a href="https://redirect.github.com/vuejs/core/issues/14080">#14080</a>) (<a href="https://github.com/vuejs/core/commit/c0f63ddbfa8fa221d66b683b5c26e471851c2b50">c0f63dd</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/14078">#14078</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/core/commit/aa9af1deeda38457e33b595a7c68389cf7cf03fd"><code>aa9af1d</code></a> release: v3.5.27</li> <li><a href="https://github.com/vuejs/core/commit/35c360888b76f649fbbeb20c7d4d232fff735c92"><code>35c3608</code></a> Revert &quot;fix(runtime-core): resolve kebab-case slot names from in-DOM template...</li> <li><a href="https://github.com/vuejs/core/commit/7e554bf8975a6522cde00c261e8c6f1bffff1c24"><code>7e554bf</code></a> fix(runtime-core): resolve kebab-case slot names from in-DOM templates (<a href="https://redirect.github.com/vuejs/core/issues/14302">#14302</a>)</li> <li><a href="https://github.com/vuejs/core/commit/0596a5f59128ed629910e60c80bfc6fbb9d38ebd"><code>0596a5f</code></a> types(jsx): improve autocomplete type (<a href="https://redirect.github.com/vuejs/core/issues/14237">#14237</a>)</li> <li><a href="https://github.com/vuejs/core/commit/19cc7e2cd053629f3233cd55dff98951e69f5391"><code>19cc7e2</code></a> fix(runtime-core): skip patching reserved props for custom elements (<a href="https://redirect.github.com/vuejs/core/issues/14275">#14275</a>)</li> <li><a href="https://github.com/vuejs/core/commit/c2f5964c47890321cab40fcf0ebc528e6d00337f"><code>c2f5964</code></a> fix(ssr): handle v-bind modifiers during render attrs (<a href="https://redirect.github.com/vuejs/core/issues/14263">#14263</a>)</li> <li><a href="https://github.com/vuejs/core/commit/3c8b2fc836b2f60c90c2459933e66b2fd9fb8c08"><code>3c8b2fc</code></a> fix(reactivity): collection iteration should inherit iterator instance method...</li> <li><a href="https://github.com/vuejs/core/commit/e4091fe1f917346a66ffa8d013b3cf4b331b6682"><code>e4091fe</code></a> fix(compiler-sfc): handle indexed access types in declare global blocks (<a href="https://redirect.github.com/vuejs/core/issues/14260">#14260</a>)</li> <li><a href="https://github.com/vuejs/core/commit/6a1bb50594db03904f401fc33ea85afa8fa71cf7"><code>6a1bb50</code></a> fix(compile-sfc): correctly handle variable shadowing in for loop for `define...</li> <li><a href="https://github.com/vuejs/core/commit/f0f0a21dfaf0f41bb2198106db0f4ff32b97dcd3"><code>f0f0a21</code></a> fix(compiler-sfc): use correct scope when resolving indexed access types from...</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/core/compare/v3.5.22...v3.5.27">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.22&new-version=3.5.27)](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>
2 parents 8eb308c + af1f3fb commit a44de4c

File tree

2 files changed

+66
-94
lines changed

2 files changed

+66
-94
lines changed

client/package-lock.json

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

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@mdi/js": "^7.4.47",
1919
"pinia": "^3.0.3",
2020
"socket.io-client": "^4.8.3",
21-
"vue": "^3.5.18",
21+
"vue": "^3.5.27",
2222
"vue-i18n": "^11.2.8"
2323
},
2424
"devDependencies": {

0 commit comments

Comments
 (0)