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

chore: fix d3-color version to 3.1.0 #2002

Merged
merged 1 commit into from
Jul 18, 2023

Conversation

darrenjaneczek
Copy link
Collaborator

No description provided.

@github-actions
Copy link
Contributor

github-actions bot commented Jul 17, 2023

Flamegraph.com report

pyroscope-oss.frontend.cpu.json
See in flamegraph.com
pyroscope-oss.frontend.inuse_objects.json
See in flamegraph.com
pyroscope-oss.frontend.inuse_space.json
See in flamegraph.com

Created by Flamegraph.com Github Action

@codecov-commenter
Copy link

codecov-commenter commented Jul 17, 2023

Codecov Report

Merging #2002 (b119526) into main (da60339) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #2002   +/-   ##
=======================================
  Coverage   60.43%   60.43%           
=======================================
  Files         177      177           
  Lines        4999     4999           
  Branches     1158     1158           
=======================================
  Hits         3021     3021           
  Misses       1966     1966           
  Partials       12       12           

@github-actions
Copy link
Contributor

github-actions bot commented Jul 17, 2023

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
webapp/public/assets/app.js 998.48 KB (0%) 20 s (0%) 4 s (-10.47% 🔽) 23.9 s
webapp/public/assets/app.css 19.9 KB (0%) 399 ms (0%) 0 ms (+100% 🔺) 399 ms
webapp/public/assets/styles.css 9.6 KB (0%) 192 ms (0%) 0 ms (+100% 🔺) 192 ms
packages/pyroscope-flamegraph/dist/index.js 625.75 KB (0%) 12.6 s (0%) 2 s (+14.4% 🔺) 14.5 s
packages/pyroscope-flamegraph/dist/index.node.js 626.45 KB (0%) 12.6 s (0%) 870 ms (+39.66% 🔺) 13.4 s
packages/pyroscope-flamegraph/dist/index.css 8.14 KB (0%) 163 ms (0%) 0 ms (+100% 🔺) 163 ms

@darrenjaneczek darrenjaneczek marked this pull request as ready for review July 17, 2023 16:19
@github-actions
Copy link
Contributor

Flamegraph.com report

pyroscope-oss.alloc_objects.json
See in flamegraph.com
pyroscope-oss.alloc_space.json
See in flamegraph.com
pyroscope-oss.cpu.json
See in flamegraph.com
pyroscope-oss.goroutines.json
See in flamegraph.com
pyroscope-oss.inuse_objects.json
See in flamegraph.com
pyroscope-oss.inuse_space.json
See in flamegraph.com

Created by Flamegraph.com Github Action

Copy link
Contributor

@Rperry2174 Rperry2174 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@@ -8879,7 +8879,7 @@ d3-chord@3:
d3-path "1 - 3"

"d3-color@1 - 3", d3-color@3:
version "3.0.1"
version "3.1.0"
resolved "https://registry.yarnpkg.com/d3-color/-/d3-color-3.0.1.tgz#03316e595955d1fcd39d9f3610ad41bb90194d0a"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Is d3-color a transitive dependency?
  • does the version in this resolved url need updating?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you use the resolutions block in the package.json to codify this change? Just concerned that a different package.json change will re-resolve this back to the old version.

@darrenjaneczek darrenjaneczek merged commit 2b3088b into main Jul 18, 2023
20 checks passed
@darrenjaneczek darrenjaneczek deleted the chore/dependency-fix-d3-color branch July 18, 2023 13:13
simonswine pushed a commit to simonswine/pyroscope that referenced this pull request Jul 20, 2023
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