You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jspwiki.apache.org by GitBox <gi...@apache.org> on 2021/01/03 00:10:51 UTC

[GitHub] [jspwiki] dependabot[bot] opened a new pull request #29: Bump selenide from 5.16.2 to 5.17.2

dependabot[bot] opened a new pull request #29:
URL: https://github.com/apache/jspwiki/pull/29


   Bumps [selenide](https://github.com/selenide/selenide) from 5.16.2 to 5.17.2.
   <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>v5.17.2</h2>
   <h2>Changes</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/selenide/selenide/issues/1070">#1070</a> <a href="https://github-redirect.dependabot.com/selenide/selenide/issues/981">#981</a> enable using soft asserts in <a href="https://github.com/BeforeAll">@BeforeAll</a> and <a href="https://github.com/AfterAll">@AfterAll</a> meth… (<a href="https://github-redirect.dependabot.com/selenide/selenide/issues/1359">#1359</a>) <a href="https://github.com/asolntsev">@asolntsev</a></li>
   <li><a href="https://github-redirect.dependabot.com/selenide/selenide/issues/1356">#1356</a> fix set value null (<a href="https://github-redirect.dependabot.com/selenide/selenide/issues/1357">#1357</a>) <a href="https://github.com/dzem">@dzem</a></li>
   <li>Commands should return SelenideElement type instead of WebElement (<a href="https://github-redirect.dependabot.com/selenide/selenide/issues/1355">#1355</a>) <a href="https://github.com/BorisOsipov">@BorisOsipov</a></li>
   </ul>
   <h2>v5.17.0</h2>
   <h2>Changes</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/selenide/selenide/issues/1200">#1200</a> Add method $.as(&quot;name&quot;) to give elements human-readable names  --  see PR <a href="https://github-redirect.dependabot.com/selenide/selenide/issues/1353">#1353</a></li>
   <li><a href="https://github-redirect.dependabot.com/selenide/selenide/issues/1329">#1329</a> Apply chrome headless arguments from puppeteer config  --  thanks to Aliaksandr Rasolka</li>
   <li><a href="https://github-redirect.dependabot.com/selenide/selenide/issues/1346">#1346</a> Return all shadow dom elements  --  thanks to Daniel H. Peger for PR <a href="https://github-redirect.dependabot.com/selenide/selenide/issues/1347">#1347</a></li>
   </ul>
   <h2>Deprecate <code>waitUntil</code></h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/selenide/selenide/issues/1136">#1136</a> add method $.shouldBe(condition, timeout) as a replacement for $.waitUntil(condition, timeout)  --  see PR <a href="https://github-redirect.dependabot.com/selenide/selenide/issues/1340">#1340</a></li>
   <li><a href="https://github-redirect.dependabot.com/selenide/selenide/issues/1136">#1136</a> deprecate Conditions that were created for using with $.waitUntil/$.waitWhile methods  --  see PR <a href="https://github-redirect.dependabot.com/selenide/selenide/issues/1340">#1340</a></li>
   <li><a href="https://github-redirect.dependabot.com/selenide/selenide/issues/1338">#1338</a> improve message of waitUntil/waitWhile methods  --  see PR <a href="https://github-redirect.dependabot.com/selenide/selenide/issues/1340">#1340</a></li>
   </ul>
   <h2>Page objects</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/selenide/selenide/issues/694">#694</a> support page object fields of generic types  --  see PR <a href="https://github-redirect.dependabot.com/selenide/selenide/issues/1351">#1351</a></li>
   <li><a href="https://github-redirect.dependabot.com/selenide/selenide/issues/282">#282</a>, <a href="https://github-redirect.dependabot.com/selenide/selenide/issues/482">#482</a> enable lazy loading for Page Object fields of type List<!-- raw HTML omitted -->  --  see PR <a href="https://github-redirect.dependabot.com/selenide/selenide/issues/1354">#1354</a></li>
   </ul>
   <h2>Technical stuff</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/selenide/selenide/issues/1348">#1348</a> split the single gradle project to subprojects</li>
   <li><a href="https://github-redirect.dependabot.com/selenide/selenide/issues/1344">#1344</a> Fixed OS dependencies in Selenide tests  --  thanks to Daniel H. Peger for PR <a href="https://github-redirect.dependabot.com/selenide/selenide/issues/1345">#1345</a></li>
   <li><a href="https://github-redirect.dependabot.com/selenide/selenide/issues/1343">#1343</a> Simple code cleanup  --  thanks to Yuri Orlov</li>
   <li>Upgraded to browserup-proxy:2.1.2 and guava:30.1-jre</li>
   <li>Support for chrome 88, edge 89, opera 73</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/selenide/selenide/blob/master/CHANGELOG.md">selenide's changelog</a>.</em></p>
   <blockquote>
   <h2>5.17.2 (released 30.12.2020)</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/selenide/selenide/issues/1355">#1355</a> make Commands return SelenideElement instead of WebElement  --  thanks to Boris Osipov</li>
   <li><a href="https://github-redirect.dependabot.com/selenide/selenide/issues/1356">#1356</a> fix method $.setValue(null)  --  thanks to Dmitriy Zemlyanitsyn for PR <a href="https://github-redirect.dependabot.com/selenide/selenide/issues/1357">#1357</a></li>
   <li><a href="https://github-redirect.dependabot.com/selenide/selenide/issues/1070">#1070</a> <a href="https://github-redirect.dependabot.com/selenide/selenide/issues/981">#981</a> enable using soft asserts in <a href="https://github.com/BeforeAll">@BeforeAll</a> and <a href="https://github.com/AfterAll">@AfterAll</a> methods (in JUnit 5)  --  see PR <a href="https://github-redirect.dependabot.com/selenide/selenide/issues/1359">#1359</a></li>
   </ul>
   <h2>5.17.1: broken, please ignore it.</h2>
   <h2>5.17.0 (released 26.12.2020)</h2>
   <ul>
   <li>
   <p><a href="https://github-redirect.dependabot.com/selenide/selenide/issues/1200">#1200</a> Add method $.as(&quot;name&quot;) to give elements human-readable names  --  see PR <a href="https://github-redirect.dependabot.com/selenide/selenide/issues/1353">#1353</a></p>
   </li>
   <li>
   <p><a href="https://github-redirect.dependabot.com/selenide/selenide/issues/1329">#1329</a> Apply chrome headless arguments from puppeteer config  --  thanks to Aliaksandr Rasolka</p>
   </li>
   <li>
   <p><a href="https://github-redirect.dependabot.com/selenide/selenide/issues/1346">#1346</a> Return all shadow dom elements  --  thanks to Daniel H. Peger for PR <a href="https://github-redirect.dependabot.com/selenide/selenide/issues/1347">#1347</a></p>
   </li>
   <li>
   <p><a href="https://github-redirect.dependabot.com/selenide/selenide/issues/1136">#1136</a> add method $.shouldBe(condition, timeout) as a replacement for $.waitUntil(condition, timeout)  --  see PR <a href="https://github-redirect.dependabot.com/selenide/selenide/issues/1340">#1340</a></p>
   </li>
   <li>
   <p><a href="https://github-redirect.dependabot.com/selenide/selenide/issues/1136">#1136</a> deprecate Conditions that were created for using with $.waitUntil/$.waitWhile methods  --  see PR <a href="https://github-redirect.dependabot.com/selenide/selenide/issues/1340">#1340</a></p>
   </li>
   <li>
   <p><a href="https://github-redirect.dependabot.com/selenide/selenide/issues/1338">#1338</a> improve message of waitUntil/waitWhile methods  --  see PR <a href="https://github-redirect.dependabot.com/selenide/selenide/issues/1340">#1340</a></p>
   </li>
   <li>
   <p><a href="https://github-redirect.dependabot.com/selenide/selenide/issues/694">#694</a> support page object fields of generic types  --  see PR <a href="https://github-redirect.dependabot.com/selenide/selenide/issues/1351">#1351</a></p>
   </li>
   <li>
   <p><a href="https://github-redirect.dependabot.com/selenide/selenide/issues/282">#282</a>, <a href="https://github-redirect.dependabot.com/selenide/selenide/issues/482">#482</a> enable lazy loading for Page Object fields of type List<!-- raw HTML omitted -->  --  see PR <a href="https://github-redirect.dependabot.com/selenide/selenide/issues/1354">#1354</a></p>
   </li>
   <li>
   <p><a href="https://github-redirect.dependabot.com/selenide/selenide/issues/1348">#1348</a> split the single gradle project to subprojects</p>
   </li>
   <li>
   <p><a href="https://github-redirect.dependabot.com/selenide/selenide/issues/1344">#1344</a> Fixed OS dependencies in Selenide tests  --  thanks to Daniel H. Peger for PR <a href="https://github-redirect.dependabot.com/selenide/selenide/issues/1345">#1345</a></p>
   </li>
   <li>
   <p><a href="https://github-redirect.dependabot.com/selenide/selenide/issues/1343">#1343</a> Simple code cleanup  --  thanks to Yuri Orlov</p>
   </li>
   <li>
   <p>Upgraded to browserup-proxy:2.1.2 and guava:30.1-jre</p>
   </li>
   <li>
   <p>Support for chrome 88, edge 89, opera 73</p>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/selenide/selenide/commit/ad66c70f23f275ca922dfac7055330337c005add"><code>ad66c70</code></a> release Selenide 5.17.1</li>
   <li><a href="https://github.com/selenide/selenide/commit/5b0fa6db9fe2e3cc41263d0689866915f14c3dd4"><code>5b0fa6d</code></a> <a href="https://github-redirect.dependabot.com/selenide/selenide/issues/1070">#1070</a> <a href="https://github-redirect.dependabot.com/selenide/selenide/issues/981">#981</a> enable using soft asserts in <a href="https://github.com/BeforeAll">@BeforeAll</a> and <a href="https://github.com/AfterAll">@AfterAll</a> methods (in ...</li>
   <li><a href="https://github.com/selenide/selenide/commit/82f4210c594bb5e0eb44dd3403e93ed5d96eec5f"><code>82f4210</code></a> <a href="https://github-redirect.dependabot.com/selenide/selenide/issues/1356">#1356</a> Fix failing .setValue(null)</li>
   <li><a href="https://github.com/selenide/selenide/commit/7b25530ed8e6909513f14b0790074ac8b35d40b1"><code>7b25530</code></a> Commands should return SelenideElement type instead of WebElement</li>
   <li><a href="https://github.com/selenide/selenide/commit/318dab2da9773ce3782a96e2053dee1bdb6f265b"><code>318dab2</code></a> fix script for generating Selenide javadoc</li>
   <li><a href="https://github.com/selenide/selenide/commit/0785319e97fc6a25197574a5dffeda76be37c39b"><code>0785319</code></a> release Selenide 5.17.0</li>
   <li><a href="https://github.com/selenide/selenide/commit/4ae8f188dc04fab9dd1f747194fdde5ff08b0826"><code>4ae8f18</code></a> <a href="https://github-redirect.dependabot.com/selenide/selenide/issues/1200">#1200</a> Add method $.as(&quot;name&quot;) to give elements human-readable names</li>
   <li><a href="https://github.com/selenide/selenide/commit/15c10641901132238efc31bae05b7d684fd6d5e9"><code>15c1064</code></a> fix random test</li>
   <li><a href="https://github.com/selenide/selenide/commit/7f246fb60aefef0e151c03f901e4f6974bb517ae"><code>7f246fb</code></a> <a href="https://github-redirect.dependabot.com/selenide/selenide/issues/282">#282</a> improve design: composition over inheritance</li>
   <li><a href="https://github.com/selenide/selenide/commit/45b095701309a83d21ec99a5425c99d2b0dfe059"><code>45b0957</code></a> <a href="https://github-redirect.dependabot.com/selenide/selenide/issues/282">#282</a> throw specific PageObjectException instead of generic RuntimeException</li>
   <li>Additional commits viewable in <a href="https://github.com/selenide/selenide/compare/v5.16.2...v5.17.2">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.codeborne:selenide&package-manager=maven&previous-version=5.16.2&new-version=5.17.2)](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
   
   
   </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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [jspwiki] juanpablo-santos merged pull request #29: Bump selenide from 5.16.2 to 5.17.2

Posted by GitBox <gi...@apache.org>.
juanpablo-santos merged pull request #29:
URL: https://github.com/apache/jspwiki/pull/29


   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org