-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce the usage of lodash (round 2) (#145)
* Removed lodash from index.js * Removed lodash from stats.js * Removed lodash from stream.js Only function I could not re-write was defaults-deep. I moved the function to a utils folder, so we can remove it in the near future * Removed lodash from tests * fixed linting * Updated lodash 🚀 I could not completly remove lodash, need help with 2 function calls: - stream.js --> _.get --> _.defaultsDeep * Attempt to fix travic ci failing build * Updated mocha - istanbul to modern API * Moving travis "back" to use npm ci Maybe this can solve the CI issue? * Fix CI error by using "normal" install * removed and re-installed node_modules * upgraded mocha * updating out-dated dependencies * Removed zuul It was depreceated and not maintained anymore: https://github.com/defunctzombie/zuul#readme * Fix pre-commit to match setup in compas This shoul help align the style used in: https://github.com/mongodb-js/compass * updated github workflow to look like compass * updated mognodb-js-precommit to latest * very small change from ssh --> https * fixed failing tests from upgrading BSON
- Loading branch information
1 parent
33e0f51
commit 88b20c2
Showing
26 changed files
with
6,352 additions
and
17,630 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,4 +33,4 @@ dist/ | |
# Test output | ||
.nyc_output | ||
# Mac OS files on folder create/delete | ||
.DS_Store | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.