**Steps to replicate the issue** (include links if applicable):
* Visit any page on https://en.wikipedia.beta.wmflabs.org/
**What happens?**:
* A warning message is printed to the console
**What should have happened instead?**:
No warning message.
Instead of using mediawiki.Uri we should be using Uri
The deprecation seems to have happened in 3ab92782e3da (cc @Ebrahim @Ladsgroup )
While frontend deprecations are [[ https://www.mediawiki.org/wiki/Stable_interface_policy/Frontend#Guidelines_for_providers_removing_ResourceLoader_modules | not expected to fix consumers ]] beforehand given this pollutes the console for every page view, I think it's therefore important these modules get updated ASAP (or the deprecation is reversed until this happens) as it makes it harder to see other warnings/errors.
**Software version** (on `Special:Version` page; skip for WMF-hosted wikis like Wikipedia):
**Other information** (browser name/version, screenshots, etc.):
According to:
```
Object.keys(mw.loader.moduleRegistry).filter((key)=>mw.loader.getState(key)==='ready' && mw.loader.moduleRegistry[key].dependencies.includes('mediawiki.Uri'))
```
The modules need to be updated:
[x] ext.centralNotice.display
[x] ext.popups.main
[x] ext.quicksurveys.lib
[x] ext.wikimediaEvents
[x] mw.externalguidance.special
[x] mw.cx.SiteMapper
[X] ext.growthExperiments.SuggestedEditSession (see T380770)
[X] Minerva
[x] RelatedArticles https://gerrit.wikimedia.org/r/c/mediawiki/extensions/RelatedArticles/+/1141989?usp=search
[] mw.externalguidance.init