Skip to content

Commit ce011de

Browse files
committed
Update to monaco-vscode-api 13. Increment local versions to x.2.0-next.0
Updated dependencies
1 parent 9e7e232 commit ce011de

21 files changed

+8941
-7763
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ Because `@codingame/monaco-vscode-api` relies on it own build of `monaco-editor`
306306

307307
```json
308308
"overrides": {
309-
"monaco-editor": "npm:@codingame/monaco-vscode-editor-api@~11.1.2"
309+
"monaco-editor": "npm:@codingame/monaco-vscode-editor-api@13.0.0"
310310
}
311311
```
312312

@@ -315,7 +315,7 @@ Because `@codingame/monaco-vscode-api` relies on it own build of `monaco-editor`
315315
If you use pnpm, you have to add `vscode` / `@codingame/monaco-vscode-api` as direct dependency (you find the [compatibility table here](https://github.com/TypeFox/monaco-languageclient/blob/main/docs/versions-and-history.md#monaco-editor--codingamemonaco-vscode-api-compatibility-table), otherwise the installation will fail.
316316

317317
```json
318-
"vscode": "npm:@codingame/monaco-vscode-api@~11.1.2"
318+
"vscode": "npm:@codingame/monaco-vscode-extension-api@13.0.0"
319319
```
320320

321321
## Licenses

docs/versions-and-history.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +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.2.0-next.0 | 6.2.0-next.0 | 6.2.0-next.0 | 13.0.0 | 1.96.4 | 0.52.2 | 2025-01-24 | |
910
| 9.1.1 | 6.1.1 | 6.1.1 | 11.1.2 | 1.95.3 | 0.52.0 | 2025-01-20 | |
1011
| 9.1.0 | 6.1.0 | 6.1.0 | 11.1.2 | 1.95.3 | 0.52.0 | 2025-01-10 | |
1112
| 9.0.0 | 6.0.0 | 6.0.0 | 11.1.2 | 1.95.3 | 0.52.0 | 2024-12-18 | |

package-lock.json

+8,790-7,052
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -6,40 +6,40 @@
66
"npm": ">=10.2.3"
77
},
88
"volta": {
9-
"node": "22.13.0",
9+
"node": "22.13.1",
1010
"npm": "10.9.2",
1111
"pnpm": "9.15.0",
1212
"yarn": "4.5.3"
1313
},
1414
"devDependencies": {
1515
"@codingame/esbuild-import-meta-url-plugin": "~1.0.2",
16-
"@codingame/monaco-vscode-rollup-vsix-plugin": "~11.1.2",
16+
"@codingame/monaco-vscode-rollup-vsix-plugin": "13.0.0",
1717
"@eslint/eslintrc": "~3.2.0",
18-
"@eslint/js": "~9.18.0",
19-
"@stylistic/eslint-plugin": "~2.13.0",
18+
"@eslint/js": "~9.19.0",
19+
"@stylistic/eslint-plugin": "~3.0.0",
2020
"@testing-library/react": "~16.2.0",
21-
"@types/node": "~22.10.7",
22-
"@types/react": "~19.0.7",
21+
"@types/node": "~22.10.10",
22+
"@types/react": "~19.0.8",
2323
"@types/react-dom": "~19.0.3",
24-
"@types/vscode": "~1.95.0",
25-
"@typescript-eslint/eslint-plugin": "~8.20.0",
26-
"@typescript-eslint/parser": "~8.20.0",
24+
"@types/vscode": "~1.96.0",
25+
"@typescript-eslint/eslint-plugin": "~8.21.0",
26+
"@typescript-eslint/parser": "~8.21.0",
2727
"@vitejs/plugin-react": "~4.3.4",
28-
"@vitest/browser": "~3.0.2",
28+
"@vitest/browser": "~3.0.4",
2929
"editorconfig": "~2.0.0",
3030
"esbuild": "~0.24.2",
31-
"eslint": "~9.18.0",
31+
"eslint": "~9.19.0",
3232
"eslint-plugin-header": "~3.1.1",
3333
"eslint-plugin-import": "~2.31.0",
3434
"eslint-plugin-unused-imports": "~4.1.4",
3535
"globals": "~15.14.0",
3636
"http-server": "~14.1.1",
3737
"minimatch": "~10.0.1",
38-
"playwright": "~1.49.1",
38+
"playwright": "~1.50.0",
3939
"typescript": "~5.7.3",
40-
"vite": "~6.0.8",
41-
"vite-node": "~3.0.2",
42-
"vitest": "~3.0.2"
40+
"vite": "~6.0.11",
41+
"vite-node": "~3.0.4",
42+
"vitest": "~3.0.4"
4343
},
4444
"scripts": {
4545
"clean": "npm run clean --workspaces",

packages/client/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this npm module are documented in this file.
44

5+
## [9.2.0-next.0] - 2025-01-20
6+
7+
- Updated all `@codingame/monaco-vscode` packages to `13.0.0`.
8+
59
## [9.1.1] - 2025-01-20
610

711
- View service related imports are made dynamically [#829](https://github.com/TypeFox/monaco-languageclient/pull/829)

0 commit comments

Comments
 (0)