Skip to content

Commit

Permalink
Update to monaco-vscode-api 1.82.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisalmen committed Oct 11, 2023
1 parent 37c7aac commit 5b9e70f
Show file tree
Hide file tree
Showing 14 changed files with 117 additions and 98 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ The following table describes which version of **monaco-languageclient** and **@

| monaco-languageclient | @codingame/monaco-vscode-api | monaco-editor | comment |
| :---- | :---- | :--- | :--- |
| 6.5.3 | 1.82.5 | 0.43.0 | Released 2023-10-1x |
| 6.5.2 | 1.82.4 | 0.43.0 | Released 2023-10-07 |
| 6.5.1 | 1.82.3 | 0.43.0 | Released 2023-10-04 |
| 6.5.0 | 1.82.2 | 0.43.0 | Released 2023-09-29 |
Expand Down Expand Up @@ -324,7 +325,7 @@ loader.config({ monaco });
If you use pnpm, you have to add `vscode` / `@codingame/monaco-vscode-api` as direct dependency (see the [following table](#monaco-editor--codingamemonaco-vscode-api-compatibility-table)), otherwise the installation will fail.

```json
"vscode": "npm:@codingame/monaco-vscode-api@>=1.82.4 <1.83.0"
"vscode": "npm:@codingame/monaco-vscode-api@>=1.82.5 <1.83.0"
```

## Changelogs
Expand Down
137 changes: 74 additions & 63 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## [6.5.4] - 2023-10-1x

- Updated to `monaco-vscode-api` `1.82.5`. Fixes requirung `"skipLibCheck": true` with previous versions of 1.82.

## [6.5.2] - 2023-10-07

- Updated to `monaco-vscode-api` `1.82.4`
Expand Down
12 changes: 6 additions & 6 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monaco-languageclient",
"version": "6.5.2",
"version": "6.5.3-next.0",
"description": "Monaco Language client implementation",
"author": {
"name": "TypeFox GmbH",
Expand Down Expand Up @@ -49,15 +49,15 @@
],
"dependencies": {
"monaco-editor": "~0.43.0",
"vscode": "npm:@codingame/monaco-vscode-api@>=1.82.4 <1.83.0",
"@codingame/monaco-vscode-languages-service-override": "~1.82.4",
"@codingame/monaco-vscode-model-service-override": "~1.82.4",
"vscode-jsonrpc": "~8.1.0",
"vscode": "npm:@codingame/monaco-vscode-api@>=1.82.5-next.0 <1.83.0",
"@codingame/monaco-vscode-editor-service-override": "~1.82.5-next.0",
"@codingame/monaco-vscode-languages-service-override": "~1.82.5-next.0",
"@codingame/monaco-vscode-model-service-override": "~1.82.5-next.0",
"vscode-languageclient": "~8.1.0"
},
"peerDependencies": {
"monaco-editor": "~0.43.0",
"vscode": "npm:@codingame/monaco-vscode-api@>=1.82.4 <1.83.0"
"vscode": "npm:@codingame/monaco-vscode-api@>=1.82.5-next.0 <1.83.0"
},
"peerDependenciesMeta": {
"monaco-editor": {
Expand Down
3 changes: 1 addition & 2 deletions packages/client/tsconfig.src.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"compilerOptions": {
"rootDir": "src",
"outDir": "lib",
"declarationDir": "lib",
"skipLibCheck": true
"declarationDir": "lib"
},
"references": [{
"path": "../vscode-ws-jsonrpc/tsconfig.src.json"
Expand Down
4 changes: 4 additions & 0 deletions packages/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## [6.5.3] - 2023-10-1x

- Updated to `[email protected]`

## [6.5.2] - 2023-10-07

- Updated to `[email protected]`
Expand Down
22 changes: 12 additions & 10 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monaco-languageclient-examples",
"version": "6.5.2",
"version": "6.5.3-next.0",
"description": "Monaco Language client examples",
"author": {
"name": "TypeFox GmbH",
Expand Down Expand Up @@ -43,19 +43,20 @@
}
},
"dependencies": {
"@codingame/monaco-vscode-configuration-service-override": "~1.82.4",
"@codingame/monaco-vscode-editor-service-override": "~1.82.4",
"@codingame/monaco-vscode-json-default-extension": "~1.82.4",
"@codingame/monaco-vscode-keybindings-service-override": "~1.82.4",
"@codingame/monaco-vscode-python-default-extension": "~1.82.4",
"@codingame/monaco-vscode-textmate-service-override": "~1.82.4",
"@codingame/monaco-vscode-theme-defaults-default-extension": "~1.82.4",
"@codingame/monaco-vscode-theme-service-override": "~1.82.4",
"@codingame/monaco-vscode-configuration-service-override": "~1.82.5-next.0",
"@codingame/monaco-vscode-editor-service-override": "~1.82.5-next.0",
"@codingame/monaco-vscode-files-service-override": "~1.82.5-next.0",
"@codingame/monaco-vscode-json-default-extension": "~1.82.5-next.0",
"@codingame/monaco-vscode-keybindings-service-override": "~1.82.5-next.0",
"@codingame/monaco-vscode-python-default-extension": "~1.82.5-next.0",
"@codingame/monaco-vscode-textmate-service-override": "~1.82.5-next.0",
"@codingame/monaco-vscode-theme-defaults-default-extension": "~1.82.5-next.0",
"@codingame/monaco-vscode-theme-service-override": "~1.82.5-next.0",
"express": "~4.18.2",
"langium": "~2.0.2",
"langium-statemachine-dsl": "~2.0.0",
"monaco-editor-workers": "~0.43.0",
"monaco-languageclient": "~6.5.2",
"monaco-languageclient": "~6.5.3-next.0",
"pyright": "~1.1.330",
"react": "~18.2.0",
"react-dom": "~18.2.0",
Expand All @@ -69,6 +70,7 @@
"devDependencies": {
"@types/ws": "~8.5.6",
"@types/express": "~4.17.18",
"@types/node": "~18.18.3",
"@types/react": "~18.2.24",
"@types/react-dom": "~18.2.9",
"ts-node": "~10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/src/python/client/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import getTextmateServiceOverride from '@codingame/monaco-vscode-textmate-servic
import { initServices, MonacoLanguageClient } from 'monaco-languageclient';
import { CloseAction, ErrorAction, MessageTransports } from 'vscode-languageclient';
import { WebSocketMessageReader, WebSocketMessageWriter, toSocket } from 'vscode-ws-jsonrpc';
import { RegisteredFileSystemProvider, registerFileSystemOverlay, RegisteredMemoryFile } from 'vscode/service-override/files';
import { RegisteredFileSystemProvider, registerFileSystemOverlay, RegisteredMemoryFile } from '@codingame/monaco-vscode-files-service-override';
import { Uri } from 'vscode';
import { createUrl } from '../../common.js';

Expand Down
Loading

0 comments on commit 5b9e70f

Please sign in to comment.