-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
fix(init): Win architecture & tests #238
Conversation
DX Scanner Reporthttps://github.com/DXHeroes/dx-scanner
|
Name | New | Current |
---|---|---|
commander | ^4.1.1 | ^4.1.0 |
@types/node | 13.7.0 | 12.12.26 |
Impact changed from high to medium.
ESLint Without Errors
Use the ESLint correctly. You have some errors. https://eslint.org/
🔔 Improvements with minor impact
Update Dependencies of Major Level
Keep the dependencies updated to have all possible features. Use, for example, npm-check-updates. https://github.com/tjunnone/npm-check-updates
Name | New | Current |
---|---|---|
bitbucket | 2.0.0 | 1.17.1 |
@semantic-release/changelog | 5.0.0 | 3.0.6 |
@semantic-release/git | 9.0.0 | 8.0.0 |
@types/node | 13.7.0 | 12.12.26 |
semantic-release | 17.0.2 | 16.0.4 |
Use a JS Logging Library
Use a logging library to avoid errors and even cyber attacks. The most widely used logging library in the JavaScript community is Winston. https://www.npmjs.com/package/winston/
Implementation is not adoption.
We can help you with both. :-)
dxheroes.io
Found a bug? Please report.
Codecov Report
@@ Coverage Diff @@
## master #238 +/- ##
======================================
Coverage 90.2% 90.2%
======================================
Files 169 169
Lines 3676 3676
Branches 599 599
======================================
Hits 3316 3316
Misses 360 360
|
## [2.0.5](v2.0.4...v2.0.5) (2020-02-04) ### Bug Fixes * **init:** Win architecture & tests ([2d1aea6](2d1aea6)) * **init:** Win architecture & tests ([#238](#238)) ([0d3fbe1](0d3fbe1)) * **services:** deprecation notice removed ([b494c01](b494c01)) * **services:** deprecation notice removed ([#239](#239)) ([d759beb](d759beb))
🎉 This PR is included in version 2.0.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
Fix all tests and init function for Windows architecture. We expect no failure in the Windows pipeline since now.
Motivation and Context
we want to support Windows
Types of changes
Checklist: