Skip to content
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

Merged
merged 3 commits into from
Sep 23, 2020
Merged

npm audit fixes #1077

merged 3 commits into from
Sep 23, 2020

Conversation

NatalieEO
Copy link
Contributor

@NatalieEO NatalieEO commented Sep 21, 2020

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

@NatalieEO NatalieEO self-assigned this Sep 21, 2020
@codecov
Copy link

codecov bot commented Sep 22, 2020

Codecov Report

Merging #1077 into develop will increase coverage by 0.01%.
The diff coverage is 62.50%.

Impacted file tree graph

@@             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     
Impacted Files Coverage Δ
src/app/workflow/dag/dag.component.ts 60.24% <62.50%> (+1.99%) ⬆️
.../workflow/dag/wdl-viewer/state/wdl-viewer.store.ts
.../workflow/dag/wdl-viewer/state/wdl-viewer.query.ts

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3b3889c...716b7b7. Read the comment docs.

@@ -48,18 +48,20 @@
(descriptorType$ | async) === ToolDescriptor.TypeEnum.CWL &&
(workflow$ | async)?.source_control_provider === 'GITHUB'
"
style="line-height: 20px;"
style="line-height: 20px"
Copy link
Contributor

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.

Copy link
Contributor Author

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.

Copy link
Contributor

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.

@NatalieEO NatalieEO merged commit 71178a5 into develop Sep 23, 2020
@NatalieEO NatalieEO deleted the seab-1402/fix-npm-audit-warnings branch September 23, 2020 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants