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

build(deps-dev): bump selenium-webdriver from 4.0.0-rc-2 to 4.0.0 #318

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 2021

Bumps selenium-webdriver from 4.0.0-rc-2 to 4.0.0.

Release notes

Sourced from selenium-webdriver's releases.

Selenium 4.0.0

Changelog

For each component's detailed changelog, please check:

Commits in this release

  • 3a21814679 - [js] bump JS to 4.0.0 :: AutomatedTester
  • 3782f97e75 - [js] Fixes cdp for Chrome and Firefox (#9909) :: Sri Harsha
  • 614a408873 - [py] Bump python to 4.0.0 :: AutomatedTester
  • b97b4069c0 - [dotnet] Fix typo committed by mistake :: Jim Evans
  • ee723da7be - Bump to latest edge release :: Simon Mavi Stewart
  • 77e99f6810 - Add a toJson method to Browser so it becomes easier to use in Capabilities :: Simon Mavi Stewart
  • fcab887059 - [build] Add cdp 95 to python and JS :: AutomatedTester
  • 87e3833c04 - [python] Remove Edge legacy options. (#9908) :: Brandon Walderman
  • 81cf02791a - [dotnet] Update CHANGELOG with last changes :: Jim Evans
  • e41fc34446 - [dotnet] Fix CDP error getting body of redirect responses :: Jim Evans
  • 21163d6085 - Update Java changelog for 4.0.0 :: Simon Mavi Stewart
  • b00c95823c - Use vendor-specific method names for additional Chromium options. (#9906) :: Brandon Walderman
  • fce8ce05cd - [rb] update changelog and bump version for 4.0.0 :: titusfortner
  • 9c13607c98 - [dotnet] Update version resources and CHANGELOG for 4.0.0 release :: Jim Evans
  • eb4c4fc1ba - [dotnet] Add constructor for creating a Cookie instance with all optional arguments (#9361) :: Puja Jagani
  • e6cd2a8df1 - [dotnet] Add infratructure for previously unsupported interaction types :: Jim Evans
  • 5632da3fed - [dotnet] Making SlowLoadableComponent more exentsible :: Jim Evans
  • 54aba4c7dd - [dotnet] SlowLoadableComponent ignores UnableToLoadMessage :: elgatov
  • d3b35ef25f - [dotnet] Remove Edge Legacy options. :: Brandon Walderman
  • 9b1d5f22f8 - [dotnet] Add CDP support for Chromium 95 :: Jim Evans
  • 7f29755e37 - [dotnet] Add ability to monitor DOM mutations :: Jim Evans
  • 11934cfe12 - Closes #9689 jcip for Apache 2 License into selenium source :: Amil Uslu
  • c0963266d5 - Expected condition for checking attribute value (#9881) :: Joe Schulte
  • b8de36fdc3 - [py] implement relative locator for find_element (#9902) :: Titus
  • 18e1d42956 - [grid] Improving Relay service description for docs :: Diego Molina
  • ed5dff7254 - [java] Deprecating USE_CHROMIUM so we can remove it after 4.0 :: Diego Molina
  • dc555bbabc - [js] Updating rules_nodejs to 4.4.0 :: Sri Harsha
  • 776cd675f1 - Update JRuby to 9.3 to support Ruby 2.6 syntax :: Alex Rodionov
  • 48fc40dcdd - Ensure Pry is loaded when running rb:console target :: Alex Rodionov
  • d456395629 - Revert "Remove JRuby-specifiy SocketPoller#listening?" :: Alex Rodionov
  • c9a2ef6a88 - Improve DevTools request interception test by loading different JS :: Alex Rodionov
  • 94c8c111d6 - [dotnet] Restoring protected ElementFactory property :: Jim Evans
  • e1e690cf57 - Add Chrome 95 in selenium-devtools gem :: Alex Rodionov
  • cb873db98e - Amend default node config to allow users to override event bus flags :: Simon Mavi Stewart

... (truncated)

Commits
  • 3a21814 [js] bump JS to 4.0.0
  • 3782f97 [js] Fixes cdp for Chrome and Firefox (#9909)
  • 614a408 [py] Bump python to 4.0.0
  • b97b406 [dotnet] Fix typo committed by mistake
  • ee723da Bump to latest edge release
  • 77e99f6 Add a toJson method to Browser so it becomes easier to use in Capabilities
  • fcab887 [build] Add cdp 95 to python and JS
  • 87e3833 [python] Remove Edge legacy options. (#9908)
  • 81cf027 [dotnet] Update CHANGELOG with last changes
  • e41fc34 [dotnet] Fix CDP error getting body of redirect responses
  • 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)

Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.0.0-rc-2 to 4.0.0.
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](SeleniumHQ/selenium@selenium-4.0.0-rc-2...selenium-4.0.0)

---
updated-dependencies:
- dependency-name: selenium-webdriver
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 14, 2021
Copy link

@autoapproval autoapproval bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved 👍

@autoapproval autoapproval bot added the merge label Oct 14, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Oct 14, 2021
@probot-auto-merge probot-auto-merge bot merged commit b5e1c81 into main Oct 14, 2021
@probot-auto-merge probot-auto-merge bot deleted the dependabot/npm_and_yarn/selenium-webdriver-4.0.0 branch October 14, 2021 02:07
github-actions bot pushed a commit that referenced this pull request Oct 14, 2021
Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.0.0-rc-2 to 4.0.0.
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](SeleniumHQ/selenium@selenium-4.0.0-rc-2...selenium-4.0.0)

---
updated-dependencies:
- dependency-name: selenium-webdriver
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> b5e1c81
github-actions bot pushed a commit that referenced this pull request Oct 20, 2021
### [1.2.5](v1.2.4...v1.2.5) (2021-10-20)

### Build System

* **deps-dev:** bump @types/google.maps from 3.45.6 to 3.46.0 ([#322](#322)) ([6ff1eb0](6ff1eb0))
* **deps-dev:** bump core-js from 3.18.2 to 3.18.3 ([#316](#316)) ([42d8ae7](42d8ae7))
* **deps-dev:** bump eslint-plugin-jest from 25.0.1 to 25.0.5 ([#315](#315)) ([548a786](548a786))
* **deps-dev:** bump eslint-plugin-jest from 25.0.5 to 25.2.1 ([#319](#319)) ([67f2c76](67f2c76))
* **deps-dev:** bump eslint-plugin-jest from 25.2.1 to 25.2.2 ([#320](#320)) ([5de8b62](5de8b62))
* **deps-dev:** bump selenium-webdriver from 4.0.0-rc-2 to 4.0.0 ([#318](#318)) ([b5e1c81](b5e1c81))
* **deps-dev:** bump typedoc from 0.22.5 to 0.22.6 ([#321](#321)) ([72d3c72](72d3c72))
* **deps-dev:** bump typescript from 4.4.3 to 4.4.4 ([#317](#317)) ([0732651](0732651))
@github-actions
Copy link

🎉 This PR is included in version 1.2.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes This human has signed the Contributor License Agreement. dependencies Pull requests that update a dependency file merge released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant