Skip to content

Commit f501a8e

Browse files
Bump vue from 3.3.8 to 3.4.3 (#21)
Bumps [vue](https://github.com/vuejs/core) from 3.3.8 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://redirect.github.com/vuejs/core/issues/9947">#9947</a></li> <li><strong>runtime-core:</strong> support deep: false when watch reactive (<a href="https://redirect.github.com/vuejs/core/issues/9928">#9928</a>) (<a href="https://github.com/vuejs/core/commit/4f703d120d76d711084346f73ea295c73e6ef6b6">4f703d1</a>), closes <a href="https://redirect.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://redirect.github.com/vuejs/core/issues/9937">#9937</a>) (<a href="https://github.com/vuejs/core/commit/6cb00ed0f9b64428ec18fada0f68467d6a813fde">6cb00ed</a>), closes <a href="https://redirect.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://redirect.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://redirect.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://redirect.github.com/vuejs/core/issues/9942">#9942</a>) (<a href="https://github.com/vuejs/core/commit/4af85835f7e593a7dffa7dc7e99f14877eb70fd1">4af8583</a>), closes <a href="https://redirect.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://redirect.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><a href="https://github.com/vuejs/core/commit/8f85b6da442cec326c22418ead6486e914245656"><code>8f85b6d</code></a> release: v3.4.3</li> <li><a href="https://github.com/vuejs/core/commit/274f6f71fcc36eb4e3cdbaa65e2f4b98c013ec34"><code>274f6f7</code></a> test: test case for sfc parse options cache invalidation</li> <li><a href="https://github.com/vuejs/core/commit/b8d58ec4f42cbeb9443bf06138add46158db9af0"><code>b8d58ec</code></a> fix(compiler-sfc): respect sfc parse options in cache key</li> <li><a href="https://github.com/vuejs/core/commit/b010cb9939c79b1221bcb2715d8d8094530ef155"><code>b010cb9</code></a> release: v3.4.2</li> <li><a href="https://github.com/vuejs/core/commit/6cb00ed0f9b64428ec18fada0f68467d6a813fde"><code>6cb00ed</code></a> fix(ssr): fix hydration error for slot outlet inside transition-group (<a href="https://redirect.github.com/vuejs/core/issues/9937">#9937</a>)</li> <li><a href="https://github.com/vuejs/core/commit/c3fd5771773ffe9f4fdb81c1cbdc6e9c0cbfb5b7"><code>c3fd577</code></a> chore: fix snapshot</li> <li><a href="https://github.com/vuejs/core/commit/4f703d120d76d711084346f73ea295c73e6ef6b6"><code>4f703d1</code></a> fix(runtime-core): support deep: false when watch reactive (<a href="https://redirect.github.com/vuejs/core/issues/9928">#9928</a>)</li> <li><a href="https://github.com/vuejs/core/commit/dce99c12df981ca45a4d848c37ba8b16496025f0"><code>dce99c1</code></a> fix(compiler-sfc): fix dev regression for dot / namespace component usage</li> <li><a href="https://github.com/vuejs/core/commit/63c3e621ce6db8177bfdb4bf3990ea4cae803290"><code>63c3e62</code></a> test: split import usage check tests into dedicated file</li> <li><a href="https://github.com/vuejs/core/commit/f787337b4782cbc59266ebc804b2656b90cce51b"><code>f787337</code></a> release: v3.4.1</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/core/compare/v3.3.8...v3.4.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vue&package-manager=npm_and_yarn&previous-version=3.3.8&new-version=3.4.3)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 94cc2a3 commit f501a8e

File tree

2 files changed

+103
-33
lines changed

2 files changed

+103
-33
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"style-loader": "3.3.3",
3939
"ts-node": "10.9.1",
4040
"typescript": "5.2.2",
41-
"vue": "3.3.8",
41+
"vue": "3.4.3",
4242
"vue-loader": "17.3.1",
4343
"webpack": "5.89.0",
4444
"webpack-bundle-analyzer": "4.9.1",

pnpm-lock.yaml

Lines changed: 102 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)