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
Bumps [vue](https://github.com/vuejs/core) from 2.7.15 to 3.3.11.
<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.3.11</h2>
<p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v3.3.10</h2>
<p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v3.3.9</h2>
<p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v3.3.8</h2>
<p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v3.3.7</h2>
<p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v3.3.6</h2>
<p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v3.3.5</h2>
<p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v3.3.4</h2>
<p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v3.3.3</h2>
<p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v3.3.2</h2>
<p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v3.3.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.3.0 "Rurouni Kenshin"</h2>
<p>Please refer to <a href="https://blog.vuejs.org/posts/vue-3-3">the release blog post</a> for details.</p>
<h2>v3.3.0-beta.5</h2>
<p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v3.3.0-beta.4</h2>
<p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v3.3.0-beta.3</h2>
<p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v3.3.0-beta.2</h2>
<p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v3.3.0-beta.1</h2>
<p>Please refer to <a href="https://github.com/vuejs/core/blob/main/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.3.10...v3.3.11">3.3.11</a> (2023-12-08)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>custom-element:</strong> correctly handle number type props in prod (<a href="https://github.com/vuejs/core/issues/8989">#8989</a>) (<a href="https://github.com/vuejs/core/commit/d74d364d62db8e48881af6b5a75ce4fb5f36cc35">d74d364</a>)</li>
<li><strong>reactivity:</strong> fix mutation on user proxy of reactive Array (<a href="https://github.com/vuejs/core/commit/6ecbd5ce2a7f59314a8326a1d193874b87f4d8c8">6ecbd5c</a>), closes <a href="https://github.com/vuejs/core/issues/9742">#9742</a> <a href="https://github.com/vuejs/core/issues/9751">#9751</a> <a href="https://github.com/vuejs/core/issues/9750">#9750</a></li>
<li><strong>runtime-dom:</strong> fix width and height prop check condition (<a href="https://github.com/vuejs/core/commit/5b002869c533220706f9788b496b8ca8d8e98609">5b00286</a>), closes <a href="https://github.com/vuejs/core/issues/9762">#9762</a></li>
<li><strong>shared:</strong> handle Map with symbol keys in toDisplayString (<a href="https://github.com/vuejs/core/issues/9731">#9731</a>) (<a href="https://github.com/vuejs/core/commit/364821d6bdb1775e2f55a69bcfb9f40f7acf1506">364821d</a>), closes <a href="https://github.com/vuejs/core/issues/9727">#9727</a></li>
<li><strong>shared:</strong> handle more Symbol cases in toDisplayString (<a href="https://github.com/vuejs/core/commit/983d45d4f8eb766b5a16b7ea93b86d3c51618fa6">983d45d</a>)</li>
<li><strong>Suspense:</strong> properly get anchor when mount fallback vnode (<a href="https://github.com/vuejs/core/issues/9770">#9770</a>) (<a href="https://github.com/vuejs/core/commit/b700328342e17dc16b19316c2e134a26107139d2">b700328</a>), closes <a href="https://github.com/vuejs/core/issues/9769">#9769</a></li>
<li><strong>types:</strong> ref() return type should not be any when initial value is any (<a href="https://github.com/vuejs/core/issues/9768">#9768</a>) (<a href="https://github.com/vuejs/core/commit/cdac12161ec27b45ded48854c3d749664b6d4a6d">cdac121</a>)</li>
<li><strong>watch:</strong> should not fire pre watcher on child component unmount (<a href="https://github.com/vuejs/core/issues/7181">#7181</a>) (<a href="https://github.com/vuejs/core/commit/6784f0b1f8501746ea70d87d18ed63a62cf6b76d">6784f0b</a>), closes <a href="https://github.com/vuejs/core/issues/7030">#7030</a></li>
</ul>
<h2><a href="https://github.com/vuejs/core/compare/v3.3.9...v3.3.10">3.3.10</a> (2023-12-04)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>app:</strong> prevent template from being cached between apps with different options (<a href="https://github.com/vuejs/core/issues/9724">#9724</a>) (<a href="https://github.com/vuejs/core/commit/ec715854ca12520b2afc9e9b3981cbae05ae5206">ec71585</a>), closes <a href="https://github.com/vuejs/core/issues/9618">#9618</a></li>
<li><strong>compiler-sfc:</strong> avoid passing forEach index to genMap (<a href="https://github.com/vuejs/core/commit/f12db7fb564a534cef2e5805cc9f54afe5d72fbf">f12db7f</a>)</li>
<li><strong>compiler-sfc:</strong> deindent pug/jade templates (<a href="https://github.com/vuejs/core/commit/634519720a21fb5a6871454e1cadad7053a568b8">6345197</a>), closes <a href="https://github.com/vuejs/core/issues/3231">#3231</a> <a href="https://github.com/vuejs/core/issues/3842">#3842</a> <a href="https://github.com/vuejs/core/issues/7723">#7723</a></li>
<li><strong>compiler-sfc:</strong> fix :where and :is selector in scoped mode with multiple selectors (<a href="https://github.com/vuejs/core/issues/9735">#9735</a>) (<a href="https://github.com/vuejs/core/commit/c3e2c556b532656b50b8ab5cd2d9eabc26622d63">c3e2c55</a>), closes <a href="https://github.com/vuejs/core/issues/9707">#9707</a></li>
<li><strong>compiler-sfc:</strong> generate more treeshaking friendly code (<a href="https://github.com/vuejs/core/issues/9507">#9507</a>) (<a href="https://github.com/vuejs/core/commit/8d74ca0e6fa2738ca6854b7e879ff59419f948c7">8d74ca0</a>), closes <a href="https://github.com/vuejs/core/issues/9500">#9500</a></li>
<li><strong>compiler-sfc:</strong> support inferring generic types (<a href="https://github.com/vuejs/core/issues/8511">#8511</a>) (<a href="https://github.com/vuejs/core/commit/eb5e307c0be62002e62c4c800d0dfacb39b0d4ca">eb5e307</a>), closes <a href="https://github.com/vuejs/core/issues/8482">#8482</a></li>
<li><strong>compiler-sfc:</strong> support resolving components from props (<a href="https://github.com/vuejs/core/issues/8785">#8785</a>) (<a href="https://github.com/vuejs/core/commit/7cbcee3d831241a8bd3588ae92d3f27e3641e25f">7cbcee3</a>)</li>
<li><strong>compiler-sfc:</strong> throw error when failing to load TS during type resolution (<a href="https://github.com/vuejs/core/issues/8883">#8883</a>) (<a href="https://github.com/vuejs/core/commit/4936d2e11a8d0ca3704bfe408548cb26bb3fd5e9">4936d2e</a>)</li>
<li><strong>cssVars:</strong> cssVar names should be double-escaped when generating code for ssr (<a href="https://github.com/vuejs/core/issues/8824">#8824</a>) (<a href="https://github.com/vuejs/core/commit/5199a12f8855cd06f24bf355708b5a2134f63176">5199a12</a>), closes <a href="https://github.com/vuejs/core/issues/7823">#7823</a></li>
<li><strong>deps:</strong> update compiler to ^7.23.4 (<a href="https://github.com/vuejs/core/issues/9681">#9681</a>) (<a href="https://github.com/vuejs/core/commit/31f6ebc4df84490ed29fb75e7bf4259200eb51f0">31f6ebc</a>)</li>
<li><strong>runtime-core:</strong> Suspense get anchor properly in Transition (<a href="https://github.com/vuejs/core/issues/9309">#9309</a>) (<a href="https://github.com/vuejs/core/commit/65f3fe273127a8b68e1222fbb306d28d85f01757">65f3fe2</a>), closes <a href="https://github.com/vuejs/core/issues/8105">#8105</a></li>
<li><strong>runtime-dom:</strong> set width/height with units as attribute (<a href="https://github.com/vuejs/core/issues/8781">#8781</a>) (<a href="https://github.com/vuejs/core/commit/bfc1838f31199de3f189198a3c234fa7bae91386">bfc1838</a>)</li>
<li><strong>ssr:</strong> avoid computed being accidentally cached before server render (<a href="https://github.com/vuejs/core/issues/9688">#9688</a>) (<a href="https://github.com/vuejs/core/commit/30d5d93a92b2154406ec04f8aca6b217fa01177c">30d5d93</a>), closes <a href="https://github.com/vuejs/core/issues/5300">#5300</a></li>
<li><strong>types:</strong> expose emits as props in functional components (<a href="https://github.com/vuejs/core/issues/9234">#9234</a>) (<a href="https://github.com/vuejs/core/commit/887e54c347ea9eac4c721b5e2288f054873d1d30">887e54c</a>)</li>
<li><strong>types:</strong> fix reactive collection types (<a href="https://github.com/vuejs/core/issues/8960">#8960</a>) (<a href="https://github.com/vuejs/core/commit/ad274737015c36906d76f3189203093fa3a2e4e7">ad27473</a>), closes <a href="https://github.com/vuejs/core/issues/8904">#8904</a></li>
<li><strong>types:</strong> improve return type withKeys and withModifiers (<a href="https://github.com/vuejs/core/issues/9734">#9734</a>) (<a href="https://github.com/vuejs/core/commit/43c3cfdec5ae5d70fa2a21e857abc2d73f1a0d07">43c3cfd</a>)</li>
</ul>
<h3>Performance Improvements</h3>
<ul>
<li>optimize on* prop check (<a href="https://github.com/vuejs/core/commit/38aaa8c88648c54fe2616ad9c0961288092fcb44">38aaa8c</a>)</li>
<li><strong>runtime-dom:</strong> cache modifier wrapper functions (<a href="https://github.com/vuejs/core/commit/da4a4fb5e8eee3c6d31f24ebd79a9d0feca56cb2">da4a4fb</a>), closes <a href="https://github.com/vuejs/core/issues/8882">#8882</a></li>
<li><strong>v-on:</strong> constant handlers with modifiers should not be treated as dynamic (<a href="https://github.com/vuejs/core/commit/4d94ebfe75174b340d2b794e699cad1add3600a9">4d94ebf</a>)</li>
</ul>
<h2><a href="https://github.com/vuejs/core/compare/v3.3.8...v3.3.9">3.3.9</a> (2023-11-25)</h2>
<!-- 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.3.11">compare view</a></li>
</ul>
</details>
<br />
---
<details>
<summary>Dependabot commands</summary>
<br />
You can trigger Dependabot actions by commenting on 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.7.15 to 3.3.11.
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 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