Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump capybara from 3.3.1 to 3.4.2 #989

Merged
merged 1 commit into from
Jul 31, 2018

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps capybara from 3.3.1 to 3.4.2.

Changelog

Sourced from capybara's changelog.

Version 3.4.2

Release date: 2018-07-24

Fixed

  • match_xxx selectors and matches_xxx? predicates work correctly with elements found using a sibling selector - Issue #2073

Version 3.4.1

Release date: 2018-07-20

Fixed

  • Session#evaluate_script now strips the script in Session rather than only in the Selenium driver

Version 3.4.0

Release date: 2018-07-19

Fixed

  • Make selenium driver :backspace clear stategy work even if caret location is in middle of field content [Champier Cyril]
  • Selenium issue with fieldset nested in disabled fieldset not being considered disabled
  • Session#evaluate_script and Element#evaluate_script now strip leading/trailing whitespace from scripts [Ian Lesperance]

Added

  • Work around Selenium lack of support for file_detector with remote geckodriver
  • #within_frame locator is optional when only one frame exists
  • Capybara.test_id option that allows for matching the Capybara provided selector types on an arbitrary attribute
    (defaults to nil), set to your test id attribute ('data-test-id, etc) if using test id attributes in your project
Commits
  • deb78d9 Prepare for 3.4.2 release
  • 86558fb Update History.me [ci skip]
  • 6acf5df Use elements parent as the query scope for matches matchers when available
  • 11618a0 Prepare for 3.4.1 release
  • 9b834e7 Strip script in Session rather than Selenium driver
  • e65182a Prepare for 3.4.0 release
  • d613fd5 Update History.md [ci skip]
  • 940d94b Move enable_aria_label and test_id handling into selector class
  • 2679697 test_id should support session specific config and default to nil
  • 888926e Refactor FilterSet
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @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 reopen will reopen this PR
  • @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 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:

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

@barrucadu barrucadu merged commit 0ef7de7 into master Jul 31, 2018
@barrucadu barrucadu deleted the dependabot/bundler/capybara-3.4.2 branch July 31, 2018 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants