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 selenium-standalone from 6.24.0 to 9.1.1 #640

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 29, 2023

Bumps selenium-standalone from 6.24.0 to 9.1.1.

Release notes

Sourced from selenium-standalone's releases.

Release 9.1.1

  • killing by default (#841) (3728383)

Release 9.1.0

  • Process killer feature (#838) (e6135ab)
  • Bump eslint from 8.47.0 to 8.48.0 (#839) (7553f2f)
  • Bump chai from 4.3.7 to 4.3.8 (#837) (4c96a46)

Release 9.0.6

  • backward compatibility (#836) (2058d8b)

Release 9.0.5

  • fix/getArhType due to result of the detectBrowserPlatformInternal (#829) (1102771)
  • Bump @​puppeteer/browsers from 1.6.0 to 1.7.0 (#831) (0eff3bc)

Release 9.0.4

  • opt.drivers.chome.arch fix (#827) (f38e78b)

Release 9.0.3

  • hot fix (#821) (d1af982)
  • Bump @​puppeteer/browsers from 1.5.0 to 1.6.0 (#824) (160c44a)
  • Bump release-it from 16.1.3 to 16.1.5 (#823) (0195e52)
  • Bump eslint from 8.46.0 to 8.47.0 (#822) (5b59eb9)

Release 9.0.2

  • added return values for install (#820) (36dce0e)
  • Bump release-it from 15.11.0 to 16.1.3 (#809) (139fc32)

Release 9.0.1

  • the latest for old versions of chromedriver (#819) (5c4a49a)
  • Bump eslint from 8.42.0 to 8.46.0 (#811) (f659a2e)
  • Bump eslint-config-prettier from 8.7.0 to 9.0.0 (#815) (5a31f10)
  • Bump tar-stream from 3.0.0 to 3.1.6 (#806) (7217846)

Release 9.0.0

  • chrome for testing feature (#817) (42b8eb8)
  • add deprecation notice (0537531)
  • Allows nested files to be unzipped, properly test for folders (#799) (9fdcf44)
  • Bump release-it from 15.10.5 to 15.11.0 (#793) (a40cb25)
  • Bump release-it from 15.10.3 to 15.10.5 (#792) (bfce46c)
  • Bump eslint from 8.41.0 to 8.42.0 (#791) (d5adfaa)
  • Bump eslint from 8.40.0 to 8.41.0 (#789) (3a39049)
  • Bump eslint from 8.39.0 to 8.40.0 (#786) (c5065e0)
  • Bump release-it from 15.10.2 to 15.10.3 (#785) (2499def)
  • Bump release-it from 15.10.1 to 15.10.2 (#784) (4f6b6c7)
  • Bump eslint from 8.38.0 to 8.39.0 (#781) (b7dfb93)
  • Bump prettier from 2.8.7 to 2.8.8 (#780) (3f9d9c3)
  • Bump commander from 10.0.0 to 10.0.1 (#779) (8ad3da3)
  • Bump eslint from 8.37.0 to 8.38.0 (#778) (d6ce983)
  • Bump eslint from 8.36.0 to 8.37.0 (#776) (c7a7fc2)

... (truncated)

Changelog

Sourced from selenium-standalone's changelog.

9.1.0 (2023-08-26)

  • added new feature processKiller

9.0.6 (2023-08-24)

  • support new storage for the latest chromedriver, since v116 (channel: stable, beta, dev, canary)

7.1.0 (2021-07-01)

  • support Apple M1 for chrome and gecko drivers #558
  • prevent selenium process from hagning if spawned programmatically without stdout/stderr handlers

7.0.1 (2021-07-01)

  • removed spawnCb

7.0.0 (2021-06-18)

  • BREAKING CHANGE drop nodejs 10, minimum version is 12
  • BREAKING CHANGE removed callbacks for install and start commands
  • BREAKING CHANGE install and start commands are Promises now!
  • BREAKING CHANGE docker images are built with jdk11
  • BREAKING CHANGE dropped support of old browser drivers and platforms
  • BREAKING CHANGE change folder structure #491
  • BREAKING CHANGE removed spawnCb
  • check port before starting selenium #553
Commits
Maintainer changes

This version was pushed to npm by wdio-user, a new releaser for selenium-standalone 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 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)

Bumps [selenium-standalone](https://github.com/webdriverio/selenium-standalone) from 6.24.0 to 9.1.1.
- [Release notes](https://github.com/webdriverio/selenium-standalone/releases)
- [Changelog](https://github.com/webdriverio/selenium-standalone/blob/main/HISTORY.md)
- [Commits](webdriverio/selenium-standalone@v6.24.0...v9.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 29, 2023
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.

0 participants