dependabot[bot] opened a new pull request, #3208: URL: https://github.com/apache/jena/pull/3208
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.5.13` | `3.5.14` | | [vue](https://github.com/vuejs/core) | `3.5.13` | `3.5.14` | | [@cypress/code-coverage](https://github.com/cypress-io/code-coverage) | `3.14.2` | `3.14.3` | | [@vue/compiler-sfc](https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc) | `3.5.13` | `3.5.14` | | [webpack](https://github.com/webpack/webpack) | `5.99.8` | `5.99.9` | Updates `@vue/compat` from 3.5.13 to 3.5.14 <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.5.14</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.5.13...v3.5.14">3.5.14</a> (2025-05-15)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compat:</strong> correct deprecation message for v-bind.sync usage (<a href="https://redirect.github.com/vuejs/core/issues/13137">#13137</a>) (<a href="https://github.com/vuejs/core/commit/466b30f4049ec89fb282624ec17d1a93472ab93f">466b30f</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/13133">#13133</a></li> <li><strong>compiler-core:</strong> remove slot cache from parent renderCache during unmounting (<a href="https://redirect.github.com/vuejs/core/issues/13215">#13215</a>) (<a href="https://github.com/vuejs/core/commit/5d166f3796a03a497435fc079c6a83a4e9c6cf52">5d166f3</a>)</li> <li><strong>compiler-sfc:</strong> fix scope handling for props destructure in function parameters and catch clauses (<a href="https://github.com/vuejs/core/commit/8e3435779a667de485cf9efd78667d0ca14c5f84">8e34357</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12790">#12790</a></li> <li><strong>compiler-sfc:</strong> treat the return value of <code>useTemplateRef</code> as a definite ref (<a href="https://redirect.github.com/vuejs/core/issues/13197">#13197</a>) (<a href="https://github.com/vuejs/core/commit/8ae11226e8ee938615e17c7b81dc38ae3f7cefb9">8ae1122</a>)</li> <li><strong>compiler:</strong> fix spelling error in domTagConfig (<a href="https://redirect.github.com/vuejs/core/issues/13043">#13043</a>) (<a href="https://github.com/vuejs/core/commit/388295b27f3cc69eba25d325bbe60a36a3df831a">388295b</a>)</li> <li><strong>customFormatter:</strong> properly accessing ref value during debugger (<a href="https://redirect.github.com/vuejs/core/issues/12948">#12948</a>) (<a href="https://github.com/vuejs/core/commit/fdbd02658301dd794fe0c84f0018d080a07fca9f">fdbd026</a>)</li> <li><strong>hmr/teleport:</strong> adjust static children traversal for HMR in dev mode (<a href="https://redirect.github.com/vuejs/core/issues/12819">#12819</a>) (<a href="https://github.com/vuejs/core/commit/5e37dd009562bcd8080a200c32abde2d6e4f0305">5e37dd0</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12816">#12816</a></li> <li><strong>hmr:</strong> avoid hydration for hmr root reload (<a href="https://redirect.github.com/vuejs/core/issues/12450">#12450</a>) (<a href="https://github.com/vuejs/core/commit/1f98a9c493d01c21befa90107f0593bc92a58932">1f98a9c</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/146">vitejs/vite-plugin-vue#146</a> <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/477">vitejs/vite-plugin-vue#477</a></li> <li><strong>hmr:</strong> avoid hydration for hmr updating (<a href="https://redirect.github.com/vuejs/core/issues/12262">#12262</a>) (<a href="https://github.com/vuejs/core/commit/9c4dbbc5185125835ad3e49baba303bd54676111">9c4dbbc</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/7706">#7706</a> <a href="https://redirect.github.com/vuejs/core/issues/8170">#8170</a></li> <li><strong>reactivity:</strong> ensure markRaw objects are not reactive (<a href="https://redirect.github.com/vuejs/core/issues/12824">#12824</a>) (<a href="https://github.com/vuejs/core/commit/295b5ec19b6a52c4a56652cc4d6e93a4ea7c14ed">295b5ec</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12807">#12807</a></li> <li><strong>reactivity:</strong> ensure multiple effectScope on() and off() calls maintains correct active scope (<a href="https://github.com/vuejs/core/commit/22dcbf3e20eb84f69c8952f6f70d9990136a4a68">22dcbf3</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12631">#12631</a> <a href="https://redirect.github.com/vuejs/core/issues/12632">#12632</a> <a href="https://redirect.github.com/vuejs/core/issues/12641">#12641</a></li> <li><strong>reactivity:</strong> should not recompute if computed does not track reactive data (<a href="https://redirect.github.com/vuejs/core/issues/12341">#12341</a>) (<a href="https://github.com/vuejs/core/commit/0b23fd23833cf085e7e112bf4435cfc9b360d072">0b23fd2</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12337">#12337</a></li> <li><strong>runtime-core:</strong> stop tracking deps in setRef during unmount (<a href="https://redirect.github.com/vuejs/core/issues/13210">#13210</a>) (<a href="https://github.com/vuejs/core/commit/016c472bd2e7604b21c69dee1da8545ce26e4d2f">016c472</a>)</li> <li><strong>runtime-core:</strong> update __vnode of static nodes when patching along the optimized path (<a href="https://redirect.github.com/vuejs/core/issues/13223">#13223</a>) (<a href="https://github.com/vuejs/core/commit/b3ecee3da8ed5c55dea89ce6b4b376b2b722b018">b3ecee3</a>)</li> <li><strong>runtime-core:</strong> inherit comment nodes during block patch in production build (<a href="https://redirect.github.com/vuejs/core/issues/10748">#10748</a>) (<a href="https://github.com/vuejs/core/commit/626450590d81f79117b34d2a73073b1dc8f551bd">6264505</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10747">#10747</a> <a href="https://redirect.github.com/vuejs/core/issues/12650">#12650</a></li> <li><strong>runtime-core:</strong> prevent unmounted vnode from being inserted during transition leave (<a href="https://redirect.github.com/vuejs/core/issues/12862">#12862</a>) (<a href="https://github.com/vuejs/core/commit/d6a6ec13ce521683bfb2a22932778ef7b51f8600">d6a6ec1</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12860">#12860</a></li> <li><strong>runtime-core:</strong> respect immutability for readonly reactive arrays in <code>v-for</code> (<a href="https://redirect.github.com/vuejs/core/issues/13091">#13091</a>) (<a href="https://github.com/vuejs/core/commit/3f27c58ffbd4309df369bc89493fdc284dc540bb">3f27c58</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/13087">#13087</a></li> <li><strong>runtime-dom:</strong> always treat autocorrect as attribute (<a href="https://redirect.github.com/vuejs/core/issues/13001">#13001</a>) (<a href="https://github.com/vuejs/core/commit/1499135c227236e037bb746beeb777941b0b58ff">1499135</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/5705">#5705</a></li> <li><strong>slots:</strong> properly warn if slot invoked in setup (<a href="https://redirect.github.com/vuejs/core/issues/12195">#12195</a>) (<a href="https://github.com/vuejs/core/commit/9196222ae1d63b52b35ac5fbf5e71494587ccf05">9196222</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12194">#12194</a></li> <li><strong>ssr:</strong> properly init slots during ssr rendering (<a href="https://redirect.github.com/vuejs/core/issues/12441">#12441</a>) (<a href="https://github.com/vuejs/core/commit/2206cd235a1627c540e795e378b7564a55b47313">2206cd2</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12438">#12438</a></li> <li><strong>transition:</strong> fix KeepAlive with transition out-in mode behavior in production (<a href="https://redirect.github.com/vuejs/core/issues/12468">#12468</a>) (<a href="https://github.com/vuejs/core/commit/343c89122448719bd6ed6bd9de986dfb2721d6bf">343c891</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12465">#12465</a></li> <li><strong>TransitionGroup:</strong> reset prevChildren to prevent memory leak (<a href="https://redirect.github.com/vuejs/core/issues/13183">#13183</a>) (<a href="https://github.com/vuejs/core/commit/8b848cbbd2af337d23e19e202f9ab433f8580855">8b848cb</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/13181">#13181</a></li> <li><strong>types:</strong> allow return any for Options API lifecycle hooks (<a href="https://redirect.github.com/vuejs/core/issues/5914">#5914</a>) (<a href="https://github.com/vuejs/core/commit/06310e82f5bed62d1b9733dcb18cd8d6edc988de">06310e8</a>)</li> <li><strong>types:</strong> the directive's modifiers should be optional (<a href="https://redirect.github.com/vuejs/core/issues/12605">#12605</a>) (<a href="https://github.com/vuejs/core/commit/10e54dcc86a7967f3196d96200bcbd1d3d42082f">10e54dc</a>)</li> <li><strong>typos:</strong> fix comments referencing transformElement.ts (<a href="https://redirect.github.com/vuejs/core/issues/12551">#12551</a>)[ci-skip] (<a href="https://github.com/vuejs/core/commit/11c053a5429ad0d27a0e2c78b6b026ea00ace116">11c053a</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>types:</strong> add type TemplateRef (<a href="https://redirect.github.com/vuejs/core/issues/12645">#12645</a>) (<a href="https://github.com/vuejs/core/commit/636a8619f06c71dfd79f7f6412fd130c4f84226f">636a861</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/core/commit/d0253a0b7e8b356dc4c490dcb79fab49c1df6412"><code>d0253a0</code></a> release: v3.5.14</li> <li><a href="https://github.com/vuejs/core/commit/1f98a9c493d01c21befa90107f0593bc92a58932"><code>1f98a9c</code></a> fix(hmr): avoid hydration for hmr root reload (<a href="https://redirect.github.com/vuejs/core/issues/12450">#12450</a>)</li> <li><a href="https://github.com/vuejs/core/commit/626450590d81f79117b34d2a73073b1dc8f551bd"><code>6264505</code></a> fix(runtime-core): inherit comment nodes during block patch in production bui...</li> <li><a href="https://github.com/vuejs/core/commit/8e3435779a667de485cf9efd78667d0ca14c5f84"><code>8e34357</code></a> fix(compiler-sfc): fix scope handling for props destructure in function param...</li> <li><a href="https://github.com/vuejs/core/commit/343c89122448719bd6ed6bd9de986dfb2721d6bf"><code>343c891</code></a> fix(transition): fix KeepAlive with transition out-in mode behavior in produc...</li> <li><a href="https://github.com/vuejs/core/commit/9c4dbbc5185125835ad3e49baba303bd54676111"><code>9c4dbbc</code></a> fix(hmr): avoid hydration for hmr updating (<a href="https://redirect.github.com/vuejs/core/issues/12262">#12262</a>)</li> <li><a href="https://github.com/vuejs/core/commit/f7dad6da2fd8e87e974b1b177b9e763d6d423853"><code>f7dad6d</code></a> chore(deps): update dependency <code>@babel/parser</code> to ^7.27.2 (<a href="https://redirect.github.com/vuejs/core/issues/13310">#13310</a>)</li> <li><a href="https://github.com/vuejs/core/commit/258f78b643d8eb8e49356de914741b7a1c142139"><code>258f78b</code></a> chore(deps): update test (<a href="https://redirect.github.com/vuejs/core/issues/13311">#13311</a>)</li> <li><a href="https://github.com/vuejs/core/commit/3cb4db21efa61852b0541475b4ddf57fdec4c479"><code>3cb4db2</code></a> chore: add pnpm setting to pnpm-workspace (<a href="https://redirect.github.com/vuejs/core/issues/13268">#13268</a>)</li> <li><a href="https://github.com/vuejs/core/commit/d79aa70c615e64891582046cac8e46b2e32c9c5d"><code>d79aa70</code></a> chore(deps): update build (<a href="https://redirect.github.com/vuejs/core/issues/13276">#13276</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/core/compare/v3.5.13...v3.5.14">compare view</a></li> </ul> </details> <br /> Updates `vue` from 3.5.13 to 3.5.14 <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.14</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.13...v3.5.14">3.5.14</a> (2025-05-15)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compat:</strong> correct deprecation message for v-bind.sync usage (<a href="https://redirect.github.com/vuejs/core/issues/13137">#13137</a>) (<a href="https://github.com/vuejs/core/commit/466b30f4049ec89fb282624ec17d1a93472ab93f">466b30f</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/13133">#13133</a></li> <li><strong>compiler-core:</strong> remove slot cache from parent renderCache during unmounting (<a href="https://redirect.github.com/vuejs/core/issues/13215">#13215</a>) (<a href="https://github.com/vuejs/core/commit/5d166f3796a03a497435fc079c6a83a4e9c6cf52">5d166f3</a>)</li> <li><strong>compiler-sfc:</strong> fix scope handling for props destructure in function parameters and catch clauses (<a href="https://github.com/vuejs/core/commit/8e3435779a667de485cf9efd78667d0ca14c5f84">8e34357</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12790">#12790</a></li> <li><strong>compiler-sfc:</strong> treat the return value of <code>useTemplateRef</code> as a definite ref (<a href="https://redirect.github.com/vuejs/core/issues/13197">#13197</a>) (<a href="https://github.com/vuejs/core/commit/8ae11226e8ee938615e17c7b81dc38ae3f7cefb9">8ae1122</a>)</li> <li><strong>compiler:</strong> fix spelling error in domTagConfig (<a href="https://redirect.github.com/vuejs/core/issues/13043">#13043</a>) (<a href="https://github.com/vuejs/core/commit/388295b27f3cc69eba25d325bbe60a36a3df831a">388295b</a>)</li> <li><strong>customFormatter:</strong> properly accessing ref value during debugger (<a href="https://redirect.github.com/vuejs/core/issues/12948">#12948</a>) (<a href="https://github.com/vuejs/core/commit/fdbd02658301dd794fe0c84f0018d080a07fca9f">fdbd026</a>)</li> <li><strong>hmr/teleport:</strong> adjust static children traversal for HMR in dev mode (<a href="https://redirect.github.com/vuejs/core/issues/12819">#12819</a>) (<a href="https://github.com/vuejs/core/commit/5e37dd009562bcd8080a200c32abde2d6e4f0305">5e37dd0</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12816">#12816</a></li> <li><strong>hmr:</strong> avoid hydration for hmr root reload (<a href="https://redirect.github.com/vuejs/core/issues/12450">#12450</a>) (<a href="https://github.com/vuejs/core/commit/1f98a9c493d01c21befa90107f0593bc92a58932">1f98a9c</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/146">vitejs/vite-plugin-vue#146</a> <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/477">vitejs/vite-plugin-vue#477</a></li> <li><strong>hmr:</strong> avoid hydration for hmr updating (<a href="https://redirect.github.com/vuejs/core/issues/12262">#12262</a>) (<a href="https://github.com/vuejs/core/commit/9c4dbbc5185125835ad3e49baba303bd54676111">9c4dbbc</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/7706">#7706</a> <a href="https://redirect.github.com/vuejs/core/issues/8170">#8170</a></li> <li><strong>reactivity:</strong> ensure markRaw objects are not reactive (<a href="https://redirect.github.com/vuejs/core/issues/12824">#12824</a>) (<a href="https://github.com/vuejs/core/commit/295b5ec19b6a52c4a56652cc4d6e93a4ea7c14ed">295b5ec</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12807">#12807</a></li> <li><strong>reactivity:</strong> ensure multiple effectScope on() and off() calls maintains correct active scope (<a href="https://github.com/vuejs/core/commit/22dcbf3e20eb84f69c8952f6f70d9990136a4a68">22dcbf3</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12631">#12631</a> <a href="https://redirect.github.com/vuejs/core/issues/12632">#12632</a> <a href="https://redirect.github.com/vuejs/core/issues/12641">#12641</a></li> <li><strong>reactivity:</strong> should not recompute if computed does not track reactive data (<a href="https://redirect.github.com/vuejs/core/issues/12341">#12341</a>) (<a href="https://github.com/vuejs/core/commit/0b23fd23833cf085e7e112bf4435cfc9b360d072">0b23fd2</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12337">#12337</a></li> <li><strong>runtime-core:</strong> stop tracking deps in setRef during unmount (<a href="https://redirect.github.com/vuejs/core/issues/13210">#13210</a>) (<a href="https://github.com/vuejs/core/commit/016c472bd2e7604b21c69dee1da8545ce26e4d2f">016c472</a>)</li> <li><strong>runtime-core:</strong> update __vnode of static nodes when patching along the optimized path (<a href="https://redirect.github.com/vuejs/core/issues/13223">#13223</a>) (<a href="https://github.com/vuejs/core/commit/b3ecee3da8ed5c55dea89ce6b4b376b2b722b018">b3ecee3</a>)</li> <li><strong>runtime-core:</strong> inherit comment nodes during block patch in production build (<a href="https://redirect.github.com/vuejs/core/issues/10748">#10748</a>) (<a href="https://github.com/vuejs/core/commit/626450590d81f79117b34d2a73073b1dc8f551bd">6264505</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10747">#10747</a> <a href="https://redirect.github.com/vuejs/core/issues/12650">#12650</a></li> <li><strong>runtime-core:</strong> prevent unmounted vnode from being inserted during transition leave (<a href="https://redirect.github.com/vuejs/core/issues/12862">#12862</a>) (<a href="https://github.com/vuejs/core/commit/d6a6ec13ce521683bfb2a22932778ef7b51f8600">d6a6ec1</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12860">#12860</a></li> <li><strong>runtime-core:</strong> respect immutability for readonly reactive arrays in <code>v-for</code> (<a href="https://redirect.github.com/vuejs/core/issues/13091">#13091</a>) (<a href="https://github.com/vuejs/core/commit/3f27c58ffbd4309df369bc89493fdc284dc540bb">3f27c58</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/13087">#13087</a></li> <li><strong>runtime-dom:</strong> always treat autocorrect as attribute (<a href="https://redirect.github.com/vuejs/core/issues/13001">#13001</a>) (<a href="https://github.com/vuejs/core/commit/1499135c227236e037bb746beeb777941b0b58ff">1499135</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/5705">#5705</a></li> <li><strong>slots:</strong> properly warn if slot invoked in setup (<a href="https://redirect.github.com/vuejs/core/issues/12195">#12195</a>) (<a href="https://github.com/vuejs/core/commit/9196222ae1d63b52b35ac5fbf5e71494587ccf05">9196222</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12194">#12194</a></li> <li><strong>ssr:</strong> properly init slots during ssr rendering (<a href="https://redirect.github.com/vuejs/core/issues/12441">#12441</a>) (<a href="https://github.com/vuejs/core/commit/2206cd235a1627c540e795e378b7564a55b47313">2206cd2</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12438">#12438</a></li> <li><strong>transition:</strong> fix KeepAlive with transition out-in mode behavior in production (<a href="https://redirect.github.com/vuejs/core/issues/12468">#12468</a>) (<a href="https://github.com/vuejs/core/commit/343c89122448719bd6ed6bd9de986dfb2721d6bf">343c891</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12465">#12465</a></li> <li><strong>TransitionGroup:</strong> reset prevChildren to prevent memory leak (<a href="https://redirect.github.com/vuejs/core/issues/13183">#13183</a>) (<a href="https://github.com/vuejs/core/commit/8b848cbbd2af337d23e19e202f9ab433f8580855">8b848cb</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/13181">#13181</a></li> <li><strong>types:</strong> allow return any for Options API lifecycle hooks (<a href="https://redirect.github.com/vuejs/core/issues/5914">#5914</a>) (<a href="https://github.com/vuejs/core/commit/06310e82f5bed62d1b9733dcb18cd8d6edc988de">06310e8</a>)</li> <li><strong>types:</strong> the directive's modifiers should be optional (<a href="https://redirect.github.com/vuejs/core/issues/12605">#12605</a>) (<a href="https://github.com/vuejs/core/commit/10e54dcc86a7967f3196d96200bcbd1d3d42082f">10e54dc</a>)</li> <li><strong>typos:</strong> fix comments referencing transformElement.ts (<a href="https://redirect.github.com/vuejs/core/issues/12551">#12551</a>)[ci-skip] (<a href="https://github.com/vuejs/core/commit/11c053a5429ad0d27a0e2c78b6b026ea00ace116">11c053a</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>types:</strong> add type TemplateRef (<a href="https://redirect.github.com/vuejs/core/issues/12645">#12645</a>) (<a href="https://github.com/vuejs/core/commit/636a8619f06c71dfd79f7f6412fd130c4f84226f">636a861</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/core/commit/d0253a0b7e8b356dc4c490dcb79fab49c1df6412"><code>d0253a0</code></a> release: v3.5.14</li> <li><a href="https://github.com/vuejs/core/commit/1f98a9c493d01c21befa90107f0593bc92a58932"><code>1f98a9c</code></a> fix(hmr): avoid hydration for hmr root reload (<a href="https://redirect.github.com/vuejs/core/issues/12450">#12450</a>)</li> <li><a href="https://github.com/vuejs/core/commit/626450590d81f79117b34d2a73073b1dc8f551bd"><code>6264505</code></a> fix(runtime-core): inherit comment nodes during block patch in production bui...</li> <li><a href="https://github.com/vuejs/core/commit/8e3435779a667de485cf9efd78667d0ca14c5f84"><code>8e34357</code></a> fix(compiler-sfc): fix scope handling for props destructure in function param...</li> <li><a href="https://github.com/vuejs/core/commit/343c89122448719bd6ed6bd9de986dfb2721d6bf"><code>343c891</code></a> fix(transition): fix KeepAlive with transition out-in mode behavior in produc...</li> <li><a href="https://github.com/vuejs/core/commit/9c4dbbc5185125835ad3e49baba303bd54676111"><code>9c4dbbc</code></a> fix(hmr): avoid hydration for hmr updating (<a href="https://redirect.github.com/vuejs/core/issues/12262">#12262</a>)</li> <li><a href="https://github.com/vuejs/core/commit/f7dad6da2fd8e87e974b1b177b9e763d6d423853"><code>f7dad6d</code></a> chore(deps): update dependency <code>@babel/parser</code> to ^7.27.2 (<a href="https://redirect.github.com/vuejs/core/issues/13310">#13310</a>)</li> <li><a href="https://github.com/vuejs/core/commit/258f78b643d8eb8e49356de914741b7a1c142139"><code>258f78b</code></a> chore(deps): update test (<a href="https://redirect.github.com/vuejs/core/issues/13311">#13311</a>)</li> <li><a href="https://github.com/vuejs/core/commit/3cb4db21efa61852b0541475b4ddf57fdec4c479"><code>3cb4db2</code></a> chore: add pnpm setting to pnpm-workspace (<a href="https://redirect.github.com/vuejs/core/issues/13268">#13268</a>)</li> <li><a href="https://github.com/vuejs/core/commit/d79aa70c615e64891582046cac8e46b2e32c9c5d"><code>d79aa70</code></a> chore(deps): update build (<a href="https://redirect.github.com/vuejs/core/issues/13276">#13276</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/core/compare/v3.5.13...v3.5.14">compare view</a></li> </ul> </details> <br /> Updates `@cypress/code-coverage` from 3.14.2 to 3.14.3 <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.14.3</h2> <h2><a href="https://github.com/cypress-io/code-coverage/compare/v3.14.2...v3.14.3">3.14.3</a> (2025-05-19)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update dependency <code>@types/node</code> to v22.15.19 (<a href="https://redirect.github.com/cypress-io/code-coverage/issues/949">#949</a>) (<a href="https://github.com/cypress-io/code-coverage/commit/fab63768d5bd1c76595959dd88acf8a0974a521f">fab6376</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cypress-io/code-coverage/commit/fab63768d5bd1c76595959dd88acf8a0974a521f"><code>fab6376</code></a> fix(deps): update dependency <code>@types/node</code> to v22.15.19 (<a href="https://redirect.github.com/cypress-io/code-coverage/issues/949">#949</a>)</li> <li><a href="https://github.com/cypress-io/code-coverage/commit/73f1480f4f8dc595be94072176885bba65a106a3"><code>73f1480</code></a> chore(deps): update dependency start-server-and-test to v2.0.12 (<a href="https://redirect.github.com/cypress-io/code-coverage/issues/948">#948</a>)</li> <li><a href="https://github.com/cypress-io/code-coverage/commit/576eedb3e700fbf269d95cf756a8528015709292"><code>576eedb</code></a> Allow babel-loader v10 as peer-dependency (<a href="https://redirect.github.com/cypress-io/code-coverage/issues/943">#943</a>)</li> <li>See full diff in <a href="https://github.com/cypress-io/code-coverage/compare/v3.14.2...v3.14.3">compare view</a></li> </ul> </details> <br /> Updates `@vue/compiler-sfc` from 3.5.13 to 3.5.14 <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.5.14</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.5.13...v3.5.14">3.5.14</a> (2025-05-15)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compat:</strong> correct deprecation message for v-bind.sync usage (<a href="https://redirect.github.com/vuejs/core/issues/13137">#13137</a>) (<a href="https://github.com/vuejs/core/commit/466b30f4049ec89fb282624ec17d1a93472ab93f">466b30f</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/13133">#13133</a></li> <li><strong>compiler-core:</strong> remove slot cache from parent renderCache during unmounting (<a href="https://redirect.github.com/vuejs/core/issues/13215">#13215</a>) (<a href="https://github.com/vuejs/core/commit/5d166f3796a03a497435fc079c6a83a4e9c6cf52">5d166f3</a>)</li> <li><strong>compiler-sfc:</strong> fix scope handling for props destructure in function parameters and catch clauses (<a href="https://github.com/vuejs/core/commit/8e3435779a667de485cf9efd78667d0ca14c5f84">8e34357</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12790">#12790</a></li> <li><strong>compiler-sfc:</strong> treat the return value of <code>useTemplateRef</code> as a definite ref (<a href="https://redirect.github.com/vuejs/core/issues/13197">#13197</a>) (<a href="https://github.com/vuejs/core/commit/8ae11226e8ee938615e17c7b81dc38ae3f7cefb9">8ae1122</a>)</li> <li><strong>compiler:</strong> fix spelling error in domTagConfig (<a href="https://redirect.github.com/vuejs/core/issues/13043">#13043</a>) (<a href="https://github.com/vuejs/core/commit/388295b27f3cc69eba25d325bbe60a36a3df831a">388295b</a>)</li> <li><strong>customFormatter:</strong> properly accessing ref value during debugger (<a href="https://redirect.github.com/vuejs/core/issues/12948">#12948</a>) (<a href="https://github.com/vuejs/core/commit/fdbd02658301dd794fe0c84f0018d080a07fca9f">fdbd026</a>)</li> <li><strong>hmr/teleport:</strong> adjust static children traversal for HMR in dev mode (<a href="https://redirect.github.com/vuejs/core/issues/12819">#12819</a>) (<a href="https://github.com/vuejs/core/commit/5e37dd009562bcd8080a200c32abde2d6e4f0305">5e37dd0</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12816">#12816</a></li> <li><strong>hmr:</strong> avoid hydration for hmr root reload (<a href="https://redirect.github.com/vuejs/core/issues/12450">#12450</a>) (<a href="https://github.com/vuejs/core/commit/1f98a9c493d01c21befa90107f0593bc92a58932">1f98a9c</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/146">vitejs/vite-plugin-vue#146</a> <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/477">vitejs/vite-plugin-vue#477</a></li> <li><strong>hmr:</strong> avoid hydration for hmr updating (<a href="https://redirect.github.com/vuejs/core/issues/12262">#12262</a>) (<a href="https://github.com/vuejs/core/commit/9c4dbbc5185125835ad3e49baba303bd54676111">9c4dbbc</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/7706">#7706</a> <a href="https://redirect.github.com/vuejs/core/issues/8170">#8170</a></li> <li><strong>reactivity:</strong> ensure markRaw objects are not reactive (<a href="https://redirect.github.com/vuejs/core/issues/12824">#12824</a>) (<a href="https://github.com/vuejs/core/commit/295b5ec19b6a52c4a56652cc4d6e93a4ea7c14ed">295b5ec</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12807">#12807</a></li> <li><strong>reactivity:</strong> ensure multiple effectScope on() and off() calls maintains correct active scope (<a href="https://github.com/vuejs/core/commit/22dcbf3e20eb84f69c8952f6f70d9990136a4a68">22dcbf3</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12631">#12631</a> <a href="https://redirect.github.com/vuejs/core/issues/12632">#12632</a> <a href="https://redirect.github.com/vuejs/core/issues/12641">#12641</a></li> <li><strong>reactivity:</strong> should not recompute if computed does not track reactive data (<a href="https://redirect.github.com/vuejs/core/issues/12341">#12341</a>) (<a href="https://github.com/vuejs/core/commit/0b23fd23833cf085e7e112bf4435cfc9b360d072">0b23fd2</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12337">#12337</a></li> <li><strong>runtime-core:</strong> stop tracking deps in setRef during unmount (<a href="https://redirect.github.com/vuejs/core/issues/13210">#13210</a>) (<a href="https://github.com/vuejs/core/commit/016c472bd2e7604b21c69dee1da8545ce26e4d2f">016c472</a>)</li> <li><strong>runtime-core:</strong> update __vnode of static nodes when patching along the optimized path (<a href="https://redirect.github.com/vuejs/core/issues/13223">#13223</a>) (<a href="https://github.com/vuejs/core/commit/b3ecee3da8ed5c55dea89ce6b4b376b2b722b018">b3ecee3</a>)</li> <li><strong>runtime-core:</strong> inherit comment nodes during block patch in production build (<a href="https://redirect.github.com/vuejs/core/issues/10748">#10748</a>) (<a href="https://github.com/vuejs/core/commit/626450590d81f79117b34d2a73073b1dc8f551bd">6264505</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10747">#10747</a> <a href="https://redirect.github.com/vuejs/core/issues/12650">#12650</a></li> <li><strong>runtime-core:</strong> prevent unmounted vnode from being inserted during transition leave (<a href="https://redirect.github.com/vuejs/core/issues/12862">#12862</a>) (<a href="https://github.com/vuejs/core/commit/d6a6ec13ce521683bfb2a22932778ef7b51f8600">d6a6ec1</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12860">#12860</a></li> <li><strong>runtime-core:</strong> respect immutability for readonly reactive arrays in <code>v-for</code> (<a href="https://redirect.github.com/vuejs/core/issues/13091">#13091</a>) (<a href="https://github.com/vuejs/core/commit/3f27c58ffbd4309df369bc89493fdc284dc540bb">3f27c58</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/13087">#13087</a></li> <li><strong>runtime-dom:</strong> always treat autocorrect as attribute (<a href="https://redirect.github.com/vuejs/core/issues/13001">#13001</a>) (<a href="https://github.com/vuejs/core/commit/1499135c227236e037bb746beeb777941b0b58ff">1499135</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/5705">#5705</a></li> <li><strong>slots:</strong> properly warn if slot invoked in setup (<a href="https://redirect.github.com/vuejs/core/issues/12195">#12195</a>) (<a href="https://github.com/vuejs/core/commit/9196222ae1d63b52b35ac5fbf5e71494587ccf05">9196222</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12194">#12194</a></li> <li><strong>ssr:</strong> properly init slots during ssr rendering (<a href="https://redirect.github.com/vuejs/core/issues/12441">#12441</a>) (<a href="https://github.com/vuejs/core/commit/2206cd235a1627c540e795e378b7564a55b47313">2206cd2</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12438">#12438</a></li> <li><strong>transition:</strong> fix KeepAlive with transition out-in mode behavior in production (<a href="https://redirect.github.com/vuejs/core/issues/12468">#12468</a>) (<a href="https://github.com/vuejs/core/commit/343c89122448719bd6ed6bd9de986dfb2721d6bf">343c891</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12465">#12465</a></li> <li><strong>TransitionGroup:</strong> reset prevChildren to prevent memory leak (<a href="https://redirect.github.com/vuejs/core/issues/13183">#13183</a>) (<a href="https://github.com/vuejs/core/commit/8b848cbbd2af337d23e19e202f9ab433f8580855">8b848cb</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/13181">#13181</a></li> <li><strong>types:</strong> allow return any for Options API lifecycle hooks (<a href="https://redirect.github.com/vuejs/core/issues/5914">#5914</a>) (<a href="https://github.com/vuejs/core/commit/06310e82f5bed62d1b9733dcb18cd8d6edc988de">06310e8</a>)</li> <li><strong>types:</strong> the directive's modifiers should be optional (<a href="https://redirect.github.com/vuejs/core/issues/12605">#12605</a>) (<a href="https://github.com/vuejs/core/commit/10e54dcc86a7967f3196d96200bcbd1d3d42082f">10e54dc</a>)</li> <li><strong>typos:</strong> fix comments referencing transformElement.ts (<a href="https://redirect.github.com/vuejs/core/issues/12551">#12551</a>)[ci-skip] (<a href="https://github.com/vuejs/core/commit/11c053a5429ad0d27a0e2c78b6b026ea00ace116">11c053a</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>types:</strong> add type TemplateRef (<a href="https://redirect.github.com/vuejs/core/issues/12645">#12645</a>) (<a href="https://github.com/vuejs/core/commit/636a8619f06c71dfd79f7f6412fd130c4f84226f">636a861</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/core/commit/d0253a0b7e8b356dc4c490dcb79fab49c1df6412"><code>d0253a0</code></a> release: v3.5.14</li> <li><a href="https://github.com/vuejs/core/commit/8e3435779a667de485cf9efd78667d0ca14c5f84"><code>8e34357</code></a> fix(compiler-sfc): fix scope handling for props destructure in function param...</li> <li><a href="https://github.com/vuejs/core/commit/c3e3396475c258c036f8437d75338b52ae6464d8"><code>c3e3396</code></a> chore(deps): update dependency vite to v5.4.18 [security] (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/13229">#13229</a>)</li> <li><a href="https://github.com/vuejs/core/commit/8ae11226e8ee938615e17c7b81dc38ae3f7cefb9"><code>8ae1122</code></a> fix(compiler-sfc): treat the return value of <code>useTemplateRef</code> as a definite r...</li> <li><a href="https://github.com/vuejs/core/commit/1faca599cd3ece512ff70f139bf31583499985e6"><code>1faca59</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/13166">#13166</a>)</li> <li><a href="https://github.com/vuejs/core/commit/40fd95ffd39cac6d2e97c62269de911a3646bcd5"><code>40fd95f</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/13092">#13092</a>)</li> <li><a href="https://github.com/vuejs/core/commit/4fea167b5705476a6ce593dcf515912d523404ab"><code>4fea167</code></a> fix(deps): update compiler (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/13051">#13051</a>)</li> <li><a href="https://github.com/vuejs/core/commit/4b1931cf89accf83d11f9ea6cd421f23d28c2e2c"><code>4b1931c</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/12983">#12983</a>)</li> <li><a href="https://github.com/vuejs/core/commit/cbf5821028485befc11f9927b27e5b03d484cf9d"><code>cbf5821</code></a> chore(deps): fix MappingItem type (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/12891">#12891</a>)</li> <li><a href="https://github.com/vuejs/core/commit/4a1884f8dce05cc017cb9eb806df3dbcd923b72a"><code>4a1884f</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/12886">#12886</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/core/commits/v3.5.14/packages/compiler-sfc">compare view</a></li> </ul> </details> <br /> Updates `webpack` from 5.99.8 to 5.99.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack/releases">webpack's releases</a>.</em></p> <blockquote> <h2>v5.99.9</h2> <h3>Fixes</h3> <ul> <li>HMR might fail if there are new initial chunks</li> <li>Destructuring namespace import with default</li> <li>Destructuring namespace import with computed-property</li> <li>Generate valid code for es export generation for multiple module entries</li> <li>Fixed public path issue for ES modules</li> <li>Asset modules work when lazy compilation used</li> <li>Eliminate unused statements in certain scenarios</li> <li>Fixed regression with location and order of dependencies</li> <li>Fixed typescript types</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/6c9f912af2dfbb3e0e1a2a3ecdc3881c96363432"><code>6c9f912</code></a> chore(release): 5.99.9</li> <li><a href="https://github.com/webpack/webpack/commit/bca3d4097cb3169da28d6b631f95923956563f32"><code>bca3d40</code></a> fix: eliminate unused statements in certain scenarios (<a href="https://redirect.github.com/webpack/webpack/issues/19536">#19536</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/356c5d1a5fcd59a397d5d7a7d8bf8de6c73489c8"><code>356c5d1</code></a> ci: benchmarks stability (<a href="https://redirect.github.com/webpack/webpack/issues/19552">#19552</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/2c4f967fa657ed0d1c3dddcc0019a69472106fce"><code>2c4f967</code></a> fix: sourceTypes of asset module when lazy compilation (<a href="https://redirect.github.com/webpack/webpack/issues/19539">#19539</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/6b3e1c58452c0f3050ff9a8a0418d3aef4105c1a"><code>6b3e1c5</code></a> chore(deps): bump the dependencies group with 2 updates (<a href="https://redirect.github.com/webpack/webpack/issues/19551">#19551</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/dc19f82df0f96e10fc52576fd1964abcf0c774ea"><code>dc19f82</code></a> chore: fix todo types (<a href="https://redirect.github.com/webpack/webpack/issues/19550">#19550</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/598767ed855491a42bf5a66de0653589bb32f1f7"><code>598767e</code></a> chore: fix typo in comment</li> <li><a href="https://github.com/webpack/webpack/commit/34ec1d87d1d177d30c96d8c0d627488eaac4ba07"><code>34ec1d8</code></a> chore: refactor tests scripts (<a href="https://redirect.github.com/webpack/webpack/issues/19549">#19549</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/12b8458d6a06ee02e25f941644eae4fcf14b6a33"><code>12b8458</code></a> fix: publicPath issue for ES modules (<a href="https://redirect.github.com/webpack/webpack/issues/19546">#19546</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/c1e7ba274265f03a31fc8e695447fbb28aa34dd6"><code>c1e7ba2</code></a> docs: update examples (<a href="https://redirect.github.com/webpack/webpack/issues/19545">#19545</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.99.8...v5.99.9">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]
