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

build(deps): bump jsroot from 7.5.5 to 7.6.1 #1634

Merged
merged 1 commit into from
May 22, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 20, 2024

Bumps jsroot from 7.5.5 to 7.6.1.

Release notes

Sourced from jsroot's releases.

7.6.1

  1. Remove source_dir output in node.js #296
  2. Fully integrate svg2pdf.js into jsroot repo
  3. Fix - support plain TRI option for TGraph2D
  4. Fix - let read object from ROOT file with empty name
  5. Fix - graph drawing fix custom labels on X axis #297
  6. Fix - draw at least line for TGraphErrors ROOT-8131
  7. Fix - preserve attributes and draw options when call drawingJSON() #307
  8. Fix - menu for text align selection typo

7.6.0

  1. Implement "tickz" draw option, used for color palette ticks
  2. Implement skewness and kurtosis calculations for histogram stats box
  3. Introduce "logv" draw option for TH3, configures logarithmic scale for box volume
  4. Implement color palette drawing for TH3
  5. Implement cutg draw option for TH2/TF2 surface plots
  6. Implement TMath::Sq() function and several others like SinH, ASinH, ...
  7. Implement histogram drawing build from TGraph2D using Delaunay interpolation
  8. Provide preliminary TF3 support
  9. Support TLinearGradient and TRadialGradient colors
  10. Support LZMA decompression of ROOT files #272
  11. Include ZSTD decompression to repository #274
  12. Support opacity transfer function for TH3, see tutorials/gl/glvox2.C
  13. Upgrade three.js r155 -> r158
  14. Handle TCanvas::IsEdiatable() flag to disable some interactive features
  15. Support PDF creation using jsPDF and svg2pdf.js - in browser and node.js
  16. Implement custom fonts support in TWebCanvas
  17. List of ROOT/JSON files on server with &dir=<path> URL parameter #283
  18. Load TGaxis function from the file #282
  19. Let display progress messages in modal element #285
  20. Fix - do not add THStack and TMultiGraph to legend
  21. Fix - correctly use margin in TPaveText class
  22. Fix - correctly draw endcaps in legend errors
  23. Fix - vertical position of up elements like {M}^{2} in TLatex
  24. Fix - let draw THStack with diff binning hists
  25. Fix - better tooltip name for the items
  26. Fix - better logy scale selection
Changelog

Sourced from jsroot's changelog.

Changes in 7.6.1

  1. Remove source_dir output in node.js #296
  2. Fully integrate svg2pdf.js into jsroot repo
  3. Fix - support plain TRI option for TGraph2D
  4. Fix - let read object from ROOT file with empty name
  5. Fix - graph drawing fix custom labels on X axis #297
  6. Fix - draw at least line for TGraphErrors ROOT-8131
  7. Fix - preserve attributes and draw options when call drawingJSON() #307
  8. Fix - menu for text align selection typo

Changes in 7.6.0

  1. Implement "tickz" draw option, used for color palette ticks
  2. Implement skewness and kurtosis calculations for histogram stats box
  3. Introduce "logv" draw option for TH3, configures logarithmic scale for box volume
  4. Implement color palette drawing for TH3
  5. Implement cutg draw option for TH2/TF2 surface plots
  6. Implement TMath::Sq() function and several others like SinH, ASinH, ...
  7. Implement histogram drawing build from TGraph2D using Delaunay interpolation
  8. Provide preliminary TF3 support
  9. Support TLinearGradient and TRadialGradient colors
  10. Support LZMA decompression of ROOT files #272
  11. Include ZSTD decompression to repository #274
  12. Support opacity transfer function for TH3, see tutorials/gl/glvox2.C
  13. Upgrade three.js r155 -> r158
  14. Handle TCanvas IsEdiatable flag to disable some interactive features
  15. Support PDF creation using jsPDF and svg2pdf.js - in browser and node.js
  16. Implement custom fonts support in TWebCanvas
  17. List of ROOT/JSON files on server with &dir=<path> URL parameter #283
  18. Load TGaxis function from the file #282
  19. Let display progress messages in modal element #285
  20. Fix - do not add THStack and TMultiGraph to legend
  21. Fix - correctly use margin in TPaveText class
  22. Fix - correctly draw endcaps in legend errors
  23. Fix - vertical position of up elements like {M}^{2} in TLatex
  24. Fix - let draw THStack with diff binning hists
  25. Fix - better tooltip name for the items
  26. Fix - better logy scale selection
Commits
  • bcafe03 Prepeare 7.6.1 release
  • a0d4fed Fix - allow th2 hist option to change palette
  • 00447a5 Fix - text align menu
  • 339ca0c Fix - reset text attributes when adding line to pave #307
  • 88461aa Fix - draw line for TGraphErrors ROOT-8131
  • b8e05cd Fix typo
  • f363187 Fix - do not touch hist axis with custom labels #297
  • e2e872b Fix - let read object with empty name
  • ed9082a Remove source_dir output in node.js #296
  • 27c53af update package-lock
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 20, 2024
@dependabot dependabot bot temporarily deployed to github-pages May 20, 2024 01:33 Inactive
@grzanka
Copy link
Contributor

grzanka commented May 22, 2024

@dependabot rebase

Bumps [jsroot](https://github.com/root-project/jsroot) from 7.5.5 to 7.6.1.
- [Release notes](https://github.com/root-project/jsroot/releases)
- [Changelog](https://github.com/root-project/jsroot/blob/master/changes.md)
- [Commits](root-project/jsroot@7.5.5...7.6.1)

---
updated-dependencies:
- dependency-name: jsroot
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jsroot-7.6.1 branch from a320d81 to add03fa Compare May 22, 2024 07:49
@dependabot dependabot bot temporarily deployed to github-pages May 22, 2024 07:49 Inactive
@grzanka grzanka added this pull request to the merge queue May 22, 2024
Merged via the queue into master with commit 83ad4ca May 22, 2024
9 checks passed
@grzanka grzanka deleted the dependabot/npm_and_yarn/jsroot-7.6.1 branch May 22, 2024 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant