chore: Bump form-data and wdio-mediawiki - #946
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/multi-29600b66fc
branch
2 times, most recently
from
June 21, 2026 07:05
6803d93 to
fbd8016
Compare
Removes [form-data](https://github.com/form-data/form-data). It's no longer used after updating ancestor dependency [wdio-mediawiki](https://gerrit.wikimedia.org/g/mediawiki/core/+/master/tests/selenium/wdio-mediawiki). These dependencies need to be updated together. Removes `form-data` Updates `wdio-mediawiki` from 3.0.1 to 6.5.2 --- updated-dependencies: - dependency-name: form-data dependency-version: dependency-type: indirect - dependency-name: wdio-mediawiki dependency-version: 6.5.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/multi-29600b66fc
branch
from
June 21, 2026 08:01
fbd8016 to
d9d6c67
Compare
lens0021
added a commit
that referenced
this pull request
Jun 21, 2026
Aligns the selenium tests with upstream MediaWiki core (REL1_45/master), which run WebdriverIO 9 with ESM and wdio-mediawiki 6.x. Until now the skin was a generation behind: mixed @wdio 8/9 packages, CommonJS specs with require() and the deprecated browser.call(), and wdio-mediawiki 3.0.1 (the last require()-able release). - @wdio/* all pinned to 9.29.0 (was a mix of 8.x and 9.29.0) - wdio-mediawiki 3.0.1 -> 6.5.2 (ESM-only; ships its own API client and drops the mwbot dependency) - convert wdio.conf.js, specs and page objects from CommonJS to ESM (require -> import, module.exports -> export default, .js extensions) - drop the tests/selenium/package.json "type: commonjs" override so the tree inherits the repo's ESM type - replace Api.bot()/Api.createAccount(bot, ...) with the new createApiClient() factory and api.createAccount(user, pass) - remove the deprecated browser.call() wrapper in favour of plain await wdio-mediawiki 6.5.2 ships an ESM-only wdio-defaults.conf.js, so the old CommonJS require() failed with ERR_REQUIRE_ESM. This is what blocked the dependabot bumps (#942, #946); doing the bump together with the ESM migration is the fix. Supersedes #813, #814, #942 and #946. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
Author
|
Looks like these dependencies are no longer a dependency, so this is no longer needed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removes form-data. It's no longer used after updating ancestor dependency wdio-mediawiki. These dependencies need to be updated together.
Removes
form-dataUpdates
wdio-mediawikifrom 3.0.1 to 6.5.2Maintainer changes
This version was pushed to npm by soulgalore, a new releaser for wdio-mediawiki since your current version.