Skip to content

Commit b277196

Browse files
lucaswerkmeistermariushoch
authored andcommitted
Downgrade wdio-mediawiki to v3 and bump version to 6.3.0
According to discussion on Phabricator (specifically T406844#11284701), we should first upgrade to wdio-mediawiki v3 and update Wikibase to WebdriverIO v8; then wdio-mediawiki v4 with WebdriverIO v9; and only then wdio-mediawiki v5 with ECMAScript modules. Bump the version in the same commit so that we can release this quickly. I’m skipping version 6.2 because I think making our minor version match the wdio-mediawiki major version (only until we’re done with this upgrade) should be a useful mnemonic. Bug: T406844
1 parent 47c372c commit b277196

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wdio-wikibase",
3-
"version": "6.1.0",
3+
"version": "6.3.0",
44
"description": "WebdriverIO plugin for testing a Wikibase repo.",
55
"homepage": "https://github.com/wmde/wdio-wikibase",
66
"bugs": "https://phabricator.wikimedia.org/",
@@ -22,7 +22,7 @@
2222
},
2323
"peerDependencies": {
2424
"mwbot": "^2.0.0",
25-
"wdio-mediawiki": "^5.1.0",
25+
"wdio-mediawiki": "^3.0.1",
2626
"webdriverio": "^7.0 || ^8.16 || ^9"
2727
},
2828
"devDependencies": {

0 commit comments

Comments
 (0)