Build(deps-dev): bump vue from 3.4.15 to 3.4.16 #1696

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-vue-3.4.16 into main 2024-02-08 06:12:15 +00:00
argoyle commented 2024-02-08 04:39:54 +00:00 (Migrated from gitlab.com)

Bumps vue from 3.4.15 to 3.4.16.

Release notes

Sourced from vue's releases.

v3.4.16

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vue's changelog.

3.4.16 (2024-02-08)

Bug Fixes

Reverts

Commits
  • 1339330 release: v3.4.16
  • 2b0a706 chore: move X_V_BIND_INVALID_SAME_NAME_ARGUMENT to preserve error code order
  • 2312184 fix(reactivity): skip non-extensible objects when using markRaw (#10289)
  • 75e02b5 fix(runtime-core): support for nested calls to runWithContext (#10261)
  • eb1b911 revert: perf(templateRef): avoid double render when using template ref on v-for
  • 9b19f09 fix(runtime-dom): ensure v-show respects display value set via v-bind (#10161)
  • cb87b62 fix(compiler-core): handle same-name shorthand edge case for in-DOM templates
  • 0bced13 fix(reactivity): avoid infinite recursion from side effects in computed gette...
  • 6c7e0bd fix(reactivity): handle MaybeDirty recurse (#10187)
  • 91f058a fix(compiler-core): support v-bind shorthand syntax for dynamic slot name (#1...
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [vue](https://github.com/vuejs/core) from 3.4.15 to 3.4.16. <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.16</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.15...v3.4.16">3.4.16</a> (2024-02-08)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compiler-core:</strong> handle same-name shorthand edge case for in-DOM templates (<a href="https://github.com/vuejs/core/commit/cb87b6213d7b003fa7280712c285c7c9d9f291ca">cb87b62</a>), closes <a href="https://github.com/vuejs/core/issues/10280">#10280</a></li> <li><strong>compiler-core:</strong> support v-bind shorthand syntax for dynamic slot name (<a href="https://github.com/vuejs/core/issues/10218">#10218</a>) (<a href="https://github.com/vuejs/core/commit/91f058a90cd603492649633d153b120977c4df6b">91f058a</a>), closes <a href="https://github.com/vuejs/core/issues/10213">#10213</a></li> <li><strong>deps:</strong> update compiler (<a href="https://github.com/vuejs/core/issues/10269">#10269</a>) (<a href="https://github.com/vuejs/core/commit/336bb65820243006efdf990e6ea3610696467508">336bb65</a>)</li> <li><strong>hydration:</strong> fix SFC style v-bind hydration mismatch warnings (<a href="https://github.com/vuejs/core/issues/10250">#10250</a>) (<a href="https://github.com/vuejs/core/commit/f0b5f7ed8ddf74f9f5ba47cb65e8300370875291">f0b5f7e</a>), closes <a href="https://github.com/vuejs/core/issues/10215">#10215</a></li> <li><strong>reactivity:</strong> avoid infinite recursion from side effects in computed getter (<a href="https://github.com/vuejs/core/issues/10232">#10232</a>) (<a href="https://github.com/vuejs/core/commit/0bced13ee5c53a02d5f10e5db76fe38b6e131440">0bced13</a>), closes <a href="https://github.com/vuejs/core/issues/10214">#10214</a></li> <li><strong>reactivity:</strong> handle <code>MaybeDirty</code> recurse (<a href="https://github.com/vuejs/core/issues/10187">#10187</a>) (<a href="https://github.com/vuejs/core/commit/6c7e0bd88f021b0b6365370e97b0c7e243d7d70b">6c7e0bd</a>), closes <a href="https://github.com/vuejs/core/issues/10185">#10185</a></li> <li><strong>reactivity:</strong> skip non-extensible objects when using <code>markRaw</code> (<a href="https://github.com/vuejs/core/issues/10289">#10289</a>) (<a href="https://github.com/vuejs/core/commit/2312184bc335e0d32aa4c0c0b49190b6334849b4">2312184</a>), closes <a href="https://github.com/vuejs/core/issues/10288">#10288</a></li> <li><strong>runtime-core:</strong> avoid inlining isShallow (<a href="https://github.com/vuejs/core/issues/10238">#10238</a>) (<a href="https://github.com/vuejs/core/commit/53eee72c3a96420db35236b5e8e4d9308a56e1b4">53eee72</a>)</li> <li><strong>runtime-core:</strong> support for nested calls to runWithContext (<a href="https://github.com/vuejs/core/issues/10261">#10261</a>) (<a href="https://github.com/vuejs/core/commit/75e02b5099a08166bdf407127916734c48209ee9">75e02b5</a>), closes <a href="https://github.com/vuejs/core/issues/10260">#10260</a></li> <li><strong>runtime-dom:</strong> ensure v-show respects display value set via v-bind (<a href="https://github.com/vuejs/core/issues/10161">#10161</a>) (<a href="https://github.com/vuejs/core/commit/9b19f0912104bfccb10c8cf5beab02b21a648935">9b19f09</a>), closes <a href="https://github.com/vuejs/core/issues/10151">#10151</a></li> <li><strong>runtime-dom:</strong> fix option selected update failed (<a href="https://github.com/vuejs/core/issues/10200">#10200</a>) (<a href="https://github.com/vuejs/core/commit/f31d782e4668050a188ac0f11ba8d5b861b913ca">f31d782</a>), closes <a href="https://github.com/vuejs/core/issues/10194">#10194</a> <a href="https://github.com/vuejs/core/issues/10267">#10267</a></li> </ul> <h3>Reverts</h3> <ul> <li>perf(templateRef): avoid double render when using template ref on v-for (<a href="https://github.com/vuejs/core/commit/eb1b9116d7cd4a5747e8dadcdc5ba921df011f64">eb1b911</a>), closes <a href="https://github.com/vuejs/core/issues/9908">#9908</a> <a href="https://github.com/vuejs/core/issues/10210">#10210</a> <a href="https://github.com/vuejs/core/issues/10234">#10234</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/core/commit/13393308503cc6b32f6974999873427c5fd62fc0"><code>1339330</code></a> release: v3.4.16</li> <li><a href="https://github.com/vuejs/core/commit/2b0a706dc7d13c1d6c9808b4df9d880adc2a1bbf"><code>2b0a706</code></a> chore: move X_V_BIND_INVALID_SAME_NAME_ARGUMENT to preserve error code order</li> <li><a href="https://github.com/vuejs/core/commit/2312184bc335e0d32aa4c0c0b49190b6334849b4"><code>2312184</code></a> fix(reactivity): skip non-extensible objects when using <code>markRaw</code> (<a href="https://github.com/vuejs/core/issues/10289">#10289</a>)</li> <li><a href="https://github.com/vuejs/core/commit/75e02b5099a08166bdf407127916734c48209ee9"><code>75e02b5</code></a> fix(runtime-core): support for nested calls to runWithContext (<a href="https://github.com/vuejs/core/issues/10261">#10261</a>)</li> <li><a href="https://github.com/vuejs/core/commit/eb1b9116d7cd4a5747e8dadcdc5ba921df011f64"><code>eb1b911</code></a> revert: perf(templateRef): avoid double render when using template ref on v-for</li> <li><a href="https://github.com/vuejs/core/commit/9b19f0912104bfccb10c8cf5beab02b21a648935"><code>9b19f09</code></a> fix(runtime-dom): ensure v-show respects display value set via v-bind (<a href="https://github.com/vuejs/core/issues/10161">#10161</a>)</li> <li><a href="https://github.com/vuejs/core/commit/cb87b6213d7b003fa7280712c285c7c9d9f291ca"><code>cb87b62</code></a> fix(compiler-core): handle same-name shorthand edge case for in-DOM templates</li> <li><a href="https://github.com/vuejs/core/commit/0bced13ee5c53a02d5f10e5db76fe38b6e131440"><code>0bced13</code></a> fix(reactivity): avoid infinite recursion from side effects in computed gette...</li> <li><a href="https://github.com/vuejs/core/commit/6c7e0bd88f021b0b6365370e97b0c7e243d7d70b"><code>6c7e0bd</code></a> fix(reactivity): handle <code>MaybeDirty</code> recurse (<a href="https://github.com/vuejs/core/issues/10187">#10187</a>)</li> <li><a href="https://github.com/vuejs/core/commit/91f058a90cd603492649633d153b120977c4df6b"><code>91f058a</code></a> fix(compiler-core): support v-bind shorthand syntax for dynamic slot name (<a href="https://github.com/vuejs/core/issues/1">#1</a>...</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/core/compare/v3.4.15...v3.4.16">compare view</a></li> </ul> </details> <br /> --- <details> <summary>Dependabot commands</summary> <br /> You can trigger Dependabot actions by commenting on this MR - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle commented 2024-02-08 06:11:55 +00:00 (Migrated from gitlab.com)

added 3 commits

  • 0a166cef...3a583014 - 2 commits from branch main
  • b854816a - Build(deps-dev): bump vue from 3.4.15 to 3.4.16

Compare with previous version

added 3 commits <ul><li>0a166cef...3a583014 - 2 commits from branch <code>main</code></li><li>b854816a - Build(deps-dev): bump vue from 3.4.15 to 3.4.16</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/1647/diffs?diff_id=918576173&start_sha=0a166cefc0bc8c8ee88d48b5e56420db0e616098)
argoyle (Migrated from gitlab.com) merged commit into main 2024-02-08 06:12:16 +00:00
Sign in to join this conversation.