Files
cypress/packages
Bill Glesias 3c6a0929d5 chore: update mobx from 5.15.4 to 6.13.5 and mobx-react from 6.1.8 to 9.1.1 inside @packages/reporter (#30514)
* chore: do the minimal to update mobx from 5 to 6 [run ci]

chore: update mobx-react from v7 to v9 [run ci]

bump cache [run ci]

* do not alias mobx or mobx-react. This causes an issue where webpack, in production mode, bundles the cjs production dependency of mobx (mobx.cjs.production.min.js) into cypress_runner.js (in the runner package), but @packages/app (bundled via vite), bundles mobx.esm.js, which is NOT minimized and is expecting the global store/state set by the app to also not be minimized. [run ci]

* run update on all machines [run ci]

* add changelog entry [run ci]
2024-11-04 16:29:23 -05:00
..