chore: bump vue from 3.4.31 to 3.4.32 #235

Closed
martinr92 wants to merge 0 commits from dependabot-npm_and_yarn-develop-vue-3.4.32 into develop
martinr92 commented 2024-07-18 02:56:30 +00:00 (Migrated from gitlab.com)

Bumps vue from 3.4.31 to 3.4.32.

Release notes

Sourced from vue's releases.

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.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
  • runtime-core: errors during component patch should be caught by error handlers (ee0248a)
  • runtime-core: force diff slot fallback content and provided content (d76dd9c), closes #7256 #9200 #9308 #7266 #9213
  • runtime-core: more edge case fix for manually rendered compiled slot (685e3f3), closes #11336
  • runtime-core: use separate prop caches for components and mixins (#11350) (b0aa234), closes #7998
  • runtime-dom: properly handle innerHTML unmount into new children (#11159) (3e9e32e), closes #9135
  • teleport: skip teleported nodes when locating patch anchor (8655ced), closes #9071 #9134 #9313 #9313
  • v-model: component v-model modifiers trim and number when cases don't match (#9609) (7fb6eb8), closes #4848 #4850 #4850
  • v-once: properly unmount v-once cached trees (d343a0d), closes #5154 #8809

Performance Improvements

  • server-renderer: avoid unnecessary checks in createBuffer (#11364) (fc205bf)
  • server-renderer: optimize unrollBuffer by avoiding promises (#11340) (05779a7)
Commits
  • fd5c001 release: v3.4.32
  • f1bb0ae fix(runtime-core): do not emit when defineModel ref is set with same value (#...
  • 3e9e32e fix(runtime-dom): properly handle innerHTML unmount into new children (#11159)
  • b287aee fix(compiler-sfc): correctly resolve type annotation for declared function (#...
  • 3dc5a1a test: test case for #11286
  • c10e40a fix(hydration): fix tracking of reactive style objects in production
  • a509e30 fix(reactivity): ensure unref correctly resolves type for ShallowRef (#11...
  • 3ee7b4c fix(runtime-core): avoid recursive warning
  • 8655ced fix(teleport): skip teleported nodes when locating patch anchor
  • 50ddafe fix(reactivity): shallowReactive map "unwraps" the nested refs (#8503)
  • Additional commits viewable in compare view

Bumps [vue](https://github.com/vuejs/core) from 3.4.31 to 3.4.32. <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.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.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://github.com/vuejs/core/issues/11279">#11279</a>) (<a href="https://github.com/vuejs/core/commit/b287aeec3ea85f20e4b1fc3d907c901bdc2a0176">b287aee</a>), closes <a href="https://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://github.com/vuejs/core/issues/10279">#10279</a> <a href="https://github.com/vuejs/core/issues/10301">#10301</a></li> <li><strong>hmr:</strong> hmr reload should work with async component (<a href="https://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://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://github.com/vuejs/core/issues/7285">#7285</a> <a href="https://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://github.com/vuejs/core/issues/11360">#11360</a>) (<a href="https://github.com/vuejs/core/commit/a509e30f059fcdd158f39fdf34670b1019eaf2d1">a509e30</a>), closes <a href="https://github.com/vuejs/core/issues/11356">#11356</a></li> <li><strong>reactivity:</strong> shallowReactive map &quot;unwraps&quot; the nested refs (<a href="https://github.com/vuejs/core/issues/8503">#8503</a>) (<a href="https://github.com/vuejs/core/commit/50ddafe91b9195cf94124466239f82c9794699fb">50ddafe</a>), closes <a href="https://github.com/vuejs/core/issues/8501">#8501</a> <a href="https://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://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://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://github.com/vuejs/core/issues/11162">#11162</a>) (<a href="https://github.com/vuejs/core/commit/f1bb0aef084b5cdd4d49aecfed01ec106d9b6897">f1bb0ae</a>), closes <a href="https://github.com/vuejs/core/issues/11125">#11125</a></li> <li><strong>runtime-core:</strong> errors during component patch should be caught by error handlers (<a href="https://github.com/vuejs/core/commit/ee0248accff589a94688e177e5e3af10c18288cb">ee0248a</a>)</li> <li><strong>runtime-core:</strong> force diff slot fallback content and provided content (<a href="https://github.com/vuejs/core/commit/d76dd9c58de24b273bc55af3a8ed81ba693e9683">d76dd9c</a>), closes <a href="https://github.com/vuejs/core/issues/7256">#7256</a> <a href="https://github.com/vuejs/core/issues/9200">#9200</a> <a href="https://github.com/vuejs/core/issues/9308">#9308</a> <a href="https://github.com/vuejs/core/issues/7266">#7266</a> <a href="https://github.com/vuejs/core/issues/9213">#9213</a></li> <li><strong>runtime-core:</strong> more edge case fix for manually rendered compiled slot (<a href="https://github.com/vuejs/core/commit/685e3f381c024b9f4023e60fe0545dc60d90d984">685e3f3</a>), closes <a href="https://github.com/vuejs/core/issues/11336">#11336</a></li> <li><strong>runtime-core:</strong> use separate prop caches for components and mixins (<a href="https://github.com/vuejs/core/issues/11350">#11350</a>) (<a href="https://github.com/vuejs/core/commit/b0aa234e5e7a611c018de68bc31e0cf55518d5ce">b0aa234</a>), closes <a href="https://github.com/vuejs/core/issues/7998">#7998</a></li> <li><strong>runtime-dom:</strong> properly handle innerHTML unmount into new children (<a href="https://github.com/vuejs/core/issues/11159">#11159</a>) (<a href="https://github.com/vuejs/core/commit/3e9e32ee0a6d0fbf67e9098a66ff0a1ea6647806">3e9e32e</a>), closes <a href="https://github.com/vuejs/core/issues/9135">#9135</a></li> <li><strong>teleport:</strong> skip teleported nodes when locating patch anchor (<a href="https://github.com/vuejs/core/commit/8655ced480ea0fe453ff5fe445cecf97b91ec260">8655ced</a>), closes <a href="https://github.com/vuejs/core/issues/9071">#9071</a> <a href="https://github.com/vuejs/core/issues/9134">#9134</a> <a href="https://github.com/vuejs/core/issues/9313">#9313</a> <a href="https://github.com/vuejs/core/issues/9313">#9313</a></li> <li><strong>v-model:</strong> component v-model modifiers trim and number when cases don't match (<a href="https://github.com/vuejs/core/issues/9609">#9609</a>) (<a href="https://github.com/vuejs/core/commit/7fb6eb882b64bf99a99d00606e54b0e050674206">7fb6eb8</a>), closes <a href="https://github.com/vuejs/core/issues/4848">#4848</a> <a href="https://github.com/vuejs/core/issues/4850">#4850</a> <a href="https://github.com/vuejs/core/issues/4850">#4850</a></li> <li><strong>v-once:</strong> properly unmount v-once cached trees (<a href="https://github.com/vuejs/core/commit/d343a0dc01663f91db42b4ddb693e6fffcb45873">d343a0d</a>), closes <a href="https://github.com/vuejs/core/issues/5154">#5154</a> <a href="https://github.com/vuejs/core/issues/8809">#8809</a></li> </ul> <h3>Performance Improvements</h3> <ul> <li><strong>server-renderer:</strong> avoid unnecessary checks in <code>createBuffer</code> (<a href="https://github.com/vuejs/core/issues/11364">#11364</a>) (<a href="https://github.com/vuejs/core/commit/fc205bf4decde5ce0f4a61394ffa3914b502c287">fc205bf</a>)</li> <li><strong>server-renderer:</strong> optimize <code>unrollBuffer</code> by avoiding promises (<a href="https://github.com/vuejs/core/issues/11340">#11340</a>) (<a href="https://github.com/vuejs/core/commit/05779a70bd0b567ae458a07636d229bd07c44c4e">05779a7</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/core/commit/fd5c001ec732197b1bbfc42b666a72ba65c4c4d7"><code>fd5c001</code></a> release: v3.4.32</li> <li><a href="https://github.com/vuejs/core/commit/f1bb0aef084b5cdd4d49aecfed01ec106d9b6897"><code>f1bb0ae</code></a> fix(runtime-core): do not emit when defineModel ref is set with same value (#...</li> <li><a href="https://github.com/vuejs/core/commit/3e9e32ee0a6d0fbf67e9098a66ff0a1ea6647806"><code>3e9e32e</code></a> fix(runtime-dom): properly handle innerHTML unmount into new children (<a href="https://github.com/vuejs/core/issues/11159">#11159</a>)</li> <li><a href="https://github.com/vuejs/core/commit/b287aeec3ea85f20e4b1fc3d907c901bdc2a0176"><code>b287aee</code></a> fix(compiler-sfc): correctly resolve type annotation for declared function (#...</li> <li><a href="https://github.com/vuejs/core/commit/3dc5a1ad98d9ca7e9af04eb32e605c3870ff2576"><code>3dc5a1a</code></a> test: test case for <a href="https://github.com/vuejs/core/issues/11286">#11286</a></li> <li><a href="https://github.com/vuejs/core/commit/c10e40a217b89ab7e0f7f3515242d4246ecffbdd"><code>c10e40a</code></a> fix(hydration): fix tracking of reactive style objects in production</li> <li><a href="https://github.com/vuejs/core/commit/a509e30f059fcdd158f39fdf34670b1019eaf2d1"><code>a509e30</code></a> fix(reactivity): ensure <code>unref</code> correctly resolves type for <code>ShallowRef</code> (<a href="https://github.com/vuejs/core/issues/11">#11</a>...</li> <li><a href="https://github.com/vuejs/core/commit/3ee7b4c7b1374c5bdc50a579b49f6bc15022b085"><code>3ee7b4c</code></a> fix(runtime-core): avoid recursive warning</li> <li><a href="https://github.com/vuejs/core/commit/8655ced480ea0fe453ff5fe445cecf97b91ec260"><code>8655ced</code></a> fix(teleport): skip teleported nodes when locating patch anchor</li> <li><a href="https://github.com/vuejs/core/commit/50ddafe91b9195cf94124466239f82c9794699fb"><code>50ddafe</code></a> fix(reactivity): shallowReactive map &quot;unwraps&quot; the nested refs (<a href="https://github.com/vuejs/core/issues/8503">#8503</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/core/compare/v3.4.31...v3.4.32">compare view</a></li> </ul> </details> <br />
martinr92 commented 2024-07-18 02:56:30 +00:00 (Migrated from gitlab.com)

assigned to @martinr92

assigned to @martinr92
martinr92 commented 2024-07-18 03:00:10 +00:00 (Migrated from gitlab.com)
## SonarCloud Code Analysis ## Quality Gate passed Issues ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed.svg '') [0 New issues](https://sonarcloud.io/project/issues?id=marty-media_server&pullRequest=211&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true) ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/accepted.svg '') [0 Accepted issues](https://sonarcloud.io/project/issues?id=marty-media_server&pullRequest=211&issueStatuses=ACCEPTED) Measures ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed.svg '') [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=marty-media_server&pullRequest=211&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true) ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed.svg '') [0.0% Coverage on New Code](https://sonarcloud.io/component_measures?id=marty-media_server&pullRequest=211&metric=new_coverage&view=list) ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed.svg '') [0.0% Duplication on New Code](https://sonarcloud.io/component_measures?id=marty-media_server&pullRequest=211&metric=new_duplicated_lines_density&view=list) [See analysis details on SonarCloud](https://sonarcloud.io/dashboard?id=marty-media_server&pullRequest=211)
martinr92 commented 2024-07-20 02:56:56 +00:00 (Migrated from gitlab.com)

This merge request has been superseded by !213+

This merge request has been superseded by !213+
martinr92 (Migrated from gitlab.com) closed this pull request 2024-07-20 02:56:56 +00:00

Pull request closed

Sign in to join this conversation.
No description provided.