monaco-languageclient 6.0.2-next.0 → 6.0.3-next.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +26 -18
  2. package/package.json +9 -4
package/CHANGELOG.md CHANGED
@@ -2,9 +2,17 @@
2
2
 
3
3
  All notable changes to this npm module are documented in this file.
4
4
 
5
- ## [6.0.1] - 2023-05-04
5
+ ## [6.0.3] - 2023-05-30
6
6
 
7
- - Updated to `monaco-vscode-api` `1.78.6` fixing Mac related monaco-editor problems
7
+ - Updated to `monaco-vscode-api` version `1.78.7` fixing treemending patch issue [#491](https://github.com/TypeFox/monaco-languageclient/issues/491) / [monaco-vscode-api #116](https://github.com/CodinGame/monaco-vscode-api/pull/116) /
8
+
9
+ ## [6.0.2] - 2023-05-24
10
+
11
+ - Dependencies to `monaco-editor` and `monaco-vscode-api` are now explicitly declared due to problems with yarn (see external issue: https://github.com/TypeFox/monaco-components/issues/21)
12
+
13
+ ## [6.0.1] - 2023-05-12
14
+
15
+ - Updated to `monaco-vscode-api` version `1.78.6` fixing Macintosh related monaco-editor problems
8
16
 
9
17
  ## [6.0.0] - 2023-05-04
10
18
 
@@ -14,14 +22,14 @@ All notable changes to this npm module are documented in this file.
14
22
 
15
23
  ## [5.0.1] - 2023-04-04
16
24
 
17
- - Bugfix: textDocument/didChange message is doubled #[479](https://github.com/TypeFox/monaco-languageclient/issues/479)
25
+ - Bugfix: textDocument/didChange message is doubled [#479](https://github.com/TypeFox/monaco-languageclient/issues/479)
18
26
 
19
27
  ## [5.0.0] - 2023-04-04
20
28
 
21
- - **BREAKING CHANGE**: Update to monaco-vscode-api 1.76 #[470](https://github.com/TypeFox/monaco-languageclient/pull/470)
29
+ - **BREAKING CHANGE**: Update to monaco-vscode-api 1.76 [#470](https://github.com/TypeFox/monaco-languageclient/pull/470)
22
30
  - More services from `monaco-vscode-api` are used in the langium example (language config, text mate, keyboard bindings)
23
31
  - Updates to `monaco-editor` version `0.36.1` and vscode api compatibility to `1.76.0`
24
- - **BREAKING CHANGE**: Do not reexport code of imported libraries (e.g. vscode-languageclient) #[459](https://github.com/TypeFox/monaco-languageclient/pull/459)
32
+ - **BREAKING CHANGE**: Do not reexport code of imported libraries (e.g. vscode-languageclient) [#459](https://github.com/TypeFox/monaco-languageclient/pull/459)
25
33
  - Content of `vscode-jsonrpc`,`vscode-languageclient` and `vscode-languageserver-protocol` is no longer re-exported
26
34
  - Restructures example into less packages. It reduces maintenace efforts
27
35
  - Web worker language server example is replaced with Langium Statemachine
@@ -38,7 +46,7 @@ All notable changes to this npm module are documented in this file.
38
46
 
39
47
  ## [4.0.1] - 2022-10-19
40
48
 
41
- - Update to monaco-editor 0.34.1 #[373](https://github.com/TypeFox/monaco-languageclient/pull/373)
49
+ - Update to monaco-editor 0.34.1 [#373](https://github.com/TypeFox/monaco-languageclient/pull/373)
42
50
  - Update to `monaco-vscode-api@1.69.12`
43
51
  - Update exmaple dependencies (which don't affect the library)
44
52
 
@@ -78,29 +86,29 @@ The npm packages exports the following:
78
86
 
79
87
  ## [2.0.2] - 2022-06-22
80
88
 
81
- - Align all tsconfigs and vscode-ws-jsonrpc provides esm/cjs #[390](https://github.com/TypeFox/monaco-languageclient/pull/390)
89
+ - Align all tsconfigs and vscode-ws-jsonrpc provides esm/cjs [#390](https://github.com/TypeFox/monaco-languageclient/pull/390)
82
90
  - Use `typesVersions` in **package.json*- for proper TypeScript import support (used in node example)
83
91
  - Remove AMD and CJS builds adn exports of the main library. Only `monaco-converters` and `monaco-converters/cjs` are left
84
92
 
85
93
  ## [2.0.1] - 2022-06-21
86
94
 
87
- - No cjs fragments to export #[388](https://github.com/TypeFox/monaco-languageclient/issues/388)
95
+ - No cjs fragments to export [#388](https://github.com/TypeFox/monaco-languageclient/issues/388)
88
96
 
89
97
  ## [2.0.0] - 2022-06-21
90
98
 
91
- - Use monaco vscode api #[373](https://github.com/TypeFox/monaco-languageclient/pull/373)
92
- - Merge monaco-jsonrpc and vscode-ws-jsonrpc into new sub package #[383](https://github.com/TypeFox/monaco-languageclient/pull/383)
93
- - Integrate eslint with eslint-config-standard #[385](https://github.com/TypeFox/monaco-languageclient/pull/385)
94
- - Add example with client and server both running in the browser #[386](https://github.com/TypeFox/monaco-languageclient/pull/386)
99
+ - Use monaco vscode api [#373](https://github.com/TypeFox/monaco-languageclient/pull/373)
100
+ - Merge monaco-jsonrpc and vscode-ws-jsonrpc into new sub package [#383](https://github.com/TypeFox/monaco-languageclient/pull/383)
101
+ - Integrate eslint with eslint-config-standard [#385](https://github.com/TypeFox/monaco-languageclient/pull/385)
102
+ - Add example with client and server both running in the browser [#386](https://github.com/TypeFox/monaco-languageclient/pull/386)
95
103
 
96
104
  ## [1.1.0] - 2022-06-08
97
105
 
98
- - feat(package.json): export monaco-converter #[376](https://github.com/TypeFox/monaco-languageclient/pull/376)
99
- - Clean unregistered featured from registration requests #[372](https://github.com/TypeFox/monaco-languageclient/pull/372)
100
- - Introduce global engines entries for node and npm #[370](https://github.com/TypeFox/monaco-languageclient/pull/370)
101
- - Implement missing 3.17 api #[364](https://github.com/TypeFox/monaco-languageclient/pull/364)
102
- - Remove unsupported features #[362](https://github.com/TypeFox/monaco-languageclient/pull/362)
103
- - Do not include node code #[361](https://github.com/TypeFox/monaco-languageclient/pull/361)
106
+ - feat(package.json): export monaco-converter [#376](https://github.com/TypeFox/monaco-languageclient/pull/376)
107
+ - Clean unregistered featured from registration requests [#372](https://github.com/TypeFox/monaco-languageclient/pull/372)
108
+ - Introduce global engines entries for node and npm [#370](https://github.com/TypeFox/monaco-languageclient/pull/370)
109
+ - Implement missing 3.17 api [#364](https://github.com/TypeFox/monaco-languageclient/pull/364)
110
+ - Remove unsupported features [#362](https://github.com/TypeFox/monaco-languageclient/pull/362)
111
+ - Do not include node code [#361](https://github.com/TypeFox/monaco-languageclient/pull/361)
104
112
 
105
113
  ## [1.0.1] - 2022-05-21
106
114
 
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "monaco-languageclient",
3
- "version": "6.0.2-next.0",
3
+ "version": "6.0.3-next.0",
4
4
  "description": "Monaco Language client implementation",
5
5
  "author": {
6
- "name": "TypeFox GmbH ",
6
+ "name": "TypeFox GmbH",
7
7
  "url": "http://www.typefox.io"
8
8
  },
9
9
  "homepage": "https://github.com/TypeFox/monaco-languageclient/blob/main/packages/client/README.md",
@@ -48,14 +48,19 @@
48
48
  "License.txt"
49
49
  ],
50
50
  "dependencies": {
51
- "vscode": "npm:@codingame/monaco-vscode-api@~1.78.6",
51
+ "monaco-editor": "~0.37.1",
52
+ "vscode": "npm:@codingame/monaco-vscode-api@~1.78.7",
52
53
  "vscode-jsonrpc": "~8.1.0",
53
54
  "vscode-languageclient": "~8.1.0"
54
55
  },
55
56
  "peerDependencies": {
56
- "vscode": "npm:@codingame/monaco-vscode-api@~1.78.6"
57
+ "vscode": "npm:@codingame/monaco-vscode-api@~1.78.6",
58
+ "monaco-editor": "~0.37.1"
57
59
  },
58
60
  "peerDependenciesMeta": {
61
+ "monaco-editor": {
62
+ "optional": false
63
+ },
59
64
  "vscode": {
60
65
  "optional": false
61
66
  }