Commit cfe5982
authored
Bump vue from 3.5.26 to 3.5.27 (#3419)
Bumps [vue](https://github.com/vuejs/core) from 3.5.26 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>
</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>
</blockquote>
</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 "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.26...v3.5.27">compare
view</a></li>
</ul>
</details>
<br />
[](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 f9d2fa3 commit cfe5982
2 files changed
+58
-58
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
0 commit comments