forked from PeerJ/slamscan
-
Notifications
You must be signed in to change notification settings - Fork 2
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
An in-range update of mocha is breaking the build 🚨 #94
Labels
Comments
After pinning to 7.0.1 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results. |
Your tests are still failing with this version. Compare changes Release Notes for v7.1.17.1.1 / 2020-03-18🔒 Security Fixes🐛 Fixes📖 Documentation
CommitsThe new version differs by 6 commits.
See the full diff |
randytarampi
pushed a commit
that referenced
this issue
Apr 22, 2020
[skip ci] ## [3.0.2](v3.0.1...v3.0.2) (2020-04-22) ### Bug Fixes * **package:** Update dependencies. ([7ee3d5c](7ee3d5c)), closes [#90](#90) [#91](#91) [#93](#93) [#94](#94) [#95](#95) [#96](#96) [#97](#97) [#98](#98) [#99](#99) [#100](#100) [#101](#101) [#102](#102) [#103](#103) [#104](#104) [#106](#106) [#107](#107)
🎉 This issue has been resolved in version 3.0.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The devDependency mocha was updated from
7.0.1
to7.1.0
.🚨 View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
mocha is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
Release Notes for v7.1.0
7.1.0 / 2020-02-26
🎉 Enhancements
#4038: Add Node.js native ESM support (@giltayar)
Mocha supports writing your test files as ES modules:
--experimental-modules
optionNote: Node.JS native ECMAScript Modules implementation has status: Stability: 1 - Experimental
🐛 Fixes
allowUncaught
option (@juergba)📖 Documentation
package.json
(@outsideris)🔩 Other
Commits
The new version differs by 10 commits.
09b948b
Release v7.1.0
d43092e
update CHANGELOG for v7.1.0 [ci skip]
57be455
Add support for Node.JS native ES modules (#4038)
a995e33
Fix: programmatic API cannot access retried test objects (#4181)
ac12f2c
Browser: fix 'allowUncaught' handling (#4174)
2ff1cb2
uncaughtException: refactor, move and add tests
b431609
docs: update browser options
883ae4b
ESLint: use 'const' instead of 'let'
2a1b637
Upgrade: ESLint v6.8 (#4138)
dbba276
Manage author list in AUTHORS instead of package.json (#4058)
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 🌴
The text was updated successfully, but these errors were encountered: