dependabot[bot] opened a new pull request, #2855:
URL: https://github.com/apache/jena/pull/2855

   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.5.12` | `3.5.13` |
   | [@zazuko/yasqe](https://github.com/zazuko/Yasgui/tree/HEAD/packages/yasqe) 
| `4.4.0` | `4.4.1` |
   | [@zazuko/yasr](https://github.com/zazuko/Yasgui/tree/HEAD/packages/yasr) | 
`4.4.0` | `4.4.1` |
   | [qs](https://github.com/ljharb/qs) | `6.13.0` | `6.13.1` |
   | [vue](https://github.com/vuejs/core) | `3.5.12` | `3.5.13` |
   | [@cypress/code-coverage](https://github.com/cypress-io/code-coverage) | 
`3.13.6` | `3.13.7` |
   | 
[@vue/compiler-sfc](https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc)
 | `3.5.12` | `3.5.13` |
   
   Updates `@vue/compat` from 3.5.12 to 3.5.13
   <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.13</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.12...v3.5.13";>3.5.13</a> 
(2024-11-15)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>compiler-core:</strong> handle v-memo + v-for with functional 
key (<a href="https://redirect.github.com/vuejs/core/issues/12014";>#12014</a>) 
(<a 
href="https://github.com/vuejs/core/commit/99009eee0efc238392daba93792d478525b21afa";>99009ee</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/12013";>#12013</a></li>
   <li><strong>compiler-dom:</strong> properly stringify template string style 
(<a href="https://redirect.github.com/vuejs/core/issues/12392";>#12392</a>) (<a 
href="https://github.com/vuejs/core/commit/2d78539da35322aea5f821b3cf9b02d006abac72";>2d78539</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/12391";>#12391</a></li>
   <li><strong>custom-element:</strong> avoid triggering mutationObserver when 
relecting props (<a 
href="https://github.com/vuejs/core/commit/352bc88c1bd2fda09c61ab17ea1a5967ffcd7bc0";>352bc88</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/12214";>#12214</a> <a 
href="https://redirect.github.com/vuejs/core/issues/12215";>#12215</a></li>
   <li><strong>deps:</strong> update dependency postcss to ^8.4.48 (<a 
href="https://redirect.github.com/vuejs/core/issues/12356";>#12356</a>) (<a 
href="https://github.com/vuejs/core/commit/b5ff930089985a58c3553977ef999cec2a6708a4";>b5ff930</a>)</li>
   <li><strong>hydration:</strong> the component vnode's el should be updated 
when a mismatch occurs. (<a 
href="https://redirect.github.com/vuejs/core/issues/12255";>#12255</a>) (<a 
href="https://github.com/vuejs/core/commit/a20a4cb36a3e717d1f8f259d0d59f133f508ff0a";>a20a4cb</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/12253";>#12253</a></li>
   <li><strong>reactiivty:</strong> avoid unnecessary watcher effect removal 
from inactive scope (<a 
href="https://github.com/vuejs/core/commit/21932840eae72ffcd357a62ec596aaecc7ec224a";>2193284</a>),
 closes <a href="https://redirect.github.com/vuejs/core/issues/5783";>#5783</a> 
<a href="https://redirect.github.com/vuejs/core/issues/5806";>#5806</a></li>
   <li><strong>reactivity:</strong> release nested effects/scopes on effect 
scope stop (<a 
href="https://redirect.github.com/vuejs/core/issues/12373";>#12373</a>) (<a 
href="https://github.com/vuejs/core/commit/bee2f5ee62dc0cd04123b737779550726374dd0a";>bee2f5e</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/12370";>#12370</a></li>
   <li><strong>runtime-dom:</strong> set css vars before user onMounted hooks 
(<a 
href="https://github.com/vuejs/core/commit/2d5c5e25e9b7a56e883674fb434135ac514429b5";>2d5c5e2</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/11533";>#11533</a></li>
   <li><strong>runtime-dom:</strong> set css vars on update to handle child 
forcing reflow in onMount (<a 
href="https://redirect.github.com/vuejs/core/issues/11561";>#11561</a>) (<a 
href="https://github.com/vuejs/core/commit/c4312f9c715c131a09e552ba46e9beb4b36d55e6";>c4312f9</a>)</li>
   <li><strong>ssr:</strong> avoid updating subtree of async component if it is 
resolved (<a 
href="https://redirect.github.com/vuejs/core/issues/12363";>#12363</a>) (<a 
href="https://github.com/vuejs/core/commit/da7ad5e3d24f3e108401188d909d27a4910da095";>da7ad5e</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/12362";>#12362</a></li>
   <li><strong>ssr:</strong> ensure v-text updates correctly with custom 
directives in SSR output (<a 
href="https://redirect.github.com/vuejs/core/issues/12311";>#12311</a>) (<a 
href="https://github.com/vuejs/core/commit/1f75d4e6dfe18121ebe443cd3e8105d54f727893";>1f75d4e</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/12309";>#12309</a></li>
   <li><strong>ssr:</strong> handle initial selected state for select with 
v-model + v-for option (<a 
href="https://redirect.github.com/vuejs/core/issues/12399";>#12399</a>) (<a 
href="https://github.com/vuejs/core/commit/4f8d8078221ee52deed266677a227ad2a6d8dd22";>4f8d807</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/12395";>#12395</a></li>
   <li><strong>teleport:</strong> handle deferred teleport update before 
mounted (<a 
href="https://redirect.github.com/vuejs/core/issues/12168";>#12168</a>) (<a 
href="https://github.com/vuejs/core/commit/8bff142f99b646e9dd15897ec75368fbf34f1534";>8bff142</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/12161";>#12161</a></li>
   <li><strong>templateRef:</strong> set ref on cached async component which 
wrapped in KeepAlive (<a 
href="https://redirect.github.com/vuejs/core/issues/12290";>#12290</a>) (<a 
href="https://github.com/vuejs/core/commit/983eb50a17eac76f1bba4394ad0316c62b72191d";>983eb50</a>),
 closes <a href="https://redirect.github.com/vuejs/core/issues/4999";>#4999</a> 
<a href="https://redirect.github.com/vuejs/core/issues/5004";>#5004</a></li>
   <li><strong>test:</strong> update snapshot (<a 
href="https://redirect.github.com/vuejs/core/issues/12169";>#12169</a>) (<a 
href="https://github.com/vuejs/core/commit/828d4a443919fa2aa4e2e92fbd03a5f04b258eea";>828d4a4</a>)</li>
   <li><strong>Transition:</strong> fix transition memory leak edge case (<a 
href="https://redirect.github.com/vuejs/core/issues/12182";>#12182</a>) (<a 
href="https://github.com/vuejs/core/commit/660132df6c6a8c14bf75e593dc47d2fdada30322";>660132d</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/12181";>#12181</a></li>
   <li><strong>transition:</strong> reflow before leave-active class after 
leave-from (<a 
href="https://redirect.github.com/vuejs/core/issues/12288";>#12288</a>) (<a 
href="https://github.com/vuejs/core/commit/4b479db61d233b054561402ae94ef08550073ea1";>4b479db</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/2593";>#2593</a></li>
   <li><strong>types:</strong> defineEmits w/ interface declaration (<a 
href="https://redirect.github.com/vuejs/core/issues/12343";>#12343</a>) (<a 
href="https://github.com/vuejs/core/commit/1022eabaa1aaf8436876f5ec5573cb1e4b3959a6";>1022eab</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/8457";>#8457</a></li>
   <li><strong>v-once:</strong> setting hasOnce to current block only when in 
v-once (<a 
href="https://redirect.github.com/vuejs/core/issues/12374";>#12374</a>) (<a 
href="https://github.com/vuejs/core/commit/37300fc26190a7299efddbf98800ffd96d5cad96";>37300fc</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/12371";>#12371</a></li>
   </ul>
   <h3>Performance Improvements</h3>
   <ul>
   <li><strong>reactivity:</strong> do not track inner key `__v_skip`` (<a 
href="https://redirect.github.com/vuejs/core/issues/11690";>#11690</a>) (<a 
href="https://github.com/vuejs/core/commit/d637bd6c0164c2883e6eabd3c2f1f8c258dedfb1";>d637bd6</a>)</li>
   <li><strong>runtime-core:</strong> use feature flag for call to 
resolveMergedOptions (<a 
href="https://redirect.github.com/vuejs/core/issues/12163";>#12163</a>) (<a 
href="https://github.com/vuejs/core/commit/1755ac0a108ba3486bd8397e56d3bdcd69196594";>1755ac0</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/vuejs/core/commit/6eb29d345aa73746207f80c89ee8b37ff7b949c9";><code>6eb29d3</code></a>
 release: v3.5.13</li>
   <li><a 
href="https://github.com/vuejs/core/commit/4f8d8078221ee52deed266677a227ad2a6d8dd22";><code>4f8d807</code></a>
 fix(ssr): handle initial selected state for select with v-model + v-for 
optio...</li>
   <li><a 
href="https://github.com/vuejs/core/commit/983eb50a17eac76f1bba4394ad0316c62b72191d";><code>983eb50</code></a>
 fix(templateRef): set ref on cached async component which wrapped in 
KeepAliv...</li>
   <li><a 
href="https://github.com/vuejs/core/commit/da7ad5e3d24f3e108401188d909d27a4910da095";><code>da7ad5e</code></a>
 fix(ssr): avoid updating subtree of async component if it is resolved (<a 
href="https://redirect.github.com/vuejs/core/issues/12363";>#12363</a>)</li>
   <li><a 
href="https://github.com/vuejs/core/commit/1f75d4e6dfe18121ebe443cd3e8105d54f727893";><code>1f75d4e</code></a>
 fix(ssr): ensure v-text updates correctly with custom directives in SSR 
outpu...</li>
   <li><a 
href="https://github.com/vuejs/core/commit/4b479db61d233b054561402ae94ef08550073ea1";><code>4b479db</code></a>
 fix(transition): reflow before leave-active class after leave-from (<a 
href="https://redirect.github.com/vuejs/core/issues/12288";>#12288</a>)</li>
   <li><a 
href="https://github.com/vuejs/core/commit/a20a4cb36a3e717d1f8f259d0d59f133f508ff0a";><code>a20a4cb</code></a>
 fix(hydration): the component vnode's el should be updated when a mismatch 
oc...</li>
   <li><a 
href="https://github.com/vuejs/core/commit/352bc88c1bd2fda09c61ab17ea1a5967ffcd7bc0";><code>352bc88</code></a>
 fix(custom-element): avoid triggering mutationObserver when relecting 
props</li>
   <li><a 
href="https://github.com/vuejs/core/commit/10ab8c0e7b6a2c0794d73d0d9d3b0bcd3b0cc175";><code>10ab8c0</code></a>
 chore(playground): reset version when opening local playground from 
reproduction</li>
   <li><a 
href="https://github.com/vuejs/core/commit/d637bd6c0164c2883e6eabd3c2f1f8c258dedfb1";><code>d637bd6</code></a>
 perf(reactivity): do not track inner key `__v_skip`` (<a 
href="https://redirect.github.com/vuejs/core/issues/11690";>#11690</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/vuejs/core/compare/v3.5.12...v3.5.13";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@zazuko/yasqe` from 4.4.0 to 4.4.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/zazuko/Yasgui/releases";><code>@​zazuko/yasqe</code>'s 
releases</a>.</em></p>
   <blockquote>
   <h2><code>@​zazuko/yasqe</code><a 
href="https://github.com/4";><code>@​4</code></a>.4.1</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li><code>@​zazuko/yasgui-utils</code><a 
href="https://github.com/4";><code>@​4</code></a>.4.1</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/zazuko/Yasgui/blob/main/packages/yasqe/CHANGELOG.md";><code>@​zazuko/yasqe</code>'s
 changelog</a>.</em></p>
   <blockquote>
   <h2>4.4.1</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li><code>@​zazuko/yasgui-utils</code><a 
href="https://github.com/4";><code>@​4</code></a>.4.1</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/zazuko/Yasgui/commit/4480d4403f1ad9c0ffec8e9da98afc17b61dce0f";><code>4480d44</code></a>
 chore: release</li>
   <li>See full diff in <a 
href="https://github.com/zazuko/Yasgui/commits/@zazuko/[email protected]/packages/yasqe";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@zazuko/yasr` from 4.4.0 to 4.4.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/zazuko/Yasgui/releases";><code>@​zazuko/yasr</code>'s 
releases</a>.</em></p>
   <blockquote>
   <h2><code>@​zazuko/yasr</code><a 
href="https://github.com/4";><code>@​4</code></a>.4.1</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li><code>@​zazuko/yasgui-utils</code><a 
href="https://github.com/4";><code>@​4</code></a>.4.1</li>
   <li><code>@​zazuko/yasqe</code><a 
href="https://github.com/4";><code>@​4</code></a>.4.1</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/zazuko/Yasgui/blob/main/packages/yasr/CHANGELOG.md";><code>@​zazuko/yasr</code>'s
 changelog</a>.</em></p>
   <blockquote>
   <h2>4.4.1</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li><code>@​zazuko/yasgui-utils</code><a 
href="https://github.com/4";><code>@​4</code></a>.4.1</li>
   <li><code>@​zazuko/yasqe</code><a 
href="https://github.com/4";><code>@​4</code></a>.4.1</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/zazuko/Yasgui/commit/4480d4403f1ad9c0ffec8e9da98afc17b61dce0f";><code>4480d44</code></a>
 chore: release</li>
   <li>See full diff in <a 
href="https://github.com/zazuko/Yasgui/commits/@zazuko/[email protected]/packages/yasr";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `qs` from 6.13.0 to 6.13.1
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/ljharb/qs/blob/main/CHANGELOG.md";>qs's 
changelog</a>.</em></p>
   <blockquote>
   <h2><strong>6.13.1</strong></h2>
   <ul>
   <li>[Fix] <code>stringify</code>: avoid a crash when a <code>filter</code> 
key is <code>null</code></li>
   <li>[Fix] <code>utils.merge</code>: functions should not be stringified into 
keys</li>
   <li>[Fix] <code>parse</code>: avoid a crash with interpretNumericEntities: 
true, comma: true, and iso charset</li>
   <li>[Fix] <code>stringify</code>: ensure a non-string <code>filter</code> 
does not crash</li>
   <li>[Refactor] use <code>__proto__</code> syntax instead of 
<code>Object.create</code> for null objects</li>
   <li>[Refactor] misc cleanup</li>
   <li>[Tests] <code>utils.merge</code>: add some coverage</li>
   <li>[Tests] fix a test case</li>
   <li>[actions] split out node 10-20, and 20+</li>
   <li>[Dev Deps] update <code>es-value-fixtures</code>, 
<code>mock-property</code>, <code>object-inspect</code>, <code>tape</code></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/ljharb/qs/commit/f1ee0376c1dfd06606520f3268ee0c5f3aaece65";><code>f1ee037</code></a>
 v6.13.1</li>
   <li><a 
href="https://github.com/ljharb/qs/commit/afd20d014f6885a8ccc4fc5b86d127a698851f0f";><code>afd20d0</code></a>
 [Dev Deps] update <code>object-inspect</code></li>
   <li><a 
href="https://github.com/ljharb/qs/commit/d185cee45f17f1a69705d034eb370dbbbc9fba2d";><code>d185cee</code></a>
 [actions] split out node 10-20, and 20+</li>
   <li><a 
href="https://github.com/ljharb/qs/commit/4cf55677ba561ef915a8cfb0b30e1a0ae3b4aeca";><code>4cf5567</code></a>
 [Dev Deps] update <code>es-value-fixtures</code>, <code>tape</code></li>
   <li><a 
href="https://github.com/ljharb/qs/commit/3c8a6f5a1e8d2c4772fd733c7ca1a28e92498fd7";><code>3c8a6f5</code></a>
 [Refactor] use <code>__proto__</code> syntax instead of 
<code>Object.create</code> for null objects</li>
   <li><a 
href="https://github.com/ljharb/qs/commit/96f4d93e171ada73cb466a5abe3ac23c9ed4217a";><code>96f4d93</code></a>
 [Fix] <code>stringify</code>: avoid a crash when a <code>filter</code> key is 
<code>null</code></li>
   <li><a 
href="https://github.com/ljharb/qs/commit/aa1f0a8432a7a918c36486e8b2334ef12ff4f46b";><code>aa1f0a8</code></a>
 [Fix] <code>utils.merge</code>: functions should not be stringified into 
keys</li>
   <li><a 
href="https://github.com/ljharb/qs/commit/2a548a95e7409e9fbbd1f0b972aad57f25764cae";><code>2a548a9</code></a>
 [Tests] <code>utils.merge</code>: add some coverage</li>
   <li><a 
href="https://github.com/ljharb/qs/commit/3e750c1ac6bb7ea328b9c3183d867902dce43c95";><code>3e750c1</code></a>
 [Refactor] misc cleanup</li>
   <li><a 
href="https://github.com/ljharb/qs/commit/ca55d0f8653f88d92c78cbdbb7d590a30ab71fb3";><code>ca55d0f</code></a>
 [Fix] <code>parse</code>: avoid a crash with interpretNumericEntities: true, 
comma: true...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/ljharb/qs/compare/v6.13.0...v6.13.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `vue` from 3.5.12 to 3.5.13
   <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.13</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.12...v3.5.13";>3.5.13</a> 
(2024-11-15)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>compiler-core:</strong> handle v-memo + v-for with functional 
key (<a href="https://redirect.github.com/vuejs/core/issues/12014";>#12014</a>) 
(<a 
href="https://github.com/vuejs/core/commit/99009eee0efc238392daba93792d478525b21afa";>99009ee</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/12013";>#12013</a></li>
   <li><strong>compiler-dom:</strong> properly stringify template string style 
(<a href="https://redirect.github.com/vuejs/core/issues/12392";>#12392</a>) (<a 
href="https://github.com/vuejs/core/commit/2d78539da35322aea5f821b3cf9b02d006abac72";>2d78539</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/12391";>#12391</a></li>
   <li><strong>custom-element:</strong> avoid triggering mutationObserver when 
relecting props (<a 
href="https://github.com/vuejs/core/commit/352bc88c1bd2fda09c61ab17ea1a5967ffcd7bc0";>352bc88</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/12214";>#12214</a> <a 
href="https://redirect.github.com/vuejs/core/issues/12215";>#12215</a></li>
   <li><strong>deps:</strong> update dependency postcss to ^8.4.48 (<a 
href="https://redirect.github.com/vuejs/core/issues/12356";>#12356</a>) (<a 
href="https://github.com/vuejs/core/commit/b5ff930089985a58c3553977ef999cec2a6708a4";>b5ff930</a>)</li>
   <li><strong>hydration:</strong> the component vnode's el should be updated 
when a mismatch occurs. (<a 
href="https://redirect.github.com/vuejs/core/issues/12255";>#12255</a>) (<a 
href="https://github.com/vuejs/core/commit/a20a4cb36a3e717d1f8f259d0d59f133f508ff0a";>a20a4cb</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/12253";>#12253</a></li>
   <li><strong>reactiivty:</strong> avoid unnecessary watcher effect removal 
from inactive scope (<a 
href="https://github.com/vuejs/core/commit/21932840eae72ffcd357a62ec596aaecc7ec224a";>2193284</a>),
 closes <a href="https://redirect.github.com/vuejs/core/issues/5783";>#5783</a> 
<a href="https://redirect.github.com/vuejs/core/issues/5806";>#5806</a></li>
   <li><strong>reactivity:</strong> release nested effects/scopes on effect 
scope stop (<a 
href="https://redirect.github.com/vuejs/core/issues/12373";>#12373</a>) (<a 
href="https://github.com/vuejs/core/commit/bee2f5ee62dc0cd04123b737779550726374dd0a";>bee2f5e</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/12370";>#12370</a></li>
   <li><strong>runtime-dom:</strong> set css vars before user onMounted hooks 
(<a 
href="https://github.com/vuejs/core/commit/2d5c5e25e9b7a56e883674fb434135ac514429b5";>2d5c5e2</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/11533";>#11533</a></li>
   <li><strong>runtime-dom:</strong> set css vars on update to handle child 
forcing reflow in onMount (<a 
href="https://redirect.github.com/vuejs/core/issues/11561";>#11561</a>) (<a 
href="https://github.com/vuejs/core/commit/c4312f9c715c131a09e552ba46e9beb4b36d55e6";>c4312f9</a>)</li>
   <li><strong>ssr:</strong> avoid updating subtree of async component if it is 
resolved (<a 
href="https://redirect.github.com/vuejs/core/issues/12363";>#12363</a>) (<a 
href="https://github.com/vuejs/core/commit/da7ad5e3d24f3e108401188d909d27a4910da095";>da7ad5e</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/12362";>#12362</a></li>
   <li><strong>ssr:</strong> ensure v-text updates correctly with custom 
directives in SSR output (<a 
href="https://redirect.github.com/vuejs/core/issues/12311";>#12311</a>) (<a 
href="https://github.com/vuejs/core/commit/1f75d4e6dfe18121ebe443cd3e8105d54f727893";>1f75d4e</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/12309";>#12309</a></li>
   <li><strong>ssr:</strong> handle initial selected state for select with 
v-model + v-for option (<a 
href="https://redirect.github.com/vuejs/core/issues/12399";>#12399</a>) (<a 
href="https://github.com/vuejs/core/commit/4f8d8078221ee52deed266677a227ad2a6d8dd22";>4f8d807</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/12395";>#12395</a></li>
   <li><strong>teleport:</strong> handle deferred teleport update before 
mounted (<a 
href="https://redirect.github.com/vuejs/core/issues/12168";>#12168</a>) (<a 
href="https://github.com/vuejs/core/commit/8bff142f99b646e9dd15897ec75368fbf34f1534";>8bff142</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/12161";>#12161</a></li>
   <li><strong>templateRef:</strong> set ref on cached async component which 
wrapped in KeepAlive (<a 
href="https://redirect.github.com/vuejs/core/issues/12290";>#12290</a>) (<a 
href="https://github.com/vuejs/core/commit/983eb50a17eac76f1bba4394ad0316c62b72191d";>983eb50</a>),
 closes <a href="https://redirect.github.com/vuejs/core/issues/4999";>#4999</a> 
<a href="https://redirect.github.com/vuejs/core/issues/5004";>#5004</a></li>
   <li><strong>test:</strong> update snapshot (<a 
href="https://redirect.github.com/vuejs/core/issues/12169";>#12169</a>) (<a 
href="https://github.com/vuejs/core/commit/828d4a443919fa2aa4e2e92fbd03a5f04b258eea";>828d4a4</a>)</li>
   <li><strong>Transition:</strong> fix transition memory leak edge case (<a 
href="https://redirect.github.com/vuejs/core/issues/12182";>#12182</a>) (<a 
href="https://github.com/vuejs/core/commit/660132df6c6a8c14bf75e593dc47d2fdada30322";>660132d</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/12181";>#12181</a></li>
   <li><strong>transition:</strong> reflow before leave-active class after 
leave-from (<a 
href="https://redirect.github.com/vuejs/core/issues/12288";>#12288</a>) (<a 
href="https://github.com/vuejs/core/commit/4b479db61d233b054561402ae94ef08550073ea1";>4b479db</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/2593";>#2593</a></li>
   <li><strong>types:</strong> defineEmits w/ interface declaration (<a 
href="https://redirect.github.com/vuejs/core/issues/12343";>#12343</a>) (<a 
href="https://github.com/vuejs/core/commit/1022eabaa1aaf8436876f5ec5573cb1e4b3959a6";>1022eab</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/8457";>#8457</a></li>
   <li><strong>v-once:</strong> setting hasOnce to current block only when in 
v-once (<a 
href="https://redirect.github.com/vuejs/core/issues/12374";>#12374</a>) (<a 
href="https://github.com/vuejs/core/commit/37300fc26190a7299efddbf98800ffd96d5cad96";>37300fc</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/12371";>#12371</a></li>
   </ul>
   <h3>Performance Improvements</h3>
   <ul>
   <li><strong>reactivity:</strong> do not track inner key `__v_skip`` (<a 
href="https://redirect.github.com/vuejs/core/issues/11690";>#11690</a>) (<a 
href="https://github.com/vuejs/core/commit/d637bd6c0164c2883e6eabd3c2f1f8c258dedfb1";>d637bd6</a>)</li>
   <li><strong>runtime-core:</strong> use feature flag for call to 
resolveMergedOptions (<a 
href="https://redirect.github.com/vuejs/core/issues/12163";>#12163</a>) (<a 
href="https://github.com/vuejs/core/commit/1755ac0a108ba3486bd8397e56d3bdcd69196594";>1755ac0</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/vuejs/core/commit/6eb29d345aa73746207f80c89ee8b37ff7b949c9";><code>6eb29d3</code></a>
 release: v3.5.13</li>
   <li><a 
href="https://github.com/vuejs/core/commit/4f8d8078221ee52deed266677a227ad2a6d8dd22";><code>4f8d807</code></a>
 fix(ssr): handle initial selected state for select with v-model + v-for 
optio...</li>
   <li><a 
href="https://github.com/vuejs/core/commit/983eb50a17eac76f1bba4394ad0316c62b72191d";><code>983eb50</code></a>
 fix(templateRef): set ref on cached async component which wrapped in 
KeepAliv...</li>
   <li><a 
href="https://github.com/vuejs/core/commit/da7ad5e3d24f3e108401188d909d27a4910da095";><code>da7ad5e</code></a>
 fix(ssr): avoid updating subtree of async component if it is resolved (<a 
href="https://redirect.github.com/vuejs/core/issues/12363";>#12363</a>)</li>
   <li><a 
href="https://github.com/vuejs/core/commit/1f75d4e6dfe18121ebe443cd3e8105d54f727893";><code>1f75d4e</code></a>
 fix(ssr): ensure v-text updates correctly with custom directives in SSR 
outpu...</li>
   <li><a 
href="https://github.com/vuejs/core/commit/4b479db61d233b054561402ae94ef08550073ea1";><code>4b479db</code></a>
 fix(transition): reflow before leave-active class after leave-from (<a 
href="https://redirect.github.com/vuejs/core/issues/12288";>#12288</a>)</li>
   <li><a 
href="https://github.com/vuejs/core/commit/a20a4cb36a3e717d1f8f259d0d59f133f508ff0a";><code>a20a4cb</code></a>
 fix(hydration): the component vnode's el should be updated when a mismatch 
oc...</li>
   <li><a 
href="https://github.com/vuejs/core/commit/352bc88c1bd2fda09c61ab17ea1a5967ffcd7bc0";><code>352bc88</code></a>
 fix(custom-element): avoid triggering mutationObserver when relecting 
props</li>
   <li><a 
href="https://github.com/vuejs/core/commit/10ab8c0e7b6a2c0794d73d0d9d3b0bcd3b0cc175";><code>10ab8c0</code></a>
 chore(playground): reset version when opening local playground from 
reproduction</li>
   <li><a 
href="https://github.com/vuejs/core/commit/d637bd6c0164c2883e6eabd3c2f1f8c258dedfb1";><code>d637bd6</code></a>
 perf(reactivity): do not track inner key `__v_skip`` (<a 
href="https://redirect.github.com/vuejs/core/issues/11690";>#11690</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/vuejs/core/compare/v3.5.12...v3.5.13";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@cypress/code-coverage` from 3.13.6 to 3.13.7
   <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.13.7</h2>
   <h2><a 
href="https://github.com/cypress-io/code-coverage/compare/v3.13.6...v3.13.7";>3.13.7</a>
 (2024-11-18)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>deps:</strong> update dependency <code>@​types/node</code> to 
v22 (<a 
href="https://redirect.github.com/cypress-io/code-coverage/issues/902";>#902</a>)
 (<a 
href="https://github.com/cypress-io/code-coverage/commit/2631db8b593ad72655af8dbb057f42b6c3e2ded9";>2631db8</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/cypress-io/code-coverage/commit/2631db8b593ad72655af8dbb057f42b6c3e2ded9";><code>2631db8</code></a>
 fix(deps): update dependency <code>@​types/node</code> to v22 (<a 
href="https://redirect.github.com/cypress-io/code-coverage/issues/902";>#902</a>)</li>
   <li><a 
href="https://github.com/cypress-io/code-coverage/commit/e8216d888476a60eb1a8a1764036ca6fc3529e65";><code>e8216d8</code></a>
 chore(deps): update dependency cypress to v13.15.2 (<a 
href="https://redirect.github.com/cypress-io/code-coverage/issues/897";>#897</a>)</li>
   <li><a 
href="https://github.com/cypress-io/code-coverage/commit/eabaa8dbb437ebd01815bf097dfb426fbfc9bcef";><code>eabaa8d</code></a>
 chore(deps): update dependency markdown-link-check to v3.13.6 (<a 
href="https://redirect.github.com/cypress-io/code-coverage/issues/898";>#898</a>)</li>
   <li><a 
href="https://github.com/cypress-io/code-coverage/commit/2425c289214ecc30380e45f13f199f861211a581";><code>2425c28</code></a>
 chore(deps): update dependency webpack to v5.96.1 (<a 
href="https://redirect.github.com/cypress-io/code-coverage/issues/899";>#899</a>)</li>
   <li>See full diff in <a 
href="https://github.com/cypress-io/code-coverage/compare/v3.13.6...v3.13.7";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@vue/compiler-sfc` from 3.5.12 to 3.5.13
   <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.13</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.12...v3.5.13";>3.5.13</a> 
(2024-11-15)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>compiler-core:</strong> handle v-memo + v-for with functional 
key (<a href="https://redirect.github.com/vuejs/core/issues/12014";>#12014</a>) 
(<a 
href="https://github.com/vuejs/core/commit/99009eee0efc238392daba93792d478525b21afa";>99009ee</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/12013";>#12013</a></li>
   <li><strong>compiler-dom:</strong> properly stringify template string style 
(<a href="https://redirect.github.com/vuejs/core/issues/12392";>#12392</a>) (<a 
href="https://github.com/vuejs/core/commit/2d78539da35322aea5f821b3cf9b02d006abac72";>2d78539</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/12391";>#12391</a></li>
   <li><strong>custom-element:</strong> avoid triggering mutationObserver when 
relecting props (<a 
href="https://github.com/vuejs/core/commit/352bc88c1bd2fda09c61ab17ea1a5967ffcd7bc0";>352bc88</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/12214";>#12214</a> <a 
href="https://redirect.github.com/vuejs/core/issues/12215";>#12215</a></li>
   <li><strong>deps:</strong> update dependency postcss to ^8.4.48 (<a 
href="https://redirect.github.com/vuejs/core/issues/12356";>#12356</a>) (<a 
href="https://github.com/vuejs/core/commit/b5ff930089985a58c3553977ef999cec2a6708a4";>b5ff930</a>)</li>
   <li><strong>hydration:</strong> the component vnode's el should be updated 
when a mismatch occurs. (<a 
href="https://redirect.github.com/vuejs/core/issues/12255";>#12255</a>) (<a 
href="https://github.com/vuejs/core/commit/a20a4cb36a3e717d1f8f259d0d59f133f508ff0a";>a20a4cb</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/12253";>#12253</a></li>
   <li><strong>reactiivty:</strong> avoid unnecessary watcher effect removal 
from inactive scope (<a 
href="https://github.com/vuejs/core/commit/21932840eae72ffcd357a62ec596aaecc7ec224a";>2193284</a>),
 closes <a href="https://redirect.github.com/vuejs/core/issues/5783";>#5783</a> 
<a href="https://redirect.github.com/vuejs/core/issues/5806";>#5806</a></li>
   <li><strong>reactivity:</strong> release nested effects/scopes on effect 
scope stop (<a 
href="https://redirect.github.com/vuejs/core/issues/12373";>#12373</a>) (<a 
href="https://github.com/vuejs/core/commit/bee2f5ee62dc0cd04123b737779550726374dd0a";>bee2f5e</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/12370";>#12370</a></li>
   <li><strong>runtime-dom:</strong> set css vars before user onMounted hooks 
(<a 
href="https://github.com/vuejs/core/commit/2d5c5e25e9b7a56e883674fb434135ac514429b5";>2d5c5e2</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/11533";>#11533</a></li>
   <li><strong>runtime-dom:</strong> set css vars on update to handle child 
forcing reflow in onMount (<a 
href="https://redirect.github.com/vuejs/core/issues/11561";>#11561</a>) (<a 
href="https://github.com/vuejs/core/commit/c4312f9c715c131a09e552ba46e9beb4b36d55e6";>c4312f9</a>)</li>
   <li><strong>ssr:</strong> avoid updating subtree of async component if it is 
resolved (<a 
href="https://redirect.github.com/vuejs/core/issues/12363";>#12363</a>) (<a 
href="https://github.com/vuejs/core/commit/da7ad5e3d24f3e108401188d909d27a4910da095";>da7ad5e</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/12362";>#12362</a></li>
   <li><strong>ssr:</strong> ensure v-text updates correctly with custom 
directives in SSR output (<a 
href="https://redirect.github.com/vuejs/core/issues/12311";>#12311</a>) (<a 
href="https://github.com/vuejs/core/commit/1f75d4e6dfe18121ebe443cd3e8105d54f727893";>1f75d4e</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/12309";>#12309</a></li>
   <li><strong>ssr:</strong> handle initial selected state for select with 
v-model + v-for option (<a 
href="https://redirect.github.com/vuejs/core/issues/12399";>#12399</a>) (<a 
href="https://github.com/vuejs/core/commit/4f8d8078221ee52deed266677a227ad2a6d8dd22";>4f8d807</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/12395";>#12395</a></li>
   <li><strong>teleport:</strong> handle deferred teleport update before 
mounted (<a 
href="https://redirect.github.com/vuejs/core/issues/12168";>#12168</a>) (<a 
href="https://github.com/vuejs/core/commit/8bff142f99b646e9dd15897ec75368fbf34f1534";>8bff142</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/12161";>#12161</a></li>
   <li><strong>templateRef:</strong> set ref on cached async component which 
wrapped in KeepAlive (<a 
href="https://redirect.github.com/vuejs/core/issues/12290";>#12290</a>) (<a 
href="https://github.com/vuejs/core/commit/983eb50a17eac76f1bba4394ad0316c62b72191d";>983eb50</a>),
 closes <a href="https://redirect.github.com/vuejs/core/issues/4999";>#4999</a> 
<a href="https://redirect.github.com/vuejs/core/issues/5004";>#5004</a></li>
   <li><strong>test:</strong> update snapshot (<a 
href="https://redirect.github.com/vuejs/core/issues/12169";>#12169</a>) (<a 
href="https://github.com/vuejs/core/commit/828d4a443919fa2aa4e2e92fbd03a5f04b258eea";>828d4a4</a>)</li>
   <li><strong>Transition:</strong> fix transition memory leak edge case (<a 
href="https://redirect.github.com/vuejs/core/issues/12182";>#12182</a>) (<a 
href="https://github.com/vuejs/core/commit/660132df6c6a8c14bf75e593dc47d2fdada30322";>660132d</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/12181";>#12181</a></li>
   <li><strong>transition:</strong> reflow before leave-active class after 
leave-from (<a 
href="https://redirect.github.com/vuejs/core/issues/12288";>#12288</a>) (<a 
href="https://github.com/vuejs/core/commit/4b479db61d233b054561402ae94ef08550073ea1";>4b479db</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/2593";>#2593</a></li>
   <li><strong>types:</strong> defineEmits w/ interface declaration (<a 
href="https://redirect.github.com/vuejs/core/issues/12343";>#12343</a>) (<a 
href="https://github.com/vuejs/core/commit/1022eabaa1aaf8436876f5ec5573cb1e4b3959a6";>1022eab</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/8457";>#8457</a></li>
   <li><strong>v-once:</strong> setting hasOnce to current block only when in 
v-once (<a 
href="https://redirect.github.com/vuejs/core/issues/12374";>#12374</a>) (<a 
href="https://github.com/vuejs/core/commit/37300fc26190a7299efddbf98800ffd96d5cad96";>37300fc</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/12371";>#12371</a></li>
   </ul>
   <h3>Performance Improvements</h3>
   <ul>
   <li><strong>reactivity:</strong> do not track inner key `__v_skip`` (<a 
href="https://redirect.github.com/vuejs/core/issues/11690";>#11690</a>) (<a 
href="https://github.com/vuejs/core/commit/d637bd6c0164c2883e6eabd3c2f1f8c258dedfb1";>d637bd6</a>)</li>
   <li><strong>runtime-core:</strong> use feature flag for call to 
resolveMergedOptions (<a 
href="https://redirect.github.com/vuejs/core/issues/12163";>#12163</a>) (<a 
href="https://github.com/vuejs/core/commit/1755ac0a108ba3486bd8397e56d3bdcd69196594";>1755ac0</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/vuejs/core/commit/6eb29d345aa73746207f80c89ee8b37ff7b949c9";><code>6eb29d3</code></a>
 release: v3.5.13</li>
   <li><a 
href="https://github.com/vuejs/core/commit/4aeff318bda747aec4e0c5b98a1e73a2e2031987";><code>4aeff31</code></a>
 chore(deps): update dependency postcss-selector-parser to v7 (<a 
href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/12289";>#12289</a>)</li>
   <li><a 
href="https://github.com/vuejs/core/commit/b5ff930089985a58c3553977ef999cec2a6708a4";><code>b5ff930</code></a>
 fix(deps): update dependency postcss to ^8.4.48 (<a 
href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/12356";>#12356</a>)</li>
   <li><a 
href="https://github.com/vuejs/core/commit/7d0dc7394fd2217373ae6dec4a2ccd99103409ea";><code>7d0dc73</code></a>
 chore(deps): update all non-major dependencies (<a 
href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/12316";>#12316</a>)</li>
   <li><a 
href="https://github.com/vuejs/core/commit/ad247b33235fdd9f53aa4ef2f3912dea4dbb606a";><code>ad247b3</code></a>
 chore(deps): update all non-major dependencies (<a 
href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/12275";>#12275</a>)</li>
   <li><a 
href="https://github.com/vuejs/core/commit/ed01d9257104cf59d8330d96af77941b40494aa1";><code>ed01d92</code></a>
 chore(deps): update all non-major dependencies (<a 
href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/12222";>#12222</a>)</li>
   <li><a 
href="https://github.com/vuejs/core/commit/828d4a443919fa2aa4e2e92fbd03a5f04b258eea";><code>828d4a4</code></a>
 fix(test): update snapshot (<a 
href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/12169";>#12169</a>)</li>
   <li><a 
href="https://github.com/vuejs/core/commit/3b5d8d251166a596ae8ef4fec1e5fbb96d2bc292";><code>3b5d8d2</code></a>
 test(defineProps): add intersection type test (<a 
href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/8684";>#8684</a>)</li>
   <li><a 
href="https://github.com/vuejs/core/commit/be9eed259348950245def875b66db7c9b0d53aca";><code>be9eed2</code></a>
 chore(deps): update all non-major dependencies (<a 
href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/12164";>#12164</a>)</li>
   <li>See full diff in <a 
href="https://github.com/vuejs/core/commits/v3.5.13/packages/compiler-sfc";>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]


Reply via email to