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

   Bumps [@vue/test-utils](https://github.com/vuejs/test-utils) from 2.4.1 to 
2.4.3.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/vuejs/test-utils/releases";><code>@​vue/test-utils</code>'s
 releases</a>.</em></p>
   <blockquote>
   <h2>v2.4.3</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>types(setProps): setProps to Partial props by <a 
href="https://github.com/pikax";><code>@​pikax</code></a> in <a 
href="https://redirect.github.com/vuejs/test-utils/pull/2241";>vuejs/test-utils#2241</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/vuejs/test-utils/compare/v2.4.2...v2.4.3";>https://github.com/vuejs/test-utils/compare/v2.4.2...v2.4.3</a></p>
   <h2>v2.4.2</h2>
   <h2>What's Changed</h2>
   <p>Note: A fix for the <code>text()</code> method (<a 
href="https://redirect.github.com/vuejs/test-utils/pull/2231";>vuejs/test-utils#2231</a>)
 may force developers to update tests that were checking the text of several 
elements at once, as the spaces of each element are now trimmed (as they are 
when using <code>text()</code> on a single element). So if you were checking 
the text of <code>&lt;span&gt;Trimmed 
&lt;/span&gt;&lt;span&gt;Example&lt;/span&gt;</code>, it is now 
<code>TrimmedExample</code> instead of <code>Trimmed Example</code> (and the 
<code>text()</code> of the first span is still <code>Trimmed</code> as it was 
before).</p>
   <h3>Fix</h3>
   <ul>
   <li>fix: (could be considered a feature?) allow custom 
<code>&lt;transition&gt;</code> stubs by <a 
href="https://github.com/alecgibson";><code>@​alecgibson</code></a> in <a 
href="https://redirect.github.com/vuejs/test-utils/pull/2185";>vuejs/test-utils#2185</a></li>
   <li>fix: Fixing prototype methods being discarded when using 
<code>setData</code> by <a 
href="https://github.com/rory-instil";><code>@​rory-instil</code></a> in <a 
href="https://redirect.github.com/vuejs/test-utils/pull/2166";>vuejs/test-utils#2166</a></li>
   <li>fix(deps): update all non-major dependencies to v1.8.8 by <a 
href="https://github.com/renovate";><code>@​renovate</code></a> in <a 
href="https://redirect.github.com/vuejs/test-utils/pull/2143";>vuejs/test-utils#2143</a></li>
   <li>fix(deps): update all non-major dependencies to v1.8.13 by <a 
href="https://github.com/renovate";><code>@​renovate</code></a> in <a 
href="https://redirect.github.com/vuejs/test-utils/pull/2193";>vuejs/test-utils#2193</a></li>
   <li>fix(deps): update all non-major dependencies to v1.8.19 by <a 
href="https://github.com/renovate";><code>@​renovate</code></a> in <a 
href="https://redirect.github.com/vuejs/test-utils/pull/2211";>vuejs/test-utils#2211</a></li>
   <li>fix: stricter props types by <a 
href="https://github.com/alecgibson";><code>@​alecgibson</code></a> in <a 
href="https://redirect.github.com/vuejs/test-utils/pull/2137";>vuejs/test-utils#2137</a></li>
   <li>fix(deps): update all non-major dependencies to v1.8.21 by <a 
href="https://github.com/renovate";><code>@​renovate</code></a> in <a 
href="https://redirect.github.com/vuejs/test-utils/pull/2224";>vuejs/test-utils#2224</a></li>
   <li>fix: wrapper.text method by <a 
href="https://github.com/harunari0928";><code>@​harunari0928</code></a> in <a 
href="https://redirect.github.com/vuejs/test-utils/pull/2231";>vuejs/test-utils#2231</a></li>
   <li>fix(types): use <code>VNodeChild</code> type from <code>vue</code> to 
avoid breakage by <a 
href="https://github.com/sodatea";><code>@​sodatea</code></a> in <a 
href="https://redirect.github.com/vuejs/test-utils/pull/2237";>vuejs/test-utils#2237</a></li>
   <li>Fixed typo in accessibility word by <a 
href="https://github.com/ramsesmoreno";><code>@​ramsesmoreno</code></a> in <a 
href="https://redirect.github.com/vuejs/test-utils/pull/2160";>vuejs/test-utils#2160</a></li>
   </ul>
   <h3>Docs</h3>
   <ul>
   <li>docs: Fix omission of async keywords. by <a 
href="https://github.com/yasuaki640";><code>@​yasuaki640</code></a> in <a 
href="https://redirect.github.com/vuejs/test-utils/pull/2163";>vuejs/test-utils#2163</a></li>
   <li>docs: fix spell Exemple to Example by <a 
href="https://github.com/yasuaki640";><code>@​yasuaki640</code></a> in <a 
href="https://redirect.github.com/vuejs/test-utils/pull/2161";>vuejs/test-utils#2161</a></li>
   <li>docs: Add removal of createWrapper by <a 
href="https://github.com/AntonioDell";><code>@​AntonioDell</code></a> in <a 
href="https://redirect.github.com/vuejs/test-utils/pull/2235";>vuejs/test-utils#2235</a></li>
   <li>docs: comparison of functions with v1 by <a 
href="https://github.com/freakzlike";><code>@​freakzlike</code></a> in <a 
href="https://redirect.github.com/vuejs/test-utils/pull/2175";>vuejs/test-utils#2175</a></li>
   <li>docs: fix typo in code example by <a 
href="https://github.com/dennybiasiolli";><code>@​dennybiasiolli</code></a> in 
<a 
href="https://redirect.github.com/vuejs/test-utils/pull/2212";>vuejs/test-utils#2212</a></li>
   <li>feat: update the website application by <a 
href="https://github.com/nazarepiedady";><code>@​nazarepiedady</code></a> in <a 
href="https://redirect.github.com/vuejs/test-utils/pull/2171";>vuejs/test-utils#2171</a></li>
   </ul>
   <h3>Chore</h3>
   <ul>
   <li>Add WebdriverIO to list of supporting frameworks by <a 
href="https://github.com/christian-bromann";><code>@​christian-bromann</code></a>
 in <a 
href="https://redirect.github.com/vuejs/test-utils/pull/2189";>vuejs/test-utils#2189</a></li>
   <li>ci: add node v20 and drop node v16 by <a 
href="https://github.com/cexbrayat";><code>@​cexbrayat</code></a> in <a 
href="https://redirect.github.com/vuejs/test-utils/pull/2190";>vuejs/test-utils#2190</a></li>
   <li>chore(deps): update all non-major dependencies by <a 
href="https://github.com/renovate";><code>@​renovate</code></a> in <a 
href="https://redirect.github.com/vuejs/test-utils/pull/2233";>vuejs/test-utils#2233</a></li>
   <li>preparing for Vue 3.3.9  by <a 
href="https://github.com/pikax";><code>@​pikax</code></a> in <a 
href="https://redirect.github.com/vuejs/test-utils/pull/2240";>vuejs/test-utils#2240</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/yasuaki640";><code>@​yasuaki640</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/vuejs/test-utils/pull/2161";>vuejs/test-utils#2161</a></li>
   <li><a 
href="https://github.com/ramsesmoreno";><code>@​ramsesmoreno</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/vuejs/test-utils/pull/2160";>vuejs/test-utils#2160</a></li>
   <li><a href="https://github.com/rory-instil";><code>@​rory-instil</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/vuejs/test-utils/pull/2166";>vuejs/test-utils#2166</a></li>
   <li><a 
href="https://github.com/nazarepiedady";><code>@​nazarepiedady</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/vuejs/test-utils/pull/2171";>vuejs/test-utils#2171</a></li>
   <li><a href="https://github.com/richex-cn";><code>@​richex-cn</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/vuejs/test-utils/pull/2178";>vuejs/test-utils#2178</a></li>
   <li><a 
href="https://github.com/christian-bromann";><code>@​christian-bromann</code></a>
 made their first contribution in <a 
href="https://redirect.github.com/vuejs/test-utils/pull/2189";>vuejs/test-utils#2189</a></li>
   <li><a 
href="https://github.com/dennybiasiolli";><code>@​dennybiasiolli</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/vuejs/test-utils/pull/2212";>vuejs/test-utils#2212</a></li>
   <li><a 
href="https://github.com/harunari0928";><code>@​harunari0928</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/vuejs/test-utils/pull/2231";>vuejs/test-utils#2231</a></li>
   <li><a href="https://github.com/AntonioDell";><code>@​AntonioDell</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/vuejs/test-utils/pull/2235";>vuejs/test-utils#2235</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/vuejs/test-utils/compare/v2.4.1...v2.4.2";>https://github.com/vuejs/test-utils/compare/v2.4.1...v2.4.2</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/vuejs/test-utils/commit/b6a8a664f0b50251df753c7840e6d7aae90ad116";><code>b6a8a66</code></a>
 publish: v2.4.3</li>
   <li><a 
href="https://github.com/vuejs/test-utils/commit/2b4f9e885e5137691097e1c3c029ab78a743a415";><code>2b4f9e8</code></a>
 Merge branch 'main' of <a 
href="https://github.com/vuejs/test-utils";>https://github.com/vuejs/test-utils</a></li>
   <li><a 
href="https://github.com/vuejs/test-utils/commit/0f9bb3e4ddd1610b37623b190ba79aa1e60b16df";><code>0f9bb3e</code></a>
 chore(deps): update dependency jsdom to v23</li>
   <li><a 
href="https://github.com/vuejs/test-utils/commit/b00181bd6559a16268f25b97815df1f71ff7c341";><code>b00181b</code></a>
 chore(deps): update dependency vitepress to v1.0.0-rc.31</li>
   <li><a 
href="https://github.com/vuejs/test-utils/commit/043a2c9230123beaf50d3ed43713407f2eeb44b7";><code>043a2c9</code></a>
 chore(deps): update dependency vitepress to v1.0.0-rc.30</li>
   <li><a 
href="https://github.com/vuejs/test-utils/commit/574e82dfa260638139268fdb18ba0f3600dce1a9";><code>574e82d</code></a>
 chore(deps): update all non-major dependencies</li>
   <li><a 
href="https://github.com/vuejs/test-utils/commit/d5f95cf0f628c3acf562f41807f9e92017261a23";><code>d5f95cf</code></a>
 chore(deps): update dependency vitepress to v1.0.0-rc.29</li>
   <li><a 
href="https://github.com/vuejs/test-utils/commit/f2be46d06ef32e019bfd1cb5ec99c7d034e4ec9e";><code>f2be46d</code></a>
 chore(deps): update dependency vitepress to v1.0.0-rc.28</li>
   <li><a 
href="https://github.com/vuejs/test-utils/commit/3e98cdff13ba369a6c4794937e4961e4ff2c8883";><code>3e98cdf</code></a>
 chore(deps): update dependency vitepress to v1.0.0-rc.27</li>
   <li><a 
href="https://github.com/vuejs/test-utils/commit/c91eced654e25fce914a7dd6b528e03f36709b14";><code>c91eced</code></a>
 chore(deps): update dependency vitepress to v1.0.0-rc.26</li>
   <li>Additional commits viewable in <a 
href="https://github.com/vuejs/test-utils/compare/v2.4.1...v2.4.3";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@vue/test-utils&package-manager=npm_and_yarn&previous-version=2.4.1&new-version=2.4.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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 this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </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