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 webdrivers, meta_request and selenium-webdriver #336

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 4, 2023

Bumps webdrivers, meta_request and selenium-webdriver. These dependencies needed to be updated together.
Updates webdrivers from 5.2.0 to 5.3.1

Release notes

Sourced from webdrivers's releases.

v5.3.1

  • Add post_install_message to explain current status of gem
  • Use v5.3.0 to avoid installation message

v5.3.0

  • Update readme with future plans (#251)
  • Add support for Chrome for Testing drivers (#249, thanks sadahiro-ono)
  • Support is restricted to Selenium 4.0 - 4.10 to encourage people to update to Selenium 4.11
Changelog

Sourced from webdrivers's changelog.

5.3.1 (2023-07-31)

  • Add post_install_message to explain status of gem

5.3.0 (2023-07-31)

  • Add support for Chrome for Testing drivers (#237, thanks sadahiro-ono)
  • Support is restricted to Selenium 4.0 - 4.10 to encourage people to update to Selenium 4.11
Commits
  • c7a6f3b add post_install_message for 5.3.1
  • 728bb73 updates for 5.3.0 release
  • 415c40c do not support Selenium > 4.10
  • 864a6a3 file cleanup and linting
  • 97fb1e2 Bugfix ChromeDriver
  • 039040d update readme with future plans (#251)
  • 43f8ac4 the error class name is different in different ruby versions
  • bf1ac1e update test platforms
  • 5b3dc29 add selenium manager info to readme
  • b2a1dd5 Add tests for chromedriver on apple machines (#240)
  • See full diff in compare view

Updates meta_request from 4f45422 to 0.7.4

Commits

Updates selenium-webdriver from 4.12.0 to 4.10.0

Changelog

Sourced from selenium-webdriver's changelog.

4.12.0 (2023-08-31)

Ruby:

  • Fix bug preventing good error messages in Selenium Manager when stdout empty
  • Fix bug with Firefox not loading net/http library by default (#12506)
  • Remove support for using capabilities in local drivers

BiDi:

  • Released selenium-devtools 0.116.0 (supports CDP v85, v114, v115, v116)

4.11.0 (2023-07-31)

Ruby:

  • Made network interception threads fail silently (#12226)
  • Have Selenium Manager binary locate drivers on PATH (#12345)
  • Add browser output from selenium manager to options (#12398)
  • Remove deprecated code (#12417) BiDi:
  • Released selenium-devtools 0.115.0 (supports CDP v85, v113, v114, v115) Edge:
  • Adding ignore process match for IE Mode across bindings (#12279)

4.10.0 (2023-06-07)

Ruby:

  • Implement proxy support for Selenium Manager
  • Prevent setting driver log level in Safari
  • Change all Selenium Manager logging to :debug (#12145)
  • Error messages include links to documentation
  • Add custom error class for driver location and improve error logic

BiDi:

  • Released selenium-devtools 0.114.0 (supports CDP v85, v112, v113, v114)

Edge:

  • Add support for webview2

4.9.1 (2023-05-08)

Ruby:

  • Allow users to specify driver process output in Service class (#11964)
  • Updated minimum required Ruby version to 3.0
  • Selenium Logger defaults to :info and all debugging is now logged as :debug (#11967)
  • Every logging entry can be ignored based on ID, not just warnings
  • Logging entries can be filtered to allow or ignore specific IDs

BiDi:

  • Fix bug with loading devtools (#11931) (thanks Boris Petrov!)
  • Released selenium-devtools 0.113.0 (supports CDP v85, v111, v112, v113)

... (truncated)

Commits
  • c14d967 Bumping versions for 4.10.0 release
  • 3440f5a update changelogs for 4.10
  • 1000271 [rb] add rake tasks to wrap bazel commands (#12153)
  • fbfc808 [rb] add custom Selenium Manager error and improve logic
  • 757faf0 [rb] improve logger logic
  • fb21cac [rb] add links to documentation for error messages
  • 3f139eb Use prebuilt Selenium Manager when stamping, otherwise try and build
  • 38e658a update how selenium manager logs (#12145)
  • 0b1cca9 [CDP] Adding v114 and removing v111
  • b571cd7 [rb] setting log value does not apply to Safari
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 Sep 4, 2023
Bumps [webdrivers](https://github.com/titusfortner/webdrivers), [meta_request](https://github.com/jcowhigjr/rails_panel) and [selenium-webdriver](https://github.com/SeleniumHQ/selenium). These dependencies needed to be updated together.

Updates `webdrivers` from 5.2.0 to 5.3.1
- [Release notes](https://github.com/titusfortner/webdrivers/releases)
- [Changelog](https://github.com/titusfortner/webdrivers/blob/main/CHANGELOG.md)
- [Commits](titusfortner/webdrivers@v5.2.0...v5.3.1)

Updates `meta_request` from `4f45422` to 0.7.4
- [Commits](https://github.com/jcowhigjr/rails_panel/commits)

Updates `selenium-webdriver` from 4.12.0 to 4.10.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Changelog](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES)
- [Commits](SeleniumHQ/selenium@selenium-4.12.0...selenium-4.10.0)

---
updated-dependencies:
- dependency-name: webdrivers
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: meta_request
  dependency-type: direct:development
- dependency-name: selenium-webdriver
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bundler/webdrivers-and-meta_request-and-selenium-webdriver-5.3.1 branch from 626435d to 8d9e850 Compare September 4, 2023 12:29
@github-actions github-actions bot merged commit 20136fd into develop Sep 4, 2023
4 of 5 checks passed
@github-actions github-actions bot deleted the dependabot/bundler/webdrivers-and-meta_request-and-selenium-webdriver-5.3.1 branch September 4, 2023 12:31
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 ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants