Skip to content

Commit bf25ce6

Browse files
authored
Update to JupyterLite 0.6.0a0 (#160)
1 parent dffb813 commit bf25ce6

File tree

5 files changed

+484
-4842
lines changed

5 files changed

+484
-4842
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

2424
| status | `jupyterlite-pyodide-kernel` | `jupyterlite-core` | `jupyterlab` | `notebook` | `retrolab` |
2525
| :----: | :--------------------------: | :----------------: | :------------: | :------------: | :----------: |
26+
| pre | `0.6.*` | `>=0.6,<0.7` | `>=4.4.0,<4.5` | `>=7.4.0,<7.5` | - |
2627
| stable | `0.5.*` | `>=0.5,<0.6` | `>=4.3.0,<4.4` | `>=7.3.0,<7.4` | - |
2728
| stable | `0.4.*` | `>=0.4,<0.5` | `>=4.2.0,<4.3` | `>=7.2.0,<7.3` | - |
2829
| stable | `0.3.*` | `>=0.3,<0.4` | `>=4.1.1,<4.2` | `>=7.1.0,<7.2` | - |
@@ -44,6 +45,7 @@ yet work in a full, `jupyter_server`-hosted client such as JupyterLab or Noteboo
4445
| `>=0.4.*,<=0.4.6` | `0.26.*` | `3.12.*` | `3.1.58` |
4546
| `>=0.4.7,<=0.5.0` | `0.27.*` | `3.12.*` | `3.1.58` |
4647
| `>=0.5.0,<=0.6.0` | `0.27.*` | `3.12.*` | `3.1.58` |
48+
| `>=0.6.0,<=0.7.0` | `0.27.*` | `3.12.*` | `3.1.58` |
4749

4850
Note that the Emscripten version is strict down to the bugfix version.
4951

packages/pyodide-kernel-extension/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@
4747
"watch:labextension": "jupyter labextension watch ."
4848
},
4949
"dependencies": {
50-
"@jupyterlab/coreutils": "^6.1.1",
51-
"@jupyterlite/contents": "^0.5.0",
52-
"@jupyterlite/kernel": "^0.5.0",
50+
"@jupyterlab/coreutils": "^6.4.0-alpha.2",
51+
"@jupyterlite/contents": "^0.6.0-alpha.0",
52+
"@jupyterlite/kernel": "^0.6.0-alpha.0",
5353
"@jupyterlite/pyodide-kernel": "^0.5.1",
54-
"@jupyterlite/server": "^0.5.0"
54+
"@jupyterlite/server": "^0.6.0-alpha.0"
5555
},
5656
"devDependencies": {
57-
"@jupyterlab/builder": "~4.3.3",
57+
"@jupyterlab/builder": "~4.4.0-alpha.2",
5858
"rimraf": "^5.0.1",
5959
"typescript": "~5.2.2"
6060
},

packages/pyodide-kernel/package.json

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,28 +47,20 @@
4747
"clean:py": "rimraf pypi src/_pypi.ts",
4848
"docs": "typedoc src",
4949
"prepublishOnly": "npm run build",
50-
"test": "jest",
51-
"test:cov": "jest --collect-coverage",
52-
"test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand",
53-
"test:debug:watch": "node --inspect-brk node_modules/.bin/jest --runInBand --watch",
5450
"watch": "tsc -b --watch"
5551
},
5652
"dependencies": {
57-
"@jupyterlab/coreutils": "^6.1.1",
58-
"@jupyterlite/contents": "^0.5.0",
59-
"@jupyterlite/kernel": "^0.5.0",
53+
"@jupyterlab/coreutils": "^6.4.0-alpha.2",
54+
"@jupyterlite/contents": "^0.6.0-alpha.0",
55+
"@jupyterlite/kernel": "^0.6.0-alpha.0",
6056
"coincident": "^1.2.3",
6157
"comlink": "^4.4.2"
6258
},
6359
"devDependencies": {
6460
"@babel/core": "^7.22.17",
65-
"@jupyterlab/testutils": "~4.1.1",
66-
"@types/jest": "^29.5.4",
6761
"esbuild": "^0.19.2",
68-
"jest": "^29.7.0",
6962
"pyodide": "0.27.1",
7063
"rimraf": "^5.0.1",
71-
"ts-jest": "^26.3.0",
7264
"typescript": "~5.2.2"
7365
},
7466
"publishConfig": {

pyproject.toml

Lines changed: 3 additions & 3 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.3.3,<4.4.0a0",
4+
"jupyterlab >=4.4.0a1,<4.5.0a0",
55
]
66
build-backend = "hatchling.build"
77

@@ -37,7 +37,7 @@ classifiers = [
3737
"Programming Language :: Python :: 3.13",
3838
]
3939
dependencies = [
40-
"jupyterlite-core >=0.5.0,<0.6.0",
40+
"jupyterlite-core >=0.6.0a0,<0.7.0",
4141
"pkginfo"
4242
]
4343

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

6565
lint = [

0 commit comments

Comments
 (0)