depfu / example-ruby

✨ See our pull requests in action
4 stars 5 forks source link

Upgrade capybara: 2.18.0 → 3.16.0 (major) #121

Closed depfu[bot] closed 5 years ago

depfu[bot] commented 5 years ago

Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ capybara (2.18.0 → 3.16.0) · Repo · Changelog

Release Notes

3.13.2 (from changelog)

Release date: 2019-01-24

Fixed

  • Remove extraneous output

3.13.1 (from changelog)

Release date: 2019-01-24

Fixed

  • Only use Selenium visibility optimization when JS atom is available - Issue #2151

3.13.0 (from changelog)

Release date: 2019-01-23

Added

  • Session#quit added
  • #scroll_to added to allow scrolling page/elements to specified locations
  • Speed optimizations around multiple element location and path generation when using the Selenium driver
  • Support for locator type checking in custom selectors
  • Allow configuration of gumbo use - defaults to off
  • assert_style/has_style/have_style depreacted in favor of assert_matches_style/matches_styles?/match_style
  • :style filter added to selectors

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ addressable (indirect, 2.5.2 → 2.6.0) · Repo · Changelog

Release Notes

2.6.0 (from changelog)

  • added tld= method to allow assignment to the public suffix
  • most heuristic_parse patterns are now case-insensitive
  • heuristic_parse handles more file:// URI variations
  • fixes bug in heuristic_parse when uri starts with digit
  • fixes bug in request_uri= with query strings
  • fixes template issues with nil and ? operator
  • frozen_string_literal pragmas added
  • minor performance improvements in regexps
  • fixes to eliminate warnings

Does any of this look wrong? Please let us know.

↗️ mini_mime (indirect, 1.0.0 → 1.0.1) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by 12 commits:

↗️ nokogiri (indirect, 1.10.1 → 1.10.2) · Repo · Changelog

Release Notes

1.10.2

1.10.2 / 2019-03-24

Security

  • [MRI] Remove support from vendored libxml2 for future script macros. [#1871]
  • [MRI] Remove support from vendored libxml2 for server-side includes within attributes. [#1877]

Bug fixes

  • [JRuby] Fix node ownership in duplicated documents. [#1060]
  • [JRuby] Rethrow exceptions caught by Java SAX handler. [#1847, #1872] (Thanks, @adjam!)

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 72 commits:

↗️ public_suffix (indirect, 3.0.2 → 3.0.3) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by 5 commits:

↗️ xpath (indirect, 3.0.0 → 3.2.0) · Repo

Commits

See the full diff on Github. The new version differs by 14 commits:

🆕 regexp_parser (added, 1.3.0)


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
depfu[bot] commented 5 years ago

Closed in favor of #122.