Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2025

Bumps jsroot from 7.9.3 to 7.10.0.

Release notes

Sourced from jsroot's releases.

7.10.0

  1. RNtuple support, thanks to Kriti Mahajan https://github.com/Krmjn09
  2. Implement RTreeMapPainter to display RNTuple structure, thanks to Patryk Pilichowski https://github.com/magnustymoteus
  3. Implement build3d function for building three.js objects for TH1/2/3, TLatex TGeo, TGraph2D classes #368
  4. Draw TAnnotation3D in real 3D with handling scene rotation
  5. Let use hex colors in histogram draw options like "fill_00ff00" or "line_77aa1166"
  6. Let configure exact axis ticks position via draw option like "xticks:[-3,-1,1,3]"
  7. Support gStyle.fBarOffset JsRoot7100.tar.gz for TGraph bar drawing
  8. Support "fill_" and "line_" draw options for TGraph
  9. Support dark mode when store images
  10. With 'Shift' key pressed whole graph is moved by dragging action
  11. Support Xall and Yall as projections width #340
  12. Implement unzipJSON() function for data embeding in jupyter
  13. Support reading TBranch from very old ROOT files with custom streamers
  14. Upgrade three.js r174 -> r180
  15. Upgrade lil-gui.mjs 0.19.2 -> 0.20.0
  16. Upgrade svg2pdf.js 2.3.0 -> 2.6.0
  17. Upgrade jsPDF 2.5.2 -> 3.0.3, exclude gif, bmp, jpeg support
  18. Use ES6 modules to implement geoworker, enable node.js usage
  19. Remove countGeometryFaces() function - use numGeometryFaces() instead
  20. Remove experimental RHist classes, deprecated in ROOT 6.38
  21. Internal - ws members are private, new methods has to be used
  22. Fix - ticks size and labels with kMoreLogLabels axis bit
  23. Fix - first color in palette drawing #365
  24. Fix - latex parsing error of #delta_{0}_suffix string
  25. Fix - reduce plain HTML usage to minimize danger of JS code injection
Changelog

Sourced from jsroot's changelog.

Changes in 7.10.0

  1. RNtuple support, thanks to Kriti Mahajan https://github.com/Krmjn09
  2. Implement RTreeMapPainter to display RNTuple structure, thanks to Patryk Pilichowski https://github.com/magnustymoteus
  3. Implement build3d function for building three.js objects for TH1/2/3, TLatex TGeo, TGraph2D classes #368
  4. Draw TAnnotation3D in real 3D with handling scene rotation
  5. Let use hex colors in histogram draw options like "fill_00ff00" or "line_77aa1166"
  6. Let configure exact axis ticks position via draw option like "xticks:[-3,-1,1,3]"
  7. Support gStyle.fBarOffset for TGraph bar drawing
  8. Support "fill_" and "line_" draw options for TGraph
  9. Support dark mode when store images
  10. With 'Shift' key pressed whole graph is moved by dragging action
  11. Support Xall and Yall as projections width #340
  12. Implement unzipJSON() function for data embeding in jupyter
  13. Support reading TBranch from very old ROOT files with custom streamers
  14. Upgrade three.js r174 -> r180
  15. Upgrade lil-gui.mjs 0.19.2 -> 0.20.0
  16. Upgrade svg2pdf.js 2.3.0 -> 2.6.0
  17. Upgrade jsPDF 2.5.2 -> 3.0.3, exclude gif, bmp, jpeg support
  18. Use ES6 modules to implement geoworker, enable node.js usage
  19. Remove countGeometryFaces function - use numGeometryFaces instead
  20. Remove experimental RHist classes, deprecated in ROOT 6.38
  21. Internal - ws members are private, new methods has to be used
  22. Fix - ticks size and labels with kMoreLogLabels axis bit
  23. Fix - first color in palette drawing #365
  24. Fix - latex parsing error of #delta_{0}_suffix string
  25. Fix - reduce plain HTML usage to minimize danger of JS code injection
Commits

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 Oct 28, 2025
@grzanka
Copy link
Contributor

grzanka commented Nov 6, 2025

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jsroot-7.10.0 branch from ac65233 to 18e6d01 Compare November 6, 2025 10:57
@grzanka
Copy link
Contributor

grzanka commented Nov 10, 2025

@dependabot rebase

Bumps [jsroot](https://github.com/root-project/jsroot) from 7.9.3 to 7.10.0.
- [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.9.3...7.10.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jsroot-7.10.0 branch from 18e6d01 to b5f4b14 Compare November 10, 2025 18:43
@lythx
Copy link
Contributor

lythx commented Nov 13, 2025

The error was related to node:worker_threads import and it occurred probably because of the following jsroot change: Use ES6 modules to implement geoworker, enable node.js usage. jsroot uses this module only when running inside nodejs, but ES6 import is more strict than require(), so it fails to compile even though the import is not used when running in the browser. I modified config-overrides.js to make webpack ignore it.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR bumps the jsroot dependency from version 7.9.3 to 7.10.0, incorporating new features, improvements, and dependency updates.

  • Version bump includes RNtuple support, enhanced 3D rendering capabilities, and various bug fixes
  • Transitive dependencies (canvas, tmp, prebuild-install) are updated accordingly
  • Adds webpack configuration to ignore Node.js-specific worker_threads module for browser compatibility

Reviewed Changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

File Description
package.json Updates jsroot dependency version from ^7.9.3 to ^7.10.0
package-lock.json Updates lockfile with new jsroot version (7.10.0) and transitive dependencies (canvas 3.2.0, tmp ^0.2.5, prebuild-install ^7.1.3)
config-overrides.js Adds webpack.IgnorePlugin to exclude node:worker_threads module, required due to jsroot's new ES6 module support for geoworker with Node.js usage

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@grzanka grzanka added this pull request to the merge queue Nov 19, 2025
Merged via the queue into master with commit d52e953 Nov 19, 2025
17 checks passed
@grzanka grzanka deleted the dependabot/npm_and_yarn/jsroot-7.10.0 branch November 19, 2025 16:01
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.

3 participants