[PR #341] [CLOSED] Chore: Bump vue from 3.4.31 to 3.4.35 #519

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

📋 Pull Request Information

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

Base: developHead: dependabot/npm_and_yarn/vue-3.4.35


📝 Commits (1)

  • 4dc4be3 Chore: Bump vue from 3.4.31 to 3.4.35

📊 Changes

2 files changed (+104 additions, -64 deletions)

View changed files

📝 package-lock.json (+103 -63)
📝 package.json (+1 -1)

📄 Description

Bumps vue from 3.4.31 to 3.4.35.

Release notes

Sourced from vue's releases.

v3.4.35

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.4.34

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.4.33

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.4.32

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

Changelog

Sourced from vue's changelog.

3.4.35 (2024-07-31)

Bug Fixes

  • teleport/ssr: fix Teleport hydration regression due to targetStart anchor addition (7b18cdb)
  • teleport/ssr: ensure targetAnchor and targetStart not null during hydration (#11456) (12667da), closes #11400
  • types/ref: allow getter and setter types to be unrelated (#11442) (e0b2975)

Performance Improvements

  • runtime-core: improve efficiency of normalizePropsOptions (#11409) (5680142), closes #9739

3.4.34 (2024-07-24)

Bug Fixes

  • defineModel: correct update with multiple changes in same tick (#11430) (a18f1ec), closes #11429

3.4.33 (2024-07-19)

Bug Fixes

  • runtime-dom: handle undefined values in v-html (#11403) (5df67e3)

3.4.32 (2024-07-17)

Bug Fixes

  • build: use consistent minify options from previous terser config (789675f)
  • compiler-sfc: correctly resolve type annotation for declared function (#11279) (b287aee), closes #11266
  • defineModel: force local update when setter results in same emitted value (de174e1), closes #10279 #10301
  • hmr: hmr reload should work with async component (#11248) (c8b9794)
  • hydration: fix tracking of reactive style objects in production (c10e40a), closes #11372
  • hydration: handle consectuvie text nodes during hydration (f44c3b3), closes #7285 #7301
  • reactivity: ensure unref correctly resolves type for ShallowRef (#11360) (a509e30), closes #11356
  • reactivity: shallowReactive map "unwraps" the nested refs (#8503) (50ddafe), closes #8501 #11249
  • runtime-core: avoid recursive warning (3ee7b4c), closes #8074
  • runtime-core: bail manually rendered compiler slot fragments in all cases (3d34f40), closes #10870
  • runtime-core: do not emit when defineModel ref is set with same value (#11162) (f1bb0ae), closes #11125

... (truncated)

Commits
  • 0b8ba63 release: v3.4.35
  • 7b18cdb fix(teleport/ssr): fix Teleport hydration regression due to targetStart ancho...
  • 12667da fix(Teleport): ensure targetAnchor and targetStart not null during hydration ...
  • af60e35 test: make transition tests more stable locally
  • 5680142 perf(runtime-core): improve efficiency of normalizePropsOptions (#11409)
  • 87923f6 chore(types): reuse built-in Iterator type (#11435)
  • 208f5c0 chore(deps): update dependency conventional-changelog-cli to v5 (#11449)
  • 5bca503 chore(deps): update dependency eslint-plugin-import-x to v3 (#11450)
  • e0b2975 fix(types/ref): allow getter and setter types to be unrelated (#11442)
  • 8e052ee chore(sfc-playgroud): highlight the commit and latest version when active in ...
  • 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/341 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/1/2024 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/vue-3.4.35` --- ### 📝 Commits (1) - [`4dc4be3`](https://github.com/axllent/mailpit/commit/4dc4be323a0679d50f12a47abcafdde355df16b6) Chore: Bump vue from 3.4.31 to 3.4.35 ### 📊 Changes **2 files changed** (+104 additions, -64 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+103 -63) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [vue](https://github.com/vuejs/core) from 3.4.31 to 3.4.35. <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.35</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.4.34</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.4.33</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.4.32</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</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.34...v3.4.35">3.4.35</a> (2024-07-31)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>teleport/ssr:</strong> fix Teleport hydration regression due to targetStart anchor addition (<a href="https://github.com/vuejs/core/commit/7b18cdb0b53a94007ca6a3675bf41b5d3153fec6">7b18cdb</a>)</li> <li><strong>teleport/ssr:</strong> ensure targetAnchor and targetStart not null during hydration (<a href="https://redirect.github.com/vuejs/core/issues/11456">#11456</a>) (<a href="https://github.com/vuejs/core/commit/12667da4879f980dcf2c50e36f3642d085a87d71">12667da</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11400">#11400</a></li> <li><strong>types/ref:</strong> allow getter and setter types to be unrelated (<a href="https://redirect.github.com/vuejs/core/issues/11442">#11442</a>) (<a href="https://github.com/vuejs/core/commit/e0b2975ef65ae6a0be0aa0a0df43fb887c665251">e0b2975</a>)</li> </ul> <h3>Performance Improvements</h3> <ul> <li><strong>runtime-core:</strong> improve efficiency of normalizePropsOptions (<a href="https://redirect.github.com/vuejs/core/issues/11409">#11409</a>) (<a href="https://github.com/vuejs/core/commit/5680142e68096c42e66da9f4c6220d040d7c56ba">5680142</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/9739">#9739</a></li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.4.33...v3.4.34">3.4.34</a> (2024-07-24)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>defineModel:</strong> correct update with multiple changes in same tick (<a href="https://redirect.github.com/vuejs/core/issues/11430">#11430</a>) (<a href="https://github.com/vuejs/core/commit/a18f1ecf05842337f1eb39a6871adb8cb4024093">a18f1ec</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11429">#11429</a></li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.4.32...v3.4.33">3.4.33</a> (2024-07-19)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>runtime-dom:</strong> handle undefined values in v-html (<a href="https://redirect.github.com/vuejs/core/issues/11403">#11403</a>) (<a href="https://github.com/vuejs/core/commit/5df67e36756639ea7b923d1b139d6cb14450123b">5df67e3</a>)</li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.4.31...v3.4.32">3.4.32</a> (2024-07-17)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>build:</strong> use consistent minify options from previous terser config (<a href="https://github.com/vuejs/core/commit/789675f65d2b72cf979ba6a29bd323f716154a4b">789675f</a>)</li> <li><strong>compiler-sfc:</strong> correctly resolve type annotation for declared function (<a href="https://redirect.github.com/vuejs/core/issues/11279">#11279</a>) (<a href="https://github.com/vuejs/core/commit/b287aeec3ea85f20e4b1fc3d907c901bdc2a0176">b287aee</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11266">#11266</a></li> <li><strong>defineModel:</strong> force local update when setter results in same emitted value (<a href="https://github.com/vuejs/core/commit/de174e1aa756508c7542605a448e55a373afb1ed">de174e1</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10279">#10279</a> <a href="https://redirect.github.com/vuejs/core/issues/10301">#10301</a></li> <li><strong>hmr:</strong> hmr reload should work with async component (<a href="https://redirect.github.com/vuejs/core/issues/11248">#11248</a>) (<a href="https://github.com/vuejs/core/commit/c8b97945759e869c997d60c3350d2451c5ff7887">c8b9794</a>)</li> <li><strong>hydration:</strong> fix tracking of reactive style objects in production (<a href="https://github.com/vuejs/core/commit/c10e40a217b89ab7e0f7f3515242d4246ecffbdd">c10e40a</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11372">#11372</a></li> <li><strong>hydration:</strong> handle consectuvie text nodes during hydration (<a href="https://github.com/vuejs/core/commit/f44c3b37d446d5f8e34539029dae0d806b25bb47">f44c3b3</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/7285">#7285</a> <a href="https://redirect.github.com/vuejs/core/issues/7301">#7301</a></li> <li><strong>reactivity:</strong> ensure <code>unref</code> correctly resolves type for <code>ShallowRef</code> (<a href="https://redirect.github.com/vuejs/core/issues/11360">#11360</a>) (<a href="https://github.com/vuejs/core/commit/a509e30f059fcdd158f39fdf34670b1019eaf2d1">a509e30</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11356">#11356</a></li> <li><strong>reactivity:</strong> shallowReactive map &quot;unwraps&quot; the nested refs (<a href="https://redirect.github.com/vuejs/core/issues/8503">#8503</a>) (<a href="https://github.com/vuejs/core/commit/50ddafe91b9195cf94124466239f82c9794699fb">50ddafe</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8501">#8501</a> <a href="https://redirect.github.com/vuejs/core/issues/11249">#11249</a></li> <li><strong>runtime-core:</strong> avoid recursive warning (<a href="https://github.com/vuejs/core/commit/3ee7b4c7b1374c5bdc50a579b49f6bc15022b085">3ee7b4c</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8074">#8074</a></li> <li><strong>runtime-core:</strong> bail manually rendered compiler slot fragments in all cases (<a href="https://github.com/vuejs/core/commit/3d34f406ac7497dafd2f4e62ab23579b78a0e08a">3d34f40</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10870">#10870</a></li> <li><strong>runtime-core:</strong> do not emit when defineModel ref is set with same value (<a href="https://redirect.github.com/vuejs/core/issues/11162">#11162</a>) (<a href="https://github.com/vuejs/core/commit/f1bb0aef084b5cdd4d49aecfed01ec106d9b6897">f1bb0ae</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11125">#11125</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/core/commit/0b8ba6320eaf8b08e83d7c1e1309254dd0b021da"><code>0b8ba63</code></a> release: v3.4.35</li> <li><a href="https://github.com/vuejs/core/commit/7b18cdb0b53a94007ca6a3675bf41b5d3153fec6"><code>7b18cdb</code></a> fix(teleport/ssr): fix Teleport hydration regression due to targetStart ancho...</li> <li><a href="https://github.com/vuejs/core/commit/12667da4879f980dcf2c50e36f3642d085a87d71"><code>12667da</code></a> fix(Teleport): ensure targetAnchor and targetStart not null during hydration ...</li> <li><a href="https://github.com/vuejs/core/commit/af60e3560c84e44136f950fc3d0e39b576098c6c"><code>af60e35</code></a> test: make transition tests more stable locally</li> <li><a href="https://github.com/vuejs/core/commit/5680142e68096c42e66da9f4c6220d040d7c56ba"><code>5680142</code></a> perf(runtime-core): improve efficiency of normalizePropsOptions (<a href="https://redirect.github.com/vuejs/core/issues/11409">#11409</a>)</li> <li><a href="https://github.com/vuejs/core/commit/87923f6af12f8ede677a3830c269d9486d9d95de"><code>87923f6</code></a> chore(types): reuse built-in Iterator type (<a href="https://redirect.github.com/vuejs/core/issues/11435">#11435</a>)</li> <li><a href="https://github.com/vuejs/core/commit/208f5c04e7fb066ac23e2dc2c5c0b7043fcb4464"><code>208f5c0</code></a> chore(deps): update dependency conventional-changelog-cli to v5 (<a href="https://redirect.github.com/vuejs/core/issues/11449">#11449</a>)</li> <li><a href="https://github.com/vuejs/core/commit/5bca503d1ee9842819bf8033492849976e4d2c1c"><code>5bca503</code></a> chore(deps): update dependency eslint-plugin-import-x to v3 (<a href="https://redirect.github.com/vuejs/core/issues/11450">#11450</a>)</li> <li><a href="https://github.com/vuejs/core/commit/e0b2975ef65ae6a0be0aa0a0df43fb887c665251"><code>e0b2975</code></a> fix(types/ref): allow getter and setter types to be unrelated (<a href="https://redirect.github.com/vuejs/core/issues/11442">#11442</a>)</li> <li><a href="https://github.com/vuejs/core/commit/8e052eecf3258a12af6ef6f54d2b94714f44782d"><code>8e052ee</code></a> chore(sfc-playgroud): highlight the commit and latest version when active in ...</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/core/compare/v3.4.31...v3.4.35">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.4.31&new-version=3.4.35)](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:23:25 +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#519
No description provided.