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
Bumps [vue](https://github.com/vuejs/core) from 2.6.14 to 3.2.34.
<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.2.34</h2>
<p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v3.2.34-beta.1</h2>
<p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v3.2.33</h2>
<p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v3.2.32</h2>
<p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v3.2.31</h2>
<p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v3.2.30</h2>
<p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v3.2.29</h2>
<p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v3.2.28</h2>
<p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v3.2.27</h2>
<p>Please refer to <a href="https://github.com/vuejs/vue-next/blob/master/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v3.2.26</h2>
<p>Please refer to <a href="https://github.com/vuejs/vue-next/blob/master/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v3.2.25</h2>
<p>Please refer to <a href="https://github.com/vuejs/vue-next/blob/master/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v3.2.24</h2>
<p>Please refer to <a href="https://github.com/vuejs/vue-next/blob/master/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v3.2.23</h2>
<p>Please refer to <a href="https://github.com/vuejs/vue-next/blob/master/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v3.2.22</h2>
<p>Please refer to <a href="https://github.com/vuejs/vue-next/blob/master/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v3.2.21</h2>
<p>Please refer to <a href="https://github.com/vuejs/vue-next/blob/master/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v3.2.20</h2>
<p>Please refer to <a href="https://github.com/vuejs/vue-next/blob/master/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v3.2.19</h2>
<p>Please refer to <a href="https://github.com/vuejs/vue-next/blob/master/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</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.2.34-beta.1...v3.2.34">3.2.34</a> (2022-05-19)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>compiler-core:</strong> should generate HYDRATE_EVENTS flag on dynamic component that resolves to element (<a href="https://github.com/vuejs/core/commit/415091b0ee2de66e622145028f00523f2032ce77">415091b</a>), closes <a href="https://github.com/vuejs/core/issues/5870">#5870</a></li>
<li><strong>compiler-sfc:</strong> support <code>export { default } from '...'</code> (<a href="https://github.com/vuejs/core/issues/5937">#5937</a>) (<a href="https://github.com/vuejs/core/commit/73e6523134a013f9e369f53f213a214497ac7c40">73e6523</a>), closes <a href="https://github.com/vuejs/core/issues/5935">#5935</a></li>
<li><strong>compiler-sfc:</strong> type-only defineProps does not recognize Promise (fix <a href="https://github.com/vuejs/core/issues/5941">#5941</a>) (<a href="https://github.com/vuejs/core/issues/5943">#5943</a>) (<a href="https://github.com/vuejs/core/commit/991d62322fa67d50b7ae8b0460f294d6b39f9711">991d623</a>)</li>
<li><strong>compiler-ssr:</strong> fix component event handlers inheritance in ssr (<a href="https://github.com/vuejs/core/commit/f811dc2b60ba7efdbb9b1ab330dcbc18c1cc9a75">f811dc2</a>), closes <a href="https://github.com/vuejs/core/issues/5664">#5664</a></li>
<li><strong>compiler-ssr:</strong> fix wrong attrs fallthrough on non-single-root v-if branches (<a href="https://github.com/vuejs/core/commit/516bc548fce295f6d564c7fb371c8067ead7cd71">516bc54</a>), closes <a href="https://github.com/vuejs/core/issues/5140">#5140</a></li>
<li><strong>compiler-ssr:</strong> only inject fallthrough attrs for root transition/keep-alive (<a href="https://github.com/vuejs/core/commit/c65b805ef1f9b164fb8aaa7bc679a91248b5891a">c65b805</a>)</li>
<li><strong>keep-alive:</strong> fix keep-alive rendering when placed in vnode branch (<a href="https://github.com/vuejs/core/commit/0841b9b5243acdaf191099b25e9a145b30189dea">0841b9b</a>), closes <a href="https://github.com/vuejs/core/issues/4817">#4817</a></li>
<li><strong>runtime-core:</strong> adjust force diff of dev root fragments (<a href="https://github.com/vuejs/core/commit/cdda49bbfb1939c9cf812d624992ea7bdae74c78">cdda49b</a>), closes <a href="https://github.com/vuejs/core/issues/5946">#5946</a></li>
<li><strong>ssr/teleport:</strong> support nested teleports in ssr (<a href="https://github.com/vuejs/core/commit/595263c0e9f5728c3650c6526dbed27cda9ba114">595263c</a>), closes <a href="https://github.com/vuejs/core/issues/5242">#5242</a></li>
<li><strong>ssr:</strong> fix hydration error on falsy v-if inside transition/keep-alive (<a href="https://github.com/vuejs/core/commit/ee4186ef9ebbc45827b208f6f5b648dbf4337d1d">ee4186e</a>), closes <a href="https://github.com/vuejs/core/issues/5352">#5352</a></li>
<li><strong>ssr:</strong> fix hydration error when teleport is used as component root (<a href="https://github.com/vuejs/core/commit/b60cff052c880b2965d06007f0ec4d0349ab47c0">b60cff0</a>), closes <a href="https://github.com/vuejs/core/issues/4293">#4293</a></li>
<li><strong>ssr:</strong> fix hydration error when transition contains comment children (<a href="https://github.com/vuejs/core/commit/3705b3b46aa8f3e929014f564f8afa4a663e6375">3705b3b</a>), closes <a href="https://github.com/vuejs/core/issues/5351">#5351</a></li>
<li><strong>ssr:</strong> fix hydration for slot with empty text node (<a href="https://github.com/vuejs/core/commit/939209c6b554aed6634d9cf2ca10a2aa46ba7673">939209c</a>), closes <a href="https://github.com/vuejs/core/issues/5728">#5728</a></li>
<li><strong>ssr:</strong> fix hydration mismatch caused by multi-line comments inside slot (<a href="https://github.com/vuejs/core/commit/e1bc2681ef64aed7975ad38950a478ae53c1abad">e1bc268</a>), closes <a href="https://github.com/vuejs/core/issues/5355">#5355</a></li>
<li><strong>ssr:</strong> inherit scope id on functional component during ssr (<a href="https://github.com/vuejs/core/commit/847d7f782bb6074c6b31378e07d94cb41ad30bd2">847d7f7</a>), closes <a href="https://github.com/vuejs/core/issues/5817">#5817</a></li>
<li><strong>ssr:</strong> render fallthrough attributes for transition-group with tag (<a href="https://github.com/vuejs/core/commit/aed10c507279900f8afc4861dc01ca4f2b95acb8">aed10c5</a>), closes <a href="https://github.com/vuejs/core/issues/5141">#5141</a></li>
<li><strong>ssr:</strong> support client-compiled v-model with dynamic type during ssr (<a href="https://github.com/vuejs/core/issues/5787">#5787</a>) (<a href="https://github.com/vuejs/core/commit/c03459b9b6d3c18450235bc4074a603677996320">c03459b</a>), closes <a href="https://github.com/vuejs/core/issues/5786">#5786</a></li>
<li><strong>types:</strong> export ComponentProvideOptions (<a href="https://github.com/vuejs/core/issues/5947">#5947</a>) (<a href="https://github.com/vuejs/core/commit/3e2850fa6c628284b4a1ab5deba3b11f1d2f66b6">3e2850f</a>)</li>
<li><strong>types:</strong> fix <code>defineComponent</code> inference to <code>Component</code> (<a href="https://github.com/vuejs/core/issues/5949">#5949</a>) (<a href="https://github.com/vuejs/core/commit/7c8f4578e9e7178e326cf8e343f7a8b4143ba63b">7c8f457</a>)</li>
</ul>
<h2><a href="https://github.com/vuejs/core/compare/v3.2.33...v3.2.34-beta.1">3.2.34-beta.1</a> (2022-05-17)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>compiler-core:</strong> normalize v-bind:style with array literal value (<a href="https://github.com/vuejs/core/commit/0f00cf43cf5eaeeee7f12d523a5f4936f7dc0a84">0f00cf4</a>), closes <a href="https://github.com/vuejs/core/issues/5106">#5106</a></li>
<li><strong>compiler-core:</strong> template v-if should never be treated as dev root fragment (<a href="https://github.com/vuejs/core/commit/51f3d386de7f5fcec6eb4c1c223ba824be036648">51f3d38</a>), closes <a href="https://github.com/vuejs/core/issues/5189">#5189</a></li>
<li><strong>compiler-dom:</strong> properly stringify v-html/v-text with constant value (<a href="https://github.com/vuejs/core/commit/6283b2ec413b78fe88775d249d3598cdce977b7a">6283b2e</a>), closes <a href="https://github.com/vuejs/core/issues/5439">#5439</a> <a href="https://github.com/vuejs/core/issues/5445">#5445</a></li>
<li><strong>compiler-sfc:</strong> <code><script></code> after <code><script setup></code> the script content not end with <code>\\n</code> (<a href="https://github.com/vuejs/core/commit/3b7b107120c6dba70b068312afd594c3575ea9eb">3b7b107</a>)</li>
<li><strong>compiler-sfc:</strong> add test for <a href="https://github.com/vuejs/core/issues/5808">#5808</a> (<a href="https://github.com/vuejs/core/commit/a0290fe781a0ab2e90239d615d18fdb7ee37cdfe">a0290fe</a>)</li>
<li><strong>compiler-sfc:</strong> async transformer doesn't correctly detect need for semicolon in block <a href="https://github.com/vuejs/core/issues/5808">#5808</a> (<a href="https://github.com/vuejs/core/commit/6c3b681d235bc70293827c535572f90be1ab6c68">6c3b681</a>)</li>
<li><strong>compiler-sfc:</strong> automatically infer component name from filename when using script setup (<a href="https://github.com/vuejs/core/issues/4997">#4997</a>) (<a href="https://github.com/vuejs/core/commit/16939241b0f64cefea254b024a9b5a25caea93d9">1693924</a>), closes <a href="https://github.com/vuejs/core/issues/4993">#4993</a></li>
<li><strong>compiler-sfc:</strong> defineProps return binding or rest binding should be considered reactive (<a href="https://github.com/vuejs/core/commit/410144149fbaaecad2b2d36a9cfe965ab7b2b6e6">4101441</a>)</li>
<li><strong>compiler-sfc:</strong> ensure consistent behavior of export default render with script setup (<a href="https://github.com/vuejs/core/commit/b7025d24f1c33023d020d60292319740852d1810">b7025d2</a>), closes <a href="https://github.com/vuejs/core/issues/4980">#4980</a></li>
<li><strong>compiler-sfc:</strong> fix defineEmits() scope reference check error message (<a href="https://github.com/vuejs/core/issues/5404">#5404</a>) (<a href="https://github.com/vuejs/core/commit/f2c48f535250d01133a5e49c0bf2c26a46b6d935">f2c48f5</a>)</li>
<li><strong>compiler-sfc:</strong> fix object default values for reactive props destructure (<a href="https://github.com/vuejs/core/commit/7dfe146096487a98ba1733598c44407bc89a1b9f">7dfe146</a>)</li>
<li><strong>compiler-sfc:</strong> fix skipped srcset transform when using base option (<a href="https://github.com/vuejs/core/commit/41d255ba5ddd40f1a1dd2dd6add01f38e20d6325">41d255b</a>), closes <a href="https://github.com/vuejs/core/issues/4835">#4835</a> <a href="https://github.com/vuejs/core/issues/4819">#4819</a> <a href="https://github.com/vuejs/core/issues/4834">#4834</a> <a href="https://github.com/vuejs/core/issues/4835">#4835</a></li>
<li><strong>compiler-sfc:</strong> fix template usage check false positives on types (<a href="https://github.com/vuejs/core/commit/ccf92564d339cdee3947aecfba2e861c88864883">ccf9256</a>), closes <a href="https://github.com/vuejs/core/issues/5414">#5414</a></li>
<li><strong>compiler-sfc:</strong> fix treeshaking of namespace import when used in template (<a href="https://github.com/vuejs/core/commit/8a123ac34fd30fc36ac9e0c252dd345d6d7c7f50">8a123ac</a>), closes <a href="https://github.com/vuejs/core/issues/5209">#5209</a></li>
<li><strong>compiler-sfc:</strong> remove the jsx from the babelParserPlugins when not match the case of adding jsx (<a href="https://github.com/vuejs/core/issues/5846">#5846</a>) (<a href="https://github.com/vuejs/core/commit/7d7a2410e58d3ae59ca3fcf619f332699209fc96">7d7a241</a>), closes <a href="https://github.com/vuejs/core/issues/5845">#5845</a></li>
<li><strong>keep-alive:</strong> fix unmounting late-included components (<a href="https://github.com/vuejs/core/commit/da49c863a21fb9d9de4a1b816dcc4faff8046fdb">da49c86</a>), closes <a href="https://github.com/vuejs/core/issues/3648">#3648</a> <a href="https://github.com/vuejs/core/issues/3650">#3650</a></li>
<li><strong>keep-alive:</strong> invoke initial activated hook for async components (<a href="https://github.com/vuejs/core/commit/20ed16f68c632a271d4e8cb09087c7ed4e936637">20ed16f</a>), closes <a href="https://github.com/vuejs/core/issues/5459">#5459</a> <a href="https://github.com/vuejs/core/issues/5095">#5095</a> <a href="https://github.com/vuejs/core/issues/5651">#5651</a></li>
<li><strong>reactivity-transform:</strong> fix props access codegen for non-identifier prop names (<a href="https://github.com/vuejs/core/issues/5436">#5436</a>) (<a href="https://github.com/vuejs/core/commit/242914d938fccad1c09a52a7ed09f15ac509cf6b">242914d</a>), closes <a href="https://github.com/vuejs/core/issues/5425">#5425</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/vuejs/core/commits/v3.2.34">compare view</a></li>
</ul>
</details>
<br />
---
<details>
<summary>Dependabot commands</summary>
<br />
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
</details>
Dependabot won't notify anymore about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
Dependabot won't notify anymore about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
Pull request closed
This pull request cannot be reopened because the branch was deleted.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Bumps vue from 2.6.14 to 3.2.34.
Release notes
Sourced from vue's releases.
... (truncated)
Changelog
Sourced from vue's changelog.
... (truncated)
Commits
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot rebasewill rebase this MR$dependabot recreatewill recreate this MR rewriting all the manual changes and resolving conflictsDependabot won't notify anymore about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an
ignorecondition with the desiredupdate_typesto your config file.Pull request closed