Skip to content

chore(deps-dev): bump selenium-webdriver from 4.2.0 to 4.3.0#449

Merged
googlemaps-bot merged 1 commit into
mainfrom
dependabot/npm_and_yarn/selenium-webdriver-4.3.0
Jun 27, 2022
Merged

chore(deps-dev): bump selenium-webdriver from 4.2.0 to 4.3.0#449
googlemaps-bot merged 1 commit into
mainfrom
dependabot/npm_and_yarn/selenium-webdriver-4.3.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 27, 2022

Bumps selenium-webdriver from 4.2.0 to 4.3.0.

Release notes

Sourced from selenium-webdriver's releases.

Selenium 4.3.0

Changelog

For each component's detailed changelog, please check:

Commits in this release

  • fe6bc9952f4 - [IE] update changelog and bump version to 4.2.0 :: titusfortner
  • 49ea73c758e - Fix unreleased note in Ruby changelog (#10713) :: Pavel Lobashov
  • 67dba3e1801 - [java] Avoid checking for non W3C twice. :: Diego Molina
  • 8e7983f7d43 - [java] Removing usage of deprecated caps in DesiredCapabilities :: Diego Molina
  • ad2e2765618 - [java] Removing deprecation for STRICT_FILE_INTERACTABILITY :: Diego Molina
  • 65cb657efd2 - [java] Removing old browser options strings :: Diego Molina
  • 14651c78ec2 - [java] Removing unused import :: Diego Molina
  • 33346076f11 - [java] Removing deprecated caps from response :: Diego Molina
  • c8da7c2d2ad - [java] Making sure "loggingPrefs" only affects Chrome :: Diego Molina
  • 3f794a036ca - [java] Removing more usages of deprecated "platform" capability. :: Diego Molina
  • 2c66554f266 - [java] Adding one more exception for #10711 :: Diego Molina
  • f2e40dc9867 - [grid] Updating testing library deps :: Diego Molina
  • 1c2240df9d7 - [JS] feat: Added virtual authenticator (#10663) :: Tamsil Sajid Amani
  • 52845c30e7f - [java] Adding LOGGING_PREFS to Edge and Chrome options :: Diego Molina
  • ac4d0fdd4a3 - [java] Bumping Java to 4.2.1 and updating CHANGELOG :: Diego Molina
  • d1126b72e16 - [grid] Updating material UI libs :: Diego Molina
  • f677d2d24fe - [grid] Updating typescript :: Diego Molina
  • 6652c1a0bde - [rb] fix bug in default durations :: titusfortner
  • 1570bb3c829 - [rb] update changelog and bump version for 4.2.1 :: titusfortner
  • 00add3506ff - [py] allow setting pointer event attributes in move_by() and move_to_location() :: titusfortner
  • 6afbbcf4006 - [py]: fix flake8 violations in trunk (#10723) :: Simon K
  • 60bf8e40c37 - [py] allow specifying which button gets clicked in pointer action class methods :: titusfortner
  • b0057b54cff - [rb] allow specifying which button gets clicked in pointer action class methods :: titusfortner
  • 6d2a7829f9b - [JS] Fixes lint issues and updates npm packages :: harsha509
  • 34d593f6572 - Add a html page for testing BiDi logEntryAdded events :: Puja Jagani
  • 307673b8947 - [JS] Remove unused param in input.js & minor code cleanup :: harsha509
  • 7bd9b067c09 - [grid] Updating Grid JS deps :: Diego Molina
  • e5a566a5673 - [grid] Reverting pretty-ms upgrade :: Diego Molina
  • 9435a8ae4d3 - [java] Throwing warnings for non-W3C before creating session (#10741) :: Diego Molina
  • 247abe73fd0 - [java] Removing exceptions from accepted W3C caps :: Diego Molina
  • a84d600638d - Adding config for SafariDriver in label commenter :: Diego Molina
  • 38e89630f1c - fix: update ExpectedCondition to extend java util Function (#10695) :: Branden Cash
  • 4bbb7c255ae - [py]: remove deprecated find_element_by_ methods (#10712) :: Simon K
  • 1c5eee468bf - [java] don't abandon driver :: titusfortner

... (truncated)

Commits
  • a4995e2 [py]: Update changelog for 4.3
  • a59115c [py]: Correct and additional types for shadowroot.py
  • fcd5193 [py] remove warnings import
  • 64a04f8 [py] offsets for moving to an element will originate from in-view center point
  • d09259a [java] Not linting remote tests.
  • 009e784 [java] Bumping Java to 4.3.0 and updating CHANGELOG
  • 5d548aa [java] Improving query to exclude 'no-lint' tests
  • fc742cf [JS] Update changelog and bump version to 4.3.0 [skip ci]
  • cd478a1 [dotnet] update changelog and bump version to 4.3.0
  • 564d300 [rb] update changelog and bump version to 4.3.0
  • 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.2.0 to 4.3.0.
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](SeleniumHQ/selenium@selenium-4.2.0...selenium-4.3.0)

---
updated-dependencies:
- 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 added the dependencies Pull requests that update a dependency file label Jun 27, 2022
@googlemaps-bot googlemaps-bot enabled auto-merge (squash) June 27, 2022 06:10
@googlemaps-bot googlemaps-bot merged commit 29439c7 into main Jun 27, 2022
@googlemaps-bot googlemaps-bot deleted the dependabot/npm_and_yarn/selenium-webdriver-4.3.0 branch June 27, 2022 06:11
github-actions Bot pushed a commit that referenced this pull request Jun 27, 2022
Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](SeleniumHQ/selenium@selenium-4.2.0...selenium-4.3.0)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 29439c7
googlemaps-bot pushed a commit that referenced this pull request Jul 4, 2022
### [3.0.4](v3.0.3...v3.0.4) (2022-07-04)

### Miscellaneous Chores

* **deps-dev:** bump @babel/preset-env from 7.18.0 to 7.18.2 ([#429](#429)) ([f61385c](f61385c))
* **deps-dev:** bump @babel/runtime-corejs3 from 7.18.0 to 7.18.3 ([#424](#424)) ([f00230e](f00230e))
* **deps-dev:** bump @babel/runtime-corejs3 from 7.18.3 to 7.18.6 ([#452](#452)) ([8a2b874](8a2b874))
* **deps-dev:** bump @googlemaps/jest-mocks from 2.7.4 to 2.7.5 ([#442](#442)) ([ab816b3](ab816b3))
* **deps-dev:** bump @rollup/plugin-commonjs from 22.0.0 to 22.0.1 ([#451](#451)) ([249a2ee](249a2ee))
* **deps-dev:** bump @rollup/plugin-typescript from 8.3.2 to 8.3.3 ([#438](#438)) ([872dc77](872dc77))
* **deps-dev:** bump @types/google.maps from 3.49.0 to 3.49.1 ([#423](#423)) ([07eecfd](07eecfd))
* **deps-dev:** bump @types/google.maps from 3.49.1 to 3.49.2 ([#435](#435)) ([9efbecd](9efbecd))
* **deps-dev:** bump @types/three from 0.140.0 to 0.141.0 ([#433](#433)) ([64b0646](64b0646))
* **deps-dev:** bump chromedriver from 101.0.0 to 102.0.0 ([#441](#441)) ([8243744](8243744))
* **deps-dev:** bump chromedriver from 102.0.0 to 103.0.0 ([#446](#446)) ([ba36efd](ba36efd))
* **deps-dev:** bump core-js from 3.22.6 to 3.22.7 ([#426](#426)) ([ce12b89](ce12b89))
* **deps-dev:** bump core-js from 3.22.7 to 3.22.8 ([#431](#431)) ([3035472](3035472))
* **deps-dev:** bump core-js from 3.22.8 to 3.23.1 ([#444](#444)) ([1673717](1673717))
* **deps-dev:** bump core-js from 3.23.1 to 3.23.3 ([#447](#447)) ([af9f680](af9f680))
* **deps-dev:** bump eslint-plugin-jest from 26.2.2 to 26.4.5 ([#428](#428)) ([e789337](e789337))
* **deps-dev:** bump eslint-plugin-jest from 26.4.5 to 26.5.3 ([#432](#432)) ([e5d051b](e5d051b))
* **deps-dev:** bump eslint-plugin-prettier from 4.0.0 to 4.2.1 ([#455](#455)) ([9e1f297](9e1f297))
* **deps-dev:** bump prettier from 2.6.2 to 2.7.1 ([#445](#445)) ([1d6e9ec](1d6e9ec))
* **deps-dev:** bump rollup from 2.74.1 to 2.75.3 ([#422](#422)) ([42287a3](42287a3))
* **deps-dev:** bump rollup from 2.75.3 to 2.75.5 ([#430](#430)) ([859740f](859740f))
* **deps-dev:** bump rollup from 2.75.5 to 2.75.6 ([#439](#439)) ([2b10aca](2b10aca))
* **deps-dev:** bump rollup from 2.75.6 to 2.75.7 ([#448](#448)) ([862a153](862a153))
* **deps-dev:** bump selenium-webdriver and @types/selenium-webdriver ([#427](#427)) ([46e273a](46e273a))
* **deps-dev:** bump selenium-webdriver from 4.2.0 to 4.3.0 ([#449](#449)) ([29439c7](29439c7))
* **deps-dev:** bump three from 0.140.2 to 0.141.0 ([#425](#425)) ([57167fe](57167fe))
* **deps-dev:** bump typedoc from 0.22.15 to 0.22.17 ([#434](#434)) ([79e7ae1](79e7ae1))
* **deps-dev:** bump typedoc from 0.22.17 to 0.23.1 ([#450](#450)) ([41e89ac](41e89ac))
* **deps-dev:** bump typedoc from 0.23.1 to 0.23.5 ([#453](#453)) ([5ddf234](5ddf234))
* **deps-dev:** bump typescript from 4.6.4 to 4.7.3 ([#440](#440)) ([de71b32](de71b32))
* **deps-dev:** bump typescript from 4.7.3 to 4.7.4 ([#443](#443)) ([a25b8c4](a25b8c4))
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.

2 participants