Skip to content

Commit 31e4202

Browse files
jtpiobollwyvl
andauthored
Update to JupyterLite 0.5.0 (#149)
* Update to JupyterLite 0.5.0 * Update `@jupyterlab` packages * Update README * update builder package * align playwright * resolve yarn lock --------- Co-authored-by: Nicholas Bollweg <[email protected]>
1 parent 0664aa4 commit 31e4202

File tree

8 files changed

+798
-768
lines changed

8 files changed

+798
-768
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
- name: Install the extension
197197
run: |
198198
set -eux
199-
python -m pip install "jupyterlab>=4.2.4,<4.3.0" dist/jupyterlite_pyodide_kernel*.whl
199+
python -m pip install "jupyterlab>=4.3.3,<4.4.0" dist/jupyterlite_pyodide_kernel*.whl
200200
201201
- name: Install dependencies
202202
working-directory: ui-tests

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323

2424
| status | `jupyterlite-pyodide-kernel` | `jupyterlite-core` | `jupyterlab` | `notebook` | `retrolab` |
2525
| :----: | :--------------------------: | :----------------: | :------------: | :------------: | :----------: |
26-
| pre | `0.4.*` | `>=0.4,<0.5` | `>=4.2.0,<4.3` | `>=7.2.0,<7.3` | - |
26+
| pre | `0.5.*` | `>=0.5,<0.6` | `>=4.3.0,<4.4` | `>=7.3.0,<7.4` | - |
27+
| stable | `0.4.*` | `>=0.4,<0.5` | `>=4.2.0,<4.3` | `>=7.2.0,<7.3` | - |
2728
| stable | `0.3.*` | `>=0.3,<0.4` | `>=4.1.1,<4.2` | `>=7.1.0,<7.2` | - |
2829
| stable | `0.2.*` | `>=0.2,<0.3` | `>=4.0.7,<4.1` | `>=7.0.5,<8` | - |
2930
| stable | `0.1.*` | `>=0.1,<0.2` | `>=3.5,<3.6` | - | `>=0.3,<0.4` |

packages/pyodide-kernel-extension/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@
4848
},
4949
"dependencies": {
5050
"@jupyterlab/coreutils": "^6.1.1",
51-
"@jupyterlite/contents": "^0.4.5",
52-
"@jupyterlite/kernel": "^0.4.5",
53-
"@jupyterlite/pyodide-kernel": "^0.4.6",
54-
"@jupyterlite/server": "^0.4.5"
51+
"@jupyterlite/contents": "^0.5.0-alpha.0",
52+
"@jupyterlite/kernel": "^0.5.0-alpha.0",
53+
"@jupyterlite/pyodide-kernel": "^0.4.5",
54+
"@jupyterlite/server": "^0.5.0-alpha.0"
5555
},
5656
"devDependencies": {
57-
"@jupyterlab/builder": "~4.2.1",
57+
"@jupyterlab/builder": "~4.3.3",
5858
"rimraf": "^5.0.1",
5959
"typescript": "~5.2.2"
6060
},

packages/pyodide-kernel/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
},
5656
"dependencies": {
5757
"@jupyterlab/coreutils": "^6.1.1",
58-
"@jupyterlite/contents": "^0.4.5",
59-
"@jupyterlite/kernel": "^0.4.5",
58+
"@jupyterlite/contents": "^0.5.0-alpha.0",
59+
"@jupyterlite/kernel": "^0.5.0-alpha.0",
6060
"coincident": "^1.2.3",
6161
"comlink": "^4.4.2"
6262
},

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
requires = [
33
"hatchling >=1.4.0",
4-
"jupyterlab >=4.2.1,<4.3.0",
4+
"jupyterlab >=4.3.3,<4.4.0a0",
55
]
66
build-backend = "hatchling.build"
77

@@ -59,7 +59,7 @@ jupyterlite-pyodide-kernel-pyodide = "jupyterlite_pyodide_kernel.addons.pyodide:
5959
dev = [
6060
"build",
6161
"hatch",
62-
"jupyterlab >=4.2.4,<4.3.0a0",
62+
"jupyterlab >=4.3.3,<4.4.0a0",
6363
]
6464

6565
lint = [
@@ -137,11 +137,11 @@ version_cmd = "python scripts/bump-version.py"
137137

138138
[tool.jupyter-releaser.hooks]
139139
before-bump-version = [
140-
"python -m pip install 'jupyterlab~=4.2.4'",
140+
"python -m pip install 'jupyterlab~=4.3.3'",
141141
"jlpm"
142142
]
143143
before-build-npm = [
144-
"python -m pip install 'jupyterlab~=4.2.4' hatch",
144+
"python -m pip install 'jupyterlab~=4.3.3' hatch",
145145
"python -m pip install -e .[dev]",
146146
"jlpm",
147147
"jlpm build:prod",

ui-tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"test:update": "playwright test --update-snapshots"
1616
},
1717
"devDependencies": {
18-
"@playwright/test": "^1.37.0",
1918
"rimraf": "^5.0.5"
2019
},
2120
"dependencies": {
22-
"@jupyterlab/galata": "~5.0.5"
21+
"@jupyterlab/galata": "~5.3.3",
22+
"@playwright/test": "^1.48.0"
2323
}
2424
}

0 commit comments

Comments
 (0)