chore: bump vue from 3.4.21 to 3.4.25 #194

Closed
martinr92 wants to merge 0 commits from dependabot-npm_and_yarn-develop-vue-3.4.25 into develop
martinr92 commented 2024-04-25 03:00:04 +00:00 (Migrated from gitlab.com)

Bumps vue from 3.4.21 to 3.4.25.

Release notes

Sourced from vue's releases.

v3.4.25

Please refer to CHANGELOG.md for details.

v3.4.24

Please refer to CHANGELOG.md for details.

v3.4.23

Please refer to CHANGELOG.md for details.

v3.4.22

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vue's changelog.

3.4.25 (2024-04-24)

Bug Fixes

3.4.24 (2024-04-22)

Bug Fixes

  • compiler-core: handle template ref bound via v-bind object on v-for (#10706) (da7adef), closes #10696
  • compiler-core: properly parse await expressions in edge cases (b92c25f), closes #10754
  • compiler-sfc: handle readonly operator and ReadonlyArray/Map/Set types (5cef52a), closes #10726
  • compiler-ssr: fix hydration mismatch for conditional slot in transition (f12c81e), closes #10743
  • compiler-ssr: fix v-html SSR for nullish values (1ff4076), closes #10725
  • deps: update compiler (#10760) (15df5c1)
  • runtime-core: fix edge case of KeepAlive inside Transition with slot children (#10719) (e51ca61), closes #10708
  • runtime-core: further fix slots _ctx check (cde7f05), closes #10724
  • runtime-core: props should be readonly via direct template access (b93f264), closes #8216 #10736
  • transition: transition is breaking/flickering when enter is canceled (#10688) (65109a7)

3.4.23 (2024-04-16)

Bug Fixes

  • runtime-core: fix regression for $attrs tracking in slots (6930e60), closes #10710
  • runtime-core: use same internal object mechanism for slots (6df53d8), closes #10709

3.4.22 (2024-04-15)

Bug Fixes

  • compat: fix $options mutation + adjust private API initialization (d58d133), closes #10626 #10636
  • compile-sfc: analyze v-bind shorthand usage in template (#10518) (e5919d4), closes #10515
  • compiler-core: fix loc.source for end tags with whitespace before > (16174da), closes #10694 #10695
  • compiler-core: fix v-bind shorthand for component :is (04af950), closes #10469 #10471
  • compiler-sfc: :is() and :where() in compound selectors (#10522) (660cadc), closes #10511
  • compiler-sfc: also search for .tsx when type import's extension is omitted (#10637) (34106bc), closes #10635

... (truncated)

Commits
  • 574c3e6 release: v3.4.25
  • 8ee69e7 ci: use single thread for e2e tests on ci
  • 064e82f fix(runtime-core): use normal object as internal prototype for attrs and slots
  • 4253a57 fix(defineModel): align prod mode runtime type generation with defineProps
  • 3724693 fix(runtime-core): properly get keepAlive child (#10772)
  • 958286e release: v3.4.24
  • b92c25f fix(compiler-core): properly parse await expressions in edge cases
  • 173ec65 test: revert to threads
  • f12c81e fix(compiler-ssr): fix hydration mismatch for conditional slot in transition
  • c8e87a1 test: use pool: vmThreads
  • Additional commits viewable in compare view

Bumps [vue](https://github.com/vuejs/core) from 3.4.21 to 3.4.25. <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.25</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.24</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.23</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.22</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.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://github.com/vuejs/core/issues/10769">#10769</a></li> <li><strong>runtime-core:</strong> properly get keepAlive child (<a href="https://github.com/vuejs/core/issues/10772">#10772</a>) (<a href="https://github.com/vuejs/core/commit/3724693a25c3f2dd13d70a8a1af760b03a4fb783">3724693</a>), closes <a href="https://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> <h2><a href="https://github.com/vuejs/core/compare/v3.4.23...v3.4.24">3.4.24</a> (2024-04-22)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compiler-core:</strong> handle template ref bound via v-bind object on v-for (<a href="https://github.com/vuejs/core/issues/10706">#10706</a>) (<a href="https://github.com/vuejs/core/commit/da7adefa844265eecc9c336abfc727bc05b4f16e">da7adef</a>), closes <a href="https://github.com/vuejs/core/issues/10696">#10696</a></li> <li><strong>compiler-core:</strong> properly parse await expressions in edge cases (<a href="https://github.com/vuejs/core/commit/b92c25f53dff0fc1687f57ca4033d0ac25218940">b92c25f</a>), closes <a href="https://github.com/vuejs/core/issues/10754">#10754</a></li> <li><strong>compiler-sfc:</strong> handle readonly operator and ReadonlyArray/Map/Set types (<a href="https://github.com/vuejs/core/commit/5cef52a5c23ba8ba3239e6def03b8ff008d3cc72">5cef52a</a>), closes <a href="https://github.com/vuejs/core/issues/10726">#10726</a></li> <li><strong>compiler-ssr:</strong> fix hydration mismatch for conditional slot in transition (<a href="https://github.com/vuejs/core/commit/f12c81efca3fcf9a7ce478af2261ad6ab9b0bfd7">f12c81e</a>), closes <a href="https://github.com/vuejs/core/issues/10743">#10743</a></li> <li><strong>compiler-ssr:</strong> fix v-html SSR for nullish values (<a href="https://github.com/vuejs/core/commit/1ff407676f9495883b459779a9b0370d7588b51f">1ff4076</a>), closes <a href="https://github.com/vuejs/core/issues/10725">#10725</a></li> <li><strong>deps:</strong> update compiler (<a href="https://github.com/vuejs/core/issues/10760">#10760</a>) (<a href="https://github.com/vuejs/core/commit/15df5c1b261b9b471eb811fd47ab7b3cfc41cf83">15df5c1</a>)</li> <li><strong>runtime-core:</strong> fix edge case of KeepAlive inside Transition with slot children (<a href="https://github.com/vuejs/core/issues/10719">#10719</a>) (<a href="https://github.com/vuejs/core/commit/e51ca61ca060b2772e967d169548fc2f58fce6d1">e51ca61</a>), closes <a href="https://github.com/vuejs/core/issues/10708">#10708</a></li> <li><strong>runtime-core:</strong> further fix slots _ctx check (<a href="https://github.com/vuejs/core/commit/cde7f05787d16dbb93d9419ef5331adf992816fd">cde7f05</a>), closes <a href="https://github.com/vuejs/core/issues/10724">#10724</a></li> <li><strong>runtime-core:</strong> props should be readonly via direct template access (<a href="https://github.com/vuejs/core/commit/b93f26464785de227b88c51a88328ae80e80d804">b93f264</a>), closes <a href="https://github.com/vuejs/core/issues/8216">#8216</a> <a href="https://github.com/vuejs/core/issues/10736">#10736</a></li> <li><strong>transition:</strong> transition is breaking/flickering when enter is canceled (<a href="https://github.com/vuejs/core/issues/10688">#10688</a>) (<a href="https://github.com/vuejs/core/commit/65109a70f187473edae8cf4df11af3c33345e6f6">65109a7</a>)</li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.4.22...v3.4.23">3.4.23</a> (2024-04-16)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>runtime-core:</strong> fix regression for $attrs tracking in slots (<a href="https://github.com/vuejs/core/commit/6930e60787e4905a50417190263ae7dd46cf5409">6930e60</a>), closes <a href="https://github.com/vuejs/core/issues/10710">#10710</a></li> <li><strong>runtime-core:</strong> use same internal object mechanism for slots (<a href="https://github.com/vuejs/core/commit/6df53d85a207986128159d88565e6e7045db2add">6df53d8</a>), closes <a href="https://github.com/vuejs/core/issues/10709">#10709</a></li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.4.21...v3.4.22">3.4.22</a> (2024-04-15)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compat:</strong> fix $options mutation + adjust private API initialization (<a href="https://github.com/vuejs/core/commit/d58d133b1cde5085cc5ab0012d544cafd62a6ee6">d58d133</a>), closes <a href="https://github.com/vuejs/core/issues/10626">#10626</a> <a href="https://github.com/vuejs/core/issues/10636">#10636</a></li> <li><strong>compile-sfc:</strong> analyze v-bind shorthand usage in template (<a href="https://github.com/vuejs/core/issues/10518">#10518</a>) (<a href="https://github.com/vuejs/core/commit/e5919d4658cfe0bb18c76611dd3c3432c57f94ab">e5919d4</a>), closes <a href="https://github.com/vuejs/core/issues/10515">#10515</a></li> <li><strong>compiler-core:</strong> fix loc.source for end tags with whitespace before &gt; (<a href="https://github.com/vuejs/core/commit/16174da21d6c8ac0aae027dd964fc35e221ded0a">16174da</a>), closes <a href="https://github.com/vuejs/core/issues/10694">#10694</a> <a href="https://github.com/vuejs/core/issues/10695">#10695</a></li> <li><strong>compiler-core:</strong> fix v-bind shorthand for component :is (<a href="https://github.com/vuejs/core/commit/04af9504a720c8e6de26c04b1282cf14fa1bcee3">04af950</a>), closes <a href="https://github.com/vuejs/core/issues/10469">#10469</a> <a href="https://github.com/vuejs/core/issues/10471">#10471</a></li> <li><strong>compiler-sfc:</strong> :is() and :where() in compound selectors (<a href="https://github.com/vuejs/core/issues/10522">#10522</a>) (<a href="https://github.com/vuejs/core/commit/660cadc7aadb909ef33a6055c4374902a82607a4">660cadc</a>), closes <a href="https://github.com/vuejs/core/issues/10511">#10511</a></li> <li><strong>compiler-sfc:</strong> also search for <code>.tsx</code> when type import's extension is omitted (<a href="https://github.com/vuejs/core/issues/10637">#10637</a>) (<a href="https://github.com/vuejs/core/commit/34106bc9c715247211273bb9c64712f04bd4879d">34106bc</a>), closes <a href="https://github.com/vuejs/core/issues/10635">#10635</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/574c3e63bbb764c82fd7228eac979bb3e7fa731d"><code>574c3e6</code></a> release: v3.4.25</li> <li><a href="https://github.com/vuejs/core/commit/8ee69e7eaf37d7171d80d7c93f6ce729d1fa698c"><code>8ee69e7</code></a> ci: use single thread for e2e tests on ci</li> <li><a href="https://github.com/vuejs/core/commit/064e82f5855f30fe0b77fe9b5e4dd22700fd634d"><code>064e82f</code></a> fix(runtime-core): use normal object as internal prototype for attrs and slots</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><a href="https://github.com/vuejs/core/commit/3724693a25c3f2dd13d70a8a1af760b03a4fb783"><code>3724693</code></a> fix(runtime-core): properly get keepAlive child (<a href="https://github.com/vuejs/core/issues/10772">#10772</a>)</li> <li><a href="https://github.com/vuejs/core/commit/958286e3f050dc707ad1af293e91bfb190bdb191"><code>958286e</code></a> release: v3.4.24</li> <li><a href="https://github.com/vuejs/core/commit/b92c25f53dff0fc1687f57ca4033d0ac25218940"><code>b92c25f</code></a> fix(compiler-core): properly parse await expressions in edge cases</li> <li><a href="https://github.com/vuejs/core/commit/173ec65cd46f22cb1e91914923fcf75a75cd340d"><code>173ec65</code></a> test: revert to threads</li> <li><a href="https://github.com/vuejs/core/commit/f12c81efca3fcf9a7ce478af2261ad6ab9b0bfd7"><code>f12c81e</code></a> fix(compiler-ssr): fix hydration mismatch for conditional slot in transition</li> <li><a href="https://github.com/vuejs/core/commit/c8e87a1c903fe1bd10c3013890bd0855f9e3a6ba"><code>c8e87a1</code></a> test: use pool: vmThreads</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/core/compare/v3.4.21...v3.4.25">compare view</a></li> </ul> </details> <br />
martinr92 commented 2024-04-25 03:00:05 +00:00 (Migrated from gitlab.com)

assigned to @martinr92

assigned to @martinr92
martinr92 commented 2024-04-25 03:00:09 +00:00 (Migrated from gitlab.com)

mentioned in merge request !168

mentioned in merge request !168
martinr92 commented 2024-04-25 03:29:59 +00:00 (Migrated from gitlab.com)

SonarCloud Code Analysis

Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

## 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=170&resolved=false&inNewCodePeriod=true) ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/accepted.svg '') [0 Accepted issues](https://sonarcloud.io/component_measures?id=marty-media_server&pullRequest=170&metric=new_accepted_issues&view=list) 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=170&resolved=false&inNewCodePeriod=true) ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/no-data.svg '') No data about Coverage ![](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=170&metric=new_duplicated_lines_density&view=list) [See analysis details on SonarCloud](https://sonarcloud.io/dashboard?id=marty-media_server&pullRequest=170)
martinr92 commented 2024-04-30 02:56:11 +00:00 (Migrated from gitlab.com)

This merge request has been superseded by !172+

This merge request has been superseded by !172+
martinr92 (Migrated from gitlab.com) closed this pull request 2024-04-30 02:56:12 +00:00

Pull request closed

Sign in to join this conversation.
No description provided.