Skip to content

Build(deps): Update watir requirement from = 7.0.0.beta5 to = 7.2.1#38

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/bundler/watir-eq-7.2.1
Closed

Build(deps): Update watir requirement from = 7.0.0.beta5 to = 7.2.1#38
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/bundler/watir-eq-7.2.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jan 2, 2023

Updates the requirements on watir to permit the latest version.

Changelog

Sourced from watir's changelog.

7.2.1 (2023-01-02)

  • Fix bug for building locators with JRuby
  • Fix bug for inferring internet explorer browser name from options

7.2.0 (2022-12-24)

  • Implement Shadow DOM support (#953)
  • Implement existing Scroll#by with Selenium Actions Class instead of JavaScript
  • Implement Scroll#from to set origin points
  • Implement Scroll#to(:viewport) for elements using Selenium Actions Class
  • Fix bug for regex matching on single quotes (#957)
  • Fix bug for unexpected whitespace in classes (#956)
  • Fix bug for inferring Edge browser name from Capabilities parameter
  • Allow starting Browser with Watir::Capabilities
  • Allow starting Browser with just a Hash for generating a Watir::Capabilities
  • Have Capabilities use :options to generate Selenium Options instance
  • Deprecate allowing :capabilities argument in Browser constructor
  • Require Ruby 2.7 and Selenium 4.2

7.1.0 (2021-11-15)

  • Add automatic scroll to Element#click with method parameters to ensure element is in viewport
  • Provide :scroll_to parameter for element methods implemented with Actions class (thanks osadasami #948, #949)
  • Allow :scroll_to parameter to accept nil argument to avoid automatic scrolling
  • Implement Element#in_viewport?
  • Fix bug where Scroll#to for Browser with :center argument did not scroll to center of page
  • Change Element#obscured? to only scroll when element out of viewport and then scroll to bottom instead of top

7.0.0 (2021-10-18)

  • Requires Selenium 4.0.0+
  • Requires Ruby 2.6+
  • Implement Window#minimize
  • Implement Window#full_screen

7.0.0.beta5 (2021-08-02)

  • Add support for passing in Proxy and proxy Hash to Capabilities (#933)
  • Trigger change event when setting values on date and date-time fields (#938)
  • Allow user to obtain Capabilities instance from Browser instance

7.0.0.beta4 (2021-05-29)

  • Fix Bug in using negative class names within a collection (#934)

7.0.0.beta3 (2021-05-05)

  • Fix Bug preventing proper use of vendor extension capabilities
  • Changed how timeouts are supported in Watir Capabilities (#932)

... (truncated)

Commits
  • c576219 update changelog and bump version to 7.2.1
  • 6cfd11a nokogiri needs pre-release version to work with Ruby 3.2
  • ca52e54 update copyright
  • 433b0f1 fix multiple rubocop issues and get specs passing
  • 3c02a7a fix rubocop instance doubles
  • 87b8a7e fix rubocop have_received
  • 3af19e1 fix rubocop leaky classes
  • f793db6 nest specs in applicable modules and use class names as relevant
  • 396d369 fix rubocop describe class
  • 37b457c remove unnecessary code from removed deprecations
  • Additional commits viewable in compare view

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)

Updates the requirements on [watir](https://github.com/watir/watir) to permit the latest version.
- [Release notes](https://github.com/watir/watir/releases)
- [Changelog](https://github.com/watir/watir/blob/main/CHANGES.md)
- [Commits](watir/watir@v7.0.0.beta5...v7.2.1)

---
updated-dependencies:
- dependency-name: watir
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 2, 2023
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Jan 4, 2023

Superseded by #40.

@dependabot dependabot bot closed this Jan 4, 2023
@dependabot dependabot bot deleted the dependabot/bundler/watir-eq-7.2.1 branch January 4, 2023 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants