File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 28
28
- maintenance:
29
29
- bump minimum required JupyterLab version to 3.3 (` >=3.3.0,<4.0.0a0 ` )
30
30
- bump minimum required Node.js version to 14.0 (12.0 reached EOL in April)
31
+ - use newer ` @jupyterlab/builder ` which provides third-party license information ([ #882 ] )
31
32
32
33
[ #724 ] : https://github.com/jupyter-lsp/jupyterlab-lsp/pull/724
33
34
[ #738 ] : https://github.com/jupyter-lsp/jupyterlab-lsp/pull/738
45
46
[ #880 ] : https://github.com/jupyter-lsp/jupyterlab-lsp/issues/880
46
47
[ #882 ] : https://github.com/jupyter-lsp/jupyterlab-lsp/pull/882
47
48
49
+ ### ` lsp-ws-connection 0.7.1 ` (not-yet-released)
50
+
51
+ - downstreams
52
+
53
+ - includes sourcemaps for easier debugging ([ #882 ] )
54
+
55
+ - maintenance:
56
+
57
+ - handle notifcation promises more explicitly ([ #882 ] )
58
+
48
59
### ` @krassowski/jupyterlab-lsp 3.10.1 ` (2022-03-21)
49
60
50
61
- bug fixes:
632
643
633
644
- bug fixes
634
645
635
- - bump version of lsp-ws-connection dependency to fix the LaTeX server issues (see [ #337 ] )
646
+ - bump version of ` lsp-ws-connection ` dependency to fix the LaTeX server issues (see [ #337 ] )
636
647
637
648
[ #337 ] : https://github.com/jupyter-lsp/jupyterlab-lsp/issues/337
638
649
Original file line number Diff line number Diff line change 63
63
"@jupyter-lsp/theme-material" : " ~2.1.1" ,
64
64
"@jupyter-lsp/theme-vscode" : " ~2.1.1" ,
65
65
"lodash.mergewith" : " ^4.6.1" ,
66
- "lsp-ws-connection" : " ~0.7.0 "
66
+ "lsp-ws-connection" : " ~0.7.1 "
67
67
},
68
68
"devDependencies" : {
69
69
"@babel/preset-env" : " ^7.4.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " lsp-ws-connection" ,
3
- "version" : " 0.7.0 " ,
3
+ "version" : " 0.7.1 " ,
4
4
"description" : " Utility for adapting editors to language server protocol" ,
5
5
"main" : " dist/index.js" ,
6
6
"module" : " dist/index.js" ,
You can’t perform that action at this time.
0 commit comments