[PR #290] [CLOSED] Chore(deps-dev): Bump @vue/compiler-sfc from 3.4.24 to 3.4.26 #504

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

📋 Pull Request Information

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

Base: developHead: dependabot/npm_and_yarn/vue/compiler-sfc-3.4.26


📝 Commits (1)

  • ce4114f Chore(deps-dev): Bump @vue/compiler-sfc from 3.4.24 to 3.4.26

📊 Changes

2 files changed (+65 additions, -9 deletions)

View changed files

📝 package-lock.json (+64 -8)
📝 package.json (+1 -1)

📄 Description

Bumps @vue/compiler-sfc from 3.4.24 to 3.4.26.

Release notes

Sourced from @​vue/compiler-sfc's releases.

v3.4.26

Please refer to CHANGELOG.md for details.

v3.4.25

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @​vue/compiler-sfc's changelog.

3.4.26 (2024-04-29)

Bug Fixes

3.4.25 (2024-04-24)

Bug Fixes

Commits

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/290 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/1/2024 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/vue/compiler-sfc-3.4.26` --- ### 📝 Commits (1) - [`ce4114f`](https://github.com/axllent/mailpit/commit/ce4114f3ce60e2bd0f790d78c328521c79078c64) Chore(deps-dev): Bump @vue/compiler-sfc from 3.4.24 to 3.4.26 ### 📊 Changes **2 files changed** (+65 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+64 -8) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [@vue/compiler-sfc](https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc) from 3.4.24 to 3.4.26. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/releases"><code>@​vue/compiler-sfc</code>'s releases</a>.</em></p> <blockquote> <h2>v3.4.26</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.25</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"><code>@​vue/compiler-sfc</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/vuejs/core/compare/v3.4.25...v3.4.26">3.4.26</a> (2024-04-29)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compiler-core:</strong> fix bail constant for globals (<a href="https://github.com/vuejs/core/commit/fefce06b41e3b75de3d748dc6399628ec5056e78">fefce06</a>)</li> <li><strong>compiler-core:</strong> remove unnecessary constant bail check (<a href="https://github.com/vuejs/core/commit/09b4df809e59ef5f4bc91acfc56dc8f82a8e243a">09b4df8</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10807">#10807</a></li> <li><strong>runtime-core:</strong> attrs should be readonly in functional components (<a href="https://redirect.github.com/vuejs/core/issues/10767">#10767</a>) (<a href="https://github.com/vuejs/core/commit/e8fd6446d14a6899e5e8ab1ee394d90088e01844">e8fd644</a>)</li> <li><strong>runtime-core:</strong> ensure slot compiler marker writable (<a href="https://redirect.github.com/vuejs/core/issues/10825">#10825</a>) (<a href="https://github.com/vuejs/core/commit/9c2de6244cd44bc5fbfd82b5850c710ce725044f">9c2de62</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10818">#10818</a></li> <li><strong>runtime-core:</strong> properly handle inherit transition during clone VNode (<a href="https://redirect.github.com/vuejs/core/issues/10809">#10809</a>) (<a href="https://github.com/vuejs/core/commit/638a79f64a7e184f2a2c65e21d764703f4bda561">638a79f</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/3716">#3716</a> <a href="https://redirect.github.com/vuejs/core/issues/10497">#10497</a> <a href="https://redirect.github.com/vuejs/core/issues/4091">#4091</a></li> <li><strong>Transition:</strong> re-fix <a href="https://redirect.github.com/vuejs/core/issues/10620">#10620</a> (<a href="https://redirect.github.com/vuejs/core/issues/10832">#10832</a>) (<a href="https://github.com/vuejs/core/commit/accf8396ae1c9dd49759ba0546483f1d2c70c9bc">accf839</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10632">#10632</a> <a href="https://redirect.github.com/vuejs/core/issues/10827">#10827</a></li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.4.24...v3.4.25">3.4.25</a> (2024-04-24)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>defineModel:</strong> align prod mode runtime type generation with defineProps (<a href="https://github.com/vuejs/core/commit/4253a57f1703a7f1ac701d77e0a235689203461d">4253a57</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10769">#10769</a></li> <li><strong>runtime-core:</strong> properly get keepAlive child (<a href="https://redirect.github.com/vuejs/core/issues/10772">#10772</a>) (<a href="https://github.com/vuejs/core/commit/3724693a25c3f2dd13d70a8a1af760b03a4fb783">3724693</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10771">#10771</a></li> <li><strong>runtime-core:</strong> use normal object as internal prototype for attrs and slots (<a href="https://github.com/vuejs/core/commit/064e82f5855f30fe0b77fe9b5e4dd22700fd634d">064e82f</a>), closes <a href="https://github.com//github.com/vuejs/core/commit/6df53d85a207986128159d88565e6e7045db2add/issues/r141304923">/github.com/vuejs/core/commit/6df53d85a207986128159d88565e6e7045db2add#r141304923</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/core/commit/241790937c5445855c9341ce32cb9337eabc8106"><code>2417909</code></a> release: v3.4.26</li> <li><a href="https://github.com/vuejs/core/commit/574c3e63bbb764c82fd7228eac979bb3e7fa731d"><code>574c3e6</code></a> release: v3.4.25</li> <li><a href="https://github.com/vuejs/core/commit/4253a57f1703a7f1ac701d77e0a235689203461d"><code>4253a57</code></a> fix(defineModel): align prod mode runtime type generation with defineProps</li> <li>See full diff in <a href="https://github.com/vuejs/core/commits/v3.4.26/packages/compiler-sfc">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@vue/compiler-sfc&package-manager=npm_and_yarn&previous-version=3.4.24&new-version=3.4.26)](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:22:37 +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#504
No description provided.