despo / issuehub.io

Find open source issues to work on! (domain update)
http://issuehub.pro
MIT License
260 stars 174 forks source link

Bump capybara from 3.13.2 to 3.27.0 #184

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps capybara from 3.13.2 to 3.27.0.

Changelog *Sourced from [capybara's changelog](https://github.com/teamcapybara/capybara/blob/master/History.md).* > # Version 3.27.0 > Release date: 2019-07-28 > > ### Added > > * Allow to use chromedriver/geckodriver native `is_element_displayed` endpoint via Selenium > driver `native_displayed` option for performance reasons. Disabled by default due to endpoints > currently not handling <details> element descendants visibility correctly. > > ### Fixed > > * Ignore negative lookahead/lookbehind regex when performing initial XPath text matching > * Reloading of elements found via `ancestor` and `sibling` > * Only default puma settings to `queue_requests: false` when using SSL > * Visibility of descendants of <details> elements is correctly determined when using rack_test > and the selenium driver with Capybara optimized atoms > * local/session storage clearance in Chrome when clearing only one of them - Issue [#2233](https://github-redirect.dependabot.com/teamcapybara/capybara/issues/2233) > > # Version 3.26.0 > Release date: 2019-07-15 > > ### Added > > * `w3c_click_offset` configuration option applies to `right_click` and `double_click` as well as `click` > * Warning when passing `nil` to the text/content assertions/expectations > * `Session#server_url` returns the base url the AUT is being run at (when controlled by Capybara) > * `option` selector type accepts an integer as locator > > ### Fixed > > * Default puma server registration now specifies `queue_requests: false` - Issue [#2227](https://github-redirect.dependabot.com/teamcapybara/capybara/issues/2227) > * Workaround issue with FF 68 and hanging during reset if a system modal is visible > * Don't expand file path if it's already absolute - Issue [#2228](https://github-redirect.dependabot.com/teamcapybara/capybara/issues/2228) > > # Version 3.25.0 > Release date: 2019-06-27 > > ### Added > > * Animation disabler also disables before and after pseudoelements - Issue [#2221](https://github-redirect.dependabot.com/teamcapybara/capybara/issues/2221) [Daniel Heath] > * `w3c_click_offset` configuration option to determine whether click offsets are calculated from element > center or top left corner > > ### Fixed > > * Woraround issue with chromedriver 76/77 in W3C mode losing mouse state during legacy drag. Only fixed if > both source and target are simultaenously inside the viewport - Issue [#2223](https://github-redirect.dependabot.com/teamcapybara/capybara/issues/2223) > * Negative ancestor expectations/predicates were incorrectly checking siblings rather than ancestors > > # Version 3.24.0 > ... (truncated)
Commits - [`92038be`](https://github.com/teamcapybara/capybara/commit/92038be56941bbf734f782a2badfc33ab9b72770) Update README.md for 3.27_stable branch - [`a7ef932`](https://github.com/teamcapybara/capybara/commit/a7ef932643ac58e7aa0112d96d9076ccd9fbffb6) Prepare for 3.27.0 release - [`23b9fdd`](https://github.com/teamcapybara/capybara/commit/23b9fdda3f1f29a853d45b0cc5d68f4f56d5dec1) Minor DRY in storage clearance calculations - [`9c61fd4`](https://github.com/teamcapybara/capybara/commit/9c61fd49d2a4db99bc5eefbddce5f06bb1505bdd) Test single storage type clearing with Chrome - [`6d3fff1`](https://github.com/teamcapybara/capybara/commit/6d3fff112c2bfa6d066ed0a3cd265de111a21d11) Allow to enable/disable use of native displayed - [`28d845f`](https://github.com/teamcapybara/capybara/commit/28d845facd167d9f726105b81091c079fca987ee) Use geckodrivers is_element_displayed endpoint when available - [`1ffe240`](https://github.com/teamcapybara/capybara/commit/1ffe240c2c0630430d47c8b6f493227fd12e4d3e) Use chromedrivers is_element_displayed endpoint when available - [`7b37dc4`](https://github.com/teamcapybara/capybara/commit/7b37dc4b358bae9c7f85dc5f891e35c0f5e147e4) Update History.md [ci skip] - [`ba12497`](https://github.com/teamcapybara/capybara/commit/ba124973cef768b22c634629e5c5b89e89c633e1) Fix reloading of elements found via ancestor and sibling - [`f1139a5`](https://github.com/teamcapybara/capybara/commit/f1139a5985ecdcd5723f854d4eb941fb440b4bcd) Ignore negative text requirements when extracting strings from regexps - Additional commits viewable in [compare view](https://github.com/teamcapybara/capybara/compare/3.13.2...3.27.0)


Dependabot compatibility score

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 commands and options
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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it - `@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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 4 years ago

Superseded by #187.