chore: bump vue from 3.4.29 to 3.4.31 #221

Merged
martinr92 merged 1 commit from dependabot-npm_and_yarn-develop-vue-3.4.31 into develop 2024-07-12 18:38:14 +00:00
martinr92 commented 2024-06-28 02:56:22 +00:00 (Migrated from gitlab.com)

Bumps vue from 3.4.29 to 3.4.31.

Release notes

Sourced from vue's releases.

v3.4.31

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

v3.4.30

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.31 (2024-06-28)

Bug Fixes

Reverts

  • Revert "fix(reactivity): avoid infinite loop when render access a side effect computed (#11135)" (e0df985)
  • Revert "fix(reactivity): fix side effect computed dirty level (#11183)" (6c303ea), closes #11183

3.4.30 (2024-06-22)

Note: this release contains a fix (#11150) that requires vue-tsc to also be updated in sync to ^2.0.22. See #11196

Bug Fixes

  • compiler-core: should not remove slot node with v-else (#11150) (e102670)
  • hydration: fix css vars hydration mismatch false positive on attr-fallthrough (#11190) (7ad67ce), closes #11188
  • hydration: skip prop mismatch check for directives that mutate DOM in created (3169c91), closes #11189
  • reactivity: fix side effect computed dirty level (#11183) (3bd79e3), closes #11181 #11169
  • runtime-core: ensure unmount dynamic components in optimized mode (#11171) (220fe24), closes #11168
  • runtime-core: update devtool __vnode on patch, avoid memory leak during dev (a959781), closes #11192
  • runtime-dom: ensure only symbols are explicitly stringified during attribute patching (#11182) (a2e35d6), closes #11177
  • runtime-dom: prevent setting state as attribute for custom elements (#11165) (8ae4c29), closes #11163

Performance Improvements

Commits
  • f2acd51 release: v3.4.31
  • 746352a fix(compiler-core): handle inline comments with undefined bindings (#11217)
  • ad22879 test(reactivity): add a failed test for computed (#11243)
  • b1d1f44 chore(deps): update dependency monaco-editor to ^0.50.0 (#11211)
  • e0df985 fix: Revert "fix(reactivity): avoid infinite loop when render access a side e...
  • 6c303ea Revert "fix(reactivity): fix side effect computed dirty level (#11183)"
  • 261fb7c chore(deps): update dawidd6/action-download-artifact action to v6 (#11212)
  • 01ff603 chore(deps): update dependency puppeteer to ~22.12.0 (#11210)
  • 89946f8 chore(deps): update dependency typescript-eslint to ^7.13.1 (#11209)
  • a1170db chore(deps): update all non-major dependencies (#11207)
  • Additional commits viewable in compare view

Bumps [vue](https://github.com/vuejs/core) from 3.4.29 to 3.4.31. <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.31</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.30</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.30...v3.4.31">3.4.31</a> (2024-06-28)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compiler-core:</strong> handle inline comments with undefined bindings (<a href="https://github.com/vuejs/core/issues/11217">#11217</a>) (<a href="https://github.com/vuejs/core/commit/746352a14d62e9d3d9a38c359d2c54d418c1e0ac">746352a</a>), closes <a href="https://github.com/vuejs/core/issues/11216">#11216</a></li> <li><strong>shared:</strong> unwrap refs in toDisplayString (<a href="https://github.com/vuejs/core/issues/7306">#7306</a>) (<a href="https://github.com/vuejs/core/commit/0126cfff9d93bcec70e5745519f6378e3cd3f39c">0126cff</a>), closes <a href="https://github.com/vuejs/core/issues/5578">#5578</a> <a href="https://github.com/vuejs/core/issues/5593">#5593</a> <a href="https://github.com/vuejs/core/issues/11199">#11199</a> <a href="https://github.com/vuejs/core/issues/11201">#11201</a></li> </ul> <h3>Reverts</h3> <ul> <li>Revert &quot;fix(reactivity): avoid infinite loop when render access a side effect computed (<a href="https://github.com/vuejs/core/issues/11135">#11135</a>)&quot; (<a href="https://github.com/vuejs/core/commit/e0df985f0317fb65c5b461bf224375c7763f0269">e0df985</a>)</li> <li>Revert &quot;fix(reactivity): fix side effect computed dirty level (<a href="https://github.com/vuejs/core/issues/11183">#11183</a>)&quot; (<a href="https://github.com/vuejs/core/commit/6c303eacd14b7b0de0accc228f6abeb43d706f63">6c303ea</a>), closes <a href="https://github.com/vuejs/core/issues/11183">#11183</a></li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.4.29...v3.4.30">3.4.30</a> (2024-06-22)</h2> <p><strong>Note: this release contains a fix (<a href="https://github.com/vuejs/core/issues/11150">#11150</a>) that requires <code>vue-tsc</code> to also be updated in sync to ^2.0.22. See <a href="https://github.com/vuejs/core/issues/11196">#11196</a></strong></p> <h3>Bug Fixes</h3> <ul> <li><strong>compiler-core:</strong> should not remove slot node with <code>v-else</code> (<a href="https://github.com/vuejs/core/issues/11150">#11150</a>) (<a href="https://github.com/vuejs/core/commit/e102670bde00417c3a5b0262c855b297c0e4169e">e102670</a>)</li> <li><strong>hydration:</strong> fix css vars hydration mismatch false positive on attr-fallthrough (<a href="https://github.com/vuejs/core/issues/11190">#11190</a>) (<a href="https://github.com/vuejs/core/commit/7ad67ced26e5f53a47cb42f4834496e4958cb53b">7ad67ce</a>), closes <a href="https://github.com/vuejs/core/issues/11188">#11188</a></li> <li><strong>hydration:</strong> skip prop mismatch check for directives that mutate DOM in created (<a href="https://github.com/vuejs/core/commit/3169c914939d02a013b2938aff30dac8525923f8">3169c91</a>), closes <a href="https://github.com/vuejs/core/issues/11189">#11189</a></li> <li><strong>reactivity:</strong> fix side effect computed dirty level (<a href="https://github.com/vuejs/core/issues/11183">#11183</a>) (<a href="https://github.com/vuejs/core/commit/3bd79e3e5ed960fc42cbf77bc61a97d2c03557c0">3bd79e3</a>), closes <a href="https://github.com/vuejs/core/issues/11181">#11181</a> <a href="https://github.com/vuejs/core/issues/11169">#11169</a></li> <li><strong>runtime-core:</strong> ensure unmount dynamic components in optimized mode (<a href="https://github.com/vuejs/core/issues/11171">#11171</a>) (<a href="https://github.com/vuejs/core/commit/220fe247484209e62c7f4991902c5335e29c5007">220fe24</a>), closes <a href="https://github.com/vuejs/core/issues/11168">#11168</a></li> <li><strong>runtime-core:</strong> update devtool __vnode on patch, avoid memory leak during dev (<a href="https://github.com/vuejs/core/commit/a959781dd6f609dcb6f16dd7fa47d3b16895e5ca">a959781</a>), closes <a href="https://github.com/vuejs/core/issues/11192">#11192</a></li> <li><strong>runtime-dom:</strong> ensure only symbols are explicitly stringified during attribute patching (<a href="https://github.com/vuejs/core/issues/11182">#11182</a>) (<a href="https://github.com/vuejs/core/commit/a2e35d682db15a592f4270bb0cde70a0e7bdc4a6">a2e35d6</a>), closes <a href="https://github.com/vuejs/core/issues/11177">#11177</a></li> <li><strong>runtime-dom:</strong> prevent setting state as attribute for custom elements (<a href="https://github.com/vuejs/core/issues/11165">#11165</a>) (<a href="https://github.com/vuejs/core/commit/8ae4c293adcec28f18114cb6016230a86787e6a9">8ae4c29</a>), closes <a href="https://github.com/vuejs/core/issues/11163">#11163</a></li> </ul> <h3>Performance Improvements</h3> <ul> <li><strong>reactivity:</strong> cache tracking value (<a href="https://github.com/vuejs/core/issues/11145">#11145</a>) (<a href="https://github.com/vuejs/core/commit/7936daebceab2ae9461c3b8f256e51020fb7d3ed">7936dae</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/core/commit/f2acd51340b85ae88bfd16bf5e61df967e0b92ec"><code>f2acd51</code></a> release: v3.4.31</li> <li><a href="https://github.com/vuejs/core/commit/746352a14d62e9d3d9a38c359d2c54d418c1e0ac"><code>746352a</code></a> fix(compiler-core): handle inline comments with undefined bindings (<a href="https://github.com/vuejs/core/issues/11217">#11217</a>)</li> <li><a href="https://github.com/vuejs/core/commit/ad22879dd258b6af5a80e4a0cc6f80fafb85463d"><code>ad22879</code></a> test(reactivity): add a failed test for computed (<a href="https://github.com/vuejs/core/issues/11243">#11243</a>)</li> <li><a href="https://github.com/vuejs/core/commit/b1d1f44e9f488b049dc33544e819c6590caca560"><code>b1d1f44</code></a> chore(deps): update dependency monaco-editor to ^0.50.0 (<a href="https://github.com/vuejs/core/issues/11211">#11211</a>)</li> <li><a href="https://github.com/vuejs/core/commit/e0df985f0317fb65c5b461bf224375c7763f0269"><code>e0df985</code></a> fix: Revert &quot;fix(reactivity): avoid infinite loop when render access a side e...</li> <li><a href="https://github.com/vuejs/core/commit/6c303eacd14b7b0de0accc228f6abeb43d706f63"><code>6c303ea</code></a> Revert &quot;fix(reactivity): fix side effect computed dirty level (<a href="https://github.com/vuejs/core/issues/11183">#11183</a>)&quot;</li> <li><a href="https://github.com/vuejs/core/commit/261fb7ced144363947213af7be72ad9cbef0056f"><code>261fb7c</code></a> chore(deps): update dawidd6/action-download-artifact action to v6 (<a href="https://github.com/vuejs/core/issues/11212">#11212</a>)</li> <li><a href="https://github.com/vuejs/core/commit/01ff603a959935a4ea3e5f69b0180fc452be8015"><code>01ff603</code></a> chore(deps): update dependency puppeteer to ~22.12.0 (<a href="https://github.com/vuejs/core/issues/11210">#11210</a>)</li> <li><a href="https://github.com/vuejs/core/commit/89946f8f6f70730f2a180348e6b46da7603db95f"><code>89946f8</code></a> chore(deps): update dependency typescript-eslint to ^7.13.1 (<a href="https://github.com/vuejs/core/issues/11209">#11209</a>)</li> <li><a href="https://github.com/vuejs/core/commit/a1170db9e0f516698fc0a30b58bb17b41bf69a1d"><code>a1170db</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/vuejs/core/issues/11207">#11207</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/core/compare/v3.4.29...v3.4.31">compare view</a></li> </ul> </details> <br />
martinr92 commented 2024-06-28 02:56:22 +00:00 (Migrated from gitlab.com)

assigned to @martinr92

assigned to @martinr92
martinr92 commented 2024-06-28 02:56:25 +00:00 (Migrated from gitlab.com)

mentioned in merge request !194

mentioned in merge request !194
martinr92 commented 2024-07-12 18:34:03 +00:00 (Migrated from gitlab.com)

added 3 commits

  • d6776adc...6fc2ee47 - 2 commits from branch develop
  • 92169762 - chore: bump vue from 3.4.29 to 3.4.31

Compare with previous version

added 3 commits <ul><li>d6776adc...6fc2ee47 - 2 commits from branch <code>develop</code></li><li>92169762 - chore: bump vue from 3.4.29 to 3.4.31</li></ul> [Compare with previous version](/marty-media/server/-/merge_requests/197/diffs?diff_id=1063372589&start_sha=d6776adc87ec7f47892c0f87d01aec9f8da30348)
martinr92 (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2024-07-12 18:34:28 +00:00
martinr92 commented 2024-07-12 18:37:03 +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=197&resolved=false&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=197&resolutions=WONTFIX) 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=197&resolved=false&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=197&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=197&metric=new_duplicated_lines_density&view=list) [See analysis details on SonarCloud](https://sonarcloud.io/dashboard?id=marty-media_server&pullRequest=197)
martinr92 (Migrated from gitlab.com) merged commit into develop 2024-07-12 18:38:14 +00:00
martinr92 commented 2024-07-13 17:30:07 +00:00 (Migrated from gitlab.com)

🎉 This MR is included in version 0.5.1-beta.1 🎉

The release is available on GitLab release.

Your semantic-release bot 📦 🚀

:tada: This MR is included in version 0.5.1-beta.1 :tada: The release is available on [GitLab release](https://gitlab.com/marty-media/server/-/releases/v0.5.1-beta.1). Your **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package: :rocket:
martinr92 commented 2024-07-20 08:47:06 +00:00 (Migrated from gitlab.com)

🎉 This MR is included in version 0.5.1 🎉

The release is available on GitLab release.

Your semantic-release bot 📦 🚀

:tada: This MR is included in version 0.5.1 :tada: The release is available on [GitLab release](https://gitlab.com/marty-media/server/-/releases/v0.5.1). Your **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package: :rocket:
Sign in to join this conversation.
No description provided.