dependabot[bot] opened a new pull request, #2426: URL: https://github.com/apache/jena/pull/2426
Bumps the npm-patch-group group in /jena-fuseki2/jena-fuseki-ui with 7 updates: | Package | From | To | | --- | --- | --- | | [@vue/compat](https://github.com/vuejs/core) | `3.4.21` | `3.4.23` | | [vue](https://github.com/vuejs/core) | `3.4.21` | `3.4.23` | | [vue-router](https://github.com/vuejs/router) | `4.3.0` | `4.3.2` | | [@cypress/code-coverage](https://github.com/cypress-io/code-coverage) | `3.12.34` | `3.12.35` | | [@vue/compiler-sfc](https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc) | `3.4.21` | `3.4.23` | | [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) | `2.15.1` | `2.15.2` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.2.8` | `5.2.10` | Updates `@vue/compat` from 3.4.21 to 3.4.23 <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.23</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.4.22</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md"><code>@vue/compat</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/vuejs/core/compare/v3.4.22...v3.4.23">3.4.23</a> (2024-04-16)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>runtime-core:</strong> fix regression for $attrs tracking in slots (<a href="https://github.com/vuejs/core/commit/6930e60787e4905a50417190263ae7dd46cf5409">6930e60</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10710">#10710</a></li> <li><strong>runtime-core:</strong> use same internal object mechanism for slots (<a href="https://github.com/vuejs/core/commit/6df53d85a207986128159d88565e6e7045db2add">6df53d8</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10709">#10709</a></li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.4.21...v3.4.22">3.4.22</a> (2024-04-15)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compat:</strong> fix $options mutation + adjust private API initialization (<a href="https://github.com/vuejs/core/commit/d58d133b1cde5085cc5ab0012d544cafd62a6ee6">d58d133</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10626">#10626</a> <a href="https://redirect.github.com/vuejs/core/issues/10636">#10636</a></li> <li><strong>compile-sfc:</strong> analyze v-bind shorthand usage in template (<a href="https://redirect.github.com/vuejs/core/issues/10518">#10518</a>) (<a href="https://github.com/vuejs/core/commit/e5919d4658cfe0bb18c76611dd3c3432c57f94ab">e5919d4</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10515">#10515</a></li> <li><strong>compiler-core:</strong> fix loc.source for end tags with whitespace before > (<a href="https://github.com/vuejs/core/commit/16174da21d6c8ac0aae027dd964fc35e221ded0a">16174da</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10694">#10694</a> <a href="https://redirect.github.com/vuejs/core/issues/10695">#10695</a></li> <li><strong>compiler-core:</strong> fix v-bind shorthand for component :is (<a href="https://github.com/vuejs/core/commit/04af9504a720c8e6de26c04b1282cf14fa1bcee3">04af950</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10469">#10469</a> <a href="https://redirect.github.com/vuejs/core/issues/10471">#10471</a></li> <li><strong>compiler-sfc:</strong> :is() and :where() in compound selectors (<a href="https://redirect.github.com/vuejs/core/issues/10522">#10522</a>) (<a href="https://github.com/vuejs/core/commit/660cadc7aadb909ef33a6055c4374902a82607a4">660cadc</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10511">#10511</a></li> <li><strong>compiler-sfc:</strong> also search for <code>.tsx</code> when type import's extension is omitted (<a href="https://redirect.github.com/vuejs/core/issues/10637">#10637</a>) (<a href="https://github.com/vuejs/core/commit/34106bc9c715247211273bb9c64712f04bd4879d">34106bc</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10635">#10635</a></li> <li><strong>compiler-sfc:</strong> fix defineModel coercion for boolean + string union types (<a href="https://redirect.github.com/vuejs/core/issues/9603">#9603</a>) (<a href="https://github.com/vuejs/core/commit/0cef65cee411356e721bbc90d731fc52fc8fce94">0cef65c</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/9587">#9587</a> <a href="https://redirect.github.com/vuejs/core/issues/10676">#10676</a></li> <li><strong>compiler-sfc:</strong> fix universal selector scope (<a href="https://redirect.github.com/vuejs/core/issues/10551">#10551</a>) (<a href="https://github.com/vuejs/core/commit/54a6afa75a546078e901ce0882da53b97420fe94">54a6afa</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10548">#10548</a></li> <li><strong>compiler-sfc:</strong> use options module name if options provide runtimeModuleName options (<a href="https://redirect.github.com/vuejs/core/issues/10457">#10457</a>) (<a href="https://github.com/vuejs/core/commit/e76d7430aa7470342f3fe263145a0fa92f5898ca">e76d743</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10454">#10454</a></li> <li><strong>custom-element:</strong> avoid setting attr to null if it is removed (<a href="https://redirect.github.com/vuejs/core/issues/9012">#9012</a>) (<a href="https://github.com/vuejs/core/commit/b49306adff4572d90a42ccd231387f16eb966bbe">b49306a</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/9006">#9006</a> <a href="https://redirect.github.com/vuejs/core/issues/10324">#10324</a></li> <li><strong>hydration:</strong> properly handle optimized mode during hydrate node (<a href="https://redirect.github.com/vuejs/core/issues/10638">#10638</a>) (<a href="https://github.com/vuejs/core/commit/2ec06fd6c8383e11cdf4efcab1707f973bd6a54c">2ec06fd</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10607">#10607</a></li> <li><strong>reactivity:</strong> computed should not be detected as true by isProxy (<a href="https://redirect.github.com/vuejs/core/issues/10401">#10401</a>) (<a href="https://github.com/vuejs/core/commit/9da34d7af81607fddd1f32f21b3b4002402ff1cc">9da34d7</a>)</li> <li><strong>reactivity:</strong> fix hasOwnProperty key coercion edge cases (<a href="https://github.com/vuejs/core/commit/969c5fb30f4c725757c7385abfc74772514eae4b">969c5fb</a>)</li> <li><strong>reactivity:</strong> fix tracking when hasOwnProperty is called with non-string value (<a href="https://github.com/vuejs/core/commit/c3c5dc93fbccc196771458f0b43cd5b7ad1863f4">c3c5dc9</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10455">#10455</a> <a href="https://redirect.github.com/vuejs/core/issues/10464">#10464</a></li> <li><strong>runtime-core:</strong> fix errorHandler causes an infinite loop during execution (<a href="https://redirect.github.com/vuejs/core/issues/9575">#9575</a>) (<a href="https://github.com/vuejs/core/commit/ab59bedae4e5e40b28804d88a51305b236d4a873">ab59bed</a>)</li> <li><strong>runtime-core:</strong> handle invalid values in callWithAsyncErrorHandling (<a href="https://github.com/vuejs/core/commit/53d15d3f76184eed67a18d35e43d9a2062f8e121">53d15d3</a>)</li> <li><strong>runtime-core:</strong> show hydration mismatch details for non-rectified mismatches too when <strong>PROD_HYDRATION_MISMATCH_DETAILS</strong> is set (<a href="https://redirect.github.com/vuejs/core/issues/10599">#10599</a>) (<a href="https://github.com/vuejs/core/commit/0dea7f9a260d93eb6c39aabac8c94c2c9b2042dd">0dea7f9</a>)</li> <li><strong>runtime-dom:</strong> <code>v-model</code> string/number coercion for multiselect options (<a href="https://redirect.github.com/vuejs/core/issues/10576">#10576</a>) (<a href="https://github.com/vuejs/core/commit/db374e54c9f5e07324728b85c74eca84e28dd352">db374e5</a>)</li> <li><strong>runtime-dom:</strong> fix css v-bind for suspensed components (<a href="https://redirect.github.com/vuejs/core/issues/8523">#8523</a>) (<a href="https://github.com/vuejs/core/commit/67722ba23b7c36ab8f3fa2d2b4df08e4ddc322e1">67722ba</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8520">#8520</a></li> <li><strong>runtime-dom:</strong> force update v-model number with leading 0 (<a href="https://redirect.github.com/vuejs/core/issues/10506">#10506</a>) (<a href="https://github.com/vuejs/core/commit/15ffe8f2c954359770c57e4d9e589b0b622e4a60">15ffe8f</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10503">#10503</a> <a href="https://redirect.github.com/vuejs/core/issues/10615">#10615</a></li> <li><strong>runtime-dom:</strong> sanitize wrongly passed string value as event handler (<a href="https://redirect.github.com/vuejs/core/issues/8953">#8953</a>) (<a href="https://github.com/vuejs/core/commit/7ccd453dd004076cad49ec9f56cd5fe97b7b6ed8">7ccd453</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8818">#8818</a></li> <li><strong>ssr:</strong> don't render v-if comments in TransitionGroup (<a href="https://redirect.github.com/vuejs/core/issues/6732">#6732</a>) (<a href="https://github.com/vuejs/core/commit/5a9626708e970c6fc0b6f786e3c80c22273d126f">5a96267</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/6715">#6715</a></li> <li><strong>Transition:</strong> ensure the KeepAlive children unmount w/ out-in mode (<a href="https://redirect.github.com/vuejs/core/issues/10632">#10632</a>) (<a href="https://github.com/vuejs/core/commit/fc99e4d3f01b190ef9fd3c218a668ba9124a32bc">fc99e4d</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10620">#10620</a></li> <li><strong>TransitionGroup:</strong> avoid set transition hooks for comment nodes and text nodes (<a href="https://redirect.github.com/vuejs/core/issues/9421">#9421</a>) (<a href="https://github.com/vuejs/core/commit/140a7681cc3bba22f55d97fd85a5eafe97a1230f">140a768</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/4621">#4621</a> <a href="https://redirect.github.com/vuejs/core/issues/4622">#4622</a> <a href="https://redirect.github.com/vuejs/core/issues/5153">#5153</a> <a href="https://redirect.github.com/vuejs/core/issues/5168">#5168</a> <a href="https://redirect.github.com/vuejs/core/issues/7898">#7898</a> <a href="https://redirect.github.com/vuejs/core/issues/9067">#9067</a></li> <li><strong>types:</strong> avoid merging object union types when using withDefaults (<a href="https://redirect.github.com/vuejs/core/issues/10596">#10596</a>) (<a href="https://github.com/vuejs/core/commit/37ba93c213a81f99a68a99ef5d4065d61b150ba3">37ba93c</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10594">#10594</a></li> </ul> <h3>Performance Improvements</h3> <ul> <li>add <code>__NO_SIDE_EFFECTS__</code> comments (<a href="https://redirect.github.com/vuejs/core/issues/9053">#9053</a>) (<a href="https://github.com/vuejs/core/commit/d46df6bdb14b0509eb2134b3f85297a306821c61">d46df6b</a>)</li> <li>optimize component props/slots internal object checks (<a href="https://github.com/vuejs/core/commit/6af733d68eb400a3d2c5ef5f465fff32b72a324e">6af733d</a>)</li> <li><strong>ssr:</strong> avoid calling markRaw on component instance proxy (<a href="https://github.com/vuejs/core/commit/4bc9f39f028af7313e5cf24c16915a1985d27bf8">4bc9f39</a>)</li> <li><strong>ssr:</strong> optimize setup context creation for ssr in v8 (<a href="https://github.com/vuejs/core/commit/ca84316bfb3410efe21333670a6ad5cd21857396">ca84316</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/core/commit/46c2b63981b8321be2d8bb1892b74d7e50bdd668"><code>46c2b63</code></a> release: v3.4.23</li> <li><a href="https://github.com/vuejs/core/commit/6df53d85a207986128159d88565e6e7045db2add"><code>6df53d8</code></a> fix(runtime-core): use same internal object mechanism for slots</li> <li><a href="https://github.com/vuejs/core/commit/6930e60787e4905a50417190263ae7dd46cf5409"><code>6930e60</code></a> fix(runtime-core): fix regression for $attrs tracking in slots</li> <li><a href="https://github.com/vuejs/core/commit/97716ae91a4fbc611a899bd9b2a256e4b91bd289"><code>97716ae</code></a> chore: add security hall of fame [ci skip]</li> <li><a href="https://github.com/vuejs/core/commit/b4b856b3f0ebe937eacb6945d13b2561037057b5"><code>b4b856b</code></a> release: v3.4.22</li> <li><a href="https://github.com/vuejs/core/commit/f26d56601ca0d2726ad4350e1ddb7b95fbb1c31a"><code>f26d566</code></a> chore: improve event value validation message</li> <li><a href="https://github.com/vuejs/core/commit/9da34d7af81607fddd1f32f21b3b4002402ff1cc"><code>9da34d7</code></a> fix(reactivity): computed should not be detected as true by isProxy (<a href="https://redirect.github.com/vuejs/core/issues/10401">#10401</a>)</li> <li><a href="https://github.com/vuejs/core/commit/37ba93c213a81f99a68a99ef5d4065d61b150ba3"><code>37ba93c</code></a> fix(types): avoid merging object union types when using withDefaults (<a href="https://redirect.github.com/vuejs/core/issues/10596">#10596</a>)</li> <li><a href="https://github.com/vuejs/core/commit/fc99e4d3f01b190ef9fd3c218a668ba9124a32bc"><code>fc99e4d</code></a> fix(Transition): ensure the KeepAlive children unmount w/ out-in mode (<a href="https://redirect.github.com/vuejs/core/issues/10632">#10632</a>)</li> <li><a href="https://github.com/vuejs/core/commit/53d15d3f76184eed67a18d35e43d9a2062f8e121"><code>53d15d3</code></a> fix(runtime-core): handle invalid values in callWithAsyncErrorHandling</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/core/compare/v3.4.21...v3.4.23">compare view</a></li> </ul> </details> <br /> Updates `vue` from 3.4.21 to 3.4.23 <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.23</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.4.22</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">vue's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/vuejs/core/compare/v3.4.22...v3.4.23">3.4.23</a> (2024-04-16)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>runtime-core:</strong> fix regression for $attrs tracking in slots (<a href="https://github.com/vuejs/core/commit/6930e60787e4905a50417190263ae7dd46cf5409">6930e60</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10710">#10710</a></li> <li><strong>runtime-core:</strong> use same internal object mechanism for slots (<a href="https://github.com/vuejs/core/commit/6df53d85a207986128159d88565e6e7045db2add">6df53d8</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10709">#10709</a></li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.4.21...v3.4.22">3.4.22</a> (2024-04-15)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compat:</strong> fix $options mutation + adjust private API initialization (<a href="https://github.com/vuejs/core/commit/d58d133b1cde5085cc5ab0012d544cafd62a6ee6">d58d133</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10626">#10626</a> <a href="https://redirect.github.com/vuejs/core/issues/10636">#10636</a></li> <li><strong>compile-sfc:</strong> analyze v-bind shorthand usage in template (<a href="https://redirect.github.com/vuejs/core/issues/10518">#10518</a>) (<a href="https://github.com/vuejs/core/commit/e5919d4658cfe0bb18c76611dd3c3432c57f94ab">e5919d4</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10515">#10515</a></li> <li><strong>compiler-core:</strong> fix loc.source for end tags with whitespace before > (<a href="https://github.com/vuejs/core/commit/16174da21d6c8ac0aae027dd964fc35e221ded0a">16174da</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10694">#10694</a> <a href="https://redirect.github.com/vuejs/core/issues/10695">#10695</a></li> <li><strong>compiler-core:</strong> fix v-bind shorthand for component :is (<a href="https://github.com/vuejs/core/commit/04af9504a720c8e6de26c04b1282cf14fa1bcee3">04af950</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10469">#10469</a> <a href="https://redirect.github.com/vuejs/core/issues/10471">#10471</a></li> <li><strong>compiler-sfc:</strong> :is() and :where() in compound selectors (<a href="https://redirect.github.com/vuejs/core/issues/10522">#10522</a>) (<a href="https://github.com/vuejs/core/commit/660cadc7aadb909ef33a6055c4374902a82607a4">660cadc</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10511">#10511</a></li> <li><strong>compiler-sfc:</strong> also search for <code>.tsx</code> when type import's extension is omitted (<a href="https://redirect.github.com/vuejs/core/issues/10637">#10637</a>) (<a href="https://github.com/vuejs/core/commit/34106bc9c715247211273bb9c64712f04bd4879d">34106bc</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10635">#10635</a></li> <li><strong>compiler-sfc:</strong> fix defineModel coercion for boolean + string union types (<a href="https://redirect.github.com/vuejs/core/issues/9603">#9603</a>) (<a href="https://github.com/vuejs/core/commit/0cef65cee411356e721bbc90d731fc52fc8fce94">0cef65c</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/9587">#9587</a> <a href="https://redirect.github.com/vuejs/core/issues/10676">#10676</a></li> <li><strong>compiler-sfc:</strong> fix universal selector scope (<a href="https://redirect.github.com/vuejs/core/issues/10551">#10551</a>) (<a href="https://github.com/vuejs/core/commit/54a6afa75a546078e901ce0882da53b97420fe94">54a6afa</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10548">#10548</a></li> <li><strong>compiler-sfc:</strong> use options module name if options provide runtimeModuleName options (<a href="https://redirect.github.com/vuejs/core/issues/10457">#10457</a>) (<a href="https://github.com/vuejs/core/commit/e76d7430aa7470342f3fe263145a0fa92f5898ca">e76d743</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10454">#10454</a></li> <li><strong>custom-element:</strong> avoid setting attr to null if it is removed (<a href="https://redirect.github.com/vuejs/core/issues/9012">#9012</a>) (<a href="https://github.com/vuejs/core/commit/b49306adff4572d90a42ccd231387f16eb966bbe">b49306a</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/9006">#9006</a> <a href="https://redirect.github.com/vuejs/core/issues/10324">#10324</a></li> <li><strong>hydration:</strong> properly handle optimized mode during hydrate node (<a href="https://redirect.github.com/vuejs/core/issues/10638">#10638</a>) (<a href="https://github.com/vuejs/core/commit/2ec06fd6c8383e11cdf4efcab1707f973bd6a54c">2ec06fd</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10607">#10607</a></li> <li><strong>reactivity:</strong> computed should not be detected as true by isProxy (<a href="https://redirect.github.com/vuejs/core/issues/10401">#10401</a>) (<a href="https://github.com/vuejs/core/commit/9da34d7af81607fddd1f32f21b3b4002402ff1cc">9da34d7</a>)</li> <li><strong>reactivity:</strong> fix hasOwnProperty key coercion edge cases (<a href="https://github.com/vuejs/core/commit/969c5fb30f4c725757c7385abfc74772514eae4b">969c5fb</a>)</li> <li><strong>reactivity:</strong> fix tracking when hasOwnProperty is called with non-string value (<a href="https://github.com/vuejs/core/commit/c3c5dc93fbccc196771458f0b43cd5b7ad1863f4">c3c5dc9</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10455">#10455</a> <a href="https://redirect.github.com/vuejs/core/issues/10464">#10464</a></li> <li><strong>runtime-core:</strong> fix errorHandler causes an infinite loop during execution (<a href="https://redirect.github.com/vuejs/core/issues/9575">#9575</a>) (<a href="https://github.com/vuejs/core/commit/ab59bedae4e5e40b28804d88a51305b236d4a873">ab59bed</a>)</li> <li><strong>runtime-core:</strong> handle invalid values in callWithAsyncErrorHandling (<a href="https://github.com/vuejs/core/commit/53d15d3f76184eed67a18d35e43d9a2062f8e121">53d15d3</a>)</li> <li><strong>runtime-core:</strong> show hydration mismatch details for non-rectified mismatches too when <strong>PROD_HYDRATION_MISMATCH_DETAILS</strong> is set (<a href="https://redirect.github.com/vuejs/core/issues/10599">#10599</a>) (<a href="https://github.com/vuejs/core/commit/0dea7f9a260d93eb6c39aabac8c94c2c9b2042dd">0dea7f9</a>)</li> <li><strong>runtime-dom:</strong> <code>v-model</code> string/number coercion for multiselect options (<a href="https://redirect.github.com/vuejs/core/issues/10576">#10576</a>) (<a href="https://github.com/vuejs/core/commit/db374e54c9f5e07324728b85c74eca84e28dd352">db374e5</a>)</li> <li><strong>runtime-dom:</strong> fix css v-bind for suspensed components (<a href="https://redirect.github.com/vuejs/core/issues/8523">#8523</a>) (<a href="https://github.com/vuejs/core/commit/67722ba23b7c36ab8f3fa2d2b4df08e4ddc322e1">67722ba</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8520">#8520</a></li> <li><strong>runtime-dom:</strong> force update v-model number with leading 0 (<a href="https://redirect.github.com/vuejs/core/issues/10506">#10506</a>) (<a href="https://github.com/vuejs/core/commit/15ffe8f2c954359770c57e4d9e589b0b622e4a60">15ffe8f</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10503">#10503</a> <a href="https://redirect.github.com/vuejs/core/issues/10615">#10615</a></li> <li><strong>runtime-dom:</strong> sanitize wrongly passed string value as event handler (<a href="https://redirect.github.com/vuejs/core/issues/8953">#8953</a>) (<a href="https://github.com/vuejs/core/commit/7ccd453dd004076cad49ec9f56cd5fe97b7b6ed8">7ccd453</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8818">#8818</a></li> <li><strong>ssr:</strong> don't render v-if comments in TransitionGroup (<a href="https://redirect.github.com/vuejs/core/issues/6732">#6732</a>) (<a href="https://github.com/vuejs/core/commit/5a9626708e970c6fc0b6f786e3c80c22273d126f">5a96267</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/6715">#6715</a></li> <li><strong>Transition:</strong> ensure the KeepAlive children unmount w/ out-in mode (<a href="https://redirect.github.com/vuejs/core/issues/10632">#10632</a>) (<a href="https://github.com/vuejs/core/commit/fc99e4d3f01b190ef9fd3c218a668ba9124a32bc">fc99e4d</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10620">#10620</a></li> <li><strong>TransitionGroup:</strong> avoid set transition hooks for comment nodes and text nodes (<a href="https://redirect.github.com/vuejs/core/issues/9421">#9421</a>) (<a href="https://github.com/vuejs/core/commit/140a7681cc3bba22f55d97fd85a5eafe97a1230f">140a768</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/4621">#4621</a> <a href="https://redirect.github.com/vuejs/core/issues/4622">#4622</a> <a href="https://redirect.github.com/vuejs/core/issues/5153">#5153</a> <a href="https://redirect.github.com/vuejs/core/issues/5168">#5168</a> <a href="https://redirect.github.com/vuejs/core/issues/7898">#7898</a> <a href="https://redirect.github.com/vuejs/core/issues/9067">#9067</a></li> <li><strong>types:</strong> avoid merging object union types when using withDefaults (<a href="https://redirect.github.com/vuejs/core/issues/10596">#10596</a>) (<a href="https://github.com/vuejs/core/commit/37ba93c213a81f99a68a99ef5d4065d61b150ba3">37ba93c</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10594">#10594</a></li> </ul> <h3>Performance Improvements</h3> <ul> <li>add <code>__NO_SIDE_EFFECTS__</code> comments (<a href="https://redirect.github.com/vuejs/core/issues/9053">#9053</a>) (<a href="https://github.com/vuejs/core/commit/d46df6bdb14b0509eb2134b3f85297a306821c61">d46df6b</a>)</li> <li>optimize component props/slots internal object checks (<a href="https://github.com/vuejs/core/commit/6af733d68eb400a3d2c5ef5f465fff32b72a324e">6af733d</a>)</li> <li><strong>ssr:</strong> avoid calling markRaw on component instance proxy (<a href="https://github.com/vuejs/core/commit/4bc9f39f028af7313e5cf24c16915a1985d27bf8">4bc9f39</a>)</li> <li><strong>ssr:</strong> optimize setup context creation for ssr in v8 (<a href="https://github.com/vuejs/core/commit/ca84316bfb3410efe21333670a6ad5cd21857396">ca84316</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/core/commit/46c2b63981b8321be2d8bb1892b74d7e50bdd668"><code>46c2b63</code></a> release: v3.4.23</li> <li><a href="https://github.com/vuejs/core/commit/6df53d85a207986128159d88565e6e7045db2add"><code>6df53d8</code></a> fix(runtime-core): use same internal object mechanism for slots</li> <li><a href="https://github.com/vuejs/core/commit/6930e60787e4905a50417190263ae7dd46cf5409"><code>6930e60</code></a> fix(runtime-core): fix regression for $attrs tracking in slots</li> <li><a href="https://github.com/vuejs/core/commit/97716ae91a4fbc611a899bd9b2a256e4b91bd289"><code>97716ae</code></a> chore: add security hall of fame [ci skip]</li> <li><a href="https://github.com/vuejs/core/commit/b4b856b3f0ebe937eacb6945d13b2561037057b5"><code>b4b856b</code></a> release: v3.4.22</li> <li><a href="https://github.com/vuejs/core/commit/f26d56601ca0d2726ad4350e1ddb7b95fbb1c31a"><code>f26d566</code></a> chore: improve event value validation message</li> <li><a href="https://github.com/vuejs/core/commit/9da34d7af81607fddd1f32f21b3b4002402ff1cc"><code>9da34d7</code></a> fix(reactivity): computed should not be detected as true by isProxy (<a href="https://redirect.github.com/vuejs/core/issues/10401">#10401</a>)</li> <li><a href="https://github.com/vuejs/core/commit/37ba93c213a81f99a68a99ef5d4065d61b150ba3"><code>37ba93c</code></a> fix(types): avoid merging object union types when using withDefaults (<a href="https://redirect.github.com/vuejs/core/issues/10596">#10596</a>)</li> <li><a href="https://github.com/vuejs/core/commit/fc99e4d3f01b190ef9fd3c218a668ba9124a32bc"><code>fc99e4d</code></a> fix(Transition): ensure the KeepAlive children unmount w/ out-in mode (<a href="https://redirect.github.com/vuejs/core/issues/10632">#10632</a>)</li> <li><a href="https://github.com/vuejs/core/commit/53d15d3f76184eed67a18d35e43d9a2062f8e121"><code>53d15d3</code></a> fix(runtime-core): handle invalid values in callWithAsyncErrorHandling</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/core/compare/v3.4.21...v3.4.23">compare view</a></li> </ul> </details> <br /> Updates `vue-router` from 4.3.0 to 4.3.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/router/releases">vue-router's releases</a>.</em></p> <blockquote> <h2>v4.3.2</h2> <p>Please refer to <a href="https://github.com/vuejs/router/blob/main/packages/router/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v4.3.1</h2> <p>Please refer to <a href="https://github.com/vuejs/router/blob/main/packages/router/CHANGELOG.md">CHANGELOG.md</a> for details.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/router/commit/960662db6497011b51a5dec729befd26fcee305a"><code>960662d</code></a> release: [email protected]</li> <li><a href="https://github.com/vuejs/router/commit/b78aa98792e86e08b76eb879e496fe1c300c1e18"><code>b78aa98</code></a> fix: Revert "fix: avoid normalizing the fullPath (<a href="https://redirect.github.com/vuejs/router/issues/2189">#2189</a>)"</li> <li><a href="https://github.com/vuejs/router/commit/f85e5cbcada56a49f8423de2d6776e3129062c71"><code>f85e5cb</code></a> release: [email protected]</li> <li><a href="https://github.com/vuejs/router/commit/c54fc8407bd1944a3b724fbcc7f6fbac5ff45f0f"><code>c54fc84</code></a> fix: avoid normalizing the fullPath (<a href="https://redirect.github.com/vuejs/router/issues/2189">#2189</a>)</li> <li><a href="https://github.com/vuejs/router/commit/8e5f04f1feb50a832723896aa007bd42c4e8564e"><code>8e5f04f</code></a> docs: update aside</li> <li><a href="https://github.com/vuejs/router/commit/187e7d022bdde8f5a8bd73185da90795c538f513"><code>187e7d0</code></a> docs: up cert</li> <li><a href="https://github.com/vuejs/router/commit/7a7f8db3260874eb7031d7e17cc879342fa7203d"><code>7a7f8db</code></a> docs: use UTF-8 box drawing characters (<a href="https://redirect.github.com/vuejs/router/issues/2201">#2201</a>)</li> <li><a href="https://github.com/vuejs/router/commit/7b6dcae31f8ff4c2f970d27e758d52cdf468be68"><code>7b6dcae</code></a> docs: Update active-links.md (<a href="https://redirect.github.com/vuejs/router/issues/2207">#2207</a>)</li> <li><a href="https://github.com/vuejs/router/commit/0672d30cf38b9c1ebae8a6eafcafd6deac06c09e"><code>0672d30</code></a> Update dynamic-matching.md (<a href="https://redirect.github.com/vuejs/router/issues/2200">#2200</a>)</li> <li><a href="https://github.com/vuejs/router/commit/f776cbe1098596f53b5c2f696d29e1c02afd1fc1"><code>f776cbe</code></a> docs: update certificate links</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/router/compare/v4.3.0...v4.3.2">compare view</a></li> </ul> </details> <br /> Updates `@cypress/code-coverage` from 3.12.34 to 3.12.35 <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.35</h2> <h2><a href="https://github.com/cypress-io/code-coverage/compare/v3.12.34...v3.12.35">3.12.35</a> (2024-04-16)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update dependency <code>@types/node</code> to v20.12.7 (<a href="https://redirect.github.com/cypress-io/code-coverage/issues/816">#816</a>) (<a href="https://github.com/cypress-io/code-coverage/commit/daeee80137b1c5d49030b4d187c0b1d0866839fd">daeee80</a>)</li> <li><strong>deps:</strong> update react monorepo (<a href="https://redirect.github.com/cypress-io/code-coverage/issues/817">#817</a>) (<a href="https://github.com/cypress-io/code-coverage/commit/c20d5b2a14ee4984c46390ea28f5d740d9322402">c20d5b2</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cypress-io/code-coverage/commit/c20d5b2a14ee4984c46390ea28f5d740d9322402"><code>c20d5b2</code></a> fix(deps): update react monorepo (<a href="https://redirect.github.com/cypress-io/code-coverage/issues/817">#817</a>)</li> <li><a href="https://github.com/cypress-io/code-coverage/commit/daeee80137b1c5d49030b4d187c0b1d0866839fd"><code>daeee80</code></a> fix(deps): update dependency <code>@types/node</code> to v20.12.7 (<a href="https://redirect.github.com/cypress-io/code-coverage/issues/816">#816</a>)</li> <li><a href="https://github.com/cypress-io/code-coverage/commit/8b8c782f79f00cc20e064198c32153d0eaefb738"><code>8b8c782</code></a> chore(deps): update node.js to v21.7.3 (<a href="https://redirect.github.com/cypress-io/code-coverage/issues/815">#815</a>)</li> <li><a href="https://github.com/cypress-io/code-coverage/commit/339a27faef625d299d34a67f08ae666abf6e4468"><code>339a27f</code></a> chore(deps): update dependency cypress to v13.7.3 (<a href="https://redirect.github.com/cypress-io/code-coverage/issues/814">#814</a>)</li> <li>See full diff in <a href="https://github.com/cypress-io/code-coverage/compare/v3.12.34...v3.12.35">compare view</a></li> </ul> </details> <br /> Updates `@vue/compiler-sfc` from 3.4.21 to 3.4.23 <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.23</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.4.22</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md"><code>@vue/compiler-sfc</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/vuejs/core/compare/v3.4.22...v3.4.23">3.4.23</a> (2024-04-16)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>runtime-core:</strong> fix regression for $attrs tracking in slots (<a href="https://github.com/vuejs/core/commit/6930e60787e4905a50417190263ae7dd46cf5409">6930e60</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10710">#10710</a></li> <li><strong>runtime-core:</strong> use same internal object mechanism for slots (<a href="https://github.com/vuejs/core/commit/6df53d85a207986128159d88565e6e7045db2add">6df53d8</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10709">#10709</a></li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.4.21...v3.4.22">3.4.22</a> (2024-04-15)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compat:</strong> fix $options mutation + adjust private API initialization (<a href="https://github.com/vuejs/core/commit/d58d133b1cde5085cc5ab0012d544cafd62a6ee6">d58d133</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10626">#10626</a> <a href="https://redirect.github.com/vuejs/core/issues/10636">#10636</a></li> <li><strong>compile-sfc:</strong> analyze v-bind shorthand usage in template (<a href="https://redirect.github.com/vuejs/core/issues/10518">#10518</a>) (<a href="https://github.com/vuejs/core/commit/e5919d4658cfe0bb18c76611dd3c3432c57f94ab">e5919d4</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10515">#10515</a></li> <li><strong>compiler-core:</strong> fix loc.source for end tags with whitespace before > (<a href="https://github.com/vuejs/core/commit/16174da21d6c8ac0aae027dd964fc35e221ded0a">16174da</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10694">#10694</a> <a href="https://redirect.github.com/vuejs/core/issues/10695">#10695</a></li> <li><strong>compiler-core:</strong> fix v-bind shorthand for component :is (<a href="https://github.com/vuejs/core/commit/04af9504a720c8e6de26c04b1282cf14fa1bcee3">04af950</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10469">#10469</a> <a href="https://redirect.github.com/vuejs/core/issues/10471">#10471</a></li> <li><strong>compiler-sfc:</strong> :is() and :where() in compound selectors (<a href="https://redirect.github.com/vuejs/core/issues/10522">#10522</a>) (<a href="https://github.com/vuejs/core/commit/660cadc7aadb909ef33a6055c4374902a82607a4">660cadc</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10511">#10511</a></li> <li><strong>compiler-sfc:</strong> also search for <code>.tsx</code> when type import's extension is omitted (<a href="https://redirect.github.com/vuejs/core/issues/10637">#10637</a>) (<a href="https://github.com/vuejs/core/commit/34106bc9c715247211273bb9c64712f04bd4879d">34106bc</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10635">#10635</a></li> <li><strong>compiler-sfc:</strong> fix defineModel coercion for boolean + string union types (<a href="https://redirect.github.com/vuejs/core/issues/9603">#9603</a>) (<a href="https://github.com/vuejs/core/commit/0cef65cee411356e721bbc90d731fc52fc8fce94">0cef65c</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/9587">#9587</a> <a href="https://redirect.github.com/vuejs/core/issues/10676">#10676</a></li> <li><strong>compiler-sfc:</strong> fix universal selector scope (<a href="https://redirect.github.com/vuejs/core/issues/10551">#10551</a>) (<a href="https://github.com/vuejs/core/commit/54a6afa75a546078e901ce0882da53b97420fe94">54a6afa</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10548">#10548</a></li> <li><strong>compiler-sfc:</strong> use options module name if options provide runtimeModuleName options (<a href="https://redirect.github.com/vuejs/core/issues/10457">#10457</a>) (<a href="https://github.com/vuejs/core/commit/e76d7430aa7470342f3fe263145a0fa92f5898ca">e76d743</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10454">#10454</a></li> <li><strong>custom-element:</strong> avoid setting attr to null if it is removed (<a href="https://redirect.github.com/vuejs/core/issues/9012">#9012</a>) (<a href="https://github.com/vuejs/core/commit/b49306adff4572d90a42ccd231387f16eb966bbe">b49306a</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/9006">#9006</a> <a href="https://redirect.github.com/vuejs/core/issues/10324">#10324</a></li> <li><strong>hydration:</strong> properly handle optimized mode during hydrate node (<a href="https://redirect.github.com/vuejs/core/issues/10638">#10638</a>) (<a href="https://github.com/vuejs/core/commit/2ec06fd6c8383e11cdf4efcab1707f973bd6a54c">2ec06fd</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10607">#10607</a></li> <li><strong>reactivity:</strong> computed should not be detected as true by isProxy (<a href="https://redirect.github.com/vuejs/core/issues/10401">#10401</a>) (<a href="https://github.com/vuejs/core/commit/9da34d7af81607fddd1f32f21b3b4002402ff1cc">9da34d7</a>)</li> <li><strong>reactivity:</strong> fix hasOwnProperty key coercion edge cases (<a href="https://github.com/vuejs/core/commit/969c5fb30f4c725757c7385abfc74772514eae4b">969c5fb</a>)</li> <li><strong>reactivity:</strong> fix tracking when hasOwnProperty is called with non-string value (<a href="https://github.com/vuejs/core/commit/c3c5dc93fbccc196771458f0b43cd5b7ad1863f4">c3c5dc9</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10455">#10455</a> <a href="https://redirect.github.com/vuejs/core/issues/10464">#10464</a></li> <li><strong>runtime-core:</strong> fix errorHandler causes an infinite loop during execution (<a href="https://redirect.github.com/vuejs/core/issues/9575">#9575</a>) (<a href="https://github.com/vuejs/core/commit/ab59bedae4e5e40b28804d88a51305b236d4a873">ab59bed</a>)</li> <li><strong>runtime-core:</strong> handle invalid values in callWithAsyncErrorHandling (<a href="https://github.com/vuejs/core/commit/53d15d3f76184eed67a18d35e43d9a2062f8e121">53d15d3</a>)</li> <li><strong>runtime-core:</strong> show hydration mismatch details for non-rectified mismatches too when <strong>PROD_HYDRATION_MISMATCH_DETAILS</strong> is set (<a href="https://redirect.github.com/vuejs/core/issues/10599">#10599</a>) (<a href="https://github.com/vuejs/core/commit/0dea7f9a260d93eb6c39aabac8c94c2c9b2042dd">0dea7f9</a>)</li> <li><strong>runtime-dom:</strong> <code>v-model</code> string/number coercion for multiselect options (<a href="https://redirect.github.com/vuejs/core/issues/10576">#10576</a>) (<a href="https://github.com/vuejs/core/commit/db374e54c9f5e07324728b85c74eca84e28dd352">db374e5</a>)</li> <li><strong>runtime-dom:</strong> fix css v-bind for suspensed components (<a href="https://redirect.github.com/vuejs/core/issues/8523">#8523</a>) (<a href="https://github.com/vuejs/core/commit/67722ba23b7c36ab8f3fa2d2b4df08e4ddc322e1">67722ba</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8520">#8520</a></li> <li><strong>runtime-dom:</strong> force update v-model number with leading 0 (<a href="https://redirect.github.com/vuejs/core/issues/10506">#10506</a>) (<a href="https://github.com/vuejs/core/commit/15ffe8f2c954359770c57e4d9e589b0b622e4a60">15ffe8f</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10503">#10503</a> <a href="https://redirect.github.com/vuejs/core/issues/10615">#10615</a></li> <li><strong>runtime-dom:</strong> sanitize wrongly passed string value as event handler (<a href="https://redirect.github.com/vuejs/core/issues/8953">#8953</a>) (<a href="https://github.com/vuejs/core/commit/7ccd453dd004076cad49ec9f56cd5fe97b7b6ed8">7ccd453</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8818">#8818</a></li> <li><strong>ssr:</strong> don't render v-if comments in TransitionGroup (<a href="https://redirect.github.com/vuejs/core/issues/6732">#6732</a>) (<a href="https://github.com/vuejs/core/commit/5a9626708e970c6fc0b6f786e3c80c22273d126f">5a96267</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/6715">#6715</a></li> <li><strong>Transition:</strong> ensure the KeepAlive children unmount w/ out-in mode (<a href="https://redirect.github.com/vuejs/core/issues/10632">#10632</a>) (<a href="https://github.com/vuejs/core/commit/fc99e4d3f01b190ef9fd3c218a668ba9124a32bc">fc99e4d</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10620">#10620</a></li> <li><strong>TransitionGroup:</strong> avoid set transition hooks for comment nodes and text nodes (<a href="https://redirect.github.com/vuejs/core/issues/9421">#9421</a>) (<a href="https://github.com/vuejs/core/commit/140a7681cc3bba22f55d97fd85a5eafe97a1230f">140a768</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/4621">#4621</a> <a href="https://redirect.github.com/vuejs/core/issues/4622">#4622</a> <a href="https://redirect.github.com/vuejs/core/issues/5153">#5153</a> <a href="https://redirect.github.com/vuejs/core/issues/5168">#5168</a> <a href="https://redirect.github.com/vuejs/core/issues/7898">#7898</a> <a href="https://redirect.github.com/vuejs/core/issues/9067">#9067</a></li> <li><strong>types:</strong> avoid merging object union types when using withDefaults (<a href="https://redirect.github.com/vuejs/core/issues/10596">#10596</a>) (<a href="https://github.com/vuejs/core/commit/37ba93c213a81f99a68a99ef5d4065d61b150ba3">37ba93c</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10594">#10594</a></li> </ul> <h3>Performance Improvements</h3> <ul> <li>add <code>__NO_SIDE_EFFECTS__</code> comments (<a href="https://redirect.github.com/vuejs/core/issues/9053">#9053</a>) (<a href="https://github.com/vuejs/core/commit/d46df6bdb14b0509eb2134b3f85297a306821c61">d46df6b</a>)</li> <li>optimize component props/slots internal object checks (<a href="https://github.com/vuejs/core/commit/6af733d68eb400a3d2c5ef5f465fff32b72a324e">6af733d</a>)</li> <li><strong>ssr:</strong> avoid calling markRaw on component instance proxy (<a href="https://github.com/vuejs/core/commit/4bc9f39f028af7313e5cf24c16915a1985d27bf8">4bc9f39</a>)</li> <li><strong>ssr:</strong> optimize setup context creation for ssr in v8 (<a href="https://github.com/vuejs/core/commit/ca84316bfb3410efe21333670a6ad5cd21857396">ca84316</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/core/commit/46c2b63981b8321be2d8bb1892b74d7e50bdd668"><code>46c2b63</code></a> release: v3.4.23</li> <li><a href="https://github.com/vuejs/core/commit/b4b856b3f0ebe937eacb6945d13b2561037057b5"><code>b4b856b</code></a> release: v3.4.22</li> <li><a href="https://github.com/vuejs/core/commit/0cef65cee411356e721bbc90d731fc52fc8fce94"><code>0cef65c</code></a> fix(compiler-sfc): fix defineModel coercion for boolean + string union types ...</li> <li><a href="https://github.com/vuejs/core/commit/54a6afa75a546078e901ce0882da53b97420fe94"><code>54a6afa</code></a> fix(compiler-sfc): fix universal selector scope (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/10551">#10551</a>)</li> <li><a href="https://github.com/vuejs/core/commit/e5919d4658cfe0bb18c76611dd3c3432c57f94ab"><code>e5919d4</code></a> fix(compile-sfc): analyze v-bind shorthand usage in template (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/10518">#10518</a>)</li> <li><a href="https://github.com/vuejs/core/commit/2ae908d00c7744e194dae5fd279b5db8603a988b"><code>2ae908d</code></a> chore(types): perform strict es2016 lib check when building dts</li> <li><a href="https://github.com/vuejs/core/commit/7ae9dbf57dd0b5dedb560a318ba6c7340a42093d"><code>7ae9dbf</code></a> chore(deps): bump TS to 5.4</li> <li><a href="https://github.com/vuejs/core/commit/34106bc9c715247211273bb9c64712f04bd4879d"><code>34106bc</code></a> fix(compiler-sfc): also search for <code>.tsx</code> when type import's extension is omi...</li> <li><a href="https://github.com/vuejs/core/commit/d4b767a1a5df8dd64003b0b4b546f76352ea61e7"><code>d4b767a</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/10658">#10658</a>)</li> <li><a href="https://github.com/vuejs/core/commit/5aaa758867fb0421c6d826cb591782fac31bdd75"><code>5aaa758</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/10627">#10627</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/core/commits/v3.4.23/packages/compiler-sfc">compare view</a></li> </ul> </details> <br /> Updates `eslint-plugin-cypress` from 2.15.1 to 2.15.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cypress-io/eslint-plugin-cypress/releases">eslint-plugin-cypress's releases</a>.</em></p> <blockquote> <h2>v2.15.2</h2> <h2><a href="https://github.com/cypress-io/eslint-plugin-cypress/compare/v2.15.1...v2.15.2">2.15.2</a> (2024-04-15)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update semantic-release to 19.0.3 (<a href="https://github.com/cypress-io/eslint-plugin-cypress/commit/573be1681451b954dbdaf7b4b47db81eff34d183">573be16</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cypress-io/eslint-plugin-cypress/commit/ec07c81ac3ce3b165617de7efbaec143d3384e2d"><code>ec07c81</code></a> Merge pull request <a href="https://redirect.github.com/cypress-io/eslint-plugin-cypress/issues/162">#162</a> from MikeMcC399/update/semantic-release</li> <li><a href="https://github.com/cypress-io/eslint-plugin-cypress/commit/573be1681451b954dbdaf7b4b47db81eff34d183"><code>573be16</code></a> fix(deps): update semantic-release to 19.0.3</li> <li><a href="https://github.com/cypress-io/eslint-plugin-cypress/commit/cfc179bf1924167ddb7ddb8047e37b05779eed1b"><code>cfc179b</code></a> Merge pull request <a href="https://redirect.github.com/cypress-io/eslint-plugin-cypress/issues/168">#168</a> from MikeMcC399/remove/condition-circle</li> <li><a href="https://github.com/cypress-io/eslint-plugin-cypress/commit/c0d83f91f2f168e070c8f1ba55f90855ec682cc1"><code>c0d83f9</code></a> chore(deps): remove condition-circle</li> <li><a href="https://github.com/cypress-io/eslint-plugin-cypress/commit/fa4ed02c94096641f0ac3b83548552f4db49a8ab"><code>fa4ed02</code></a> Merge pull request <a href="https://redirect.github.com/cypress-io/eslint-plugin-cypress/issues/164">#164</a> from MikeMcC399/fix-version-tests</li> <li><a href="https://github.com/cypress-io/eslint-plugin-cypress/commit/f7b11968a1ecbfaf3e070d4e4ecc535448f886b6"><code>f7b1196</code></a> ci: remove dependency on semantic-release npm</li> <li><a href="https://github.com/cypress-io/eslint-plugin-cypress/commit/1e9520dce0705bf7a2e17f586342d63f86ae9c1f"><code>1e9520d</code></a> chore: add .node-version & .nvmrc 16.15.0 (<a href="https://redirect.github.com/cypress-io/eslint-plugin-cypress/issues/161">#161</a>)</li> <li><a href="https://github.com/cypress-io/eslint-plugin-cypress/commit/8628331ff8028c1f61e143097a8e3a42318b417c"><code>8628331</code></a> Feat: add linting rule for before/beforeEach just like the async test rule (#...</li> <li><a href="https://github.com/cypress-io/eslint-plugin-cypress/commit/1c796098f0a9184eaf3e01c284f3baa92ed5de42"><code>1c79609</code></a> Merge pull request <a href="https://redirect.github.com/cypress-io/eslint-plugin-cypress/issues/160">#160</a> from MikeMcC399/lint-script-windows</li> <li><a href="https://github.com/cypress-io/eslint-plugin-cypress/commit/dafc63b24323379caba918e1010b4acb41a9fd77"><code>dafc63b</code></a> Merge branch 'master' into lint-script-windows</li> <li>Additional commits viewable in <a href="https://github.com/cypress-io/eslint-plugin-cypress/compare/v2.15.1...v2.15.2">compare view</a></li> </ul> </details> <br /> Updates `vite` from 5.2.8 to 5.2.10 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md">vite's changelog</a>.</em></p> <blockquote> <h2><!-- raw HTML omitted -->5.2.10 (2024-04-20)<!-- raw HTML omitted --></h2> <ul> <li>revert: perf: use workspace root for fs cache (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15712">#15712</a>) (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16476">#16476</a>) (<a href="https://github.com/vitejs/vite/commit/77e7359">77e7359</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15712">#15712</a> <a href="https://redirect.github.com/vitejs/vite/issues/16476">#16476</a></li> <li>fix: add base to virtual html (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16442">#16442</a>) (<a href="https://github.com/vitejs/vite/commit/721f94d">721f94d</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16442">#16442</a></li> <li>fix: adjust esm syntax judgment logic (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16436">#16436</a>) (<a href="https://github.com/vitejs/vite/commit/af72eab">af72eab</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16436">#16436</a></li> <li>fix: don't add outDirs to watch.ignored if emptyOutDir is false (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16453">#16453</a>) (<a href="https://github.com/vitejs/vite/commit/6a127d6">6a127d6</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16453">#16453</a></li> <li>fix(cspNonce): don't overwrite existing nonce values (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16415">#16415</a>) (<a href="https://github.com/vitejs/vite/commit/b872635">b872635</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16415">#16415</a></li> <li>feat: show warning if root is in build.outDir (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16454">#16454</a>) (<a href="https://github.com/vitejs/vite/commit/11444dc">11444dc</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16454">#16454</a></li> <li>feat: write cspNonce to style tags (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16419">#16419</a>) (<a href="https://github.com/vitejs/vite/commit/8e54bbd">8e54bbd</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16419">#16419</a></li> <li>chore(deps): update dependency eslint-plugin-n to v17 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16381">#16381</a>) (<a href="https://github.com/vitejs/vite/commit/6cccef7">6cccef7</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16381">#16381</a></li> </ul> <h2><!-- raw HTML omitted -->5.2.9 (2024-04-15)<!-- raw HTML omitted --></h2> <ul> <li>fix: <code>fsp.rm</code> removing files does not take effect (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16032">#16032</a>) (<a href="https://github.com/vitejs/vite/commit/b05c405">b05c405</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16032">#16032</a></li> <li>fix: fix accumulated stacks in error overlay (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16393">#16393</a>) (<a href="https://github.com/vitejs/vite/commit/102c2fd">102c2fd</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16393">#16393</a></li> <li>fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16376">#16376</a>) (<a href="https://github.com/vitejs/vite/commit/58a2938">58a2938</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16376">#16376</a></li> <li>chore: update region comment (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16380">#16380</a>) (<a href="https://github.com/vitejs/vite/commit/77562c3">77562c3</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16380">#16380</a></li> <li>perf: reduce size of injected __vite__mapDeps code (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16184">#16184</a>) (<a href="https://github.com/vitejs/vite/commit/c0ec6be">c0ec6be</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16184">#16184</a></li> <li>perf(css): only replace empty chunk if imported (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16349">#16349</a>) (<a href="https://github.com/vitejs/vite/commit/e2658ad">e2658ad</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16349">#16349</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/088d24b9226959dd29f8bf881b8c684cf8d82f62"><code>088d24b</code></a> release: v5.2.10</li> <li><a href="https://github.com/vitejs/vite/commit/77e73590837f710d79d1653e1800eed03b5dbb41"><code>77e7359</code></a> revert: perf: use workspace root for fs cache (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15712">#15712</a>) (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16476">#16476</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/6a127d67ba953004ab10c21b50429050c7eadf11"><code>6a127d6</code></a> fix: don't add outDirs to watch.ignored if emptyOutDir is false (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16453">#16453</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/11444dcee0404bae738e61b903acf37163915d6e"><code>11444dc</code></a> feat: show warning if root is in build.outDir (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16454">#16454</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/721f94ddacdc8cbc4342a9c791d7fecba5a0f7ca"><code>721f94d</code></a> fix: add base to virtual html (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16442">#16442</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/8e54bbd74d86537b449641a6623b1bc3800e82b2"><code>8e54bbd</code></a> feat: write cspNonce to style tags (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16419">#16419</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/af72eabab170c05a7b1e7fb99000e1344ff83a37"><code>af72eab</code></a> fix: adjust esm syntax judgment logic (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16436">#16436</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/b8726357c90fb6b641e8c6654e25a5d7e8fa29d4"><code>b872635</code></a> fix(cspNonce): don't overwrite existing nonce values (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16415">#16415</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/6cccef78a52492c24d9b28f3a1784824f34f5cc3"><code>6cccef7</code></a> chore(deps): update dependency eslint-plugin-n to v17 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16381">#16381</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/a77707d69ca53d21e6c7ae9256683ecd3f1d721e"><code>a77707d</code></a> release: v5.2.9</li> <li>Additional commits viewable in <a href="https://github.com/vitejs/vite/commits/v5.2.10/packages/vite">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]
