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

chore(deps-dev): bump selenium-webdriver and @types/selenium-webdriver #378

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 30, 2022

Bumps selenium-webdriver and @types/selenium-webdriver. These dependencies needed to be updated together.
Updates selenium-webdriver from 4.1.2 to 4.2.0

Release notes

Sourced from selenium-webdriver's releases.

Selenium 4.2.0

Changelog

For each component's detailed changelog, please check:

Commits in this release

  • fe6bc9952f - [IE] update changelog and bump version to 4.2.0 :: titusfortner
  • 86eb611648 - bumping all versions to 4.2.0 :: titusfortner
  • db6c6e8ef0 - [rb] restrict from using new rubyzip version :: titusfortner
  • bb3b82e789 - [java] Deleting commented class test :: Diego Molina
  • 6e7cf5dcbd - [java] Creating browser name for SAFARI_TECH_PREVIEW :: Diego Molina
  • 268161f84f - [java] Bumping Java to 4.2.0 and updating CHANGELOG :: Diego Molina
  • 7a21d25a45 - [java] Removing unused variable :: Diego Molina
  • e64f200d53 - [javascript] Updating CHANGELOG :: Diego Molina
  • eda884abba - [java] Convert RemoteWebElement::getLocation and ::getSize from JWP Standard to W3C Standard (#10700) :: Bobby Jap
  • c0d25bcb40 - [py] update changelog :: titusfortner
  • a110aad874 - [dotnet] update changelog :: titusfortner
  • cfcc455713 - fix failing tests :: titusfortner
  • 8977cf7dbf - [dotnet] implement pause action to match Java :: titusfortner
  • bf18835395 - [dotnet] do not create a new wheel input instance for every scroll method used :: titusfortner
  • cb68cf53b2 - [dotnet] warn about upcoming changes to MoveToElementOffsetOrigin :: titusfortner
  • 35bba6ac38 - [dotnet] implement a way to reset Action builder sequences after perform is called :: titusfortner
  • 2259f63f63 - [java] add pointer event properties test :: titusfortner
  • d0a0df99d1 - [java] make the action movement methods specify the button number :: titusfortner
  • 190a8fba8f - [py] warn about upcoming changes to move_to_element_with_offset behavior :: titusfortner
  • be7026249e - [rb] warn about upcoming changes to #move_to :: titusfortner
  • 9990fbac80 - [web] update mouse interaction page :: titusfortner
  • bc1b4f0bc7 - [java] fix screen rotate error (#10693) :: Fan
  • 9a43c53986 - [java] Removing HTMLRunner :: Diego Molina
  • a297017d54 - [java] Logging warnings when non-W3C caps are being used. :: Diego Molina
  • 0d6a69565a - [rb] still not waiting long enough for tests to pass :: titusfortner
  • 37be1da0d6 - [rb] fix failing tests :: titusfortner
  • fa5be62cb8 - [py] Removing unused import :: Diego Molina
  • 3f44bc8f53 - [grid] Fixing DistributorTest :: Diego Molina
  • adb59828eb - [grid] Fixing a couple of failing tests. :: Diego Molina
  • 70b0bb81bc - [java] Removing check for TAKES_SCREENSHOT in test :: Diego Molina
  • 348f17ba3e - [java] Deprecating non W3C caps and Augmenters using them :: Diego Molina
  • 69f6a3f883 - [grid] Removing unused import :: Diego Molina
  • afaf332ad2 - [java] Lazily concatenate string while logging :: Puja Jagani
  • b38206fb70 - [java] add deprecation notices to Grid logs and Java stdout :: titusfortner
  • d74f1a269b - [rb] update changelog :: titusfortner

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by titusfortner, a new releaser for selenium-webdriver since your current version.


Updates @types/selenium-webdriver from 4.1.0 to 4.1.1

Commits

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) and [@types/selenium-webdriver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/selenium-webdriver). These dependencies needed to be updated together.

Updates `selenium-webdriver` from 4.1.2 to 4.2.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](https://github.com/SeleniumHQ/selenium/commits/selenium-4.2.0)

Updates `@types/selenium-webdriver` from 4.1.0 to 4.1.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/selenium-webdriver)

---
updated-dependencies:
- dependency-name: selenium-webdriver
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: "@types/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 May 30, 2022
@googlemaps-bot googlemaps-bot enabled auto-merge (squash) May 30, 2022 07:10
@googlemaps-bot googlemaps-bot merged commit ff5257a into main May 30, 2022
@googlemaps-bot googlemaps-bot deleted the dependabot/npm_and_yarn/selenium-webdriver-and-types/selenium-webdriver-4.2.0 branch May 30, 2022 07:12
github-actions bot pushed a commit that referenced this pull request May 30, 2022
#378)

Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) and [@types/selenium-webdriver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/selenium-webdriver). These dependencies needed to be updated together.

Updates `selenium-webdriver` from 4.1.2 to 4.2.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](https://github.com/SeleniumHQ/selenium/commits/selenium-4.2.0)

Updates `@types/selenium-webdriver` from 4.1.0 to 4.1.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/selenium-webdriver)

---
updated-dependencies:
- dependency-name: selenium-webdriver
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: "@types/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> ff5257a
googlemaps-bot pushed a commit that referenced this pull request Jun 20, 2022
### [1.0.29](v1.0.28...v1.0.29) (2022-06-20)

### Build System

* change dependabot interval to weekly ([#366](#366)) ([4cd3c9e](4cd3c9e))

### Miscellaneous Chores

* **deps-dev:** bump @babel/preset-env from 7.17.12 to 7.18.0 ([#367](#367)) ([66d7033](66d7033))
* **deps-dev:** bump @babel/preset-env from 7.18.0 to 7.18.2 ([#379](#379)) ([38e54d8](38e54d8))
* **deps-dev:** bump @babel/runtime-corejs3 from 7.17.9 to 7.18.0 ([#369](#369)) ([2edd10b](2edd10b))
* **deps-dev:** bump @babel/runtime-corejs3 from 7.18.0 to 7.18.3 ([#382](#382)) ([c6b3d69](c6b3d69))
* **deps-dev:** bump @googlemaps/jest-mocks from 2.7.3 to 2.7.4 ([#368](#368)) ([a27261a](a27261a))
* **deps-dev:** bump @googlemaps/jest-mocks from 2.7.4 to 2.7.5 ([#395](#395)) ([4cc8e0f](4cc8e0f))
* **deps-dev:** bump @rollup/plugin-typescript from 8.3.2 to 8.3.3 ([#391](#391)) ([af75949](af75949))
* **deps-dev:** bump @types/google.maps from 3.48.8 to 3.49.0 ([#372](#372)) ([aa7d5eb](aa7d5eb))
* **deps-dev:** bump @types/google.maps from 3.49.0 to 3.49.1 ([#376](#376)) ([f481e90](f481e90))
* **deps-dev:** bump @types/google.maps from 3.49.1 to 3.49.2 ([#383](#383)) ([59ad726](59ad726))
* **deps-dev:** bump chromedriver from 101.0.0 to 102.0.0 ([#390](#390)) ([262d5c0](262d5c0))
* **deps-dev:** bump core-js from 3.22.5 to 3.22.6 ([#371](#371)) ([4e9551a](4e9551a))
* **deps-dev:** bump core-js from 3.22.6 to 3.22.7 ([#377](#377)) ([752e9c9](752e9c9))
* **deps-dev:** bump core-js from 3.22.7 to 3.22.8 ([#387](#387)) ([8c8e194](8c8e194))
* **deps-dev:** bump core-js from 3.22.8 to 3.23.1 ([#392](#392)) ([288cf55](288cf55))
* **deps-dev:** bump eslint-plugin-jest from 26.2.2 to 26.4.5 ([#381](#381)) ([552e131](552e131))
* **deps-dev:** bump eslint-plugin-jest from 26.4.5 to 26.5.3 ([#386](#386)) ([5e44137](5e44137))
* **deps-dev:** bump prettier from 2.6.2 to 2.7.1 ([#394](#394)) ([0ce6ee6](0ce6ee6))
* **deps-dev:** bump rollup from 2.74.0 to 2.74.1 ([#370](#370)) ([50e75b4](50e75b4))
* **deps-dev:** bump rollup from 2.74.1 to 2.75.3 ([#380](#380)) ([1a0b985](1a0b985))
* **deps-dev:** bump rollup from 2.75.3 to 2.75.5 ([#385](#385)) ([858471f](858471f))
* **deps-dev:** bump rollup from 2.75.5 to 2.75.6 ([#389](#389)) ([4dac322](4dac322))
* **deps-dev:** bump selenium-webdriver and @types/selenium-webdriver ([#378](#378)) ([ff5257a](ff5257a))
* **deps-dev:** bump typedoc from 0.22.15 to 0.22.17 ([#384](#384)) ([4a04a19](4a04a19))
* **deps-dev:** bump typescript from 4.6.4 to 4.7.3 ([#388](#388)) ([122275b](122275b))
* **deps-dev:** bump typescript from 4.7.3 to 4.7.4 ([#393](#393)) ([efb9386](efb9386))
* fix typo in check name ([#375](#375)) ([5f2bdc3](5f2bdc3))
* update owners ([#374](#374)) ([6a826c9](6a826c9))
@googlemaps-bot
Copy link
Contributor

🎉 This PR is included in version 1.0.29 🎉

The release is available on:

Your semantic-release bot 📦🚀

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 released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants