[PR #221] [CLOSED] Bump vue from 3.3.12 to 3.4.3 #480

Closed
opened 2026-03-15 14:21:15 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/axllent/mailpit/pull/221
Author: @dependabot[bot]
Created: 1/1/2024
Status: Closed

Base: developHead: dependabot/npm_and_yarn/vue-3.4.3


📝 Commits (1)

  • 9cf7942 Bump vue from 3.3.12 to 3.4.3

📊 Changes

2 files changed (+70 additions, -71 deletions)

View changed files

📝 package-lock.json (+69 -70)
📝 package.json (+1 -1)

📄 Description

Bumps vue from 3.3.12 to 3.4.3.

Release notes

Sourced from vue's releases.

v3.4.3

Please refer to CHANGELOG.md for details.

v3.4.2

Please refer to CHANGELOG.md for details.

v3.4.1

Please refer to CHANGELOG.md for details.

v3.4.0

Please refer to CHANGELOG.md for details.

v3.4.0-rc.3

Please refer to CHANGELOG.md for details.

v3.4.0-rc.2

Please refer to CHANGELOG.md for details.

v3.4.0-rc.1

Please refer to CHANGELOG.md for details.

v3.4.0-beta.4

Please refer to CHANGELOG.md for details.

v3.4.0-beta.3

Please refer to CHANGELOG.md for details.

v3.4.0-beta.2

Please refer to CHANGELOG.md for details.

v3.4.0-beta.1

Please refer to CHANGELOG.md for details.

v3.4.0-alpha.4

Please refer to CHANGELOG.md for details.

v3.4.0-alpha.3

Please refer to CHANGELOG.md for details.

v3.4.0-alpha.2

Please refer to CHANGELOG.md for details.

v3.4.0-alpha.1

Please refer to CHANGELOG.md for details.

v3.3.13

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vue's changelog.

3.4.3 (2023-12-30)

Bug Fixes

  • compiler-sfc: respect sfc parse options in cache key (b8d58ec)

3.4.2 (2023-12-30)

Bug Fixes

  • compiler-sfc: fix dev regression for dot / namespace component usage (dce99c1), closes #9947
  • runtime-core: support deep: false when watch reactive (#9928) (4f703d1), closes #9916
  • ssr: fix hydration error for slot outlet inside transition-group (#9937) (6cb00ed), closes #9933

3.4.1 (2023-12-30)

Bug Fixes

  • compat: correct enum value for COMPILER_FILTERS feature (#9875) (77d33e2)
  • defineModel: always default modifiers to empty object (9bc3c7e), closes #9945
  • defineModel: support local mutation when only prop but no listener is passed (97ce041)
  • types: fix defineModel watch type error (#9942) (4af8583), closes #9939

Features

3.4.0 Slam Dunk (2023-12-29)

Read this blog post for an overview of the release highlights.

Potential Actions Needed

  1. To fully leverage new features in 3.4, it is recommended to also update the following dependencies when upgrading to 3.4:

    • Volar / vue-tsc@^1.8.27 (required)
    • @​vitejs/plugin-vue@^5.0.0 (if using Vite)
    • nuxt@^3.9.0 (if using Nuxt)
    • vue-loader@^17.4.0 (if using webpack or vue-cli)

... (truncated)

Commits
  • 8f85b6d release: v3.4.3
  • 274f6f7 test: test case for sfc parse options cache invalidation
  • b8d58ec fix(compiler-sfc): respect sfc parse options in cache key
  • b010cb9 release: v3.4.2
  • 6cb00ed fix(ssr): fix hydration error for slot outlet inside transition-group (#9937)
  • c3fd577 chore: fix snapshot
  • 4f703d1 fix(runtime-core): support deep: false when watch reactive (#9928)
  • dce99c1 fix(compiler-sfc): fix dev regression for dot / namespace component usage
  • 63c3e62 test: split import usage check tests into dedicated file
  • f787337 release: v3.4.1
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/axllent/mailpit/pull/221 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/1/2024 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/vue-3.4.3` --- ### 📝 Commits (1) - [`9cf7942`](https://github.com/axllent/mailpit/commit/9cf7942f030bc52b6c3177c8ddaaf332c950df86) Bump vue from 3.3.12 to 3.4.3 ### 📊 Changes **2 files changed** (+70 additions, -71 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+69 -70) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [vue](https://github.com/vuejs/core) from 3.3.12 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> </blockquote> </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.12...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.12&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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 14:21:15 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/mailpit#480
No description provided.