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): bump @appium/base-driver from 8.7.3 to 9.1.0 #283

Merged
merged 1 commit into from
Dec 22, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@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/[email protected]/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] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 22, 2022
@KazuCocoa KazuCocoa merged commit b31d0ac into master Dec 22, 2022
@KazuCocoa KazuCocoa deleted the dependabot/npm_and_yarn/appium/base-driver-9.1.0 branch December 22, 2022 18:38
github-actions bot pushed a commit that referenced this pull request Dec 22, 2022
## [5.2.12](v5.2.11...v5.2.12) (2022-12-22)

### Miscellaneous Chores

* **deps:** bump @appium/base-driver from 8.7.3 to 9.1.0 ([#283](#283)) ([b31d0ac](b31d0ac))
@github-actions
Copy link
Contributor

🎉 This PR is included in version 5.2.12 🎉

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.

1 participant