dependabot[bot] opened a new pull request, #2545: URL: https://github.com/apache/jena/pull/2545
Bumps the npm-patch-group group in /jena-fuseki2/jena-fuseki-ui with 4 updates: [@vue/compat](https://github.com/vuejs/core), [vue](https://github.com/vuejs/core), [@vue/compiler-sfc](https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc) and [sass](https://github.com/sass/dart-sass). Updates `@vue/compat` from 3.4.27 to 3.4.29 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/releases"><code>@vue/compat</code>'s releases</a>.</em></p> <blockquote> <h2>v3.4.29</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.28</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"><code>@vue/compat</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/vuejs/core/compare/v3.4.28...v3.4.29">3.4.29</a> (2024-06-14)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>build:</strong> fix accidental inclusion of runtime-core in server-renderer cjs build (<a href="https://github.com/vuejs/core/commit/11cc12b915edfe0e4d3175e57464f73bc2c1cb04">11cc12b</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11137">#11137</a></li> <li><strong>compiler-sfc:</strong> fix missing scope for extends error message (<a href="https://github.com/vuejs/core/commit/4ec387b100985b008cdcc4cd883a5b6328c05766">4ec387b</a>)</li> <li><strong>compiler-sfc:</strong> fix parsing of mts, d.mts, and mtsx files (<a href="https://github.com/vuejs/core/commit/a476692ed2d7308f2742d8ff3554cf97a392b0b7">a476692</a>)</li> <li><strong>compiler-sfc:</strong> support <a href="https://github.com/vue-ignore"><code>@vue-ignore</code></a> comment on more type sources (<a href="https://github.com/vuejs/core/commit/a23e99bedf1d65841d162951f10ce35b907a5680">a23e99b</a>)</li> <li><strong>custom-element:</strong> support same direct setup function signature in defineCustomElement (<a href="https://github.com/vuejs/core/commit/7c8b12620aad4969b8dc4944d4fc486d16c3033c">7c8b126</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11116">#11116</a></li> <li><strong>reactivity:</strong> avoid infinite loop when render access a side effect computed (<a href="https://redirect.github.com/vuejs/core/issues/11135">#11135</a>) (<a href="https://github.com/vuejs/core/commit/8296e19855e369a7826f5ea26540a6da01dc7093">8296e19</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11121">#11121</a></li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.4.27...v3.4.28">3.4.28</a> (2024-06-14)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compat:</strong> correctly transform non-identifier expressions in legacy filter syntax (<a href="https://redirect.github.com/vuejs/core/issues/10896">#10896</a>) (<a href="https://github.com/vuejs/core/commit/07b3c4b7860009e19446f3d78571556c5737d82a">07b3c4b</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10852">#10852</a></li> <li><strong>compat:</strong> ensure proper handling of render fuction from SFC using Vue.extend (<a href="https://redirect.github.com/vuejs/core/issues/7781">#7781</a>) (<a href="https://github.com/vuejs/core/commit/c73847f2becc20f03cb9c68748eea92455e688ee">c73847f</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/7766">#7766</a></li> <li><strong>compat:</strong> only warn ATTR_FALSE_VALUE when enabled (<a href="https://github.com/vuejs/core/commit/04729ba2163d840f0ca7866bc964696eb5557804">04729ba</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11126">#11126</a></li> <li><strong>compile-sfc:</strong> register props destructure rest id as setup bindings (<a href="https://redirect.github.com/vuejs/core/issues/10888">#10888</a>) (<a href="https://github.com/vuejs/core/commit/b2b5f57c2c945edd0eebc1b545ec1b7568e51484">b2b5f57</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10885">#10885</a></li> <li><strong>compile-sfc:</strong> Support project reference with folder, (<a href="https://redirect.github.com/vuejs/core/issues/10908">#10908</a>) (<a href="https://github.com/vuejs/core/commit/bdeac377c7b85888193b49ac187e927636cc40bc">bdeac37</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10907">#10907</a></li> <li><strong>compiler-core:</strong> allow unicode to appear in simple identifiers (<a href="https://redirect.github.com/vuejs/core/issues/6765">#6765</a>) (<a href="https://github.com/vuejs/core/commit/3ea964473d3ac0ba3e7b0b2c22d71f23d0f69123">3ea9644</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/6367">#6367</a></li> <li><strong>compiler-core:</strong> change v-for key type to match Object.keys (<a href="https://redirect.github.com/vuejs/core/issues/10963">#10963</a>) (<a href="https://github.com/vuejs/core/commit/9fead5234320848f8be82275c6b5dd0a290f2cca">9fead52</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8819">#8819</a></li> <li><strong>compiler-core:</strong> emit TS-compatible function declaration when requested (<a href="https://redirect.github.com/vuejs/core/issues/9363">#9363</a>) (<a href="https://github.com/vuejs/core/commit/5d258502a0faffc8a451b8701f13a31b2566d068">5d25850</a>)</li> <li><strong>compiler-core:</strong> fix :key shorthand on v-for (<a href="https://redirect.github.com/vuejs/core/issues/10942">#10942</a>) (<a href="https://github.com/vuejs/core/commit/29425df1acb9e520c6ae894d06bcff73fde90edd">29425df</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10882">#10882</a> <a href="https://redirect.github.com/vuejs/core/issues/10939">#10939</a></li> <li><strong>compiler-core:</strong> make <code>ForIteratorExpression</code>'s <code>returns</code> property optional (<a href="https://redirect.github.com/vuejs/core/issues/11011">#11011</a>) (<a href="https://github.com/vuejs/core/commit/5b8c1afb74e39045fcb53a011420d26e3f67eab4">5b8c1af</a>)</li> <li><strong>compiler-core:</strong> should set <code><math></code> tag as block to retain MathML namespace after patching (<a href="https://redirect.github.com/vuejs/core/issues/10891">#10891</a>) (<a href="https://github.com/vuejs/core/commit/87c54430448005294c41803f07f517fef848f917">87c5443</a>)</li> <li><strong>compiler-core:</strong> v-for expression missing source with spaces should emit error (<a href="https://redirect.github.com/vuejs/core/issues/5821">#5821</a>) (<a href="https://github.com/vuejs/core/commit/b9ca202f477be595477e182972ee9bae3f2b9f74">b9ca202</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/5819">#5819</a></li> <li><strong>compiler-sfc:</strong> improve type resolving for the keyof operator (<a href="https://redirect.github.com/vuejs/core/issues/10921">#10921</a>) (<a href="https://github.com/vuejs/core/commit/293cf4e131b6d4606e1de2cd7ea87814e2544952">293cf4e</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10920">#10920</a> <a href="https://redirect.github.com/vuejs/core/issues/11002">#11002</a></li> <li><strong>compiler-sfc:</strong> support as keyword with template literal types (<a href="https://redirect.github.com/vuejs/core/issues/11100">#11100</a>) (<a href="https://github.com/vuejs/core/commit/2594b1df57f672ac6621ac2880645e975fea581c">2594b1d</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10962">#10962</a></li> <li><strong>compiler-sfc:</strong> support type resolve for keyof for intersection & union types (<a href="https://redirect.github.com/vuejs/core/issues/11132">#11132</a>) (<a href="https://github.com/vuejs/core/commit/495263a9cb356861e58a4364f2570608265486b5">495263a</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11129">#11129</a></li> <li><strong>compiler-sfc:</strong> throw error when import macro as alias (<a href="https://redirect.github.com/vuejs/core/issues/11041">#11041</a>) (<a href="https://github.com/vuejs/core/commit/34a97edd2c8273c213599c44770accdb0846da8e">34a97ed</a>)</li> <li>correct the type of <code><details></code>'s <code>onToggle</code> event handler (<a href="https://redirect.github.com/vuejs/core/issues/10938">#10938</a>) (<a href="https://github.com/vuejs/core/commit/fd18ce70b1a260a2485c9cd7faa30193da4b79f5">fd18ce7</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10928">#10928</a></li> <li><strong>custom-element:</strong> disconnect MutationObserver in nextTick in case that custom elements are moved (<a href="https://redirect.github.com/vuejs/core/issues/10613">#10613</a>) (<a href="https://github.com/vuejs/core/commit/bbb5be299b500a00e60c757118c846c3b5ddd8e0">bbb5be2</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10610">#10610</a></li> <li><strong>custom-elements:</strong> compatibility of createElement in older versions of Chrome (<a href="https://redirect.github.com/vuejs/core/issues/9615">#9615</a>) (<a href="https://github.com/vuejs/core/commit/a88295dc076ee867939d8b0ee2225e63c5ffb0ca">a88295d</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/9614">#9614</a></li> <li><strong>hmr:</strong> avoid infinite recursion when reloading hmr components (<a href="https://redirect.github.com/vuejs/core/issues/6936">#6936</a>) (<a href="https://github.com/vuejs/core/commit/36bd9b0a1fb83e61731fb80d66e265dccbedcfa8">36bd9b0</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/6930">#6930</a></li> <li><strong>hydration:</strong> log hydration error even when using async components (<a href="https://redirect.github.com/vuejs/core/issues/9403">#9403</a>) (<a href="https://github.com/vuejs/core/commit/5afc76c229f9ad30eef07f34c7b65e8fe427e637">5afc76c</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/9369">#9369</a></li> <li><strong>KeepAlive:</strong> properly cache nested Suspense subtree (<a href="https://redirect.github.com/vuejs/core/issues/10912">#10912</a>) (<a href="https://github.com/vuejs/core/commit/07764fe330692fadf0fc9fb9e92cb5b111df33be">07764fe</a>)</li> <li><strong>npm:</strong> explicitly add <code>@vue/reactivity</code> as dependency of <code>@vue/runtime-dom</code> (<a href="https://redirect.github.com/vuejs/core/issues/10468">#10468</a>) (<a href="https://github.com/vuejs/core/commit/ec424f6cd96b7e6ba74fc244c484c00fa5590aac">ec424f6</a>)</li> <li><strong>reactivity:</strong> pass oldValue in debug info when triggering refs (<a href="https://redirect.github.com/vuejs/core/issues/8210">#8210</a>) (<a href="https://github.com/vuejs/core/commit/3b0a56a9c4d162ec3bd725a4f2dfd776b045e727">3b0a56a</a>), closes <a href="https://redirect.github.com/vuejs/pinia/issues/2061">vuejs/pinia#2061</a></li> <li><strong>runtime-core:</strong> avoid traversing static children for vnodes w/ PatchFlags.BAIL (<a href="https://redirect.github.com/vuejs/core/issues/11115">#11115</a>) (<a href="https://github.com/vuejs/core/commit/b557d3fb8ae1e4e926c4ad0fbb2fa7abe50fd661">b557d3f</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10547">#10547</a></li> <li><strong>runtime-core:</strong> do not fire mount/activated hooks if unmounted before mounted (<a href="https://redirect.github.com/vuejs/core/issues/9370">#9370</a>) (<a href="https://github.com/vuejs/core/commit/aa156ed5c4dc0d33ff37e201a7e89d5e0e29160e">aa156ed</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8898">#8898</a> <a href="https://redirect.github.com/vuejs/core/issues/9264">#9264</a> <a href="https://redirect.github.com/vuejs/core/issues/9617">#9617</a></li> <li><strong>runtime-core:</strong> ensure suspense creates dep component's render effect with correct optimized flag (<a href="https://redirect.github.com/vuejs/core/issues/7689">#7689</a>) (<a href="https://github.com/vuejs/core/commit/c521f956e1697cda36a7f1b913599e5e2004f7ba">c521f95</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/7688">#7688</a></li> <li><strong>runtime-core:</strong> fix missed updates when passing text vnode to <code><component :is></code> (<a href="https://redirect.github.com/vuejs/core/issues/8304">#8304</a>) (<a href="https://github.com/vuejs/core/commit/b310ec389d9738247e5b0f01711186216eb49955">b310ec3</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8298">#8298</a></li> <li><strong>runtime-core:</strong> fix stale v-memo after v-if toggle (<a href="https://redirect.github.com/vuejs/core/issues/6606">#6606</a>) (<a href="https://github.com/vuejs/core/commit/edf263847eddc910f4d2de68287d84b8c66c3860">edf2638</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/6593">#6593</a></li> <li><strong>runtime-core:</strong> fix Transition for components with root-level v-if (<a href="https://redirect.github.com/vuejs/core/issues/7678">#7678</a>) (<a href="https://github.com/vuejs/core/commit/ef2e737577de42ea38771403f8a4dee8c892daa5">ef2e737</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/7649">#7649</a></li> <li><strong>runtime-dom:</strong> also set attribute for form element state (<a href="https://github.com/vuejs/core/commit/537a571f8cf09dfe0a020e9e8891ecdd351fc3e4">537a571</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/6007">#6007</a> <a href="https://redirect.github.com/vuejs/core/issues/6012">#6012</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/e5ca13a3affdac396996cc8d30037f537d092744"><code>e5ca13a</code></a> release: v3.4.29</li> <li><a href="https://github.com/vuejs/core/commit/cc04fd2b4f920f59fb1faad213887be7c035c779"><code>cc04fd2</code></a> chore: exclude sfc local proxy files from tsconfig</li> <li><a href="https://github.com/vuejs/core/commit/1e42f24d8f212efdcc9dbdbe5b66b899f690c255"><code>1e42f24</code></a> workflow: improve release script ci status check</li> <li><a href="https://github.com/vuejs/core/commit/8296e19855e369a7826f5ea26540a6da01dc7093"><code>8296e19</code></a> fix(reactivity): avoid infinite loop when render access a side effect compute...</li> <li><a href="https://github.com/vuejs/core/commit/a23e99bedf1d65841d162951f10ce35b907a5680"><code>a23e99b</code></a> fix(compiler-sfc): support <a href="https://github.com/vue-ignore"><code>@vue-ignore</code></a> comment on more type sources</li> <li><a href="https://github.com/vuejs/core/commit/a476692ed2d7308f2742d8ff3554cf97a392b0b7"><code>a476692</code></a> fix(compiler-sfc): fix parsing of mts, d.mts, and mtsx files</li> <li><a href="https://github.com/vuejs/core/commit/4ec387b100985b008cdcc4cd883a5b6328c05766"><code>4ec387b</code></a> fix(compiler-sfc): fix missing scope for extends error message</li> <li><a href="https://github.com/vuejs/core/commit/11cc12b915edfe0e4d3175e57464f73bc2c1cb04"><code>11cc12b</code></a> fix(build): fix accidental inclusion of runtime-core in server-renderer cjs b...</li> <li><a href="https://github.com/vuejs/core/commit/bda5ff1d3fa98988762d81257e332cc5d196b353"><code>bda5ff1</code></a> chore: fix missing type import</li> <li><a href="https://github.com/vuejs/core/commit/7c8b12620aad4969b8dc4944d4fc486d16c3033c"><code>7c8b126</code></a> fix(custom-element): support same direct setup function signature in defineCu...</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/core/compare/v3.4.27...v3.4.29">compare view</a></li> </ul> </details> <br /> Updates `vue` from 3.4.27 to 3.4.29 <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.29</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.28</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.28...v3.4.29">3.4.29</a> (2024-06-14)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>build:</strong> fix accidental inclusion of runtime-core in server-renderer cjs build (<a href="https://github.com/vuejs/core/commit/11cc12b915edfe0e4d3175e57464f73bc2c1cb04">11cc12b</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11137">#11137</a></li> <li><strong>compiler-sfc:</strong> fix missing scope for extends error message (<a href="https://github.com/vuejs/core/commit/4ec387b100985b008cdcc4cd883a5b6328c05766">4ec387b</a>)</li> <li><strong>compiler-sfc:</strong> fix parsing of mts, d.mts, and mtsx files (<a href="https://github.com/vuejs/core/commit/a476692ed2d7308f2742d8ff3554cf97a392b0b7">a476692</a>)</li> <li><strong>compiler-sfc:</strong> support <a href="https://github.com/vue-ignore"><code>@vue-ignore</code></a> comment on more type sources (<a href="https://github.com/vuejs/core/commit/a23e99bedf1d65841d162951f10ce35b907a5680">a23e99b</a>)</li> <li><strong>custom-element:</strong> support same direct setup function signature in defineCustomElement (<a href="https://github.com/vuejs/core/commit/7c8b12620aad4969b8dc4944d4fc486d16c3033c">7c8b126</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11116">#11116</a></li> <li><strong>reactivity:</strong> avoid infinite loop when render access a side effect computed (<a href="https://redirect.github.com/vuejs/core/issues/11135">#11135</a>) (<a href="https://github.com/vuejs/core/commit/8296e19855e369a7826f5ea26540a6da01dc7093">8296e19</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11121">#11121</a></li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.4.27...v3.4.28">3.4.28</a> (2024-06-14)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compat:</strong> correctly transform non-identifier expressions in legacy filter syntax (<a href="https://redirect.github.com/vuejs/core/issues/10896">#10896</a>) (<a href="https://github.com/vuejs/core/commit/07b3c4b7860009e19446f3d78571556c5737d82a">07b3c4b</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10852">#10852</a></li> <li><strong>compat:</strong> ensure proper handling of render fuction from SFC using Vue.extend (<a href="https://redirect.github.com/vuejs/core/issues/7781">#7781</a>) (<a href="https://github.com/vuejs/core/commit/c73847f2becc20f03cb9c68748eea92455e688ee">c73847f</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/7766">#7766</a></li> <li><strong>compat:</strong> only warn ATTR_FALSE_VALUE when enabled (<a href="https://github.com/vuejs/core/commit/04729ba2163d840f0ca7866bc964696eb5557804">04729ba</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11126">#11126</a></li> <li><strong>compile-sfc:</strong> register props destructure rest id as setup bindings (<a href="https://redirect.github.com/vuejs/core/issues/10888">#10888</a>) (<a href="https://github.com/vuejs/core/commit/b2b5f57c2c945edd0eebc1b545ec1b7568e51484">b2b5f57</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10885">#10885</a></li> <li><strong>compile-sfc:</strong> Support project reference with folder, (<a href="https://redirect.github.com/vuejs/core/issues/10908">#10908</a>) (<a href="https://github.com/vuejs/core/commit/bdeac377c7b85888193b49ac187e927636cc40bc">bdeac37</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10907">#10907</a></li> <li><strong>compiler-core:</strong> allow unicode to appear in simple identifiers (<a href="https://redirect.github.com/vuejs/core/issues/6765">#6765</a>) (<a href="https://github.com/vuejs/core/commit/3ea964473d3ac0ba3e7b0b2c22d71f23d0f69123">3ea9644</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/6367">#6367</a></li> <li><strong>compiler-core:</strong> change v-for key type to match Object.keys (<a href="https://redirect.github.com/vuejs/core/issues/10963">#10963</a>) (<a href="https://github.com/vuejs/core/commit/9fead5234320848f8be82275c6b5dd0a290f2cca">9fead52</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8819">#8819</a></li> <li><strong>compiler-core:</strong> emit TS-compatible function declaration when requested (<a href="https://redirect.github.com/vuejs/core/issues/9363">#9363</a>) (<a href="https://github.com/vuejs/core/commit/5d258502a0faffc8a451b8701f13a31b2566d068">5d25850</a>)</li> <li><strong>compiler-core:</strong> fix :key shorthand on v-for (<a href="https://redirect.github.com/vuejs/core/issues/10942">#10942</a>) (<a href="https://github.com/vuejs/core/commit/29425df1acb9e520c6ae894d06bcff73fde90edd">29425df</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10882">#10882</a> <a href="https://redirect.github.com/vuejs/core/issues/10939">#10939</a></li> <li><strong>compiler-core:</strong> make <code>ForIteratorExpression</code>'s <code>returns</code> property optional (<a href="https://redirect.github.com/vuejs/core/issues/11011">#11011</a>) (<a href="https://github.com/vuejs/core/commit/5b8c1afb74e39045fcb53a011420d26e3f67eab4">5b8c1af</a>)</li> <li><strong>compiler-core:</strong> should set <code><math></code> tag as block to retain MathML namespace after patching (<a href="https://redirect.github.com/vuejs/core/issues/10891">#10891</a>) (<a href="https://github.com/vuejs/core/commit/87c54430448005294c41803f07f517fef848f917">87c5443</a>)</li> <li><strong>compiler-core:</strong> v-for expression missing source with spaces should emit error (<a href="https://redirect.github.com/vuejs/core/issues/5821">#5821</a>) (<a href="https://github.com/vuejs/core/commit/b9ca202f477be595477e182972ee9bae3f2b9f74">b9ca202</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/5819">#5819</a></li> <li><strong>compiler-sfc:</strong> improve type resolving for the keyof operator (<a href="https://redirect.github.com/vuejs/core/issues/10921">#10921</a>) (<a href="https://github.com/vuejs/core/commit/293cf4e131b6d4606e1de2cd7ea87814e2544952">293cf4e</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10920">#10920</a> <a href="https://redirect.github.com/vuejs/core/issues/11002">#11002</a></li> <li><strong>compiler-sfc:</strong> support as keyword with template literal types (<a href="https://redirect.github.com/vuejs/core/issues/11100">#11100</a>) (<a href="https://github.com/vuejs/core/commit/2594b1df57f672ac6621ac2880645e975fea581c">2594b1d</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10962">#10962</a></li> <li><strong>compiler-sfc:</strong> support type resolve for keyof for intersection & union types (<a href="https://redirect.github.com/vuejs/core/issues/11132">#11132</a>) (<a href="https://github.com/vuejs/core/commit/495263a9cb356861e58a4364f2570608265486b5">495263a</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11129">#11129</a></li> <li><strong>compiler-sfc:</strong> throw error when import macro as alias (<a href="https://redirect.github.com/vuejs/core/issues/11041">#11041</a>) (<a href="https://github.com/vuejs/core/commit/34a97edd2c8273c213599c44770accdb0846da8e">34a97ed</a>)</li> <li>correct the type of <code><details></code>'s <code>onToggle</code> event handler (<a href="https://redirect.github.com/vuejs/core/issues/10938">#10938</a>) (<a href="https://github.com/vuejs/core/commit/fd18ce70b1a260a2485c9cd7faa30193da4b79f5">fd18ce7</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10928">#10928</a></li> <li><strong>custom-element:</strong> disconnect MutationObserver in nextTick in case that custom elements are moved (<a href="https://redirect.github.com/vuejs/core/issues/10613">#10613</a>) (<a href="https://github.com/vuejs/core/commit/bbb5be299b500a00e60c757118c846c3b5ddd8e0">bbb5be2</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10610">#10610</a></li> <li><strong>custom-elements:</strong> compatibility of createElement in older versions of Chrome (<a href="https://redirect.github.com/vuejs/core/issues/9615">#9615</a>) (<a href="https://github.com/vuejs/core/commit/a88295dc076ee867939d8b0ee2225e63c5ffb0ca">a88295d</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/9614">#9614</a></li> <li><strong>hmr:</strong> avoid infinite recursion when reloading hmr components (<a href="https://redirect.github.com/vuejs/core/issues/6936">#6936</a>) (<a href="https://github.com/vuejs/core/commit/36bd9b0a1fb83e61731fb80d66e265dccbedcfa8">36bd9b0</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/6930">#6930</a></li> <li><strong>hydration:</strong> log hydration error even when using async components (<a href="https://redirect.github.com/vuejs/core/issues/9403">#9403</a>) (<a href="https://github.com/vuejs/core/commit/5afc76c229f9ad30eef07f34c7b65e8fe427e637">5afc76c</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/9369">#9369</a></li> <li><strong>KeepAlive:</strong> properly cache nested Suspense subtree (<a href="https://redirect.github.com/vuejs/core/issues/10912">#10912</a>) (<a href="https://github.com/vuejs/core/commit/07764fe330692fadf0fc9fb9e92cb5b111df33be">07764fe</a>)</li> <li><strong>npm:</strong> explicitly add <code>@vue/reactivity</code> as dependency of <code>@vue/runtime-dom</code> (<a href="https://redirect.github.com/vuejs/core/issues/10468">#10468</a>) (<a href="https://github.com/vuejs/core/commit/ec424f6cd96b7e6ba74fc244c484c00fa5590aac">ec424f6</a>)</li> <li><strong>reactivity:</strong> pass oldValue in debug info when triggering refs (<a href="https://redirect.github.com/vuejs/core/issues/8210">#8210</a>) (<a href="https://github.com/vuejs/core/commit/3b0a56a9c4d162ec3bd725a4f2dfd776b045e727">3b0a56a</a>), closes <a href="https://redirect.github.com/vuejs/pinia/issues/2061">vuejs/pinia#2061</a></li> <li><strong>runtime-core:</strong> avoid traversing static children for vnodes w/ PatchFlags.BAIL (<a href="https://redirect.github.com/vuejs/core/issues/11115">#11115</a>) (<a href="https://github.com/vuejs/core/commit/b557d3fb8ae1e4e926c4ad0fbb2fa7abe50fd661">b557d3f</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10547">#10547</a></li> <li><strong>runtime-core:</strong> do not fire mount/activated hooks if unmounted before mounted (<a href="https://redirect.github.com/vuejs/core/issues/9370">#9370</a>) (<a href="https://github.com/vuejs/core/commit/aa156ed5c4dc0d33ff37e201a7e89d5e0e29160e">aa156ed</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8898">#8898</a> <a href="https://redirect.github.com/vuejs/core/issues/9264">#9264</a> <a href="https://redirect.github.com/vuejs/core/issues/9617">#9617</a></li> <li><strong>runtime-core:</strong> ensure suspense creates dep component's render effect with correct optimized flag (<a href="https://redirect.github.com/vuejs/core/issues/7689">#7689</a>) (<a href="https://github.com/vuejs/core/commit/c521f956e1697cda36a7f1b913599e5e2004f7ba">c521f95</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/7688">#7688</a></li> <li><strong>runtime-core:</strong> fix missed updates when passing text vnode to <code><component :is></code> (<a href="https://redirect.github.com/vuejs/core/issues/8304">#8304</a>) (<a href="https://github.com/vuejs/core/commit/b310ec389d9738247e5b0f01711186216eb49955">b310ec3</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8298">#8298</a></li> <li><strong>runtime-core:</strong> fix stale v-memo after v-if toggle (<a href="https://redirect.github.com/vuejs/core/issues/6606">#6606</a>) (<a href="https://github.com/vuejs/core/commit/edf263847eddc910f4d2de68287d84b8c66c3860">edf2638</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/6593">#6593</a></li> <li><strong>runtime-core:</strong> fix Transition for components with root-level v-if (<a href="https://redirect.github.com/vuejs/core/issues/7678">#7678</a>) (<a href="https://github.com/vuejs/core/commit/ef2e737577de42ea38771403f8a4dee8c892daa5">ef2e737</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/7649">#7649</a></li> <li><strong>runtime-dom:</strong> also set attribute for form element state (<a href="https://github.com/vuejs/core/commit/537a571f8cf09dfe0a020e9e8891ecdd351fc3e4">537a571</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/6007">#6007</a> <a href="https://redirect.github.com/vuejs/core/issues/6012">#6012</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/e5ca13a3affdac396996cc8d30037f537d092744"><code>e5ca13a</code></a> release: v3.4.29</li> <li><a href="https://github.com/vuejs/core/commit/cc04fd2b4f920f59fb1faad213887be7c035c779"><code>cc04fd2</code></a> chore: exclude sfc local proxy files from tsconfig</li> <li><a href="https://github.com/vuejs/core/commit/1e42f24d8f212efdcc9dbdbe5b66b899f690c255"><code>1e42f24</code></a> workflow: improve release script ci status check</li> <li><a href="https://github.com/vuejs/core/commit/8296e19855e369a7826f5ea26540a6da01dc7093"><code>8296e19</code></a> fix(reactivity): avoid infinite loop when render access a side effect compute...</li> <li><a href="https://github.com/vuejs/core/commit/a23e99bedf1d65841d162951f10ce35b907a5680"><code>a23e99b</code></a> fix(compiler-sfc): support <a href="https://github.com/vue-ignore"><code>@vue-ignore</code></a> comment on more type sources</li> <li><a href="https://github.com/vuejs/core/commit/a476692ed2d7308f2742d8ff3554cf97a392b0b7"><code>a476692</code></a> fix(compiler-sfc): fix parsing of mts, d.mts, and mtsx files</li> <li><a href="https://github.com/vuejs/core/commit/4ec387b100985b008cdcc4cd883a5b6328c05766"><code>4ec387b</code></a> fix(compiler-sfc): fix missing scope for extends error message</li> <li><a href="https://github.com/vuejs/core/commit/11cc12b915edfe0e4d3175e57464f73bc2c1cb04"><code>11cc12b</code></a> fix(build): fix accidental inclusion of runtime-core in server-renderer cjs b...</li> <li><a href="https://github.com/vuejs/core/commit/bda5ff1d3fa98988762d81257e332cc5d196b353"><code>bda5ff1</code></a> chore: fix missing type import</li> <li><a href="https://github.com/vuejs/core/commit/7c8b12620aad4969b8dc4944d4fc486d16c3033c"><code>7c8b126</code></a> fix(custom-element): support same direct setup function signature in defineCu...</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/core/compare/v3.4.27...v3.4.29">compare view</a></li> </ul> </details> <br /> Updates `@vue/compiler-sfc` from 3.4.27 to 3.4.29 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/releases"><code>@vue/compiler-sfc</code>'s releases</a>.</em></p> <blockquote> <h2>v3.4.29</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.28</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"><code>@vue/compiler-sfc</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/vuejs/core/compare/v3.4.28...v3.4.29">3.4.29</a> (2024-06-14)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>build:</strong> fix accidental inclusion of runtime-core in server-renderer cjs build (<a href="https://github.com/vuejs/core/commit/11cc12b915edfe0e4d3175e57464f73bc2c1cb04">11cc12b</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11137">#11137</a></li> <li><strong>compiler-sfc:</strong> fix missing scope for extends error message (<a href="https://github.com/vuejs/core/commit/4ec387b100985b008cdcc4cd883a5b6328c05766">4ec387b</a>)</li> <li><strong>compiler-sfc:</strong> fix parsing of mts, d.mts, and mtsx files (<a href="https://github.com/vuejs/core/commit/a476692ed2d7308f2742d8ff3554cf97a392b0b7">a476692</a>)</li> <li><strong>compiler-sfc:</strong> support <a href="https://github.com/vue-ignore"><code>@vue-ignore</code></a> comment on more type sources (<a href="https://github.com/vuejs/core/commit/a23e99bedf1d65841d162951f10ce35b907a5680">a23e99b</a>)</li> <li><strong>custom-element:</strong> support same direct setup function signature in defineCustomElement (<a href="https://github.com/vuejs/core/commit/7c8b12620aad4969b8dc4944d4fc486d16c3033c">7c8b126</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11116">#11116</a></li> <li><strong>reactivity:</strong> avoid infinite loop when render access a side effect computed (<a href="https://redirect.github.com/vuejs/core/issues/11135">#11135</a>) (<a href="https://github.com/vuejs/core/commit/8296e19855e369a7826f5ea26540a6da01dc7093">8296e19</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11121">#11121</a></li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.4.27...v3.4.28">3.4.28</a> (2024-06-14)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compat:</strong> correctly transform non-identifier expressions in legacy filter syntax (<a href="https://redirect.github.com/vuejs/core/issues/10896">#10896</a>) (<a href="https://github.com/vuejs/core/commit/07b3c4b7860009e19446f3d78571556c5737d82a">07b3c4b</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10852">#10852</a></li> <li><strong>compat:</strong> ensure proper handling of render fuction from SFC using Vue.extend (<a href="https://redirect.github.com/vuejs/core/issues/7781">#7781</a>) (<a href="https://github.com/vuejs/core/commit/c73847f2becc20f03cb9c68748eea92455e688ee">c73847f</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/7766">#7766</a></li> <li><strong>compat:</strong> only warn ATTR_FALSE_VALUE when enabled (<a href="https://github.com/vuejs/core/commit/04729ba2163d840f0ca7866bc964696eb5557804">04729ba</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11126">#11126</a></li> <li><strong>compile-sfc:</strong> register props destructure rest id as setup bindings (<a href="https://redirect.github.com/vuejs/core/issues/10888">#10888</a>) (<a href="https://github.com/vuejs/core/commit/b2b5f57c2c945edd0eebc1b545ec1b7568e51484">b2b5f57</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10885">#10885</a></li> <li><strong>compile-sfc:</strong> Support project reference with folder, (<a href="https://redirect.github.com/vuejs/core/issues/10908">#10908</a>) (<a href="https://github.com/vuejs/core/commit/bdeac377c7b85888193b49ac187e927636cc40bc">bdeac37</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10907">#10907</a></li> <li><strong>compiler-core:</strong> allow unicode to appear in simple identifiers (<a href="https://redirect.github.com/vuejs/core/issues/6765">#6765</a>) (<a href="https://github.com/vuejs/core/commit/3ea964473d3ac0ba3e7b0b2c22d71f23d0f69123">3ea9644</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/6367">#6367</a></li> <li><strong>compiler-core:</strong> change v-for key type to match Object.keys (<a href="https://redirect.github.com/vuejs/core/issues/10963">#10963</a>) (<a href="https://github.com/vuejs/core/commit/9fead5234320848f8be82275c6b5dd0a290f2cca">9fead52</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8819">#8819</a></li> <li><strong>compiler-core:</strong> emit TS-compatible function declaration when requested (<a href="https://redirect.github.com/vuejs/core/issues/9363">#9363</a>) (<a href="https://github.com/vuejs/core/commit/5d258502a0faffc8a451b8701f13a31b2566d068">5d25850</a>)</li> <li><strong>compiler-core:</strong> fix :key shorthand on v-for (<a href="https://redirect.github.com/vuejs/core/issues/10942">#10942</a>) (<a href="https://github.com/vuejs/core/commit/29425df1acb9e520c6ae894d06bcff73fde90edd">29425df</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10882">#10882</a> <a href="https://redirect.github.com/vuejs/core/issues/10939">#10939</a></li> <li><strong>compiler-core:</strong> make <code>ForIteratorExpression</code>'s <code>returns</code> property optional (<a href="https://redirect.github.com/vuejs/core/issues/11011">#11011</a>) (<a href="https://github.com/vuejs/core/commit/5b8c1afb74e39045fcb53a011420d26e3f67eab4">5b8c1af</a>)</li> <li><strong>compiler-core:</strong> should set <code><math></code> tag as block to retain MathML namespace after patching (<a href="https://redirect.github.com/vuejs/core/issues/10891">#10891</a>) (<a href="https://github.com/vuejs/core/commit/87c54430448005294c41803f07f517fef848f917">87c5443</a>)</li> <li><strong>compiler-core:</strong> v-for expression missing source with spaces should emit error (<a href="https://redirect.github.com/vuejs/core/issues/5821">#5821</a>) (<a href="https://github.com/vuejs/core/commit/b9ca202f477be595477e182972ee9bae3f2b9f74">b9ca202</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/5819">#5819</a></li> <li><strong>compiler-sfc:</strong> improve type resolving for the keyof operator (<a href="https://redirect.github.com/vuejs/core/issues/10921">#10921</a>) (<a href="https://github.com/vuejs/core/commit/293cf4e131b6d4606e1de2cd7ea87814e2544952">293cf4e</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10920">#10920</a> <a href="https://redirect.github.com/vuejs/core/issues/11002">#11002</a></li> <li><strong>compiler-sfc:</strong> support as keyword with template literal types (<a href="https://redirect.github.com/vuejs/core/issues/11100">#11100</a>) (<a href="https://github.com/vuejs/core/commit/2594b1df57f672ac6621ac2880645e975fea581c">2594b1d</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10962">#10962</a></li> <li><strong>compiler-sfc:</strong> support type resolve for keyof for intersection & union types (<a href="https://redirect.github.com/vuejs/core/issues/11132">#11132</a>) (<a href="https://github.com/vuejs/core/commit/495263a9cb356861e58a4364f2570608265486b5">495263a</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11129">#11129</a></li> <li><strong>compiler-sfc:</strong> throw error when import macro as alias (<a href="https://redirect.github.com/vuejs/core/issues/11041">#11041</a>) (<a href="https://github.com/vuejs/core/commit/34a97edd2c8273c213599c44770accdb0846da8e">34a97ed</a>)</li> <li>correct the type of <code><details></code>'s <code>onToggle</code> event handler (<a href="https://redirect.github.com/vuejs/core/issues/10938">#10938</a>) (<a href="https://github.com/vuejs/core/commit/fd18ce70b1a260a2485c9cd7faa30193da4b79f5">fd18ce7</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10928">#10928</a></li> <li><strong>custom-element:</strong> disconnect MutationObserver in nextTick in case that custom elements are moved (<a href="https://redirect.github.com/vuejs/core/issues/10613">#10613</a>) (<a href="https://github.com/vuejs/core/commit/bbb5be299b500a00e60c757118c846c3b5ddd8e0">bbb5be2</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10610">#10610</a></li> <li><strong>custom-elements:</strong> compatibility of createElement in older versions of Chrome (<a href="https://redirect.github.com/vuejs/core/issues/9615">#9615</a>) (<a href="https://github.com/vuejs/core/commit/a88295dc076ee867939d8b0ee2225e63c5ffb0ca">a88295d</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/9614">#9614</a></li> <li><strong>hmr:</strong> avoid infinite recursion when reloading hmr components (<a href="https://redirect.github.com/vuejs/core/issues/6936">#6936</a>) (<a href="https://github.com/vuejs/core/commit/36bd9b0a1fb83e61731fb80d66e265dccbedcfa8">36bd9b0</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/6930">#6930</a></li> <li><strong>hydration:</strong> log hydration error even when using async components (<a href="https://redirect.github.com/vuejs/core/issues/9403">#9403</a>) (<a href="https://github.com/vuejs/core/commit/5afc76c229f9ad30eef07f34c7b65e8fe427e637">5afc76c</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/9369">#9369</a></li> <li><strong>KeepAlive:</strong> properly cache nested Suspense subtree (<a href="https://redirect.github.com/vuejs/core/issues/10912">#10912</a>) (<a href="https://github.com/vuejs/core/commit/07764fe330692fadf0fc9fb9e92cb5b111df33be">07764fe</a>)</li> <li><strong>npm:</strong> explicitly add <code>@vue/reactivity</code> as dependency of <code>@vue/runtime-dom</code> (<a href="https://redirect.github.com/vuejs/core/issues/10468">#10468</a>) (<a href="https://github.com/vuejs/core/commit/ec424f6cd96b7e6ba74fc244c484c00fa5590aac">ec424f6</a>)</li> <li><strong>reactivity:</strong> pass oldValue in debug info when triggering refs (<a href="https://redirect.github.com/vuejs/core/issues/8210">#8210</a>) (<a href="https://github.com/vuejs/core/commit/3b0a56a9c4d162ec3bd725a4f2dfd776b045e727">3b0a56a</a>), closes <a href="https://redirect.github.com/vuejs/pinia/issues/2061">vuejs/pinia#2061</a></li> <li><strong>runtime-core:</strong> avoid traversing static children for vnodes w/ PatchFlags.BAIL (<a href="https://redirect.github.com/vuejs/core/issues/11115">#11115</a>) (<a href="https://github.com/vuejs/core/commit/b557d3fb8ae1e4e926c4ad0fbb2fa7abe50fd661">b557d3f</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10547">#10547</a></li> <li><strong>runtime-core:</strong> do not fire mount/activated hooks if unmounted before mounted (<a href="https://redirect.github.com/vuejs/core/issues/9370">#9370</a>) (<a href="https://github.com/vuejs/core/commit/aa156ed5c4dc0d33ff37e201a7e89d5e0e29160e">aa156ed</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8898">#8898</a> <a href="https://redirect.github.com/vuejs/core/issues/9264">#9264</a> <a href="https://redirect.github.com/vuejs/core/issues/9617">#9617</a></li> <li><strong>runtime-core:</strong> ensure suspense creates dep component's render effect with correct optimized flag (<a href="https://redirect.github.com/vuejs/core/issues/7689">#7689</a>) (<a href="https://github.com/vuejs/core/commit/c521f956e1697cda36a7f1b913599e5e2004f7ba">c521f95</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/7688">#7688</a></li> <li><strong>runtime-core:</strong> fix missed updates when passing text vnode to <code><component :is></code> (<a href="https://redirect.github.com/vuejs/core/issues/8304">#8304</a>) (<a href="https://github.com/vuejs/core/commit/b310ec389d9738247e5b0f01711186216eb49955">b310ec3</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8298">#8298</a></li> <li><strong>runtime-core:</strong> fix stale v-memo after v-if toggle (<a href="https://redirect.github.com/vuejs/core/issues/6606">#6606</a>) (<a href="https://github.com/vuejs/core/commit/edf263847eddc910f4d2de68287d84b8c66c3860">edf2638</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/6593">#6593</a></li> <li><strong>runtime-core:</strong> fix Transition for components with root-level v-if (<a href="https://redirect.github.com/vuejs/core/issues/7678">#7678</a>) (<a href="https://github.com/vuejs/core/commit/ef2e737577de42ea38771403f8a4dee8c892daa5">ef2e737</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/7649">#7649</a></li> <li><strong>runtime-dom:</strong> also set attribute for form element state (<a href="https://github.com/vuejs/core/commit/537a571f8cf09dfe0a020e9e8891ecdd351fc3e4">537a571</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/6007">#6007</a> <a href="https://redirect.github.com/vuejs/core/issues/6012">#6012</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/e5ca13a3affdac396996cc8d30037f537d092744"><code>e5ca13a</code></a> release: v3.4.29</li> <li><a href="https://github.com/vuejs/core/commit/a23e99bedf1d65841d162951f10ce35b907a5680"><code>a23e99b</code></a> fix(compiler-sfc): support <a href="https://github.com/vue-ignore"><code>@vue-ignore</code></a> comment on more type sources</li> <li><a href="https://github.com/vuejs/core/commit/a476692ed2d7308f2742d8ff3554cf97a392b0b7"><code>a476692</code></a> fix(compiler-sfc): fix parsing of mts, d.mts, and mtsx files</li> <li><a href="https://github.com/vuejs/core/commit/4ec387b100985b008cdcc4cd883a5b6328c05766"><code>4ec387b</code></a> fix(compiler-sfc): fix missing scope for extends error message</li> <li><a href="https://github.com/vuejs/core/commit/3e89a0da216bc3875ff9a13435871d96dd67d02a"><code>3e89a0d</code></a> release: v3.4.28</li> <li><a href="https://github.com/vuejs/core/commit/495263a9cb356861e58a4364f2570608265486b5"><code>495263a</code></a> fix(compiler-sfc): support type resolve for keyof for intersection & union ty...</li> <li><a href="https://github.com/vuejs/core/commit/8cf357ec048b5c16ba02ad3e471aadf0ef2257f7"><code>8cf357e</code></a> chore(perf): replace startsWith with === (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/11124">#11124</a>)</li> <li><a href="https://github.com/vuejs/core/commit/bdeac377c7b85888193b49ac187e927636cc40bc"><code>bdeac37</code></a> fix(compile-sfc): Support project reference with folder, (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/10908">#10908</a>)</li> <li><a href="https://github.com/vuejs/core/commit/2594b1df57f672ac6621ac2880645e975fea581c"><code>2594b1d</code></a> fix(compiler-sfc): support as keyword with template literal types (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/11100">#11100</a>)</li> <li><a href="https://github.com/vuejs/core/commit/2438b75ed65d2c9cec7595a56c87174dd1d36e5b"><code>2438b75</code></a> fix(deps): update compiler to ^7.24.7 (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/11101">#11101</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/core/commits/v3.4.29/packages/compiler-sfc">compare view</a></li> </ul> </details> <br /> Updates `sass` from 1.77.5 to 1.77.6 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sass/dart-sass/blob/main/CHANGELOG.md">sass's changelog</a>.</em></p> <blockquote> <h2>1.77.6</h2> <ul> <li>Fix a few cases where comments and occasionally even whitespace wasn't allowed between the end of Sass statements and the following semicolon.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sass/dart-sass/commit/7aae1e67ed3322c1caab1c8ebb2f5c28ff0b2e0b"><code>7aae1e6</code></a> Fix a bug where comments were incorrectly forbidden in some cases (<a href="https://redirect.github.com/sass/dart-sass/issues/2264">#2264</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/cf6f9d0842fbbc786d8b2908f5948c6d282e1b20"><code>cf6f9d0</code></a> Build AOT releases with native arm64 runners (<a href="https://redirect.github.com/sass/dart-sass/issues/2262">#2262</a>)</li> <li>See full diff in <a href="https://github.com/sass/dart-sass/compare/1.77.5...1.77.6">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
