Background
There's a number of outdated dependencies now, that are keeping new functionality and clarity from our testing and building environments. Specifically:
@babel/preset-env 7.25.4 → 7.28.5
@wikimedia/types-wikimedia 0.4.4 → 0.5.0
jest 29.7.0 → 30.2.0
jest-environment-jsdom 29.7.0 → 30.2.0
typescript 4.8.4 → 5.9.3
vue 3.5.13 → 3.5.24
Only with 'vue' we should wait for update in MediaWiki core, all others are repository specific and should be updated to latest.
Update 2025-12-02:
vue-jest support for anything higher than v29.7.0 is not given. Project seems end-of-life. For more information, refer to T305515
Acceptance criteria for done
Update
- @babel/preset-env
- @wikimedia/types-wikimedia
-
jest -
jest-environment-jsdom - typescript
and ensure
- script functionality sustains