Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 1, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@wdio/cli (source) ^7.19.5 -> ^8.0.0 age adoption passing confidence
@wdio/dot-reporter (source) ^7.19.5 -> ^8.0.0 age adoption passing confidence
@wdio/local-runner (source) ^7.19.5 -> ^8.0.0 age adoption passing confidence
@wdio/mocha-framework (source) ^7.19.5 -> ^8.0.0 age adoption passing confidence

Release Notes

webdriverio/webdriverio

v8.0.0

Compare Source

💥 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
  • New runner plugin called @wdio/browser-runner allows you to run unit and component tests in the browser
  • Access WebdriverIO primitives through the new @wdio/globals package
  • New Action API
🏠 Internal
  • Update required Node.js version for development to v18.12.1
  • Migrate unit tests from Jest to Vitest
💅 Polish
  • Improvements on configuration wizard and create-wdio
    • It now detects whether your projects uses ESM or CJS and creates example files accordingly
    • It now finds the project root and sets up the project relative to it
    • Adds support for browser runner selection
📝 Documentation
  • Little design tweaks to the hero section on the main page
  • Added new section for component testing
  • Added new API section for browser, element, mock objects, modules and environment variables

v7.27.0

Compare Source

v7.27.0 (2022-11-23)
👓 Spec Compliancy
🚀 New Feature
💅 Polish
📝 Documentation
  • wdio-cli
Committers: 3

v7.26.0

Compare Source

v7.26.0 (2022-11-12)
🐛 Bug Fix
📝 Documentation
Committers: 3

v7.25.4

Compare Source

v7.25.4 (2022-10-28)
🐛 Bug Fix
📝 Documentation
Committers: 4

v7.25.2

Compare Source

No updates!

v7.25.1

Compare Source

No updates!

v7.25.0

Compare Source

v7.25.0 (2022-09-23)
🚀 New Feature
  • wdio-browserstack-service
Committers: 1

v7.24.1

Compare Source

No updates!

v7.24.0

Compare Source

v7.24.0 (2022-09-01)
🚀 New Feature
💅 Polish
📝 Documentation
Committers: 4

v7.23.0

Compare Source

No updates!

v7.22.0

Compare Source

v7.22.0 (2022-08-19)
💥 Breaking Change
🐛 Bug Fix
💅 Polish
📝 Documentation
Committers: 4

v7.21.0

Compare Source

v7.21.0 (2022-08-16)
💅 Polish
Committers: 7

v7.20.9

Compare Source

v7.20.9 (2022-07-29)

🐛 Bug Fix
Committers: 1

v7.20.8

Compare Source

v7.20.8 (2022-07-28)
🐛 Bug Fix
💅 Polish
Committers: 2

v7.20.7

Compare Source

v7.20.7 (2022-07-17)
🐛 Bug Fix
  • wdio-local-runner, webdriver
💅 Polish
  • wdio-browserstack-service, wdio-types
    • #​8524 handle local and wdioService capabilities when jsonwp format caps are passed (@​Ankit098)
Committers: 2

v7.20.6

Compare Source

v7.20.6 (2022-07-15)

🚀 New Feature
🐛 Bug Fix
📝 Documentation
Committers: 6

v7.20.5

Compare Source

v7.20.5 (2022-06-23)

🐛 Bug Fix
💅 Polish
Committers: 2

v7.20.4

Compare Source

v7.20.4 (2022-06-22)

🚀 New Feature
🐛 Bug Fix
Committers: 2

v7.20.3

Compare Source

v7.20.3 (2022-06-20)
🐛 Bug Fix
Committers: 1

v7.20.2

Compare Source

v7.20.2 (2022-06-10)

👓 Spec Compliancy
🐛 Bug Fix
  • devtools
    • #​8420 fix: Clear executeScript timeout in case of promise rejection (@​efyx)
📝 Documentation
Committers: 3

v7.20.1

Compare Source

No updates!

v7.20.0

Compare Source

v7.20.0 (2022-06-03)
👓 Spec Compliancy
🐛 Bug Fix
💅 Polish
  • wdio-browserstack-service, wdio-types
  • wdio-appium-service, wdio-cli, wdio-devtools-service, wdio-sumologic-reporter, webdriverio
📝 Documentation
Committers: 9

v7.19.7

Compare Source

v7.19.7 (2022-05-03)
🚀 New Feature
🐛 Bug Fix
Committers: 3

v7.19.6

Compare Source

v7.19.6 (2022-04-22)

📝 Documentation
🏠 Internal
Committers: 3

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@mfranzke mfranzke enabled auto-merge (squash) December 1, 2022 17:25
@mfranzke mfranzke merged commit 4836af8 into main Dec 1, 2022
@mfranzke mfranzke deleted the renovate/major-webdriverio-monorepo branch December 1, 2022 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants