Skip to content

Commit ce2770b

Browse files
authored
Merge pull request #152 from silx-kit/up-h5web
Upgrade H5Web to v16 (inc. v16.0.1)
2 parents 1280d48 + a3df984 commit ce2770b

File tree

4 files changed

+659
-304
lines changed

4 files changed

+659
-304
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ about: File a bug report to help us improve.
2727
### Context
2828

2929
- OS: [e.g. iOS]
30-
- Browser: [e.g. Chrome, Safari]
31-
- Version: [e.g. 22]
32-
- JupyterLab version: [e.g. 2.3.2]
30+
- Browser: [e.g. Firefox, Chrome, Safari]
31+
- Version: [e.g. 135]
32+
- JupyterLab version: [e.g. 4.4.6]
3333

3434
<details><summary>Extension lists</summary>
3535
<pre>

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
```bash
1010
# Prepare environment (replace `mamba` by `conda` if needed)
11-
mamba install -c conda-forge nodejs=22 "jupyterlab==4.4.6" jupyter-packaging jupyterlab-h5web
11+
mamba install -c conda-forge nodejs=24 "jupyterlab==4.4.6" jupyter-packaging jupyterlab-h5web
1212

1313
# Install package in development mode
1414
pip install -e .

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"url": "https://github.com/silx-kit/jupyterlab-h5web/issues"
2626
},
2727
"engines": {
28-
"node": "22.x",
28+
"node": "24.x",
2929
"jlpm": "*"
3030
},
3131
"main": "lib/index.js",
@@ -58,7 +58,7 @@
5858
"postversion": "git push && git push --tags"
5959
},
6060
"dependencies": {
61-
"@h5web/app": "15.0.0",
61+
"@h5web/app": "16.0.1",
6262
"@jupyterlab/application": "4.4.6",
6363
"@jupyterlab/apputils": "4.5.6",
6464
"@jupyterlab/coreutils": "6.4.6",
@@ -76,17 +76,17 @@
7676
"react-dom": "18.3.1"
7777
},
7878
"devDependencies": {
79-
"@esrf/eslint-config": "1.3.3",
79+
"@esrf/eslint-config": "1.6.1",
8080
"@jupyterlab/builder": "4.4.6",
81-
"@types/node": "^22.13.11",
81+
"@types/node": "^24.10.1",
8282
"@types/react": "^18.3.19",
8383
"@types/react-dom": "^18.3.5",
84-
"eslint": "9.33.0",
84+
"eslint": "9.38.0",
8585
"mkdirp": "3.0.1",
8686
"npm-run-all": "4.1.5",
8787
"prettier": "3.6.2",
88-
"rimraf": "6.0.1",
89-
"typescript": "5.9.2"
88+
"rimraf": "6.1.0",
89+
"typescript": "5.9.3"
9090
},
9191
"jupyterlab": {
9292
"discovery": {

0 commit comments

Comments
 (0)