-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Syncdev #1266
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
Syncdev #1266
Conversation
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/jonschlinkert/mixin-deep/releases) - [Commits](jonschlinkert/mixin-deep@1.3.1...1.3.2) Signed-off-by: dependabot[bot] <[email protected]>
"dev": true | ||
}, | ||
"mixin-deep": { | ||
"version": "1.3.1", | ||
"resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.1.tgz", | ||
"integrity": "sha512-8ZItLHeEgaqEvd5lYBXfm4EZSFCX29Jb9K+lAHhDKzReKBQKj3R+7NOF6tjqYi9t4oI8VUfaWITJQm86wnXGNQ==", | ||
"version": "1.3.2", | ||
"resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz", | ||
"integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==", | ||
"dev": true, | ||
"requires": { | ||
"for-in": "^1.0.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this change necessary? It doesn't seem to fit with this PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change was directly pushed to master #1213. This was the request from bot.
Codecov Report
@@ Coverage Diff @@
## develop #1266 +/- ##
===========================================
+ Coverage 94.48% 94.49% +<.01%
===========================================
Files 72 72
Lines 3738 3743 +5
Branches 740 740
===========================================
+ Hits 3532 3537 +5
Misses 104 104
Partials 102 102
Continue to review full report at Codecov.
|
Issue #, if available:
Description of changes:
merging master into develop
Description of how you validated changes:
make pr is successful
Checklist:
make pr
passesBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.