-
Notifications
You must be signed in to change notification settings - Fork 16
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
npm audit fixes #1077
npm audit fixes #1077
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #1077 +/- ##
===========================================
+ Coverage 49.56% 49.57% +0.01%
===========================================
Files 296 292 -4
Lines 12618 12447 -171
Branches 2708 2674 -34
===========================================
- Hits 6254 6171 -83
+ Misses 4011 3956 -55
+ Partials 2353 2320 -33
Continue to review full report at Codecov.
|
@@ -48,18 +48,20 @@ | |||
(descriptorType$ | async) === ToolDescriptor.TypeEnum.CWL && | |||
(workflow$ | async)?.source_control_provider === 'GITHUB' | |||
" | |||
style="line-height: 20px;" | |||
style="line-height: 20px" |
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.
Did prettifier do this? I always thought the semi-colon was proper, although browsers would typically let you get away without it. MDN example has semi-colon.
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.
yeah, it's getting changed when I make a commit.
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.
Looked deeper and I was wrong. CSS spec doesn't have a trailing semi-colon.
https://ucsc-cgl.atlassian.net/browse/SEAB-1402
Removed pipeline-builder because of epam/pipeline-builder#57 and it doesn't handle WDL 1.0. Commented out wdl-viewer.
Used Gary's suggestion in his comment for rc because it needs to update minimist dominictarr/rc#113