-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update mocha to the latest version 🚀 #4
base: master
Are you sure you want to change the base?
Conversation
Version 3.3.0 just got published.Update to this version instead 🚀 Release NotescoveraveThanks to all our contributors, maintainers, sponsors, and users! ❤️ As highlights:
🎉 Enhancements
🐛 Fixes🔍 Coverage
🔩 Other
CommitsThe new version differs by 89 commits0.
There are 89 commits in total. See the full diff |
Version 3.4.0 just got published.Update to this version instead 🚀 Release Notesv3.4.0Mocha is now moving to a quicker release schedule: when non-breaking changes are merged, a release should happen that week. This week's highlights:
🎉 Enhancements
🐛 Fixes🔩 Other
CommitsThe new version differs by 9 commits0.
false See the full diff |
Version 3.4.1 just got published.Update to this version instead 🚀 Release NotesOhai CRLF...Fixed a publishing mishap with git's autocrlf settings. |
Version 3.4.2 just got published.Update to this version instead 🚀 Release Notesfake-success3.4.2 / 2017-05-24🐛 Fixes
🔩 OtherCommitsThe new version differs by 7 commits.
See the full diff |
Version 3.5.0 just got published.Update to this version instead 🚀 Release Notesfree-as-in-freezing3.5.0 / 2017-07-31📰 News
🔒 Security Fixes
🎉 Enhancements
🔩 Other
CommitsThe new version differs by 34 commits.
There are 34 commits in total. See the full diff |
Version 3.5.1 just got published.Update to this version instead 🚀 Release Notesv3.5.13.5.1 / 2017-09-09📰 News
🐛 Fixes
🔩 Other
CommitsThe new version differs by 14 commits.
See the full diff |
Version 3.5.2 just got published.Update to this version instead 🚀 Release Notesv3.5.23.5.2 / 2017-09-10🐛 Fixes
CommitsThe new version differs by 5 commits.
See the full diff |
Version 3.5.3 just got published.Update to this version instead 🚀 Release Notesv3.5.33.5.3 / 2017-09-11🐛 Fixes |
Version 4.0.0 just got published.Update to this version instead 🚀 Release Notesv4.0.04.0.0 / 2017-10-02You might want to read this before filing a new bug! 😝 💥 Breaking ChangesFor more info, please read this article. Compatibility
Default Behavior
Reporter Output
👎 Deprecations
🎉 Enhancements📖 Documentation🔩 Other
CommitsThe new version differs by 48 commits.
There are 48 commits in total. See the full diff |
Version 4.0.1 just got published.Update to this version instead 🚀 Release Notesv4.0.14.0.1 / 2017-10-05🐛 Fixes
CommitsThe new version differs by 6 commits.
See the full diff |
Version 4.1.0 just got published.Update to this version instead 🚀 Release Notesv4.1.04.1.0 / 2017-12-28This is mainly a "housekeeping" release. Welcome @Bamieh and @xxczaki to the team! 🐛: Fixes
🎉 Enhancements
📖 Documentation
🔩 Other
CommitsThe new version differs by 409 commits.
There are 250 commits in total. See the full diff |
Version 5.0.0 just got published.Update to this version instead 🚀 Release Notesv5.0.05.0.0 / 2018-01-17Mocha starts off 2018 right by again dropping support for unmaintained rubbish. Welcome @vkarpov15 to the team! 💥 Breaking Changes
🎉 Enhancements
🐛 Fixes
😎 Developer Experience📖 Documentation
🔩 Other
CommitsThe new version differs by 26 commits.
There are 26 commits in total. See the full diff |
Version 5.0.1 just got published.Update to this version instead 🚀 CommitsThe new version differs by 15 commits.
See the full diff |
Update to this version instead 🚀 Release Notes for v6.0.16.0.1 / 2019-02-21The obligatory round of post-major-release bugfixes. 🐛 FixesThese issues were regressions.
📖 Documentation
CommitsThe new version differs by 9 commits.
See the full diff |
Update to this version instead 🚀 Release Notes for v6.0.26.0.2 / 2019-02-25🐛 FixesTwo more regressions fixed:
CommitsThe new version differs by 6 commits.
See the full diff |
Update to this version instead 🚀 Release Notes for v6.1.06.1.0 / 2019-04-07🔒 Security Fixes
🎉 Enhancements
📠 DeprecationsThese are soft-deprecated, and will emit a warning upon use. Support will be removed in (likely) the next major version of Mocha: 🐛 Fixes
and some regressions:
📖 Documentation
🔩 Other
CommitsThe new version differs by 28 commits.
There are 28 commits in total. See the full diff |
|
|
|
|
|
|
|
|
|
|
|
🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚 Find out how to migrate to Snyk at greenkeeper.io
|
Version 3.2.0 of mocha just got published.
The version 3.2.0 is not covered by your current version range.
Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
I recommend you look into these changes and try to get onto the latest version of mocha.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
Release Notes
testing-coma3.2.0 / 2016-11-24
📰 News
Mocha is now a JS Foundation Project!
Mocha is proud to have joined the JS Foundation. For more information, read the announcement.
Contributor License Agreement
Under the foundation, all contributors to Mocha must sign the JS Foundation CLA before their code can be merged. When sending a PR--if you have not already signed the CLA--a friendly bot will ask you to do so.
Mocha remains licensed under the MIT license.
🐛 Bug Fix
--watch
encounters broken symlinks (@villesau)list
reporter (@Aldaviva)🎉 Enhancement
--inspect
flag to CLI help (@ughitsaaron)🔩 Other
README.md
(@boneskull, @ScottFreeCode, @dasilvacontin)Thanks to all our contributors, sponsors and backers! Keep on the lookout for a public roadmap and new contribution guide coming soon.
Commits
The new version differs by 21 commits .
b51e360
Release v3.2.0
5badf0b
rebuild mocha.js for release v3.2.0 [ci skip]
b1d6b49
update
CHANGELOG.md
for v3.2.0 [ci skip]7a05a6c
use spec reporter in tests by default; closes #2594
004389f
tweak timeout messaging; see #2294
12afaf7
cleanup .gitignore [ci skip]
edde033
fix XUnit reporter output. Closes #2584
f5bef7c
Revert test pass symbol in List reporter
4a2e85a
ignore files files which are not found by files() (#2538)
79d7414
Add Browser Support Matrix to README.md (#2590) [ci skip]
1d52fd3
use karma-mocha; closes #2570
8941442
adds info about --inspect flag to options in --help
71e7a1e
rename some fixture files that had the wrong extension
1a45929
typo in comment
b5a424a
Link license from current branch
There are 21 commits in total. See the full diff.
Not sure how things should work exactly?
There is a collection of frequently asked questions and of course you may always ask my humans.
Your Greenkeeper Bot 🌴