Skip to content

Comments

chore(deps): bump @appium/base-driver from 8.7.3 to 9.1.0#27

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/appium/base-driver-9.1.0
Closed

chore(deps): bump @appium/base-driver from 8.7.3 to 9.1.0#27
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/appium/base-driver-9.1.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 22, 2022

Bumps @appium/base-driver from 8.7.3 to 9.1.0.

Release notes

Sourced from @​appium/base-driver's releases.

@​appium/base-driver@​9.1.0

9.1.0 (2022-12-21)

Bug Fixes

  • add 'webSocketUrl' as standard cap for bidi support (#17936) (0e195ca)
  • types: update definitelytyped (172fcb9)
  • types: update dependency type-fest to v3.4.0 (37f71c3)

Features

  • base: add get computed role and label in W3C v2 (#17928) (316ecca)

@​appium/base-driver@​9.0.0

9.0.0 (2022-12-14)

Bug Fixes

  • base-driver: ensure caps is defined (1e00faf)

  • base-driver: Properly validate capabilities inside appium:options map (#17781) (9190115)

  • base-driver: update type for logExtraCaps (28876c1)

  • basedriver,types: fix type problems (226cd01)

  • fake-driver: update dependency asyncbox to v2.9.4 (70a9c14)

  • images-plugin: update dependency lru-cache to v7.14.1 (0d7c936)

  • opencv: update definitelytyped (32557f4)

  • support: update dependency axios to v1.2.0 (b80b88b)

  • support: update dependency axios to v1.2.1 (07d6ef6)

  • types: update dependency type-fest to v3.2.0 (f5da9f3)

  • types: update dependency type-fest to v3.3.0 (33aef07)

  • chore!: set engines to minimum Node.js v14.17.0 (a1dbe6c)

Features

  • experimental support for typedoc generation (4746080)

BREAKING CHANGES

  • Appium now supports version range ^14.17.0 || ^16.13.0 || >=18.0.0
Changelog

Sourced from @​appium/base-driver's changelog.

9.1.0 (2022-12-21)

Bug Fixes

  • add 'webSocketUrl' as standard cap for bidi support (#17936) (0e195ca)
  • types: update definitelytyped (172fcb9)
  • types: update dependency type-fest to v3.4.0 (37f71c3)

Features

  • base: add get computed role and label in W3C v2 (#17928) (316ecca)

9.0.0 (2022-12-14)

Bug Fixes

  • base-driver: ensure caps is defined (1e00faf)

  • base-driver: Properly validate capabilities inside appium:options map (#17781) (9190115)

  • base-driver: update type for logExtraCaps (28876c1)

  • basedriver,types: fix type problems (226cd01)

  • fake-driver: update dependency asyncbox to v2.9.4 (70a9c14)

  • images-plugin: update dependency lru-cache to v7.14.1 (0d7c936)

  • opencv: update definitelytyped (32557f4)

  • support: update dependency axios to v1.2.0 (b80b88b)

  • support: update dependency axios to v1.2.1 (07d6ef6)

  • types: update dependency type-fest to v3.2.0 (f5da9f3)

  • types: update dependency type-fest to v3.3.0 (33aef07)

  • chore!: set engines to minimum Node.js v14.17.0 (a1dbe6c)

Features

  • experimental support for typedoc generation (4746080)

BREAKING CHANGES

  • Appium now supports version range ^14.17.0 || ^16.13.0 || >=18.0.0
Commits
  • 2e76ba9 chore: publish
  • 316ecca feat(base): add get computed role and label in W3C v2 (#17928)
  • 0e195ca fix: add 'webSocketUrl' as standard cap for bidi support (#17936)
  • fee1c98 chore: run e2e tests in parallel
  • 37f71c3 fix(types): update dependency type-fest to v3.4.0
  • 172fcb9 fix(types): update definitelytyped
  • 0823f0b chore: publish
  • 28876c1 fix(base-driver): update type for logExtraCaps
  • 3c32112 chore: use tsc for compilation across the board
  • 07d6ef6 fix(support): update dependency axios to v1.2.1
  • 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 [@appium/base-driver](https://github.com/appium/appium/tree/HEAD/packages/base-driver) from 8.7.3 to 9.1.0.
- [Release notes](https://github.com/appium/appium/releases)
- [Changelog](https://github.com/appium/appium/blob/master/packages/base-driver/CHANGELOG.md)
- [Commits](https://github.com/appium/appium/commits/@appium/base-driver@9.1.0/packages/base-driver)

---
updated-dependencies:
- dependency-name: "@appium/base-driver"
  dependency-type: direct:production
  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 Dec 22, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 16, 2023

Superseded by #35.

@dependabot dependabot bot closed this Jan 16, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/appium/base-driver-9.1.0 branch January 16, 2023 11:30
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