Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

build(deps-dev): bump capybara from 3.35.3 to 3.37.1 #117

Merged
merged 1 commit into from
Oct 15, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 11, 2022

Bumps capybara from 3.35.3 to 3.37.1.

Changelog

Sourced from capybara's changelog.

Version 3.37.1

Release date: 2022-05-09

Fixed

  • Regression in rack-test visit - Issue #2548

Version 3.37.0

Release date: 2022-05-07

Changed

  • Ruby 2.7.0+ is now required

Added

  • [Beta] CSP nonces inserted into animation disabler additions - Issue #2542
  • Support <base> element in rack-test driver - ISsue #2544
  • [Beta] Element#shadow_root support. Requires selenium-webdriver 4.1+. Only currently supported with Chrome when using the selenium driver. Note: only CSS can be used to find elements from the shadow root. Therefore you won't be able to use most Capybara helper methods (fill_in, click_link, find_field, etc) directly from the shadow root since those locators are built using XPath. If you first locate a descendant from the shadow root using CSS then you should be able to use all the Capybara methods from there.
  • Regexp now supported for exact_text finder option

Fixed

  • Fragments in referer headers in rack-test driver - Issue #2525
  • Selenium v4.1 deprecation notice

Version 3.36.0

Release date: 2021-10-24

Changed

  • Ruby 2.6.0+ is now required
  • Minimum selenium-webdriver supported is now 3.142.7

Added

  • Support for selenium-webdriver 4.x
  • allow_label_click accepts click options to be used when clicking an associated label
  • Deprecated allow_gumbo= in favor of use_html5_parsing= to enable use of Nokogiri::HTML5 when available
  • Session#active_element returns the element with focus - Not supported by the RackTest driver [Sean Doyle]
  • Support focused: filter for finding interactive elements - Not supported by the RackTest driver [Sean Doyle]

Fixed

  • Sibling and ancestor queries now work with Simple::Node - Issue #2452
  • rack_test correctly ignores readonly attribute on specific input element types
  • Node#all_text always returns a string - Issue #2477
  • have_any_of_selectors negated match - Issue #2473
  • Document#scroll_to fixed for standards behavior - pass quirks: true if you need the older behavior [Eric Anderson]
  • Use capture on attach file event listener for better React compatibility [Jeff Way]

... (truncated)

Commits
  • e1547f0 Prepare for 3.37.1 release
  • f973c9f Warn when count options passed to find
  • 72b70fa Add calling location when locators fail validation
  • 2f4a426 Merge pull request #2549 from teamcapybara/Issue2548_new_visit_uri_regression
  • b21c238 Fix pollution of rack-test visit url from previous visit
  • ac0ab33 Prepare for 3.37.0 release
  • 34493f0 minor style updates
  • 5c8e975 Support Regexp for exact_text option
  • 2fece8d Add some tests for shadow DOM element interaction
  • a9cfb0a Merge pull request #2546 from teamcapybara/shadow
  • 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 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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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 dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Oct 11, 2022
@dependabot dependabot bot changed the base branch from development to main October 15, 2022 08:24
@nikukyugamer
Copy link
Collaborator

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/bundler/capybara-3.37.1 branch 2 times, most recently from 180640e to 213d5eb Compare October 15, 2022 09:11
@nikukyugamer
Copy link
Collaborator

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/bundler/capybara-3.37.1 branch from 213d5eb to a505e8b Compare October 15, 2022 09:18
@nikukyugamer
Copy link
Collaborator

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/bundler/capybara-3.37.1 branch from a505e8b to c3dde67 Compare October 15, 2022 09:24
@nikukyugamer
Copy link
Collaborator

@dependabot rebase

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

---
updated-dependencies:
- dependency-name: capybara
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/bundler/capybara-3.37.1 branch from c3dde67 to 97c7afd Compare October 15, 2022 10:14
@nikukyugamer nikukyugamer merged commit 278cb26 into main Oct 15, 2022
@nikukyugamer nikukyugamer deleted the dependabot/bundler/capybara-3.37.1 branch October 15, 2022 10:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant