Created by: greenkeeper[bot]
mocha was just published.
Version 5.0.5 ofDependency | mocha |
---|---|
Current Version | 5.0.3 |
Type | devDependency |
The version 5.0.5 is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
It might be worth looking into these changes and trying to get this project onto the latest version of mocha.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Release Notes
v5.0.55.0.5 / 2018-03-22
Welcome @outsideris to the team!
🐛 Fixes
-
#3096: Fix
--bail
failing to bail within hooks (@outsideris) -
#3184: Don't skip too many suites (using
describe.skip()
) (@outsideris)
📖 Documentation
- #3133: Improve docs regarding "pending" behavior (@ematicipo)
-
#3276, #3274: Fix broken stuff in
CHANGELOG.md
(@tagoro9, @honzajavorek)
🔩 Other
- #3208: Improve test coverage for AMD users (@outsideris)
- #3267: Remove vestiges of PhantomJS from CI (@anishkny)
- #2952: Fix a debug message (@boneskull)
Commits
The new version differs by 21 commits.
-
c11e1e2
Release v5.0.5
-
b5a556e
add changes for v5.0.5 [ci skip]
-
424ef84
increase default timeout for browser unit tests
-
19104e3
fix debug msg in Runnable#slow; closes #2952
-
f4275b6
extract checking AMD bundle as own test
-
19b764d
Addressed feedback
-
2c19503
Fixed linting
-
ab84f02
chore(docs): rewording pending tests
-
6383916
fix to bail option works properly with hooks (#3278)
-
0060884
keep hierarchy for skipped suites w/o a callback
-
39df783
docs: Fix typo in an emoji
-
27af2cf
fix(changelog): update links to some PRs
-
d76f490
chore(ci): Remove PHANTOMJS_CDNURL, nit
-
86af6bb
fix my carelessness in e19e879
-
e19e879
ensure lib/mocha.js is not ignored by ESLint
There are 21 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot