This repository was archived by the owner on Sep 10, 2024. It is now read-only.
[Doppins] Upgrade dependency mocha to ^5.0.0 #51
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi!
A new version was just released of
mocha, so Doppinshas upgraded your project's dependency ranges.
Make sure that it doesn't break anything, and happy merging!
Upgraded mocha from
^4.0.0to^5.0.0Changelog:
Version 5.0.0
5.0.0 / 2018-01-17
Mocha starts off 2018 right by again dropping support for unmaintained rubbish.
Welcome
@vkarpov15to the team!💥 Breaking Changes
#3148: Drop support for IE9 and IE10 (@Bamieh)Practically speaking, only code which consumes (through bundling or otherwise) the userland buffer module should be affected. However, Mocha will no longer test against these browsers, nor apply fixes for them.
🎉 Enhancements
#3181: Add useful new--filecommand line argument (documentation) (@hswolff)🐛 Fixes
#3187: Fix inaccurate test duration reporting (@FND)#3202: Fix bad markup in HTML reporter (@DanielRuf)😎 Developer Experience
#2352: Ditch GNU Make for nps to manage scripts (@TedYav)📖 Documentation
#3137: Add missing--no-timeoutsdocs (@dfberry)#3134: Improvedone()callback docs (@maraisr)#3135: Fix cross-references (@vkarpov15)#3163: Fix tpyos (@tbroadley)#3177: TweakREADME.mdorganization (@xxczaki)@boneskull)🔩 Other
#3118: Move TextMate Integration to its own repo (@Bamieh)#3185: Add Node.js v9 to build matrix; remove v7 (@xxczaki)#3172: Markdown linting (@boneskull)@Munter,@boneskull)