Skip to content

Commit

Permalink
v7.16.7
Browse files Browse the repository at this point in the history
  • Loading branch information
WebdriverIO Release Bot committed Nov 12, 2021
1 parent 0c48fee commit 6c51be2
Show file tree
Hide file tree
Showing 17 changed files with 50 additions and 34 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,22 @@ See [CHANGELOG - v6](https://github.com/webdriverio/webdriverio/blob/v6/CHANGELO

---

## v7.16.7 (2021-11-12)

#### :rocket: New Feature
* `devtools`, `wdio-protocols`
* [#7689](https://github.com/webdriverio/webdriverio/pull/7689) Implement WebDriver shadow commands in DevTools bridge ([@christian-bromann](https://github.com/christian-bromann))
* [#7682](https://github.com/webdriverio/webdriverio/pull/7682) Add WebDriver protocol commands to fetch shadow elements ([@christian-bromann](https://github.com/christian-bromann))

#### :bug: Bug Fix
* `wdio-cli`
* [#7688](https://github.com/webdriverio/webdriverio/pull/7688) Don't escape characters in templates ([@christian-bromann](https://github.com/christian-bromann))

#### Committers: 2
- Abhi Singh ([@abhi2810](https://github.com/abhi2810))
- Christian Bromann ([@christian-bromann](https://github.com/christian-bromann))


## v7.16.6 (2021-11-10)

#### :bug: Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "7.16.6",
"version": "7.16.7",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
4 changes: 2 additions & 2 deletions packages/devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "devtools",
"version": "7.16.5",
"version": "7.16.7",
"description": "A Chrome DevTools protocol binding that maps WebDriver commands into Chrome DevTools commands using Puppeteer",
"author": "Christian Bromann <christian@saucelabs.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/devtools",
Expand All @@ -26,7 +26,7 @@
"@types/ua-parser-js": "^0.7.33",
"@wdio/config": "7.16.3",
"@wdio/logger": "7.16.0",
"@wdio/protocols": "7.16.1",
"@wdio/protocols": "7.16.7",
"@wdio/types": "7.16.3",
"@wdio/utils": "7.16.3",
"chrome-launcher": "^0.15.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/wdio-browserstack-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/browserstack-service",
"version": "7.16.6",
"version": "7.16.7",
"description": "WebdriverIO service for better Browserstack integration",
"author": "Adam Bjerstedt <abjerstedt@gmail.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-browserstack-service",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@wdio/types": "7.16.3",
"browserstack-local": "^1.4.5",
"got": "^11.0.2",
"webdriverio": "7.16.6"
"webdriverio": "7.16.7"
},
"peerDependencies": {
"@wdio/cli": "^7.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/wdio-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/cli",
"version": "7.16.6",
"version": "7.16.7",
"description": "WebdriverIO testrunner command line interface",
"author": "Christian Bromann <christian@saucelabs.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-cli",
Expand Down Expand Up @@ -53,7 +53,7 @@
"lodash.union": "^4.6.0",
"mkdirp": "^1.0.4",
"recursive-readdir": "^2.2.2",
"webdriverio": "7.16.6",
"webdriverio": "7.16.7",
"yargs": "^17.0.0",
"yarn-install": "^1.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/wdio-crossbrowsertesting-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/crossbrowsertesting-service",
"version": "7.16.6",
"version": "7.16.7",
"description": "A WebdriverIO service that manages local tunnel and job metadata for CrossBrowserTesting users.",
"author": "Daphne Magsby <daphnem@crossbrowsertesting.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-crossbrowsertesting-service",
Expand All @@ -27,7 +27,7 @@
"@wdio/types": "7.16.3",
"cbt_tunnels": "^1.2.2",
"got": "^11.0.2",
"webdriverio": "7.16.6"
"webdriverio": "7.16.7"
},
"peerDependencies": {
"@wdio/cli": "^7.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/wdio-devtools-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/devtools-service",
"version": "7.16.6",
"version": "7.16.7",
"description": "A WebdriverIO service that allows you to run Chrome DevTools commands in your tests",
"author": "Christian Bromann <christian@saucelabs.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-devtools-service",
Expand Down Expand Up @@ -42,7 +42,7 @@
"puppeteer-core": "^11.0.0",
"speedline": "^1.4.1",
"stable": "^0.1.8",
"webdriverio": "7.16.6"
"webdriverio": "7.16.7"
},
"devDependencies": {
"@types/atob": "^2.1.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/wdio-local-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/local-runner",
"version": "7.16.6",
"version": "7.16.7",
"description": "A WebdriverIO runner to run tests locally",
"author": "Christian Bromann <christian@saucelabs.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-local-runner",
Expand All @@ -26,7 +26,7 @@
"@types/stream-buffers": "^3.0.3",
"@wdio/logger": "7.16.0",
"@wdio/repl": "7.16.3",
"@wdio/runner": "7.16.6",
"@wdio/runner": "7.16.7",
"@wdio/types": "7.16.3",
"async-exit-hook": "^2.0.1",
"split2": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/wdio-protocols/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/protocols",
"version": "7.16.1",
"version": "7.16.7",
"description": "Utility package providing information about automation protocols",
"author": "Christian Bromann <christian@saucelabs.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-protocols",
Expand Down
6 changes: 3 additions & 3 deletions packages/wdio-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/runner",
"version": "7.16.6",
"version": "7.16.7",
"description": "A WebdriverIO service that runs tests in arbitrary environments",
"author": "Christian Bromann <christian@saucelabs.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-runner",
Expand Down Expand Up @@ -28,8 +28,8 @@
"@wdio/utils": "7.16.3",
"deepmerge": "^4.0.0",
"gaze": "^1.1.2",
"webdriver": "7.16.3",
"webdriverio": "7.16.6"
"webdriver": "7.16.7",
"webdriverio": "7.16.7"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/wdio-sauce-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/sauce-service",
"version": "7.16.6",
"version": "7.16.7",
"description": "WebdriverIO service that provides a better integration into Sauce Labs",
"author": "Christian Bromann <christian@saucelabs.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-sauce-service",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@wdio/types": "7.16.3",
"@wdio/utils": "7.16.3",
"saucelabs": "^7.0.0",
"webdriverio": "7.16.6"
"webdriverio": "7.16.7"
},
"peerDependencies": {
"@wdio/cli": "^7.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/wdio-shared-store-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/shared-store-service",
"version": "7.16.6",
"version": "7.16.7",
"description": "A WebdriverIO service to exchange data across processes",
"author": "Mykola Grybyk <mykola.grybyk@gmail.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-shared-store-service",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@wdio/types": "7.16.3",
"got": "^11.0.2",
"polka": "^0.5.2",
"webdriverio": "7.16.6"
"webdriverio": "7.16.7"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/wdio-sync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/sync",
"version": "7.16.6",
"version": "7.16.7",
"description": "A WebdriverIO plugin. Helper module to run WebdriverIO commands synchronously",
"author": "Christian Bromann <christian@saucelabs.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-sync",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@wdio/logger": "7.16.0",
"@wdio/types": "7.16.3",
"fibers": "^5.0.0",
"webdriverio": "7.16.6"
"webdriverio": "7.16.7"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/wdio-testingbot-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/testingbot-service",
"version": "7.16.6",
"version": "7.16.7",
"description": "A WebdriverIO service that provides a better integration into TestingBot",
"author": "Jochen Delabie <info@testingbot.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-testingbot-service",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@wdio/types": "7.16.3",
"got": "^11.0.2",
"testingbot-tunnel-launcher": "^1.1.7",
"webdriverio": "7.16.6"
"webdriverio": "7.16.7"
},
"peerDependencies": {
"@wdio/cli": "^7.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/wdio-webdriver-mock-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/webdriver-mock-service",
"version": "7.16.6",
"version": "7.16.7",
"description": "A WebdriverIO service to stub all endpoints for internal testing purposes.",
"author": "Christian Bromann <christian@saucelabs.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-webdriver-mock-service",
Expand All @@ -19,11 +19,11 @@
},
"dependencies": {
"@types/uuid": "^8.3.0",
"@wdio/protocols": "7.16.1",
"@wdio/protocols": "7.16.7",
"@wdio/types": "7.16.3",
"nock": "^13.0.0",
"uuid": "^8.0.0",
"webdriverio": "7.16.6"
"webdriverio": "7.16.7"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/webdriver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webdriver",
"version": "7.16.3",
"version": "7.16.7",
"description": "A Node.js bindings implementation for the W3C WebDriver and Mobile JSONWire Protocol",
"author": "Christian Bromann <christian@saucelabs.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/webdriver",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@types/node": "^16.11.1",
"@wdio/config": "7.16.3",
"@wdio/logger": "7.16.0",
"@wdio/protocols": "7.16.1",
"@wdio/protocols": "7.16.7",
"@wdio/types": "7.16.3",
"@wdio/utils": "7.16.3",
"got": "^11.0.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/webdriverio/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "webdriverio",
"description": "Next-gen browser and mobile automation test framework for Node.js",
"version": "7.16.6",
"version": "7.16.7",
"homepage": "https://webdriver.io",
"author": "Christian Bromann <christian@saucelabs.com>",
"license": "MIT",
Expand Down Expand Up @@ -60,7 +60,7 @@
"@types/node": "^16.11.1",
"@wdio/config": "7.16.3",
"@wdio/logger": "7.16.0",
"@wdio/protocols": "7.16.1",
"@wdio/protocols": "7.16.7",
"@wdio/repl": "7.16.3",
"@wdio/types": "7.16.3",
"@wdio/utils": "7.16.3",
Expand All @@ -69,7 +69,7 @@
"atob": "^2.1.2",
"css-shorthand-properties": "^1.1.1",
"css-value": "^0.0.1",
"devtools": "7.16.5",
"devtools": "7.16.7",
"devtools-protocol": "^0.0.940028",
"fs-extra": "^10.0.0",
"get-port": "^5.1.1",
Expand All @@ -84,6 +84,6 @@
"resq": "^1.9.1",
"rgb2hex": "0.2.5",
"serialize-error": "^8.0.0",
"webdriver": "7.16.3"
"webdriver": "7.16.7"
}
}

0 comments on commit 6c51be2

Please sign in to comment.