Skip to content
This repository has been archived by the owner on May 10, 2021. It is now read-only.

Bump capybara from 3.8.2 to 3.9.0 #585

Merged
merged 1 commit into from
Oct 14, 2018
Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps capybara from 3.8.2 to 3.9.0.

Changelog

Sourced from capybara's changelog.

Version 3.9.0

Release date: 2018-10-03

Added

  • Selenium with Chrome removes all cookies at session reset instead of just cookies from current domain if possible
  • Support for Regexp for system :id and :class filters where possible
  • using_session now accepts a session object as well as the name of the session for users who manually manage sessions
  • The :field selector will now find type = "hidden" fields if the type: "hidden" filter option is provided
Commits
  • b5a7b74 Prepare for 3.9.0 release
  • 6226da2 Update History.md
  • 28c9564 Mark Capybara::Server as private api which it should have been previously
  • 3499480 Move basic selector condition generation into builder classes
  • 3778898 Support regexp for system :id and :class filters
  • 15ca8c7 Move regexp disassembler into own class
  • 907b9e2 Optimize attribute checking for :element selector
  • 318f595 test for removal of all cookies in all drivers
  • 54a368b Chrome provides us the ability to clear ALL cookies - so use it
  • 29853e4 Allow using_session to accept a name or Session object
  • 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 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:

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

Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.8.2 to 3.9.0.
- [Release notes](https://github.com/teamcapybara/capybara/releases)
- [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md)
- [Commits](teamcapybara/capybara@3.8.2...3.9.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@coveralls
Copy link

Coverage Status

Coverage remained the same at 96.203% when pulling 72c9c56 on dependabot/bundler/capybara-3.9.0 into 4fc2d80 on master.

@y-yagi y-yagi merged commit 1a986f6 into master Oct 14, 2018
@y-yagi y-yagi deleted the dependabot/bundler/capybara-3.9.0 branch October 14, 2018 00:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants