Skip to content

Commit 95a209c

Browse files
committed
Increment next version, update dependencies
1 parent 76627c0 commit 95a209c

19 files changed

+1941
-1857
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,12 @@ Important Project changes and notes about the project's history are found [here]
7979

8080
These are the current versions of packages from this repository and their alignment with **@codingame/monaco-vscode-api** **monaco-editor** and **vscode**:
8181

82-
- **monaco-languageclient**: `9.6.0-next.1` (release date: 2025-04-11)
83-
- **monaco-editor-wrapper**: `6.7.0-next.1` (release date: 2025-04-11)
84-
- **@typefox/monaco-editor-react**: `6.7.0-next.1` (release date: 2025-04-11)
82+
- **monaco-languageclient**: `9.6.0-next.2` (release date: 2025-05-0x)
83+
- **monaco-editor-wrapper**: `6.7.0-next.2` (release date: 2025-05-0x)
84+
- **@typefox/monaco-editor-react**: `6.7.0-next.2` (release date: 2025-05-0x)
8585
- Aligned with:
86-
- **@codingame/monaco-vscode-[editor]-api**: `16.0.2`
87-
- **vscode**: `1.99.2`
86+
- **@codingame/monaco-vscode-[editor]-api**: `16.0.6`
87+
- **vscode**: `1.99.3`
8888
- **monaco-editor**: `0.52.2`
8989
- **vscode-ws-jsonrpc**: `3.4.0` (release date: 2024-12-18)
9090

@@ -256,12 +256,12 @@ Whenever you used `monaco-editor`/`@codingame/monaco-vscode-editor-api` `vscode`
256256
If you use pnpm or yarn, you have to add `vscode` / `@codingame/monaco-vscode-api` as direct dependency, otherwise the installation will fail:
257257

258258
```json
259-
"vscode": "npm:@codingame/monaco-vscode-extension-api@~16.0.2"
259+
"vscode": "npm:@codingame/monaco-vscode-extension-api@~16.0.6"
260260
```
261261

262262
### @codingame/monaco-vscode-editor-api / monaco-editor usage
263263

264-
When you use the libraries from this project you are no longer are required to proxy `monaco-editor` like `"monaco-editor": "npm:@codingame/monaco-vscode-editor-api@~16.0.2"` in you `package.json`. You can directly use it like this:
264+
When you use the libraries from this project you are no longer are required to proxy `monaco-editor` like `"monaco-editor": "npm:@codingame/monaco-vscode-editor-api@~16.0.6"` in you `package.json`. You can directly use it like this:
265265

266266
```js
267267
import * as monaco from '@codingame/monaco-vscode-editor-api';
@@ -271,7 +271,7 @@ If your dependency stack already contains a reference `monaco-editor` you must e
271271

272272
```json
273273
"overrides": {
274-
"monaco-editor": "npm:@codingame/monaco-vscode-editor-api@~16.0.2"
274+
"monaco-editor": "npm:@codingame/monaco-vscode-editor-api@~16.0.6"
275275
}
276276
```
277277

docs/versions-and-history.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The following table describes which version of **monaco-languageclient** and **@
66

77
| monaco-languageclient | monaco-editor-wrapper | monaco-editor-react | monaco-vscode-api / editor-api | vscode | monaco-editor | release date | comment |
88
| :---- | :---- | :--- | :--- | :--- | :--- | :--- | :--- |
9-
| 9.6.0-next.1 | 6.7.0-next.1 | 6.7.0-next.1 | 16.0.2 | 1.99.2 | 0.52.2 | 2025-04-11 | |
9+
| 9.6.0-next.2 | 6.7.0-next.2| 6.7.0-next.2 | 16.0.6 | 1.99.3 | 0.52.2 | 2025-05-0x | |
1010
| 9.5.0 | 6.6.0 | 6.6.0 | 15.0.2 | 1.97.2 | 0.52.2 | 2025-03-13 | |
1111
| 9.4.0 | 6.4.0 | 6.4.0 | 14.0.4 | 1.97.2 | 0.52.2 | 2025-02-18 | |
1212
| 9.3.0 | 6.3.0 | 6.3.0 | 14.0.2 | 1.97.0 | 0.52.2 | 2025-02-12 | |

0 commit comments

Comments
 (0)