chore: bump vue from 3.5.16 to 3.5.17 #486

Merged
martinr92 merged 1 commit from dependabot-npm_and_yarn-develop-vue-3.5.17 into develop 2025-07-13 10:27:16 +00:00
martinr92 commented 2025-06-19 02:57:13 +00:00 (Migrated from gitlab.com)

Bumps vue from 3.5.16 to 3.5.17.

Release notes

Sourced from vue's releases.

v3.5.17

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.5.17 (2025-06-18)

Bug Fixes

  • compat: allow v-model built in modifiers on component (#12654) (cb14b86), closes #12652
  • compile-sfc: handle mapped types work with omit and pick (#12648) (4eb46e4), closes #12647
  • compiler-core: do not increase newlines in InEntity state (#13362) (f05a8d6)
  • compiler-core: ignore whitespace when matching adjacent v-if (#12321) (10ebcef), closes #9173
  • compiler-core: prevent comments from blocking static node hoisting (#13345) (55dad62), closes #13344
  • compiler-sfc: improved type resolution for function type aliases (#13452) (f3479aa), closes #13444
  • custom-element: ensure configureApp is applied to async component (#12607) (5ba1afb), closes #12448
  • custom-element: prevent injecting child styles if shadowRoot is false (#12769) (73055d8), closes #12630
  • reactivity: add __v_skip flag to Dep to prevent reactive conversion (#12804) (e8d8f5f), closes #12803
  • runtime-core: unset old ref during patching when new ref is absent (#12900) (47ddf98), closes #12898
  • slots: make cache indexes marker non-enumerable (#13469) (919c447), closes #13468
  • ssr: handle initial selected state for select with v-model + v-for/v-if option (#13487) (1552095), closes #13486
  • types: typo of vOnce and vSlot (#13343) (762fae4)
Commits
  • 5f8314c release: v3.5.17
  • 1552095 fix(ssr): handle initial selected state for select with v-model + v-for/v-if ...
  • f3479aa fix(compiler-sfc): improved type resolution for function type aliases (#13452)
  • 919c447 fix(slots): make cache indexes marker non-enumerable (#13469)
  • cb14b86 fix(compat): allow v-model built in modifiers on component (#12654)
  • 9818456 fix(deps): update compiler (#13480)
  • 5257165 chore(deps): update dependency vite to v5.4.19 [security] (#13281)
  • c0c9c5b chore(deps): update build (#13479)
  • 532cfae chore(deps): update autofix-ci/action digest to 635ffb0 (#13450)
  • c91afec fix(deps): update dependency @​vue/repl to ^4.6.1 (#13471)
  • Additional commits viewable in compare view

Bumps [vue](https://github.com/vuejs/core) from 3.5.16 to 3.5.17. <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.5.17</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.5.16...v3.5.17">3.5.17</a> (2025-06-18)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compat:</strong> allow v-model built in modifiers on component (<a href="https://github.com/vuejs/core/issues/12654">#12654</a>) (<a href="https://github.com/vuejs/core/commit/cb14b860f150c4a83bcd52cd26096b7a5aa3a2bf">cb14b86</a>), closes <a href="https://github.com/vuejs/core/issues/12652">#12652</a></li> <li><strong>compile-sfc:</strong> handle mapped types work with omit and pick (<a href="https://github.com/vuejs/core/issues/12648">#12648</a>) (<a href="https://github.com/vuejs/core/commit/4eb46e443f1878199755cb73d481d318a9714392">4eb46e4</a>), closes <a href="https://github.com/vuejs/core/issues/12647">#12647</a></li> <li><strong>compiler-core:</strong> do not increase newlines in <code>InEntity</code> state (<a href="https://github.com/vuejs/core/issues/13362">#13362</a>) (<a href="https://github.com/vuejs/core/commit/f05a8d613bd873b811cfdb9979ccac8382dba322">f05a8d6</a>)</li> <li><strong>compiler-core:</strong> ignore whitespace when matching adjacent v-if (<a href="https://github.com/vuejs/core/issues/12321">#12321</a>) (<a href="https://github.com/vuejs/core/commit/10ebcef8c870dbc042b0ea49b1424b2e8f692145">10ebcef</a>), closes <a href="https://github.com/vuejs/core/issues/9173">#9173</a></li> <li><strong>compiler-core:</strong> prevent comments from blocking static node hoisting (<a href="https://github.com/vuejs/core/issues/13345">#13345</a>) (<a href="https://github.com/vuejs/core/commit/55dad625acd9e9ddd5a933d5e323ecfdec1a612f">55dad62</a>), closes <a href="https://github.com/vuejs/core/issues/13344">#13344</a></li> <li><strong>compiler-sfc:</strong> improved type resolution for function type aliases (<a href="https://github.com/vuejs/core/issues/13452">#13452</a>) (<a href="https://github.com/vuejs/core/commit/f3479aac9625f4459e650d1c0a70e73863147903">f3479aa</a>), closes <a href="https://github.com/vuejs/core/issues/13444">#13444</a></li> <li><strong>custom-element:</strong> ensure configureApp is applied to async component (<a href="https://github.com/vuejs/core/issues/12607">#12607</a>) (<a href="https://github.com/vuejs/core/commit/5ba1afba09c3ea56c1c17484f5d8aeae210ce52a">5ba1afb</a>), closes <a href="https://github.com/vuejs/core/issues/12448">#12448</a></li> <li><strong>custom-element:</strong> prevent injecting child styles if shadowRoot is false (<a href="https://github.com/vuejs/core/issues/12769">#12769</a>) (<a href="https://github.com/vuejs/core/commit/73055d8d9578d485e3fe846726b50666e1aa56f5">73055d8</a>), closes <a href="https://github.com/vuejs/core/issues/12630">#12630</a></li> <li><strong>reactivity:</strong> add <code>__v_skip</code> flag to <code>Dep</code> to prevent reactive conversion (<a href="https://github.com/vuejs/core/issues/12804">#12804</a>) (<a href="https://github.com/vuejs/core/commit/e8d8f5f604e821acc46b4200d5b06979c05af1c2">e8d8f5f</a>), closes <a href="https://github.com/vuejs/core/issues/12803">#12803</a></li> <li><strong>runtime-core:</strong> unset old ref during patching when new ref is absent (<a href="https://github.com/vuejs/core/issues/12900">#12900</a>) (<a href="https://github.com/vuejs/core/commit/47ddf986021dff8de68b0da72787e53a6c19de4c">47ddf98</a>), closes <a href="https://github.com/vuejs/core/issues/12898">#12898</a></li> <li><strong>slots:</strong> make cache indexes marker non-enumerable (<a href="https://github.com/vuejs/core/issues/13469">#13469</a>) (<a href="https://github.com/vuejs/core/commit/919c44744bba1f0c661c87d2059c3b429611aa7e">919c447</a>), closes <a href="https://github.com/vuejs/core/issues/13468">#13468</a></li> <li><strong>ssr:</strong> handle initial selected state for select with v-model + v-for/v-if option (<a href="https://github.com/vuejs/core/issues/13487">#13487</a>) (<a href="https://github.com/vuejs/core/commit/15520954f9f1c7f834175938a50dba5d4be0e6c4">1552095</a>), closes <a href="https://github.com/vuejs/core/issues/13486">#13486</a></li> <li><strong>types:</strong> typo of <code>vOnce</code> and <code>vSlot</code> (<a href="https://github.com/vuejs/core/issues/13343">#13343</a>) (<a href="https://github.com/vuejs/core/commit/762fae4b57ad60602e5c84465a3bff562785b314">762fae4</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/core/commit/5f8314cb7f4b25efcc189987639bd9ac7f171926"><code>5f8314c</code></a> release: v3.5.17</li> <li><a href="https://github.com/vuejs/core/commit/15520954f9f1c7f834175938a50dba5d4be0e6c4"><code>1552095</code></a> fix(ssr): handle initial selected state for select with v-model + v-for/v-if ...</li> <li><a href="https://github.com/vuejs/core/commit/f3479aac9625f4459e650d1c0a70e73863147903"><code>f3479aa</code></a> fix(compiler-sfc): improved type resolution for function type aliases (<a href="https://github.com/vuejs/core/issues/13452">#13452</a>)</li> <li><a href="https://github.com/vuejs/core/commit/919c44744bba1f0c661c87d2059c3b429611aa7e"><code>919c447</code></a> fix(slots): make cache indexes marker non-enumerable (<a href="https://github.com/vuejs/core/issues/13469">#13469</a>)</li> <li><a href="https://github.com/vuejs/core/commit/cb14b860f150c4a83bcd52cd26096b7a5aa3a2bf"><code>cb14b86</code></a> fix(compat): allow v-model built in modifiers on component (<a href="https://github.com/vuejs/core/issues/12654">#12654</a>)</li> <li><a href="https://github.com/vuejs/core/commit/9818456f20d9815e0d19739f599cc74f0bf83f2e"><code>9818456</code></a> fix(deps): update compiler (<a href="https://github.com/vuejs/core/issues/13480">#13480</a>)</li> <li><a href="https://github.com/vuejs/core/commit/52571655f80c95230ee8b081370a6d9b360c6fd7"><code>5257165</code></a> chore(deps): update dependency vite to v5.4.19 [security] (<a href="https://github.com/vuejs/core/issues/13281">#13281</a>)</li> <li><a href="https://github.com/vuejs/core/commit/c0c9c5baea6931e858d99bc2e7d5539007f9928b"><code>c0c9c5b</code></a> chore(deps): update build (<a href="https://github.com/vuejs/core/issues/13479">#13479</a>)</li> <li><a href="https://github.com/vuejs/core/commit/532cfae34996676846bf511e1f0f0bf963186e7b"><code>532cfae</code></a> chore(deps): update autofix-ci/action digest to 635ffb0 (<a href="https://github.com/vuejs/core/issues/13450">#13450</a>)</li> <li><a href="https://github.com/vuejs/core/commit/c91afec9c236848a9f2f2603f0efb36c513cd1d4"><code>c91afec</code></a> fix(deps): update dependency <code>@​vue/repl</code> to ^4.6.1 (<a href="https://github.com/vuejs/core/issues/13471">#13471</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/core/compare/v3.5.16...v3.5.17">compare view</a></li> </ul> </details> <br />
martinr92 commented 2025-06-19 02:57:14 +00:00 (Migrated from gitlab.com)

assigned to @martinr92

assigned to @martinr92
martinr92 commented 2025-07-13 10:23:03 +00:00 (Migrated from gitlab.com)

added 4 commits

  • d1720af6...2982b577 - 3 commits from branch develop
  • b0dd8694 - chore: bump vue from 3.5.16 to 3.5.17

Compare with previous version

added 4 commits <ul><li>d1720af6...2982b577 - 3 commits from branch <code>develop</code></li><li>b0dd8694 - chore: bump vue from 3.5.16 to 3.5.17</li></ul> [Compare with previous version](/marty-media/server/-/merge_requests/462/diffs?diff_id=1421820499&start_sha=d1720af6b77c474de44071192ba7a6187f38d06d)
martinr92 (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2025-07-13 10:24:01 +00:00
martinr92 (Migrated from gitlab.com) merged commit into develop 2025-07-13 10:27:16 +00:00
martinr92 commented 2025-07-13 13:24:08 +00:00 (Migrated from gitlab.com)

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

The release is available on GitLab release.

Your semantic-release bot 📦 🚀

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

🎉 This MR is included in version 0.9.2 🎉

The release is available on GitLab release.

Your semantic-release bot 📦 🚀

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