Skip to content

Commit 6b7c10f

Browse files
authored
Merge pull request #836 from TypeFox/mva-13
Update to monaco-vscode-api@13.1.1
2 parents 9e7e232 + d852ab3 commit 6b7c10f

File tree

87 files changed

+13217
-9333
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+13217
-9333
lines changed

.github/workflows/peer.yml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
name: Verification Peer Builds
2+
3+
on:
4+
push:
5+
branches:
6+
- 'peer'
7+
workflow_dispatch:
8+
9+
jobs:
10+
peerVerify:
11+
runs-on: ubuntu-latest
12+
timeout-minutes: 10
13+
14+
steps:
15+
- name: Checkout
16+
uses: actions/checkout@v4
17+
18+
- name: Volta
19+
uses: volta-cli/action@v4
20+
21+
- name: Use pnpm
22+
uses: pnpm/action-setup@v3
23+
with:
24+
version: 9
25+
26+
- name: Install
27+
shell: bash
28+
run: |
29+
npm ci
30+
31+
- name: Versions Report
32+
shell: bash
33+
run: |
34+
npm run report:versions
35+
36+
- name: Execute peer verification
37+
shell: bash
38+
run: |
39+
bash ./verify/buildPeers.sh

README.md

Lines changed: 2 additions & 2 deletions
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.1.1"
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.1.1"
319319
```
320320

321321
## Licenses

docs/versions-and-history.md

Lines changed: 1 addition & 0 deletions
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.5 | 6.2.0-next.5 | 6.2.0-next.5 | 13.1.1 | 1.96.4 | 0.52.2 | 2025-01-28 | |
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

Lines changed: 7613 additions & 7000 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,40 +6,39 @@
66
"npm": ">=10.2.3"
77
},
88
"volta": {
9-
"node": "22.13.0",
9+
"node": "22.13.1",
1010
"npm": "10.9.2",
11-
"pnpm": "9.15.0",
12-
"yarn": "4.5.3"
11+
"pnpm": "9.15.4",
12+
"yarn": "4.6.0"
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.1.1",
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.12.0",
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+
"@typescript-eslint/eslint-plugin": "~8.22.0",
25+
"@typescript-eslint/parser": "~8.22.0",
2726
"@vitejs/plugin-react": "~4.3.4",
28-
"@vitest/browser": "~3.0.2",
27+
"@vitest/browser": "~3.0.4",
2928
"editorconfig": "~2.0.0",
3029
"esbuild": "~0.24.2",
31-
"eslint": "~9.18.0",
30+
"eslint": "~9.19.0",
3231
"eslint-plugin-header": "~3.1.1",
3332
"eslint-plugin-import": "~2.31.0",
3433
"eslint-plugin-unused-imports": "~4.1.4",
3534
"globals": "~15.14.0",
3635
"http-server": "~14.1.1",
3736
"minimatch": "~10.0.1",
38-
"playwright": "~1.49.1",
37+
"playwright": "~1.50.0",
3938
"typescript": "~5.7.3",
40-
"vite": "~6.0.8",
41-
"vite-node": "~3.0.2",
42-
"vitest": "~3.0.2"
39+
"vite": "~6.0.11",
40+
"vite-node": "~3.0.4",
41+
"vitest": "~3.0.4"
4342
},
4443
"scripts": {
4544
"clean": "npm run clean --workspaces",

packages/client/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.5] - 2025-01-28
6+
7+
- Updated all `@codingame/monaco-vscode` packages to `13.1.1`.
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)