dependabot npm(deps-dev): bump mocha-junit-reporter from 2.0.2 to 2.1.0
Bumps mocha-junit-reporter from 2.0.2 to 2.1.0.
Release notes
Sourced from mocha-junit-reporter's releases.
v2.1.0
What's Changed
- Add diff printing support by
@charles-toller
in michaelleeallen/mocha-junit-reporter#134- Ensure that test time attribute is capped at 3 digits after the decimal by
@aviskase
in michaelleeallen/mocha-junit-reporter#143- Test against all supported versions of mocha by
@gabegorelick
in michaelleeallen/mocha-junit-reporter#157- Fix test failures when running on older versions of mocha by
@gabegorelick
in michaelleeallen/mocha-junit-reporter#159- Allow appending
jenkinsClassnamePrefix
by@prnsml
in michaelleeallen/mocha-junit-reporter#138- Bump minimist from 1.2.5 to 1.2.6 by
@dependabot
in michaelleeallen/mocha-junit-reporter#166- Bump ansi-regex from 3.0.0 to 3.0.1 by
@dependabot
in michaelleeallen/mocha-junit-reporter#175- Fixes bug truncating testcase duration by
@halfninja
in michaelleeallen/mocha-junit-reporter#172New Contributors
@charles-toller
made their first contribution in michaelleeallen/mocha-junit-reporter#134@aviskase
made their first contribution in michaelleeallen/mocha-junit-reporter#143@prnsml
made their first contribution in michaelleeallen/mocha-junit-reporter#138@halfninja
made their first contribution in michaelleeallen/mocha-junit-reporter#172Full Changelog: https://github.com/michaelleeallen/mocha-junit-reporter/compare/v2.0.2...v2.1.0
Commits
-
67a9764
2.1.0 -
4c2bc93
Fix bug when truncating testcase.attr.time (#172) -
5c240ae
Bump ansi-regex from 3.0.0 to 3.0.1 (#175) -
5169b0f
Bump minimist from 1.2.5 to 1.2.6 (#166) -
e77a5d8
feature | allow to add jenkinsClassnamePrefix (#138) -
3b65764
Merge pull request #159 from gabegorelick/fix-build -
07888b3
MINOR: update dependencies, remove travis file -
0d42905
Fix test failures when running on older versions of mocha -
e062836
Test against all supported versions of mocha -
fc3a735
Ensure that test time attribute is capped at 3 digits after the decimal - Additional commits viewable in compare view