foundation / inky-rb

MIT License
173 stars 33 forks source link

Bump capybara from 3.9.0 to 3.12.0 #77

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 6 years ago

Bumps capybara from 3.9.0 to 3.12.0.

Changelog *Sourced from [capybara's changelog](https://github.com/teamcapybara/capybara/blob/master/History.md).* > # Version 3.12.0 > Release date: 2018-11-28 > > ### Added > > * Support Ruby 2.6 endless range in Result#[] and query `:between` option > * Pre-registered headless firefox driver :selenium_headless [Andrew Havens] > * Selenium driver now defaults to clearing `sessionStorage` and `localStorage`. To disable pass `clear_local_storage: false` and/or `clear_session_storage: false` when creating Capybara::Selenium::Driver instance in your driver registration > > ### Fixed > > * Raise error if only :x or :y are passed as an offset to click methods > > ### Removed > > * Support for RSpec < 3.5 > > # Version 3.11.1 > Release date: 2018-11-16 > > ### Fixed > > * Fixed :link_or_button XPath generation when it has had an expression filter added > > # Version 3.11.0 > Release date: 2018-11-14 > > ### Added > > * Ability for node filters to set detailed error messages > * `Capybara::HTML` Will use `nokogumbo` for HTML parsing if installed > * `Selector#locator_filter` added to allow for dynamic locator in selectors > > ### Fixed > > * Node filters are evaluated in the context of the Selector they are used in to ensure the correct options are used > > # Version 3.10.1 > Release date: 2018-11-03 > > ### Fixed > > * Fix `aria-label` and `test_id` matching for `link_or_button` selector type - Issue [#2125](https://github-redirect.dependabot.com/teamcapybara/capybara/issues/2125) > * Fixed crash in element path creation for matcher failure messages - Issue [#2120](https://github-redirect.dependabot.com/teamcapybara/capybara/issues/2120) > > # Version 3.10.0 > Release date: 2018-10-23 > > ### Added > > ... (truncated)
Commits - [`9ef9015`](https://github.com/teamcapybara/capybara/commit/9ef90156b380cb73f4536a9d9fc361d1404733f5) Update README for 3.12 branch - [`cb66848`](https://github.com/teamcapybara/capybara/commit/cb66848e539200904d588d8e318f0d8410b71191) Prepare for 3.12.0 release - [`ca09f14`](https://github.com/teamcapybara/capybara/commit/ca09f14498897a517b781e41e0fd650529d8d987) Adjust test waiting time - [`d5caddd`](https://github.com/teamcapybara/capybara/commit/d5caddda74910d4255c9d45167c737596800d19a) Move expression builder methods to instance - [`cb89ff8`](https://github.com/teamcapybara/capybara/commit/cb89ff8b67fb447213586fe2b1e9dd7e7fb99d36) Move css/xpath attribute requirement generation into the builders - [`057ed1e`](https://github.com/teamcapybara/capybara/commit/057ed1ebd712967f4d78e296768f3d87b705591f) Merge pull request [#2136](https://github-redirect.dependabot.com/teamcapybara/capybara/issues/2136) from yasslab/master - [`8bfe019`](https://github.com/teamcapybara/capybara/commit/8bfe019d8586d1ca49c7ee6df135d32d6a42d85b) Update History.md - [`1384e00`](https://github.com/teamcapybara/capybara/commit/1384e00bd19d2d1efd37de69298859cb5a81a7fe) Support alternated id and class regexps when using CSS - [`c0704c3`](https://github.com/teamcapybara/capybara/commit/c0704c38e0f1064be63dda158f6c174f51145a23) Adjust click retry test timing - [`49bf421`](https://github.com/teamcapybara/capybara/commit/49bf4212b12eb586ce566ea3e126d161a494f545) Update History.md [ci skip] - Additional commits viewable in [compare view](https://github.com/teamcapybara/capybara/compare/3.9.0...3.12.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 cancel merge` will cancel a previously requested merge - `@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 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) - `@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 5 years ago

Superseded by #88.