Change I883d9531d1 added Vuex v3.1.3 as a ResourceLoader module to MediaWiki core. It would be nice to use that in Wikibase projects that currently bundle their own Vuex, to avoid sending multiple versions to clients. MediaWiki code search can be used to find uses of Vuex.
See also T247520: Use "vue" ResourceLoader module from core.
Acceptance criteria:🏕️🌟
- <components> uses vuex copy provided by mediawiki
- There is automated check in place that the version specified in <components> package.json and the version provided by mediawiki are the same.
- The new <components> version is pinned in the wikibase repo (where the component is a submodule of repo)