dependabot[bot] opened a new pull request, #2606: URL: https://github.com/apache/jena/pull/2606
Bumps the npm-patch-group group in /jena-fuseki2/jena-fuseki-ui with 5 updates: | Package | From | To | | --- | --- | --- | | [@vue/compat](https://github.com/vuejs/core) | `3.4.31` | `3.4.33` | | [vue](https://github.com/vuejs/core) | `3.4.31` | `3.4.33` | | [@cypress/code-coverage](https://github.com/cypress-io/code-coverage) | `3.12.42` | `3.12.44` | | [@vue/compiler-sfc](https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc) | `3.4.31` | `3.4.33` | | [jsdom](https://github.com/jsdom/jsdom) | `24.1.0` | `24.1.1` | Updates `@vue/compat` from 3.4.31 to 3.4.33 <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.33</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.32</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.32...v3.4.33">3.4.33</a> (2024-07-19)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>runtime-dom:</strong> handle undefined values in v-html (<a href="https://redirect.github.com/vuejs/core/issues/11403">#11403</a>) (<a href="https://github.com/vuejs/core/commit/5df67e36756639ea7b923d1b139d6cb14450123b">5df67e3</a>)</li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.4.31...v3.4.32">3.4.32</a> (2024-07-17)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>build:</strong> use consistent minify options from previous terser config (<a href="https://github.com/vuejs/core/commit/789675f65d2b72cf979ba6a29bd323f716154a4b">789675f</a>)</li> <li><strong>compiler-sfc:</strong> correctly resolve type annotation for declared function (<a href="https://redirect.github.com/vuejs/core/issues/11279">#11279</a>) (<a href="https://github.com/vuejs/core/commit/b287aeec3ea85f20e4b1fc3d907c901bdc2a0176">b287aee</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11266">#11266</a></li> <li><strong>defineModel:</strong> force local update when setter results in same emitted value (<a href="https://github.com/vuejs/core/commit/de174e1aa756508c7542605a448e55a373afb1ed">de174e1</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10279">#10279</a> <a href="https://redirect.github.com/vuejs/core/issues/10301">#10301</a></li> <li><strong>hmr:</strong> hmr reload should work with async component (<a href="https://redirect.github.com/vuejs/core/issues/11248">#11248</a>) (<a href="https://github.com/vuejs/core/commit/c8b97945759e869c997d60c3350d2451c5ff7887">c8b9794</a>)</li> <li><strong>hydration:</strong> fix tracking of reactive style objects in production (<a href="https://github.com/vuejs/core/commit/c10e40a217b89ab7e0f7f3515242d4246ecffbdd">c10e40a</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11372">#11372</a></li> <li><strong>hydration:</strong> handle consectuvie text nodes during hydration (<a href="https://github.com/vuejs/core/commit/f44c3b37d446d5f8e34539029dae0d806b25bb47">f44c3b3</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/7285">#7285</a> <a href="https://redirect.github.com/vuejs/core/issues/7301">#7301</a></li> <li><strong>reactivity:</strong> ensure <code>unref</code> correctly resolves type for <code>ShallowRef</code> (<a href="https://redirect.github.com/vuejs/core/issues/11360">#11360</a>) (<a href="https://github.com/vuejs/core/commit/a509e30f059fcdd158f39fdf34670b1019eaf2d1">a509e30</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11356">#11356</a></li> <li><strong>reactivity:</strong> shallowReactive map "unwraps" the nested refs (<a href="https://redirect.github.com/vuejs/core/issues/8503">#8503</a>) (<a href="https://github.com/vuejs/core/commit/50ddafe91b9195cf94124466239f82c9794699fb">50ddafe</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8501">#8501</a> <a href="https://redirect.github.com/vuejs/core/issues/11249">#11249</a></li> <li><strong>runtime-core:</strong> avoid recursive warning (<a href="https://github.com/vuejs/core/commit/3ee7b4c7b1374c5bdc50a579b49f6bc15022b085">3ee7b4c</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8074">#8074</a></li> <li><strong>runtime-core:</strong> bail manually rendered compiler slot fragments in all cases (<a href="https://github.com/vuejs/core/commit/3d34f406ac7497dafd2f4e62ab23579b78a0e08a">3d34f40</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10870">#10870</a></li> <li><strong>runtime-core:</strong> do not emit when defineModel ref is set with same value (<a href="https://redirect.github.com/vuejs/core/issues/11162">#11162</a>) (<a href="https://github.com/vuejs/core/commit/f1bb0aef084b5cdd4d49aecfed01ec106d9b6897">f1bb0ae</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11125">#11125</a></li> <li><strong>runtime-core:</strong> errors during component patch should be caught by error handlers (<a href="https://github.com/vuejs/core/commit/ee0248accff589a94688e177e5e3af10c18288cb">ee0248a</a>)</li> <li><strong>runtime-core:</strong> force diff slot fallback content and provided content (<a href="https://github.com/vuejs/core/commit/d76dd9c58de24b273bc55af3a8ed81ba693e9683">d76dd9c</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/7256">#7256</a> <a href="https://redirect.github.com/vuejs/core/issues/9200">#9200</a> <a href="https://redirect.github.com/vuejs/core/issues/9308">#9308</a> <a href="https://redirect.github.com/vuejs/core/issues/7266">#7266</a> <a href="https://redirect.github.com/vuejs/core/issues/9213">#9213</a></li> <li><strong>runtime-core:</strong> more edge case fix for manually rendered compiled slot (<a href="https://github.com/vuejs/core/commit/685e3f381c024b9f4023e60fe0545dc60d90d984">685e3f3</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11336">#11336</a></li> <li><strong>runtime-core:</strong> use separate prop caches for components and mixins (<a href="https://redirect.github.com/vuejs/core/issues/11350">#11350</a>) (<a href="https://github.com/vuejs/core/commit/b0aa234e5e7a611c018de68bc31e0cf55518d5ce">b0aa234</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/7998">#7998</a></li> <li><strong>runtime-dom:</strong> properly handle innerHTML unmount into new children (<a href="https://redirect.github.com/vuejs/core/issues/11159">#11159</a>) (<a href="https://github.com/vuejs/core/commit/3e9e32ee0a6d0fbf67e9098a66ff0a1ea6647806">3e9e32e</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/9135">#9135</a></li> <li><strong>teleport:</strong> skip teleported nodes when locating patch anchor (<a href="https://github.com/vuejs/core/commit/8655ced480ea0fe453ff5fe445cecf97b91ec260">8655ced</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/9071">#9071</a> <a href="https://redirect.github.com/vuejs/core/issues/9134">#9134</a> <a href="https://redirect.github.com/vuejs/core/issues/9313">#9313</a> <a href="https://redirect.github.com/vuejs/core/issues/9313">#9313</a></li> <li><strong>v-model:</strong> component v-model modifiers trim and number when cases don't match (<a href="https://redirect.github.com/vuejs/core/issues/9609">#9609</a>) (<a href="https://github.com/vuejs/core/commit/7fb6eb882b64bf99a99d00606e54b0e050674206">7fb6eb8</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/4848">#4848</a> <a href="https://redirect.github.com/vuejs/core/issues/4850">#4850</a> <a href="https://redirect.github.com/vuejs/core/issues/4850">#4850</a></li> <li><strong>v-once:</strong> properly unmount v-once cached trees (<a href="https://github.com/vuejs/core/commit/d343a0dc01663f91db42b4ddb693e6fffcb45873">d343a0d</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/5154">#5154</a> <a href="https://redirect.github.com/vuejs/core/issues/8809">#8809</a></li> </ul> <h3>Performance Improvements</h3> <ul> <li><strong>server-renderer:</strong> avoid unnecessary checks in <code>createBuffer</code> (<a href="https://redirect.github.com/vuejs/core/issues/11364">#11364</a>) (<a href="https://github.com/vuejs/core/commit/fc205bf4decde5ce0f4a61394ffa3914b502c287">fc205bf</a>)</li> <li><strong>server-renderer:</strong> optimize <code>unrollBuffer</code> by avoiding promises (<a href="https://redirect.github.com/vuejs/core/issues/11340">#11340</a>) (<a href="https://github.com/vuejs/core/commit/05779a70bd0b567ae458a07636d229bd07c44c4e">05779a7</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/core/commit/422ef34e487f801e1162bed80c0e88e868576e1d"><code>422ef34</code></a> release: v3.4.33</li> <li><a href="https://github.com/vuejs/core/commit/1b81d14bfdc01ea403d0ee1b419718abaf930f52"><code>1b81d14</code></a> refactor(runtime-core): remove attrsProxy and slotsProxy from instance (<a href="https://redirect.github.com/vuejs/core/issues/11390">#11390</a>)</li> <li><a href="https://github.com/vuejs/core/commit/5df67e36756639ea7b923d1b139d6cb14450123b"><code>5df67e3</code></a> fix(runtime-dom): handle undefined values in v-html (<a href="https://redirect.github.com/vuejs/core/issues/11403">#11403</a>)</li> <li><a href="https://github.com/vuejs/core/commit/c7f5c70ebac8f91daf6b56c131b2af2df6e162c8"><code>c7f5c70</code></a> chore(build): fix build error on Windows (<a href="https://redirect.github.com/vuejs/core/issues/11389">#11389</a>)</li> <li><a href="https://github.com/vuejs/core/commit/fd5c001ec732197b1bbfc42b666a72ba65c4c4d7"><code>fd5c001</code></a> release: v3.4.32</li> <li><a href="https://github.com/vuejs/core/commit/f1bb0aef084b5cdd4d49aecfed01ec106d9b6897"><code>f1bb0ae</code></a> fix(runtime-core): do not emit when defineModel ref is set with same value (#...</li> <li><a href="https://github.com/vuejs/core/commit/3e9e32ee0a6d0fbf67e9098a66ff0a1ea6647806"><code>3e9e32e</code></a> fix(runtime-dom): properly handle innerHTML unmount into new children (<a href="https://redirect.github.com/vuejs/core/issues/11159">#11159</a>)</li> <li><a href="https://github.com/vuejs/core/commit/b287aeec3ea85f20e4b1fc3d907c901bdc2a0176"><code>b287aee</code></a> fix(compiler-sfc): correctly resolve type annotation for declared function (#...</li> <li><a href="https://github.com/vuejs/core/commit/3dc5a1ad98d9ca7e9af04eb32e605c3870ff2576"><code>3dc5a1a</code></a> test: test case for <a href="https://redirect.github.com/vuejs/core/issues/11286">#11286</a></li> <li><a href="https://github.com/vuejs/core/commit/c10e40a217b89ab7e0f7f3515242d4246ecffbdd"><code>c10e40a</code></a> fix(hydration): fix tracking of reactive style objects in production</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/core/compare/v3.4.31...v3.4.33">compare view</a></li> </ul> </details> <br /> Updates `vue` from 3.4.31 to 3.4.33 <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.33</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.32</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.32...v3.4.33">3.4.33</a> (2024-07-19)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>runtime-dom:</strong> handle undefined values in v-html (<a href="https://redirect.github.com/vuejs/core/issues/11403">#11403</a>) (<a href="https://github.com/vuejs/core/commit/5df67e36756639ea7b923d1b139d6cb14450123b">5df67e3</a>)</li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.4.31...v3.4.32">3.4.32</a> (2024-07-17)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>build:</strong> use consistent minify options from previous terser config (<a href="https://github.com/vuejs/core/commit/789675f65d2b72cf979ba6a29bd323f716154a4b">789675f</a>)</li> <li><strong>compiler-sfc:</strong> correctly resolve type annotation for declared function (<a href="https://redirect.github.com/vuejs/core/issues/11279">#11279</a>) (<a href="https://github.com/vuejs/core/commit/b287aeec3ea85f20e4b1fc3d907c901bdc2a0176">b287aee</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11266">#11266</a></li> <li><strong>defineModel:</strong> force local update when setter results in same emitted value (<a href="https://github.com/vuejs/core/commit/de174e1aa756508c7542605a448e55a373afb1ed">de174e1</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10279">#10279</a> <a href="https://redirect.github.com/vuejs/core/issues/10301">#10301</a></li> <li><strong>hmr:</strong> hmr reload should work with async component (<a href="https://redirect.github.com/vuejs/core/issues/11248">#11248</a>) (<a href="https://github.com/vuejs/core/commit/c8b97945759e869c997d60c3350d2451c5ff7887">c8b9794</a>)</li> <li><strong>hydration:</strong> fix tracking of reactive style objects in production (<a href="https://github.com/vuejs/core/commit/c10e40a217b89ab7e0f7f3515242d4246ecffbdd">c10e40a</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11372">#11372</a></li> <li><strong>hydration:</strong> handle consectuvie text nodes during hydration (<a href="https://github.com/vuejs/core/commit/f44c3b37d446d5f8e34539029dae0d806b25bb47">f44c3b3</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/7285">#7285</a> <a href="https://redirect.github.com/vuejs/core/issues/7301">#7301</a></li> <li><strong>reactivity:</strong> ensure <code>unref</code> correctly resolves type for <code>ShallowRef</code> (<a href="https://redirect.github.com/vuejs/core/issues/11360">#11360</a>) (<a href="https://github.com/vuejs/core/commit/a509e30f059fcdd158f39fdf34670b1019eaf2d1">a509e30</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11356">#11356</a></li> <li><strong>reactivity:</strong> shallowReactive map "unwraps" the nested refs (<a href="https://redirect.github.com/vuejs/core/issues/8503">#8503</a>) (<a href="https://github.com/vuejs/core/commit/50ddafe91b9195cf94124466239f82c9794699fb">50ddafe</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8501">#8501</a> <a href="https://redirect.github.com/vuejs/core/issues/11249">#11249</a></li> <li><strong>runtime-core:</strong> avoid recursive warning (<a href="https://github.com/vuejs/core/commit/3ee7b4c7b1374c5bdc50a579b49f6bc15022b085">3ee7b4c</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8074">#8074</a></li> <li><strong>runtime-core:</strong> bail manually rendered compiler slot fragments in all cases (<a href="https://github.com/vuejs/core/commit/3d34f406ac7497dafd2f4e62ab23579b78a0e08a">3d34f40</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10870">#10870</a></li> <li><strong>runtime-core:</strong> do not emit when defineModel ref is set with same value (<a href="https://redirect.github.com/vuejs/core/issues/11162">#11162</a>) (<a href="https://github.com/vuejs/core/commit/f1bb0aef084b5cdd4d49aecfed01ec106d9b6897">f1bb0ae</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11125">#11125</a></li> <li><strong>runtime-core:</strong> errors during component patch should be caught by error handlers (<a href="https://github.com/vuejs/core/commit/ee0248accff589a94688e177e5e3af10c18288cb">ee0248a</a>)</li> <li><strong>runtime-core:</strong> force diff slot fallback content and provided content (<a href="https://github.com/vuejs/core/commit/d76dd9c58de24b273bc55af3a8ed81ba693e9683">d76dd9c</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/7256">#7256</a> <a href="https://redirect.github.com/vuejs/core/issues/9200">#9200</a> <a href="https://redirect.github.com/vuejs/core/issues/9308">#9308</a> <a href="https://redirect.github.com/vuejs/core/issues/7266">#7266</a> <a href="https://redirect.github.com/vuejs/core/issues/9213">#9213</a></li> <li><strong>runtime-core:</strong> more edge case fix for manually rendered compiled slot (<a href="https://github.com/vuejs/core/commit/685e3f381c024b9f4023e60fe0545dc60d90d984">685e3f3</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11336">#11336</a></li> <li><strong>runtime-core:</strong> use separate prop caches for components and mixins (<a href="https://redirect.github.com/vuejs/core/issues/11350">#11350</a>) (<a href="https://github.com/vuejs/core/commit/b0aa234e5e7a611c018de68bc31e0cf55518d5ce">b0aa234</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/7998">#7998</a></li> <li><strong>runtime-dom:</strong> properly handle innerHTML unmount into new children (<a href="https://redirect.github.com/vuejs/core/issues/11159">#11159</a>) (<a href="https://github.com/vuejs/core/commit/3e9e32ee0a6d0fbf67e9098a66ff0a1ea6647806">3e9e32e</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/9135">#9135</a></li> <li><strong>teleport:</strong> skip teleported nodes when locating patch anchor (<a href="https://github.com/vuejs/core/commit/8655ced480ea0fe453ff5fe445cecf97b91ec260">8655ced</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/9071">#9071</a> <a href="https://redirect.github.com/vuejs/core/issues/9134">#9134</a> <a href="https://redirect.github.com/vuejs/core/issues/9313">#9313</a> <a href="https://redirect.github.com/vuejs/core/issues/9313">#9313</a></li> <li><strong>v-model:</strong> component v-model modifiers trim and number when cases don't match (<a href="https://redirect.github.com/vuejs/core/issues/9609">#9609</a>) (<a href="https://github.com/vuejs/core/commit/7fb6eb882b64bf99a99d00606e54b0e050674206">7fb6eb8</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/4848">#4848</a> <a href="https://redirect.github.com/vuejs/core/issues/4850">#4850</a> <a href="https://redirect.github.com/vuejs/core/issues/4850">#4850</a></li> <li><strong>v-once:</strong> properly unmount v-once cached trees (<a href="https://github.com/vuejs/core/commit/d343a0dc01663f91db42b4ddb693e6fffcb45873">d343a0d</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/5154">#5154</a> <a href="https://redirect.github.com/vuejs/core/issues/8809">#8809</a></li> </ul> <h3>Performance Improvements</h3> <ul> <li><strong>server-renderer:</strong> avoid unnecessary checks in <code>createBuffer</code> (<a href="https://redirect.github.com/vuejs/core/issues/11364">#11364</a>) (<a href="https://github.com/vuejs/core/commit/fc205bf4decde5ce0f4a61394ffa3914b502c287">fc205bf</a>)</li> <li><strong>server-renderer:</strong> optimize <code>unrollBuffer</code> by avoiding promises (<a href="https://redirect.github.com/vuejs/core/issues/11340">#11340</a>) (<a href="https://github.com/vuejs/core/commit/05779a70bd0b567ae458a07636d229bd07c44c4e">05779a7</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/core/commit/422ef34e487f801e1162bed80c0e88e868576e1d"><code>422ef34</code></a> release: v3.4.33</li> <li><a href="https://github.com/vuejs/core/commit/1b81d14bfdc01ea403d0ee1b419718abaf930f52"><code>1b81d14</code></a> refactor(runtime-core): remove attrsProxy and slotsProxy from instance (<a href="https://redirect.github.com/vuejs/core/issues/11390">#11390</a>)</li> <li><a href="https://github.com/vuejs/core/commit/5df67e36756639ea7b923d1b139d6cb14450123b"><code>5df67e3</code></a> fix(runtime-dom): handle undefined values in v-html (<a href="https://redirect.github.com/vuejs/core/issues/11403">#11403</a>)</li> <li><a href="https://github.com/vuejs/core/commit/c7f5c70ebac8f91daf6b56c131b2af2df6e162c8"><code>c7f5c70</code></a> chore(build): fix build error on Windows (<a href="https://redirect.github.com/vuejs/core/issues/11389">#11389</a>)</li> <li><a href="https://github.com/vuejs/core/commit/fd5c001ec732197b1bbfc42b666a72ba65c4c4d7"><code>fd5c001</code></a> release: v3.4.32</li> <li><a href="https://github.com/vuejs/core/commit/f1bb0aef084b5cdd4d49aecfed01ec106d9b6897"><code>f1bb0ae</code></a> fix(runtime-core): do not emit when defineModel ref is set with same value (#...</li> <li><a href="https://github.com/vuejs/core/commit/3e9e32ee0a6d0fbf67e9098a66ff0a1ea6647806"><code>3e9e32e</code></a> fix(runtime-dom): properly handle innerHTML unmount into new children (<a href="https://redirect.github.com/vuejs/core/issues/11159">#11159</a>)</li> <li><a href="https://github.com/vuejs/core/commit/b287aeec3ea85f20e4b1fc3d907c901bdc2a0176"><code>b287aee</code></a> fix(compiler-sfc): correctly resolve type annotation for declared function (#...</li> <li><a href="https://github.com/vuejs/core/commit/3dc5a1ad98d9ca7e9af04eb32e605c3870ff2576"><code>3dc5a1a</code></a> test: test case for <a href="https://redirect.github.com/vuejs/core/issues/11286">#11286</a></li> <li><a href="https://github.com/vuejs/core/commit/c10e40a217b89ab7e0f7f3515242d4246ecffbdd"><code>c10e40a</code></a> fix(hydration): fix tracking of reactive style objects in production</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/core/compare/v3.4.31...v3.4.33">compare view</a></li> </ul> </details> <br /> Updates `@cypress/code-coverage` from 3.12.42 to 3.12.44 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cypress-io/code-coverage/releases"><code>@cypress/code-coverage</code>'s releases</a>.</em></p> <blockquote> <h2>v3.12.44</h2> <h2><a href="https://github.com/cypress-io/code-coverage/compare/v3.12.43...v3.12.44">3.12.44</a> (2024-07-21)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update dependency debug to v4.3.5 (<a href="https://redirect.github.com/cypress-io/code-coverage/issues/857">#857</a>) (<a href="https://github.com/cypress-io/code-coverage/commit/a0d90144c97068cf847703db0cdb88fa4ef8ff88">a0d9014</a>)</li> </ul> <h2>v3.12.43</h2> <h2><a href="https://github.com/cypress-io/code-coverage/compare/v3.12.42...v3.12.43">3.12.43</a> (2024-07-21)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update dependency dayjs to v1.11.12 (<a href="https://redirect.github.com/cypress-io/code-coverage/issues/856">#856</a>) (<a href="https://github.com/cypress-io/code-coverage/commit/05a3ee941ca982d9f072c270db8f8fab6644cb37">05a3ee9</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cypress-io/code-coverage/commit/a0d90144c97068cf847703db0cdb88fa4ef8ff88"><code>a0d9014</code></a> fix(deps): update dependency debug to v4.3.5 (<a href="https://redirect.github.com/cypress-io/code-coverage/issues/857">#857</a>)</li> <li><a href="https://github.com/cypress-io/code-coverage/commit/87779d5e1936d9ef357d7408ed62ed75091086de"><code>87779d5</code></a> chore(deps): update dependency cypress to v13.13.1 (<a href="https://redirect.github.com/cypress-io/code-coverage/issues/855">#855</a>)</li> <li><a href="https://github.com/cypress-io/code-coverage/commit/05a3ee941ca982d9f072c270db8f8fab6644cb37"><code>05a3ee9</code></a> fix(deps): update dependency dayjs to v1.11.12 (<a href="https://redirect.github.com/cypress-io/code-coverage/issues/856">#856</a>)</li> <li>See full diff in <a href="https://github.com/cypress-io/code-coverage/compare/v3.12.42...v3.12.44">compare view</a></li> </ul> </details> <br /> Updates `@vue/compiler-sfc` from 3.4.31 to 3.4.33 <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.33</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.32</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.32...v3.4.33">3.4.33</a> (2024-07-19)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>runtime-dom:</strong> handle undefined values in v-html (<a href="https://redirect.github.com/vuejs/core/issues/11403">#11403</a>) (<a href="https://github.com/vuejs/core/commit/5df67e36756639ea7b923d1b139d6cb14450123b">5df67e3</a>)</li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.4.31...v3.4.32">3.4.32</a> (2024-07-17)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>build:</strong> use consistent minify options from previous terser config (<a href="https://github.com/vuejs/core/commit/789675f65d2b72cf979ba6a29bd323f716154a4b">789675f</a>)</li> <li><strong>compiler-sfc:</strong> correctly resolve type annotation for declared function (<a href="https://redirect.github.com/vuejs/core/issues/11279">#11279</a>) (<a href="https://github.com/vuejs/core/commit/b287aeec3ea85f20e4b1fc3d907c901bdc2a0176">b287aee</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11266">#11266</a></li> <li><strong>defineModel:</strong> force local update when setter results in same emitted value (<a href="https://github.com/vuejs/core/commit/de174e1aa756508c7542605a448e55a373afb1ed">de174e1</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10279">#10279</a> <a href="https://redirect.github.com/vuejs/core/issues/10301">#10301</a></li> <li><strong>hmr:</strong> hmr reload should work with async component (<a href="https://redirect.github.com/vuejs/core/issues/11248">#11248</a>) (<a href="https://github.com/vuejs/core/commit/c8b97945759e869c997d60c3350d2451c5ff7887">c8b9794</a>)</li> <li><strong>hydration:</strong> fix tracking of reactive style objects in production (<a href="https://github.com/vuejs/core/commit/c10e40a217b89ab7e0f7f3515242d4246ecffbdd">c10e40a</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11372">#11372</a></li> <li><strong>hydration:</strong> handle consectuvie text nodes during hydration (<a href="https://github.com/vuejs/core/commit/f44c3b37d446d5f8e34539029dae0d806b25bb47">f44c3b3</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/7285">#7285</a> <a href="https://redirect.github.com/vuejs/core/issues/7301">#7301</a></li> <li><strong>reactivity:</strong> ensure <code>unref</code> correctly resolves type for <code>ShallowRef</code> (<a href="https://redirect.github.com/vuejs/core/issues/11360">#11360</a>) (<a href="https://github.com/vuejs/core/commit/a509e30f059fcdd158f39fdf34670b1019eaf2d1">a509e30</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11356">#11356</a></li> <li><strong>reactivity:</strong> shallowReactive map "unwraps" the nested refs (<a href="https://redirect.github.com/vuejs/core/issues/8503">#8503</a>) (<a href="https://github.com/vuejs/core/commit/50ddafe91b9195cf94124466239f82c9794699fb">50ddafe</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8501">#8501</a> <a href="https://redirect.github.com/vuejs/core/issues/11249">#11249</a></li> <li><strong>runtime-core:</strong> avoid recursive warning (<a href="https://github.com/vuejs/core/commit/3ee7b4c7b1374c5bdc50a579b49f6bc15022b085">3ee7b4c</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8074">#8074</a></li> <li><strong>runtime-core:</strong> bail manually rendered compiler slot fragments in all cases (<a href="https://github.com/vuejs/core/commit/3d34f406ac7497dafd2f4e62ab23579b78a0e08a">3d34f40</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10870">#10870</a></li> <li><strong>runtime-core:</strong> do not emit when defineModel ref is set with same value (<a href="https://redirect.github.com/vuejs/core/issues/11162">#11162</a>) (<a href="https://github.com/vuejs/core/commit/f1bb0aef084b5cdd4d49aecfed01ec106d9b6897">f1bb0ae</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11125">#11125</a></li> <li><strong>runtime-core:</strong> errors during component patch should be caught by error handlers (<a href="https://github.com/vuejs/core/commit/ee0248accff589a94688e177e5e3af10c18288cb">ee0248a</a>)</li> <li><strong>runtime-core:</strong> force diff slot fallback content and provided content (<a href="https://github.com/vuejs/core/commit/d76dd9c58de24b273bc55af3a8ed81ba693e9683">d76dd9c</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/7256">#7256</a> <a href="https://redirect.github.com/vuejs/core/issues/9200">#9200</a> <a href="https://redirect.github.com/vuejs/core/issues/9308">#9308</a> <a href="https://redirect.github.com/vuejs/core/issues/7266">#7266</a> <a href="https://redirect.github.com/vuejs/core/issues/9213">#9213</a></li> <li><strong>runtime-core:</strong> more edge case fix for manually rendered compiled slot (<a href="https://github.com/vuejs/core/commit/685e3f381c024b9f4023e60fe0545dc60d90d984">685e3f3</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11336">#11336</a></li> <li><strong>runtime-core:</strong> use separate prop caches for components and mixins (<a href="https://redirect.github.com/vuejs/core/issues/11350">#11350</a>) (<a href="https://github.com/vuejs/core/commit/b0aa234e5e7a611c018de68bc31e0cf55518d5ce">b0aa234</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/7998">#7998</a></li> <li><strong>runtime-dom:</strong> properly handle innerHTML unmount into new children (<a href="https://redirect.github.com/vuejs/core/issues/11159">#11159</a>) (<a href="https://github.com/vuejs/core/commit/3e9e32ee0a6d0fbf67e9098a66ff0a1ea6647806">3e9e32e</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/9135">#9135</a></li> <li><strong>teleport:</strong> skip teleported nodes when locating patch anchor (<a href="https://github.com/vuejs/core/commit/8655ced480ea0fe453ff5fe445cecf97b91ec260">8655ced</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/9071">#9071</a> <a href="https://redirect.github.com/vuejs/core/issues/9134">#9134</a> <a href="https://redirect.github.com/vuejs/core/issues/9313">#9313</a> <a href="https://redirect.github.com/vuejs/core/issues/9313">#9313</a></li> <li><strong>v-model:</strong> component v-model modifiers trim and number when cases don't match (<a href="https://redirect.github.com/vuejs/core/issues/9609">#9609</a>) (<a href="https://github.com/vuejs/core/commit/7fb6eb882b64bf99a99d00606e54b0e050674206">7fb6eb8</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/4848">#4848</a> <a href="https://redirect.github.com/vuejs/core/issues/4850">#4850</a> <a href="https://redirect.github.com/vuejs/core/issues/4850">#4850</a></li> <li><strong>v-once:</strong> properly unmount v-once cached trees (<a href="https://github.com/vuejs/core/commit/d343a0dc01663f91db42b4ddb693e6fffcb45873">d343a0d</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/5154">#5154</a> <a href="https://redirect.github.com/vuejs/core/issues/8809">#8809</a></li> </ul> <h3>Performance Improvements</h3> <ul> <li><strong>server-renderer:</strong> avoid unnecessary checks in <code>createBuffer</code> (<a href="https://redirect.github.com/vuejs/core/issues/11364">#11364</a>) (<a href="https://github.com/vuejs/core/commit/fc205bf4decde5ce0f4a61394ffa3914b502c287">fc205bf</a>)</li> <li><strong>server-renderer:</strong> optimize <code>unrollBuffer</code> by avoiding promises (<a href="https://redirect.github.com/vuejs/core/issues/11340">#11340</a>) (<a href="https://github.com/vuejs/core/commit/05779a70bd0b567ae458a07636d229bd07c44c4e">05779a7</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/core/commit/422ef34e487f801e1162bed80c0e88e868576e1d"><code>422ef34</code></a> release: v3.4.33</li> <li><a href="https://github.com/vuejs/core/commit/fd5c001ec732197b1bbfc42b666a72ba65c4c4d7"><code>fd5c001</code></a> release: v3.4.32</li> <li><a href="https://github.com/vuejs/core/commit/b287aeec3ea85f20e4b1fc3d907c901bdc2a0176"><code>b287aee</code></a> fix(compiler-sfc): correctly resolve type annotation for declared function (#...</li> <li><a href="https://github.com/vuejs/core/commit/f1aae57dfeb2aa9cf76e28309e19713d568807d4"><code>f1aae57</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/11357">#11357</a>)</li> <li><a href="https://github.com/vuejs/core/commit/0ac0f2e338f6f8f0bea7237db539c68bfafb88ae"><code>0ac0f2e</code></a> workflow: use pnpm catalog for workspace deps (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/11317">#11317</a>)</li> <li><a href="https://github.com/vuejs/core/commit/933ad9db4b0394b53ceaaddeba33719f48f44612"><code>933ad9d</code></a> fix(deps): update dependency postcss to ^8.4.39 (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/11259">#11259</a>)</li> <li><a href="https://github.com/vuejs/core/commit/4e45bf12732ec6209d68733931c32d78edc9c69e"><code>4e45bf1</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/11255">#11255</a>)</li> <li>See full diff in <a href="https://github.com/vuejs/core/commits/v3.4.33/packages/compiler-sfc">compare view</a></li> </ul> </details> <br /> Updates `jsdom` from 24.1.0 to 24.1.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jsdom/jsdom/releases">jsdom's releases</a>.</em></p> <blockquote> <h2>Version 24.1.1</h2> <ul> <li>Fixed selection methods to trigger the <code>selectionchange</code> event on the <code>Document</code> object. (piotr-oles)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jsdom/jsdom/blob/main/Changelog.md">jsdom's changelog</a>.</em></p> <blockquote> <h2>24.1.1</h2> <ul> <li>Fixed selection methods to trigger the <code>selectionchange</code> event on the <code>Document</code> object. (piotr-oles)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jsdom/jsdom/commit/ee8b6156bee3c7d0d201ccdd2135ee635fb8afcd"><code>ee8b615</code></a> Version 24.1.1</li> <li><a href="https://github.com/jsdom/jsdom/commit/4c167b3d3e39ff03625375c3edd4e04c54b345c9"><code>4c167b3</code></a> Update ESLint to v9</li> <li><a href="https://github.com/jsdom/jsdom/commit/c8a510353eadf4d44d4c36d622c047afa434301c"><code>c8a5103</code></a> Update dependencies and dev dependencies</li> <li><a href="https://github.com/jsdom/jsdom/commit/b2235affd93f47f26429ed80ce83ff267d878a1c"><code>b2235af</code></a> Trigger selectionchange event on document when selection changes</li> <li>See full diff in <a href="https://github.com/jsdom/jsdom/compare/24.1.0...24.1.1">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]
