Releases: kraenhansen/mocha-remote
Releases · kraenhansen/mocha-remote
v1.13.0
What's Changed
- Upgrade to Mocha 11.0.0 by @kraenhansen in #211
- Ensure new runs by deleting current runner instance when server calls stop function by @gdavidkov in #200
Server
is now emitting a "running" event when the a test runner starts running tests in #200- First stab at a Node.js CLI wrapping the Mocha Remote client by @kraenhansen in #212
Several upgrades to dependencies
- Update mocha-remote-react-native 1.12.2 → 1.12.3 (patch) by @depfu in #161
- Update @react-native/eslint-config 0.74.84 → 0.74.85 (minor) by @depfu in #162
- 🚨 [security] Update webpack 5.91.0 → 5.94.0 (minor) by @depfu in #183
- 🚨 [security] Update rollup 4.17.0 → 4.22.4 (minor) by @depfu in #188
- Update @rollup/plugin-commonjs 25.0.7 → 28.0.1 (major) by @depfu in #197
- 🚨 [security] Update expo 50.0.17 → 52.0.25 (major) by @depfu in #224
- Update mocha 11.0.0 → 11.0.1 (patch) by @depfu in #226
Full Changelog: v1.12.3...v1.13.0
v1.12.3
What's Changed
- Updated a lot of dependencies.
- [
mocha-remote-react-native
] Fixed transformation of failures when "Bundle was not loaded from Metro."
Full Changelog: v1.12.2...v1.12.3
v1.12.2
What's Changed
- Ensure errors doesn't result in failures during cleanup by @kraenhansen in e8467b4
Full Changelog: v1.12.1...v1.12.2
v1.12.1
What's Changed
- Fix exiting of a hanging sub-command by @kraenhansen in #115
Full Changelog: v1.12.0...v1.12.1
v1.12.0
What's Changed
- Adding a polyfill for
Suite#total()
by @kraenhansen in #114
Full Changelog: v1.11.2...v1.12.0
v1.11.2
What's Changed
- Update @react-native/eslint-config 0.74.75 → 0.74.76 (minor) by @depfu in #113
- Fixed
mocha-remote-client
to useglobalThis
instead ofglobal
.
Full Changelog: v1.11.1...v1.11.2
v1.11.1
What's Changed
- Cleanup tasks instead of calling
process.exit()
by @kraenhansen in #112
Full Changelog: v1.11.0...v1.11.1
v1.11.0
What's Changed
- Use
react-native
Devtools
lib to symbolicate error stacks by @kraenhansen in #111
Full Changelog: v1.10.0...v1.11.0
v1.10.0
What's Changed
- Update @types/chai 4.3.9 → 4.3.12 (patch) by @depfu in #108
- Automatically assign mocha-remote context on
this
by @kraenhansen in #110
Full Changelog: v1.9.0...v1.10.0
v1.9.0
What's Changed
- Upgrading to Mocha 10.3.0 by @kraenhansen in #96
- Fix: Ensure Proper Option Passing for JSON Reporter by @gdavidkov in #94
- Re-initialized Expo example app and extracted RN components into a separate package by @kraenhansen in #107
- Update all dependencies
New Contributors
- @gdavidkov made their first contribution in #94
Full Changelog: v1.8.0...v1.9.0