dependabot[bot] opened a new pull request, #268: URL: https://github.com/apache/jspwiki/pull/268
Bumps [selenide](https://github.com/selenide/selenide) from 6.12.4 to 6.13.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/selenide/selenide/releases">selenide's releases</a>.</em></p> <blockquote> <h2>v6.13.1</h2> <h2>Changes</h2> <h2>📦 Dependency updates</h2> <ul> <li>bump Selenium from 4.8.3 to 4.9.0 (<a href="https://redirect.github.com/selenide/selenide/issues/2257">#2257</a>) <a href="https://github.com/asolntsev"><code>@asolntsev</code></a></li> </ul> <h2>v6.13.0</h2> <h2>🚀 Features</h2> <ul> <li><a href="https://redirect.github.com/selenide/selenide/issues/2171">#2171</a> [feature] add method $.cached() (<a href="https://redirect.github.com/selenide/selenide/issues/2189">#2189</a>) <a href="https://github.com/asolntsev"><code>@asolntsev</code></a></li> <li><a href="https://redirect.github.com/selenide/selenide/issues/2227">#2227</a> add method to mock http response with any status (<a href="https://redirect.github.com/selenide/selenide/issues/2234">#2234</a>) <a href="https://github.com/asolntsev"><code>@asolntsev</code></a></li> <li><a href="https://redirect.github.com/selenide/selenide/issues/2213">#2213</a> add method "inNewBrowser" for running a code block in new one-time browser instance (<a href="https://redirect.github.com/selenide/selenide/issues/2236">#2236</a>) <a href="https://github.com/asolntsev"><code>@asolntsev</code></a></li> <li><a href="https://redirect.github.com/selenide/selenide/issues/2133">#2133</a> add method <code>$.doubleClick(options)</code> (<a href="https://redirect.github.com/selenide/selenide/issues/2135">#2135</a>) <a href="https://github.com/aakachurin"><code>@aakachurin</code></a> (<a href="https://redirect.github.com/selenide/selenide/issues/2244">#2244</a>) <a href="https://github.com/asolntsev"><code>@asolntsev</code></a></li> <li><a href="https://redirect.github.com/selenide/selenide/issues/2220">#2220</a> added condition <code>$.shouldHave(innerText())</code> (<a href="https://redirect.github.com/selenide/selenide/issues/2223">#2223</a>) <a href="https://github.com/asolntsev"><code>@asolntsev</code></a></li> <li><a href="https://redirect.github.com/selenide/selenide/issues/2091">#2091</a> added method <code>$$.shouldHave(attributes(...))</code> (<a href="https://redirect.github.com/selenide/selenide/issues/2091">#2091</a>) <a href="https://github.com/AlexLAA"><code>@AlexLAA</code></a></li> </ul> <h2>Changes</h2> <ul> <li><a href="https://redirect.github.com/selenide/selenide/issues/2239">#2239</a> fixed method <code>$$.subList(0, 3)</code> (<a href="https://redirect.github.com/selenide/selenide/issues/2240">#2240</a>) <a href="https://github.com/asolntsev"><code>@asolntsev</code></a></li> <li><a href="https://redirect.github.com/selenide/selenide/issues/2231">#2231</a> throw clear error when $.select*() is applied for non-select (<a href="https://redirect.github.com/selenide/selenide/issues/2233">#2233</a>) <a href="https://github.com/asolntsev"><code>@asolntsev</code></a></li> <li><a href="https://redirect.github.com/selenide/selenide/issues/2091">#2091</a> refactor collection conditions (<a href="https://redirect.github.com/selenide/selenide/issues/2230">#2230</a>) <a href="https://github.com/asolntsev"><code>@asolntsev</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>bump Selenium from 4.8.1 to 4.8.3</li> <li><a href="https://redirect.github.com/selenide/selenide/issues/2232">#2232</a> bump BrowserUpProxy from 2.2.8 to 2.2.9</li> <li>bump LittleProxy from 2.0.16 to 2.0.17</li> <li>Bump nettyVersion from 4.1.90.Final to 4.1.91.Final (<a href="https://redirect.github.com/selenide/selenide/issues/2243">#2243</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/selenide/selenide/blob/main/CHANGELOG.md">selenide's changelog</a>.</em></p> <blockquote> <h2>6.13.1 (released 21.04.2023)</h2> <ul> <li><a href="https://redirect.github.com/selenide/selenide/issues/2257">#2257</a> bump Selenium from 4.8.3 to 4.9.0 -- see <a href="https://github.com/SeleniumHQ/selenium/blob/trunk/java/CHANGELOG">https://github.com/SeleniumHQ/selenium/blob/trunk/java/CHANGELOG</a></li> <li>mark $$.subList() as deprecated (see <a href="https://redirect.github.com/selenide/selenide/issues/2239">#2239</a>)</li> </ul> <h2>6.13.0 (released 04.04.2023)</h2> <p>see <a href="https://github.com/selenide/selenide/milestone/177?closed=1">https://github.com/selenide/selenide/milestone/177?closed=1</a></p> <ul> <li><a href="https://redirect.github.com/selenide/selenide/issues/2171">#2171</a> <a href="https://redirect.github.com/selenide/selenide/issues/1927">#1927</a> added method $.cached() -- see PR <a href="https://redirect.github.com/selenide/selenide/issues/2189">#2189</a></li> <li><a href="https://redirect.github.com/selenide/selenide/issues/2227">#2227</a> added method to mock http response with any status -- see PR <a href="https://redirect.github.com/selenide/selenide/issues/2234">#2234</a></li> <li><a href="https://redirect.github.com/selenide/selenide/issues/2213">#2213</a> add method <code>inNewBrowser</code> for running a code block in new one-time browser instance -- see PR <a href="https://redirect.github.com/selenide/selenide/issues/2236">#2236</a></li> <li><a href="https://redirect.github.com/selenide/selenide/issues/2133">#2133</a> add method <code>$.doubleClick(options)</code> -- thanks to <a href="https://github.com/aakachurin"><code>@aakachurin</code></a> for PR <a href="https://redirect.github.com/selenide/selenide/issues/2135">#2135</a></li> <li><a href="https://redirect.github.com/selenide/selenide/issues/2220">#2220</a> added condition <code>$.shouldHave(innerText())</code> -- see PR <a href="https://redirect.github.com/selenide/selenide/issues/2223">#2223</a></li> <li><a href="https://redirect.github.com/selenide/selenide/issues/2091">#2091</a> added method <code>$$.shouldHave(attributes(...))</code> -- thanks to Alexey Lakovych for PR <a href="https://redirect.github.com/selenide/selenide/issues/2091">#2091</a>, also see PR <a href="https://redirect.github.com/selenide/selenide/issues/2230">#2230</a></li> <li><a href="https://redirect.github.com/selenide/selenide/issues/2231">#2231</a> throw clear error when <code>$.select*()</code> is applied for non-select -- see PR <a href="https://redirect.github.com/selenide/selenide/issues/2233">#2233</a></li> <li><a href="https://redirect.github.com/selenide/selenide/issues/2239">#2239</a> fixed method <code>$$.subList(0, 3)</code> -- see PR <a href="https://redirect.github.com/selenide/selenide/issues/2240">#2240</a></li> <li>bump Selenium from 4.8.1 to 4.8.3 -- see <a href="https://github.com/SeleniumHQ/selenium/blob/trunk/java/CHANGELOG">https://github.com/SeleniumHQ/selenium/blob/trunk/java/CHANGELOG</a></li> <li>bump LittleProxy from 2.0.16 to 2.0.17</li> <li><a href="https://redirect.github.com/selenide/selenide/issues/2232">#2232</a> bump BrowserUpProxy from 2.2.8 to 2.2.9</li> <li><a href="https://redirect.github.com/selenide/selenide/issues/2243">#2243</a> Bump nettyVersion from 4.1.90.Final to 4.1.91.Final</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/selenide/selenide/commit/8da90e3e834df1c8198885d92b1eb51995baebca"><code>8da90e3</code></a> release Selenide 6.13.1</li> <li><a href="https://github.com/selenide/selenide/commit/abfb6f7079029ef8c633abe8c470040df3bfa2f7"><code>abfb6f7</code></a> fix parameter names</li> <li><a href="https://github.com/selenide/selenide/commit/9bd982ef0dd3645644806589ac136702435a3a4a"><code>9bd982e</code></a> bump Selenium from 4.8.3 to 4.9.0</li> <li><a href="https://github.com/selenide/selenide/commit/4f9d5f055908fce9597a4b465542c0fb9103ce72"><code>4f9d5f0</code></a> update browsers' versions</li> <li><a href="https://github.com/selenide/selenide/commit/fc4a48db6e5aca8f7ddb8865dc5ecb837f599099"><code>fc4a48d</code></a> <a href="https://redirect.github.com/selenide/selenide/issues/2091">#2091</a> add positive test-case for method <code>$$.shouldHave(attributes(...))</code></li> <li><a href="https://github.com/selenide/selenide/commit/b0342fa645dd7cbb03c18399dcb8a91ff6314573"><code>b0342fa</code></a> <a href="https://redirect.github.com/selenide/selenide/issues/2239">#2239</a> mark $$.subList() as deprecated</li> <li><a href="https://github.com/selenide/selenide/commit/3d1d0e2fbde7d1513eeb99e836c89d12a92e2368"><code>3d1d0e2</code></a> bump Gradlew from 8.0.2 to 8.1</li> <li><a href="https://github.com/selenide/selenide/commit/3d4413590cae21b348cbc0b1f2dae6ff96af34c8"><code>3d44135</code></a> Bump fastify/github-action-merge-dependabot from 3.6.3 to 3.6.4</li> <li><a href="https://github.com/selenide/selenide/commit/f7210be5ff8d9d25a5dbcac671764807afc7521b"><code>f7210be</code></a> Bump byteBuddyVersion from 1.14.3 to 1.14.4</li> <li><a href="https://github.com/selenide/selenide/commit/f1c2686339579f5cf7896f7a59528bfd163acc45"><code>f1c2686</code></a> release Selenide 6.13.0</li> <li>Additional commits viewable in <a href="https://github.com/selenide/selenide/compare/v6.12.4...v6.13.1">compare view</a></li> </ul> </details> <br /> [](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 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]
