Skip to content

Bump webdriverio from 7.27.0 to 8.0.4

scriptuser requested to merge dependabot-npm_and_yarn-webdriverio-8.0.4 into main

Bumps webdriverio from 7.27.0 to 8.0.4.

Release notes

Sourced from webdriverio's releases.

v8.0.4 (2022-12-02)

🏠 Internal

  • wdio-browser-runner, wdio-globals, wdio-jasmine-framework, wdio-runner

Committers: 1

v8.0.3 (2022-12-02)

🐛 Bug Fix

💅 Polish

  • wdio-browser-runner, wdio-local-runner, wdio-runner

Committers: 1

v8.0.2 (2022-12-02)

🐛 Bug Fix

  • wdio-browserstack-service
    • #9282 @​wdio/browserstack-service: update peer dependencies for v8 (@​SCG82)

💅 Polish

Committers: 2

v8

💥 Breaking Change

  • Drop Node.js v12, v13 and v14 Support
  • Transition code base from CommonJS to ESM
    • This should not affect WebdriverIO users as you can use the testrunner, as well as webdriver, devtools and webdriverio NPM packages in a CJS environment
    • We still mark this as breaking as we can't gurantee that all (untested) functionality will behave the same due to all rewrites done to the code base
  • Removal of @wdio/sync which we deprecated in v7
  • WebdriverIO types are now accessible through @wdio/globals/types instead of webdriverio/async
  • Removal of browser.config
    • Please use browser.options instead
    • This will stop support assigning custom properties to the wdio.conf.js which we disadvise you to do, instead either assign it as part of a custom capability, e.g. custom:options (note the : in it, read more on custom capabilities in the WebDriver spec) or via `@wdio/shared-store-service
  • discontinued support for tsconfig-paths

🚀 New Feature

... (truncated)

Changelog

Sourced from webdriverio's changelog.

v8.0.4 (2022-12-02)

🏠 Internal

  • wdio-browser-runner, wdio-globals, wdio-jasmine-framework, wdio-runner

Committers: 1

v8.0.3 (2022-12-02)

🐛 Bug Fix

💅 Polish

  • wdio-browser-runner, wdio-local-runner, wdio-runner

Committers: 1

v8.0.2 (2022-12-02)

🐛 Bug Fix

  • wdio-browserstack-service
    • #9282 @​wdio/browserstack-service: update peer dependencies for v8 (@​SCG82)

💅 Polish

Committers: 2

v8.0.0 (2022-12-01)

💥 Breaking Change

  • Drop Node.js v12, v13 and v14 Support
  • Transition code base from CommonJS to ESM
    • This should not affect WebdriverIO users as you can use the testrunner, as well as webdriver, devtools and webdriverio NPM packages in a CJS environment
    • We still mark this as breaking as we can't gurantee that all (untested) functionality will behave the same due to all rewrites done to the code base
  • Removal of @wdio/sync which we deprecated in v7
  • WebdriverIO types are now accessible through @wdio/globals/types instead of webdriverio/async
  • Removal of browser.config
    • Please use browser.options instead

... (truncated)

Commits
  • 3e59b46 v8.0.4
  • 501a4b9 v8.0.2
  • 81a42b0 v8.0.1
  • b721948 Bump devtools-protocol from 0.0.1073708 to 0.0.1077862 (#9274)
  • 9a021e3 add @​wdio/globals as webdriverio dependency - fixes #9280
  • a9b5954 v8.0.0
  • 785d0cf allow to use custom commands and overwrite command before session start
  • e021898 get watch mode to work for browser runner
  • 8a43b0b Bump devtools-protocol from 0.0.1073708 to 0.0.1075693 (#9243)
  • 201db7a Bump puppeteer-core from 19.2.2 to 19.3.0
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports