Skip to content

Commit

Permalink
v8.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
wdio-bot committed Dec 7, 2022
1 parent c076e89 commit f92405a
Show file tree
Hide file tree
Showing 18 changed files with 67 additions and 52 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,21 @@ See [CHANGELOG - v7](https://github.com/webdriverio/webdriverio/blob/v7/CHANGELO

---

## v8.0.9 (2022-12-07)

#### :bug: Bug Fix
* `webdriverio`
* [#9344](https://github.com/webdriverio/webdriverio/pull/9344) webdriverio: use v7 scrollIntoView implementation for mobile ([@SCG82](https://github.com/SCG82))

#### :memo: Documentation
* `wdio-cli`
* [#9347](https://github.com/webdriverio/webdriverio/pull/9347) Add Vitaq service to the v8 documentation ([@RossVertizan](https://github.com/RossVertizan))

#### Committers: 2
- Ross Addinall ([@RossVertizan](https://github.com/RossVertizan))
- [@SCG82](https://github.com/SCG82)


## v8.0.8 (2022-12-07)

#### :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": "8.0.8",
"version": "8.0.9",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
6 changes: 3 additions & 3 deletions packages/devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "devtools",
"version": "8.0.8",
"version": "8.0.9",
"description": "A Chrome DevTools protocol binding that maps WebDriver commands into Chrome DevTools commands using Puppeteer",
"author": "Christian Bromann <mail@bromann.dev>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/devtools",
Expand Down Expand Up @@ -35,11 +35,11 @@
"typeScriptVersion": "3.8.3",
"dependencies": {
"@types/ua-parser-js": "^0.7.33",
"@wdio/config": "8.0.8",
"@wdio/config": "8.0.9",
"@wdio/logger": "8.0.0",
"@wdio/protocols": "8.0.0",
"@wdio/types": "8.0.8",
"@wdio/utils": "8.0.8",
"@wdio/utils": "8.0.9",
"chrome-launcher": "^0.15.0",
"edge-paths": "^2.1.0",
"import-meta-resolve": "^2.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/wdio-appium-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/appium-service",
"version": "8.0.8",
"version": "8.0.9",
"description": "A WebdriverIO service to start & stop Appium Server",
"author": "Morten Bjerg Gregersen <morten@mogee.dk>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-appium-service",
Expand Down Expand Up @@ -30,7 +30,7 @@
"types": "./build/index.d.ts",
"typeScriptVersion": "3.8.3",
"dependencies": {
"@wdio/config": "8.0.8",
"@wdio/config": "8.0.9",
"@wdio/logger": "8.0.0",
"@wdio/types": "8.0.8",
"import-meta-resolve": "^2.1.0",
Expand Down
16 changes: 8 additions & 8 deletions packages/wdio-browser-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/browser-runner",
"version": "8.0.8",
"version": "8.0.9",
"description": "A WebdriverIO runner to run unit tests tests in the browser.",
"author": "Christian Bromann <mail@bromann.dev>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-browser-runner",
Expand Down Expand Up @@ -31,14 +31,14 @@
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"@originjs/vite-plugin-commonjs": "^1.0.3",
"@types/mocha": "^10.0.0",
"@wdio/globals": "8.0.8",
"@wdio/local-runner": "8.0.8",
"@wdio/globals": "8.0.9",
"@wdio/local-runner": "8.0.9",
"@wdio/logger": "8.0.0",
"@wdio/mocha-framework": "8.0.8",
"@wdio/mocha-framework": "8.0.9",
"@wdio/protocols": "8.0.0",
"@wdio/runner": "8.0.8",
"@wdio/runner": "8.0.9",
"@wdio/types": "8.0.8",
"@wdio/utils": "8.0.8",
"@wdio/utils": "8.0.9",
"deepmerge-ts": "^4.2.2",
"expect-webdriverio": "^4.0.1",
"fast-safe-stringify": "^2.1.1",
Expand All @@ -47,8 +47,8 @@
"serialize-error": "^11.0.0",
"vite": "^3.1.7",
"vite-plugin-top-level-await": "^1.2.1",
"webdriver": "8.0.8",
"webdriverio": "8.0.8",
"webdriver": "8.0.9",
"webdriverio": "8.0.9",
"ws": "^8.10.0"
},
"scripts": {
Expand Down
10 changes: 5 additions & 5 deletions packages/wdio-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/cli",
"version": "8.0.8",
"version": "8.0.9",
"description": "WebdriverIO testrunner command line interface",
"author": "Christian Bromann <mail@bromann.dev>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-cli",
Expand Down Expand Up @@ -40,12 +40,12 @@
"@types/lodash.union": "^4.6.7",
"@types/recursive-readdir": "^2.2.1",
"@types/yargs": "^17.0.10",
"@wdio/config": "8.0.8",
"@wdio/globals": "8.0.8",
"@wdio/config": "8.0.9",
"@wdio/globals": "8.0.9",
"@wdio/logger": "8.0.0",
"@wdio/protocols": "8.0.0",
"@wdio/types": "8.0.8",
"@wdio/utils": "8.0.8",
"@wdio/utils": "8.0.9",
"async-exit-hook": "^2.0.1",
"chalk": "^5.0.1",
"chokidar": "^3.5.3",
Expand All @@ -59,7 +59,7 @@
"mkdirp": "^1.0.4",
"read-pkg-up": "9.1.0",
"recursive-readdir": "^2.2.2",
"webdriverio": "8.0.8",
"webdriverio": "8.0.9",
"yargs": "^17.5.1",
"yarn-install": "^1.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/wdio-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/config",
"version": "8.0.8",
"version": "8.0.9",
"description": "A helper utility to parse and validate WebdriverIO options",
"author": "Christian Bromann <mail@bromann.dev>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-config",
Expand Down Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@wdio/logger": "8.0.0",
"@wdio/types": "8.0.8",
"@wdio/utils": "8.0.8",
"@wdio/utils": "8.0.9",
"decamelize": "^6.0.0",
"deepmerge-ts": "^4.2.2",
"glob": "^8.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/wdio-cucumber-framework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/cucumber-framework",
"version": "8.0.8",
"version": "8.0.9",
"description": "A WebdriverIO plugin. Adapter for Cucumber.js testing framework.",
"author": "Christian Bromann <mail@bromann.dev>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-cucumber-framework",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@types/mockery": "^1.4.29",
"@wdio/logger": "8.0.0",
"@wdio/types": "8.0.8",
"@wdio/utils": "8.0.8",
"@wdio/utils": "8.0.9",
"glob": "^8.0.3",
"is-glob": "^4.0.0",
"long": "^5.2.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/wdio-globals/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/globals",
"version": "8.0.8",
"version": "8.0.9",
"description": "A helper utility for importing global variables directly",
"author": "Christian Bromann <mail@bromann.dev>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-globals",
Expand Down Expand Up @@ -42,6 +42,6 @@
},
"optionalDependencies": {
"expect-webdriverio": "^4.0.1",
"webdriverio": "8.0.8"
"webdriverio": "8.0.9"
}
}
6 changes: 3 additions & 3 deletions packages/wdio-jasmine-framework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/jasmine-framework",
"version": "8.0.8",
"version": "8.0.9",
"description": "A WebdriverIO plugin. Adapter for Jasmine testing framework.",
"author": "Christian Bromann <mail@bromann.dev>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-jasmine-framework",
Expand Down Expand Up @@ -31,10 +31,10 @@
"dependencies": {
"@types/jasmine": "4.3.1",
"@types/node": "^18.0.0",
"@wdio/globals": "8.0.8",
"@wdio/globals": "8.0.9",
"@wdio/logger": "8.0.0",
"@wdio/types": "8.0.8",
"@wdio/utils": "8.0.8",
"@wdio/utils": "8.0.9",
"expect-webdriverio": "^4.0.1",
"jasmine": "^4.2.1"
},
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": "8.0.8",
"version": "8.0.9",
"description": "A WebdriverIO runner to run tests locally",
"author": "Christian Bromann <mail@bromann.dev>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-local-runner",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@types/stream-buffers": "^3.0.4",
"@wdio/logger": "8.0.0",
"@wdio/repl": "8.0.0",
"@wdio/runner": "8.0.8",
"@wdio/runner": "8.0.9",
"@wdio/types": "8.0.8",
"async-exit-hook": "^2.0.1",
"split2": "^4.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/wdio-mocha-framework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/mocha-framework",
"version": "8.0.8",
"version": "8.0.9",
"description": "A WebdriverIO plugin. Adapter for Mocha testing framework.",
"author": "Christian Bromann <mail@bromann.dev>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-mocha-framework",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@types/mocha": "^10.0.0",
"@wdio/logger": "8.0.0",
"@wdio/types": "8.0.8",
"@wdio/utils": "8.0.8",
"@wdio/utils": "8.0.9",
"mocha": "^10.0.0"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/wdio-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/runner",
"version": "8.0.8",
"version": "8.0.9",
"description": "A WebdriverIO service that runs tests in arbitrary environments",
"author": "Christian Bromann <mail@bromann.dev>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-runner",
Expand All @@ -26,16 +26,16 @@
"types": "./build/index.d.ts",
"typeScriptVersion": "3.8.3",
"dependencies": {
"@wdio/config": "8.0.8",
"@wdio/globals": "8.0.8",
"@wdio/config": "8.0.9",
"@wdio/globals": "8.0.9",
"@wdio/logger": "8.0.0",
"@wdio/types": "8.0.8",
"@wdio/utils": "8.0.8",
"@wdio/utils": "8.0.9",
"deepmerge-ts": "^4.2.2",
"expect-webdriverio": "^4.0.1",
"gaze": "^1.1.2",
"webdriver": "8.0.8",
"webdriverio": "8.0.8"
"webdriver": "8.0.9",
"webdriverio": "8.0.9"
},
"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": "8.0.8",
"version": "8.0.9",
"description": "WebdriverIO service that provides a better integration into Sauce Labs",
"author": "Christian Bromann <mail@bromann.dev>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-sauce-service",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@types/ip": "^1.1.0",
"@wdio/logger": "8.0.0",
"@wdio/types": "8.0.8",
"@wdio/utils": "8.0.8",
"@wdio/utils": "8.0.9",
"ip": "^1.1.8",
"saucelabs": "^7.1.3",
"webdriverio": "8.0.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/wdio-selenium-standalone-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/selenium-standalone-service",
"version": "8.0.8",
"version": "8.0.9",
"description": "A WebdriverIO service to start & stop Selenium Standalone",
"author": "Christian Bromann <mail@bromann.dev>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-selenium-standalone-service",
Expand Down Expand Up @@ -32,7 +32,7 @@
"typeScriptVersion": "3.8.3",
"dependencies": {
"@types/selenium-standalone": "^7.0.0",
"@wdio/config": "8.0.8",
"@wdio/config": "8.0.9",
"@wdio/logger": "8.0.0",
"@wdio/types": "8.0.8",
"selenium-standalone": "^8.2.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/wdio-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/utils",
"version": "8.0.8",
"version": "8.0.9",
"description": "A WDIO helper utility to provide several utility functions used across the project.",
"author": "Christian Bromann <mail@bromann.dev>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-utils",
Expand Down
6 changes: 3 additions & 3 deletions packages/webdriver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webdriver",
"version": "8.0.8",
"version": "8.0.9",
"description": "A Node.js bindings implementation for the W3C WebDriver and Mobile JSONWire Protocol",
"author": "Christian Bromann <mail@bromann.dev>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/webdriver",
Expand Down Expand Up @@ -36,11 +36,11 @@
"dependencies": {
"@types/node": "^18.0.0",
"@types/ws": "^8.5.3",
"@wdio/config": "8.0.8",
"@wdio/config": "8.0.9",
"@wdio/logger": "8.0.0",
"@wdio/protocols": "8.0.0",
"@wdio/types": "8.0.8",
"@wdio/utils": "8.0.8",
"@wdio/utils": "8.0.9",
"deepmerge-ts": "^4.2.2",
"got": "^12.1.0",
"ky": "^0.32.1",
Expand Down
12 changes: 6 additions & 6 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": "8.0.8",
"version": "8.0.9",
"homepage": "https://webdriver.io",
"author": "Christian Bromann <mail@bromann.dev>",
"license": "MIT",
Expand Down Expand Up @@ -66,18 +66,18 @@
"dependencies": {
"@types/aria-query": "^5.0.0",
"@types/node": "^18.0.0",
"@wdio/config": "8.0.8",
"@wdio/globals": "8.0.8",
"@wdio/config": "8.0.9",
"@wdio/globals": "8.0.9",
"@wdio/logger": "8.0.0",
"@wdio/protocols": "8.0.0",
"@wdio/repl": "8.0.0",
"@wdio/types": "8.0.8",
"@wdio/utils": "8.0.8",
"@wdio/utils": "8.0.9",
"archiver": "^5.0.0",
"aria-query": "^5.0.0",
"css-shorthand-properties": "^1.1.1",
"css-value": "^0.0.1",
"devtools": "8.0.8",
"devtools": "8.0.9",
"devtools-protocol": "^0.0.1078443",
"grapheme-splitter": "^1.0.2",
"import-meta-resolve": "^2.1.0",
Expand All @@ -90,6 +90,6 @@
"resq": "^1.9.1",
"rgb2hex": "0.2.5",
"serialize-error": "^8.0.0",
"webdriver": "8.0.8"
"webdriver": "8.0.9"
}
}

0 comments on commit f92405a

Please sign in to comment.