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.16 to 3.4.3.
<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.4.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.4.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.4.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.4.0</h2>
<p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v3.4.0-rc.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.4.0-rc.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.4.0-rc.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.4.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.4.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.4.0-beta.2</h2>
<p>Please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v3.4.0-beta.1</h2>
<p>Please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v3.4.0-alpha.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.4.0-alpha.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.4.0-alpha.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.4.0-alpha.1</h2>
<p>Please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v3.3.13</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.12</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.4.2...v3.4.3">3.4.3</a> (2023-12-30)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>compiler-sfc:</strong> respect sfc parse options in cache key (<a href="https://github.com/vuejs/core/commit/b8d58ec4f42cbeb9443bf06138add46158db9af0">b8d58ec</a>)</li>
</ul>
<h2><a href="https://github.com/vuejs/core/compare/v3.4.1...v3.4.2">3.4.2</a> (2023-12-30)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>compiler-sfc:</strong> fix dev regression for dot / namespace component usage (<a href="https://github.com/vuejs/core/commit/dce99c12df981ca45a4d848c37ba8b16496025f0">dce99c1</a>), closes <a href="https://github.com/vuejs/core/issues/9947">#9947</a></li>
<li><strong>runtime-core:</strong> support deep: false when watch reactive (<a href="https://github.com/vuejs/core/issues/9928">#9928</a>) (<a href="https://github.com/vuejs/core/commit/4f703d120d76d711084346f73ea295c73e6ef6b6">4f703d1</a>), closes <a href="https://github.com/vuejs/core/issues/9916">#9916</a></li>
<li><strong>ssr:</strong> fix hydration error for slot outlet inside transition-group (<a href="https://github.com/vuejs/core/issues/9937">#9937</a>) (<a href="https://github.com/vuejs/core/commit/6cb00ed0f9b64428ec18fada0f68467d6a813fde">6cb00ed</a>), closes <a href="https://github.com/vuejs/core/issues/9933">#9933</a></li>
</ul>
<h2><a href="https://github.com/vuejs/core/compare/v3.4.0...v3.4.1">3.4.1</a> (2023-12-30)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>compat:</strong> correct enum value for COMPILER_FILTERS feature (<a href="https://github.com/vuejs/core/issues/9875">#9875</a>) (<a href="https://github.com/vuejs/core/commit/77d33e263cf19983caf4e5c53a0eb0bee374843c">77d33e2</a>)</li>
<li><strong>defineModel:</strong> always default modifiers to empty object (<a href="https://github.com/vuejs/core/commit/9bc3c7e29cf15f5ca96703542d10cfd786a3fc55">9bc3c7e</a>), closes <a href="https://github.com/vuejs/core/issues/9945">#9945</a></li>
<li><strong>defineModel:</strong> support local mutation when only prop but no listener is passed (<a href="https://github.com/vuejs/core/commit/97ce041910b6ca4bef10f939493d6b5a06ea5b07">97ce041</a>)</li>
<li><strong>types:</strong> fix defineModel watch type error (<a href="https://github.com/vuejs/core/issues/9942">#9942</a>) (<a href="https://github.com/vuejs/core/commit/4af85835f7e593a7dffa7dc7e99f14877eb70fd1">4af8583</a>), closes <a href="https://github.com/vuejs/core/issues/9939">#9939</a></li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>compiler-sfc:</strong> support passing template parsing options when parsing sfc (<a href="https://github.com/vuejs/core/commit/6fab8551e4aeef4610987640de8b435b1ae321bb">6fab855</a>) (necessary to fix <a href="https://github.com/vitejs/vite-plugin-vue/issues/322">vitejs/vite-plugin-vue#322</a>)</li>
</ul>
<h1><a href="https://github.com/vuejs/core/compare/v3.4.0-rc.3...v3.4.0">3.4.0 Slam Dunk</a> (2023-12-29)</h1>
<blockquote>
<p>Read <a href="https://blog.vuejs.org/posts/vue-3-4">this blog post</a> for an overview of the release highlights.</p>
</blockquote>
<h3>Potential Actions Needed</h3>
<ol>
<li>
<p>To fully leverage new features in 3.4, it is recommended to also update the following dependencies when upgrading to 3.4:</p>
<ul>
<li>Volar / vue-tsc@^1.8.27 (<strong>required</strong>)</li>
<li><code>@vitejs/plugin-vue</code>@^5.0.0 (if using Vite)</li>
<li>nuxt@^3.9.0 (if using Nuxt)</li>
<li>vue-loader@^17.4.0 (if using webpack or vue-cli)</li>
</ul>
</li>
</ol>
<!-- 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.4.3">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.16 to 3.4.3.
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