-
Notifications
You must be signed in to change notification settings - Fork 637
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: update dependencies and repair checks #1998
Conversation
Flamegraph.com reportCreated by Flamegraph.com Github Action |
4bf0001
to
009a6f4
Compare
Flamegraph.com reportCreated by Flamegraph.com Github Action |
Codecov Report
@@ Coverage Diff @@
## main #1998 +/- ##
==========================================
+ Coverage 60.43% 60.49% +0.06%
==========================================
Files 177 177
Lines 4999 5007 +8
Branches 1158 1156 -2
==========================================
+ Hits 3021 3029 +8
Misses 1966 1966
Partials 12 12
|
009a6f4
to
6835fa6
Compare
size-limit report 📦
|
{!exemplarsSingleView.selectionProfile && exemplarsSingleView.heatmap && ( | ||
<Box> | ||
<div className={styles.heatmapSelectionGuide}> | ||
<StatusMessage | ||
type="info" | ||
message="Select an area in the heatmap to get started" | ||
/> | ||
<img | ||
className={styles.gif} | ||
src={heatmapSelectionPreviewGif} | ||
alt="heatmap-selection-gif" | ||
/> | ||
</div> | ||
</Box> | ||
)} | ||
{!exemplarsSingleView.selectionProfile && | ||
exemplarsSingleView.heatmap && ( | ||
<Box> | ||
<div className={styles.heatmapSelectionGuide}> | ||
<StatusMessage | ||
type="info" | ||
message="Select an area in the heatmap to get started" | ||
/> | ||
<img | ||
className={styles.gif} | ||
src={heatmapSelectionPreviewGif} | ||
alt="heatmap-selection-gif" | ||
/> | ||
</div> | ||
</Box> | ||
)} |
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 is an example of a formatting fix; no functionality changed.
- type checking issues - format correction - protobufjs, lerna dependencies, d3-color, etc.
612b501
to
9f85b9b
Compare
This branch has issues that break the build. It did too much at once. |
Goal is to update dependencies as an initial flush out of security concerns
example projects:
removed yarn.lock files from workspace sub packages
Progress toward Sort out NPM dependencies #2000