Skip to content

Commit 40de02a

Browse files
authored
Merge pull request #941 from ipython/dependabot/npm_and_yarn/lab-minor-971e846f5a
Bump the lab-minor group with 28 updates
2 parents e2c7c42 + 1a4d826 commit 40de02a

File tree

3 files changed

+1401
-1320
lines changed

3 files changed

+1401
-1320
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ env:
2222

2323
jobs:
2424
test:
25-
runs-on: ${{ matrix.runs_on || 'ubuntu-20.04' }}
25+
runs-on: ${{ matrix.runs_on || 'ubuntu-24.04' }}
2626
timeout-minutes: 20
2727

2828
strategy:
@@ -31,12 +31,12 @@ jobs:
3131
matrix:
3232
include:
3333
- python: "3.9"
34-
- python: "3.8"
3534
cluster_type: mpi
3635
- python: "3.10"
3736
cluster_type: slurm
3837
container: slurmctld
3938
- python: "3.8"
39+
runs_on: 22.04
4040
- python: "3.10"
4141
env:
4242
IPP_CONTROLLER_IP: "*"

package.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -48,43 +48,43 @@
4848
"watch:src": "tsc -w"
4949
},
5050
"dependencies": {
51-
"@jupyterlab/application": "^4.3.5",
52-
"@jupyterlab/apputils": "^4.4.5",
53-
"@jupyterlab/codeeditor": "^4.3.5",
54-
"@jupyterlab/console": "^4.3.5",
55-
"@jupyterlab/coreutils": "^6.3.5",
56-
"@jupyterlab/nbformat": "^4.3.5",
57-
"@jupyterlab/notebook": "^4.3.5",
58-
"@jupyterlab/services": "^7.3.5",
59-
"@jupyterlab/settingregistry": "^4.3.5",
60-
"@jupyterlab/statedb": "^4.3.5",
61-
"@jupyterlab/ui-components": "^4.3.5",
62-
"@lumino/algorithm": "^2.0.2",
63-
"@lumino/commands": "^2.3.1",
64-
"@lumino/coreutils": "^2.2.0",
65-
"@lumino/domutils": "^2.0.2",
66-
"@lumino/dragdrop": "^2.1.5",
67-
"@lumino/messaging": "^2.0.2",
68-
"@lumino/polling": "^2.1.3",
69-
"@lumino/signaling": "^2.1.3",
70-
"@lumino/widgets": "^2.6.0",
51+
"@jupyterlab/application": "^4.4.0",
52+
"@jupyterlab/apputils": "^4.5.0",
53+
"@jupyterlab/codeeditor": "^4.4.0",
54+
"@jupyterlab/console": "^4.4.0",
55+
"@jupyterlab/coreutils": "^6.4.0",
56+
"@jupyterlab/nbformat": "^4.4.0",
57+
"@jupyterlab/notebook": "^4.4.0",
58+
"@jupyterlab/services": "^7.4.0",
59+
"@jupyterlab/settingregistry": "^4.4.0",
60+
"@jupyterlab/statedb": "^4.4.0",
61+
"@jupyterlab/ui-components": "^4.4.0",
62+
"@lumino/algorithm": "^2.0.3",
63+
"@lumino/commands": "^2.3.2",
64+
"@lumino/coreutils": "^2.2.1",
65+
"@lumino/domutils": "^2.0.3",
66+
"@lumino/dragdrop": "^2.1.6",
67+
"@lumino/messaging": "^2.0.3",
68+
"@lumino/polling": "^2.1.4",
69+
"@lumino/signaling": "^2.1.4",
70+
"@lumino/widgets": "^2.7.0",
7171
"react": "^18.2.0",
7272
"react-dom": "^18.2.0"
7373
},
7474
"devDependencies": {
75-
"@jupyterlab/builder": "^4.3.5",
75+
"@jupyterlab/builder": "^4.4.0",
7676
"@types/react": "^18.0.26",
7777
"@types/react-dom": "~18.3.1",
78-
"@typescript-eslint/eslint-plugin": "^8.25.0",
79-
"@typescript-eslint/parser": "^8.25.0",
80-
"eslint": "^9.21.0",
81-
"eslint-config-prettier": "^10.0.2",
82-
"eslint-plugin-prettier": "^5.2.3",
83-
"eslint-plugin-react": "^7.37.4",
78+
"@typescript-eslint/eslint-plugin": "^8.30.1",
79+
"@typescript-eslint/parser": "^8.30.1",
80+
"eslint": "^9.24.0",
81+
"eslint-config-prettier": "^10.1.2",
82+
"eslint-plugin-prettier": "^5.2.6",
83+
"eslint-plugin-react": "^7.37.5",
8484
"npm-run-all2": "^7.0.1",
8585
"prettier": "^3.5.3",
8686
"rimraf": "^6.0.1",
87-
"typescript": "~5.8.2"
87+
"typescript": "~5.8.3"
8888
},
8989
"resolutions": {
9090
"@types/react": "^18.0.26"

0 commit comments

Comments
 (0)