For a detailed walkthrough of the new features in 3.3, please read the release blog post.
Features and deprecations listed here are aggregated from the beta and alpha releases. For full chronological history, bug fixes, and other minor features, please consult the individual logs of the 3.3 beta and alpha releases.
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.7.14 to 3.3.1.
<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.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>
<h2>v3.3.0-alpha.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.0-alpha.12</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-alpha.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.0-alpha.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.0-alpha.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.0-alpha.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.0-alpha.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.0-alpha.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.0-alpha.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-alpha.4</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.0...v3.3.1">3.3.1</a> (2023-05-11)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>suspense:</strong> handle nested sync suspense for hydration (<a href="https://github.com/vuejs/core/commit/a3f54857858c8ca0e6b9f12618d151ab255fb040">a3f5485</a>)</li>
</ul>
<h1><a href="https://github.com/vuejs/core/compare/v3.3.0-beta.5...v3.3.0">3.3.0 Rurouni Kenshin</a> (2023-05-11)</h1>
<ul>
<li>
<p>For a detailed walkthrough of the new features in 3.3, please read the <a href="https://blog.vuejs.org/posts/vue-3-3">release blog post</a>.</p>
</li>
<li>
<p>Features and deprecations listed here are aggregated from the beta and alpha releases. For full chronological history, bug fixes, and other minor features, please consult the individual logs of the 3.3 beta and alpha releases.</p>
</li>
</ul>
<h2>Features</h2>
<ul>
<li><strong>sfc:</strong> support imported types in SFC macros (<a href="https://github.com/vuejs/core/pull/8083">#8083</a>)</li>
<li><strong>types/slots:</strong> support slot presence / props type checks via <code>defineSlots</code> macro and <code>slots</code> option (<a href="https://github.com/vuejs/core/issues/7982">#7982</a>) (<a href="https://github.com/vuejs/core/commit/5a2f5d59cffa36a99e6f2feab6b3ba7958b7362f">5a2f5d5</a>)</li>
<li><strong>sfc:</strong> support more ergnomic defineEmits type syntax (<a href="https://github.com/vuejs/core/issues/7992">#7992</a>) (<a href="https://github.com/vuejs/core/commit/8876dccf42a7f05375d97cb18c1afdfd0fc51c94">8876dcc</a>)</li>
<li><strong>sfc:</strong> introduce <code>defineModel</code> macro and <code>useModel</code> helper (<a href="https://github.com/vuejs/core/issues/8018">#8018</a>) (<a href="https://github.com/vuejs/core/commit/14f3d747a34d45415b0036b274517d70a27ec0d3">14f3d74</a>)</li>
<li><strong>reactivity:</strong> improve support of getter usage in reactivity APIs (<a href="https://github.com/vuejs/core/issues/7997">#7997</a>) (<a href="https://github.com/vuejs/core/commit/59e828448e7f37643cd0eaea924a764e9d314448">59e8284</a>)</li>
<li><strong>compiler-sfc:</strong> add defineOptions macro (<a href="https://github.com/vuejs/core/issues/5738">#5738</a>) (<a href="https://github.com/vuejs/core/commit/bcf5841ddecc64d0bdbd56ce1463eb8ebf01bb9d">bcf5841</a>)</li>
<li><strong>types/jsx:</strong> support jsxImportSource, avoid global JSX conflict (<a href="https://github.com/vuejs/core/issues/7958">#7958</a>) (<a href="https://github.com/vuejs/core/commit/d0b7ef3b61d5f83e35e5854b3c2c874e23463102">d0b7ef3</a>)</li>
<li><strong>dx:</strong> improve readability of displayed types for props (<a href="https://github.com/vuejs/core/commit/4c9bfd2b999ce472f7481aae4f9dc5bb9f76628e">4c9bfd2</a>)</li>
<li><strong>app:</strong> app.runWithContext() (<a href="https://github.com/vuejs/core/issues/7451">#7451</a>) (<a href="https://github.com/vuejs/core/commit/869f3fb93e61400be4fd925e0850c2b1564749e2">869f3fb</a>)</li>
<li>hasInjectionContext() for libraries (<a href="https://github.com/vuejs/core/issues/8111">#8111</a>) (<a href="https://github.com/vuejs/core/commit/5510ce385abfa151c07a5253cccf4abccabdd01d">5510ce3</a>)</li>
<li>allow accessing console in template (<a href="https://github.com/vuejs/core/issues/6508">#6508</a>) (<a href="https://github.com/vuejs/core/commit/fe762247f8035d28d543bc5602ad01b0c258f6d6">fe76224</a>), closes <a href="https://github.com/vuejs/core/issues/7939">#7939</a></li>
<li><strong>suspense:</strong> introduce suspensible option for <code><Suspense></code> (<a href="https://github.com/vuejs/core/issues/6736">#6736</a>) (<a href="https://github.com/vuejs/core/commit/cb37d0b9ffb5d4bb81a0367d84295dec8dd4448c">cb37d0b</a>), closes <a href="https://github.com/vuejs/core/issues/5513">#5513</a></li>
<li><strong>compiler-dom:</strong> treat inert as boolean attribute (<a href="https://github.com/vuejs/core/issues/8209">#8209</a>) (<a href="https://github.com/vuejs/core/commit/918ec8a5cbc825a3947cd35fe966671c245af087">918ec8a</a>), closes <a href="https://github.com/vuejs/core/issues/8208">#8208</a></li>
<li><strong>types:</strong> add slots types for built-in components (<a href="https://github.com/vuejs/core/issues/6033">#6033</a>) (<a href="https://github.com/vuejs/core/commit/3cb4dc9e5538e1c2bde9fa691b001615a848c546">3cb4dc9</a>)</li>
<li><strong>types:</strong> provide ExtractPublicPropTypes utility type (<a href="https://github.com/vuejs/core/commit/bff63c5498f5fa098689c18defe48ae08d47eadb">bff63c5</a>), closes <a href="https://github.com/vuejs/core/issues/5272">#5272</a> <a href="https://github.com/vuejs/core/issues/8168">#8168</a></li>
<li><strong>compiler-sfc:</strong> expose parseCache (<a href="https://github.com/vuejs/core/commit/45765488d498d94f8760c9e82f1177070057b17c">4576548</a>), closes <a href="https://github.com/vuejs/core/issues/8202">#8202</a></li>
</ul>
<h2>Deprecations</h2>
<ul>
<li><strong>deprecation:</strong> deprecate <a href="https://github.com/vnode"><code>@vnode</code></a> hooks in favor of vue: prefix (<a href="https://github.com/vuejs/core/commit/5f0394a5ab88c82c74e240161499721f63d5462e">5f0394a</a>)</li>
<li><strong>deprecation:</strong> deprecate v-is directive (<a href="https://github.com/vuejs/core/commit/bbd8301a1344b02de635ea16d4822db1c343bd12">bbd8301</a>)</li>
<li><strong>deprecation:</strong> unwrap injected refs in Options API by default, deprecate app.config.unwrapInjectedRefs (<a href="https://github.com/vuejs/core/commit/526fa3b2ccf038375e76f8af2f1ddf79a7388878">526fa3b</a>)</li>
</ul>
<h1><a href="https://github.com/vuejs/core/compare/v3.3.0-beta.4...v3.3.0-beta.5">3.3.0-beta.5</a> (2023-05-08)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>build:</strong> retain defineComponent() treeshakability in Rollup (<a href="https://github.com/vuejs/core/commit/c2172f3a0ebbd7153e209dd8df6d9724bc524d9a">c2172f3</a>), closes <a href="https://github.com/vuejs/core/issues/8236">#8236</a></li>
<li><strong>compiler-sfc:</strong> enable props destructure when reactivity transform option is enabled (<a href="https://github.com/vuejs/core/commit/862edfd91a2c2f6b75f943cb1a9682c4be5d7fa8">862edfd</a>)</li>
<li><strong>compiler-sfc:</strong> fix built-in type resolving in external files (<a href="https://github.com/vuejs/core/commit/6b194bcf3b8143895c2a472cd87998ebf9856146">6b194bc</a>), closes <a href="https://github.com/vuejs/core/issues/8244">#8244</a></li>
<li><strong>compiler-sfc:</strong> transform destructured props when reactivity transform option is enabled (<a href="https://github.com/vuejs/core/issues/8252">#8252</a>) (<a href="https://github.com/vuejs/core/commit/287bd999942e58925377f50540c7134cff2a9279">287bd99</a>)</li>
<li><strong>runtime-core:</strong> ensure defineComponent name in extraOptions takes higher priority (<a href="https://github.com/vuejs/core/commit/b2be75bad4ba70da1da6930eb914e51ce2c630b2">b2be75b</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.3.1">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.7.14 to 3.3.1.
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