Now that LibUp is running again, we should make it pass for the GrowthExperiments repository. According to https://libraryupgrader2.wmcloud.org/r/mediawiki/extensions/GrowthExperiments?branch=main, the last couple of its runs were unsuccessful, with the following error:
Upgrading n:eslint-config-wikimedia from 0.25.1 -> 0.26.0 Upgrading n:grunt-banana-checker from 0.10.0 -> 0.11.1 Upgrading n:grunt-eslint from 24.0.1 -> 24.3.0 Upgrading n:grunt-stylelint from 0.18.0 -> 0.19.0 Upgrading n:stylelint-config-wikimedia from 0.14.0 -> 0.16.1 Upgrading n:vue from 3.2.37 -> 3.3.9 Upgrading n:@wikimedia/codex from 0.16.1 -> 1.3.2 $ /usr/bin/npm install --- stderr --- npm ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve npm ERR! npm ERR! While resolving: GrowthExperiments@undefined npm ERR! Found: @wikimedia/codex@0.16.1 npm ERR! node_modules/@wikimedia/codex npm ERR! dev @wikimedia/codex@"1.3.2" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! dev @wikimedia/codex@"1.3.2" from the root project npm ERR! npm ERR! Conflicting peer dependency: vue@3.3.9 npm ERR! node_modules/vue npm ERR! peer vue@"3.3.9" from @wikimedia/codex@1.3.2 npm ERR! node_modules/@wikimedia/codex npm ERR! dev @wikimedia/codex@"1.3.2" from the root project npm ERR! npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with --force or --legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution. npm ERR! npm ERR! npm ERR! For a full report see: npm ERR! /cache/_logs/2024-02-10T10_20_06_078Z-eresolve-report.txt npm ERR! A complete log of this run can be found in: npm ERR! /cache/_logs/2024-02-10T10_20_06_078Z-debug-0.log --- stdout --- --- end ---