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 geckodriver from 3.2.0 to 4.0.0 #633

Merged
merged 1 commit into from
May 22, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 22, 2023

Bumps geckodriver from 3.2.0 to 4.0.0.

Release notes

Sourced from geckodriver's releases.

Release 4.0.0

💥 Breaking Change

  • deprecate Node.js v14 and require v16.13 as minimum version
  • removed version export (please raise an issue if you care about this feature)
  • removed path export (use new download export to get the path to Geckodriver)
  • removed stop export (use p.kill() instead)
  • arguments for export start method changed from string[] to typed object

🚀 New Feature

  • auto-detect latest Geckodriver version

💅 Polish

  • improve and update documentation

🏠 Internal

  • switch to TypeScript
  • switch to ESM with CJS export
  • update Node.js versions for development to v20

📝 Documentation

  • set up tests and CI pipelines
  • set up continues deployment workflows aligned with other WebdriverIO projects
Changelog

Sourced from geckodriver's changelog.

Changelog

For updates and changelogs on v4.0.0 and above, go to https://github.com/webdriverio-community/node-geckodriver/releases.

Commits
Maintainer changes

This version was pushed to npm by wdio-user, a new releaser for geckodriver since your current version.


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 [geckodriver](https://github.com/webdriverio-community/node-geckodriver) from 3.2.0 to 4.0.0.
- [Release notes](https://github.com/webdriverio-community/node-geckodriver/releases)
- [Changelog](https://github.com/webdriverio-community/node-geckodriver/blob/main/CHANGELOG.md)
- [Commits](webdriverio-community/node-geckodriver@v3.2.0...v4.0.0)

---
updated-dependencies:
- dependency-name: geckodriver
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 22, 2023
@googlemaps-bot googlemaps-bot enabled auto-merge (squash) May 22, 2023 20:59
@googlemaps-bot googlemaps-bot merged commit e132fa2 into main May 22, 2023
@googlemaps-bot googlemaps-bot deleted the dependabot/npm_and_yarn/geckodriver-4.0.0 branch May 22, 2023 21:01
github-actions bot pushed a commit that referenced this pull request May 22, 2023
Bumps [geckodriver](https://github.com/webdriverio-community/node-geckodriver) from 3.2.0 to 4.0.0.
- [Release notes](https://github.com/webdriverio-community/node-geckodriver/releases)
- [Changelog](https://github.com/webdriverio-community/node-geckodriver/blob/main/CHANGELOG.md)
- [Commits](webdriverio-community/node-geckodriver@v3.2.0...v4.0.0)

---
updated-dependencies:
- dependency-name: geckodriver
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> e132fa2
googlemaps-bot pushed a commit that referenced this pull request May 24, 2023
### [2.1.4](v2.1.3...v2.1.4) (2023-05-24)

### Bug Fixes

* release Marker fix ([#641](#641)) ([d7c36bc](d7c36bc))

### Code Refactoring

* **algo:** cleanup utils ([#630](#630)) ([ab713ad](ab713ad))
* **Cluster:** cleanup ([#629](#629)) ([3c7e86e](3c7e86e))
* exports Marker from marker-utils ([#641](#641)) ([40b33c8](40b33c8))
* noop only needs the markers ([#631](#631)) ([a2e5d52](a2e5d52))
* **SuperClusterAlgorithm:** code cleanup ([#632](#632)) ([50faccf](50faccf))
* **utils:** add type guard to isAdvancedMarker ([#628](#628)) ([4c041a3](4c041a3))

### Miscellaneous Chores

* **deps-dev:** bump @rollup/plugin-commonjs from 24.1.0 to 25.0.0 ([#636](#636)) ([82361d8](82361d8))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#639](#639)) ([a91b3a0](a91b3a0))
* **deps-dev:** bump @typescript-eslint/parser from 5.59.6 to 5.59.7 ([#637](#637)) ([4fc1b4d](4fc1b4d))
* **deps-dev:** bump chromedriver from 111.0.0 to 113.0.0 ([#638](#638)) ([a4b0418](a4b0418))
* **deps-dev:** bump eslint from 7.32.0 to 8.41.0 ([#635](#635)) ([8be38ff](8be38ff))
* **deps-dev:** bump geckodriver from 3.2.0 to 4.0.0 ([#633](#633)) ([e132fa2](e132fa2))
* **deps-dev:** bump typedoc from 0.23.28 to 0.24.7 ([#634](#634)) ([7baab4f](7baab4f))
* Update release.yml ([e9f8f83](e9f8f83))
* Update release.yml ([b184ce4](b184ce4))
* Update release.yml ([e8eecf4](e8eecf4))
* Update release.yml ([7d0e658](7d0e658))
* Update release.yml ([5235647](5235647))
* Update release.yml ([f4fe8b5](f4fe8b5))
@googlemaps-bot
Copy link
Contributor

🎉 This PR is included in version 2.1.4 🎉

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