-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
remove lodash.create for npm < v1.3.7 support #1868
Comments
@dougwilson just gotta update the changelog and publish |
Thanks, @boneskull . Now that 2.3.2 is finally published, I tried it out, and still no dice: 2.3.2 still does not install. The new version of |
I think instead of reverting the Jade upgrade, it would be best to completely remove the dependency and either:
Thoughts? cc @mochajs/mocha |
Hi @boneskull , is there any update here? |
I'm in favor of simply reverting the jade version. |
Is there any disadvantage to using an older version of jade? |
I thought someone was having a problem with something, but I don't recall what. Feel free to just revert it. |
Revert jade as simple solution for now. Looking forward to remove the dependency via extracting reporters in the future. |
* master: (25 commits) Fix mochajs#1798: Correctly attribute mutiple done err with hooks Remove redundant harmony flag Cast non-string return values from err.inspect() Call the inspect() function if message is not set Revert jade to support npm < v1.3.7 Fix eqeqeq linting errors from eslint 1.4.0 release Fix mochajs#1669: catch uncaught errors outside test suite execution Support all harmony flags Fix fragile xunit reporter spec Fix linter warning "Expected a conditional expression and instead saw an assignment" Stackfilter fix: Don't remove modules/components from stack trace in the browser Fix mochajs#1864: xunit missing output with --reporter-options output Fix 1875: Markdown reporter exceeds maximum call stack size IE<=8 no [].reduce, so use 'utils.reduce' instead Release v2.3.2 remove lodash.create; closes mochajs#1868 update package.json & component.json for v2.3.1 update HISTORY.md fix package.json to use exact version of lodash; closes mochajs#1867 Fix: Bail flag causes before() hooks to be run even after a failure ... # Conflicts: # lib/runnable.js
prompted by #1867
The text was updated successfully, but these errors were encountered: