Skip to content

Commit

Permalink
Prepare next release (v7.3.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisalmen committed Jan 3, 2024
1 parent eb6b7bf commit ad37899
Show file tree
Hide file tree
Showing 11 changed files with 180 additions and 180 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,12 @@ With v7 we decided to use readily treemended version of monaco-editor called [@c

```yaml
"overrides": {
"monaco-editor": "npm:@codingame/monaco-editor-treemended@>=1.85.0-next.2 <1.86.0",
"vscode": "npm:@codingame/monaco-vscode-api@>=1.85.0-next.2 <1.86.0"
"monaco-editor": "npm:@codingame/monaco-editor-treemended@>=1.85.0 <1.86.0",
"vscode": "npm:@codingame/monaco-vscode-api@>=1.85.0 <1.86.0"
},
"resolutions": {
"monaco-editor": "npm:@codingame/monaco-editor-treemended@>=1.85.0-next.2 <1.86.0",
"vscode": "npm:@codingame/monaco-vscode-api@>=1.85.0-next.2 <1.86.0"
"monaco-editor": "npm:@codingame/monaco-editor-treemended@>=1.85.0 <1.86.0",
"vscode": "npm:@codingame/monaco-vscode-api@>=1.85.0 <1.86.0"
}
```

Expand Down Expand Up @@ -308,7 +308,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.85.0-next.2 <1.86.0"
"vscode": "npm:@codingame/monaco-vscode-api@>=1.85.0 <1.86.0"
```

## Monaco-editor / @codingame/monaco-vscode-api compatibility table
Expand All @@ -319,7 +319,7 @@ The following table describes which version of **monaco-languageclient** and **@

| monaco-languageclient | monaco-vscode-api | monaco-editor-treemended | monaco-editor | release date | comment |
| :---- | :---- | :--- | :--- | :--- | :--- |
| 7.3.0 | 1.85.0 | 1.85.0 | 0.45.0 | 2024-01-0x | |
| 7.3.0 | 1.85.0 | 1.85.0 | 0.45.0 | 2024-01-03 | |
| 7.2.0 | 1.83.16 | 1.83.16 | 0.44.0 | 2023-12-07 | |
| 7.1.0 | 1.83.12 | 1.83.12 | 0.44.0 | 2023-11-27 | |
| 7.0.2 | 1.83.7 | 1.83.7 | 0.44.0 | 2023-11-02 | |
Expand Down
254 changes: 127 additions & 127 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"vite": "~5.0.10"
},
"overrides": {
"monaco-editor": "npm:@codingame/monaco-editor-treemended@>=1.85.0-next.2 <1.86.0",
"vscode": "npm:@codingame/monaco-vscode-api@>=1.85.0-next.2 <1.86.0"
"monaco-editor": "npm:@codingame/monaco-editor-treemended@>=1.85.0 <1.86.0",
"vscode": "npm:@codingame/monaco-vscode-api@>=1.85.0 <1.86.0"
},
"resolutions": {
"monaco-editor": "npm:@codingame/monaco-editor-treemended@>=1.85.0-next.2 <1.86.0",
"vscode": "npm:@codingame/monaco-vscode-api@>=1.85.0-next.2 <1.86.0"
"monaco-editor": "npm:@codingame/monaco-editor-treemended@>=1.85.0 <1.86.0",
"vscode": "npm:@codingame/monaco-vscode-api@>=1.85.0 <1.86.0"
},
"volta": {
"node": "20.10.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## [7.3.0] - 2023-12-1x
## [7.3.0] - 2024-01-03

- Updated to `@codingame/monaco-vscode-api@1.85.0` and `@codingame/monaco-editor-treemende@1.85.0` / `monaco-editor@0.45.0`

Expand Down
18 changes: 9 additions & 9 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monaco-languageclient",
"version": "7.3.0-next.1",
"version": "7.3.0",
"description": "Monaco Language client implementation",
"author": {
"name": "TypeFox GmbH",
Expand Down Expand Up @@ -48,16 +48,16 @@
"License.txt"
],
"dependencies": {
"@codingame/monaco-vscode-editor-service-override": "~1.85.0-next.2",
"@codingame/monaco-vscode-languages-service-override": "~1.85.0-next.2",
"@codingame/monaco-vscode-model-service-override": "~1.85.0-next.2",
"monaco-editor": "npm:@codingame/monaco-editor-treemended@>=1.85.0-next.2 <1.86.0",
"vscode": "npm:@codingame/monaco-vscode-api@>=1.85.0-next.2 <1.86.0",
"@codingame/monaco-vscode-editor-service-override": "~1.85.0",
"@codingame/monaco-vscode-languages-service-override": "~1.85.0",
"@codingame/monaco-vscode-model-service-override": "~1.85.0",
"monaco-editor": "npm:@codingame/monaco-editor-treemended@>=1.85.0 <1.86.0",
"vscode": "npm:@codingame/monaco-vscode-api@>=1.85.0 <1.86.0",
"vscode-languageclient": "~9.0.1"
},
"peerDependencies": {
"monaco-editor": "0.45.0",
"vscode": "npm:@codingame/monaco-vscode-api@>=1.85.0-next.2 <1.86.0"
"vscode": "npm:@codingame/monaco-vscode-api@>=1.85.0 <1.86.0"
},
"peerDependenciesMeta": {
"monaco-editor": {
Expand All @@ -72,8 +72,8 @@
"vscode": "$vscode"
},
"resolutions": {
"monaco-editor": "npm:@codingame/monaco-editor-treemended@>=1.85.0-next.2 <1.86.0",
"vscode": "npm:@codingame/monaco-vscode-api@>=1.85.0-next.2 <1.86.0"
"monaco-editor": "npm:@codingame/monaco-editor-treemended@>=1.85.0 <1.86.0",
"vscode": "npm:@codingame/monaco-vscode-api@>=1.85.0 <1.86.0"
},
"scripts": {
"clean": "shx rm -fr lib *.tsbuildinfo",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## [7.3.0] - 2023-12-1x
## [7.3.0] - 2023-01-03

- Updated to `monaco-languageclient@7.3.0`.

Expand Down
36 changes: 18 additions & 18 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monaco-languageclient-examples",
"version": "7.3.0-next.1",
"version": "7.3.0",
"description": "Monaco Language client examples",
"author": {
"name": "TypeFox GmbH",
Expand Down Expand Up @@ -43,29 +43,29 @@
}
},
"dependencies": {
"@codingame/monaco-vscode-configuration-service-override": "~1.85.0-next.2",
"@codingame/monaco-vscode-editor-service-override": "~1.85.0-next.2",
"@codingame/monaco-vscode-files-service-override": "~1.85.0-next.2",
"@codingame/monaco-vscode-json-default-extension": "~1.85.0-next.2",
"@codingame/monaco-vscode-keybindings-service-override": "~1.85.0-next.2",
"@codingame/monaco-vscode-python-default-extension": "~1.85.0-next.2",
"@codingame/monaco-vscode-textmate-service-override": "~1.85.0-next.2",
"@codingame/monaco-vscode-theme-defaults-default-extension": "~1.85.0-next.2",
"@codingame/monaco-vscode-theme-service-override": "~1.85.0-next.2",
"@codingame/monaco-vscode-language-pack-de": "~1.85.0-next.2",
"@codingame/monaco-vscode-language-pack-es": "~1.85.0-next.2",
"@codingame/monaco-vscode-language-pack-fr": "~1.85.0-next.2",
"@codingame/monaco-vscode-configuration-service-override": "~1.85.0",
"@codingame/monaco-vscode-editor-service-override": "~1.85.0",
"@codingame/monaco-vscode-files-service-override": "~1.85.0",
"@codingame/monaco-vscode-json-default-extension": "~1.85.0",
"@codingame/monaco-vscode-keybindings-service-override": "~1.85.0",
"@codingame/monaco-vscode-python-default-extension": "~1.85.0",
"@codingame/monaco-vscode-textmate-service-override": "~1.85.0",
"@codingame/monaco-vscode-theme-defaults-default-extension": "~1.85.0",
"@codingame/monaco-vscode-theme-service-override": "~1.85.0",
"@codingame/monaco-vscode-language-pack-de": "~1.85.0",
"@codingame/monaco-vscode-language-pack-es": "~1.85.0",
"@codingame/monaco-vscode-language-pack-fr": "~1.85.0",
"express": "~4.18.2",
"langium": "~2.1.0",
"langium-statemachine-dsl": "~2.1.0",
"monaco-editor": "npm:@codingame/monaco-editor-treemended@>=1.85.0-next.2 <1.86.0",
"monaco-editor": "npm:@codingame/monaco-editor-treemended@>=1.85.0 <1.86.0",
"monaco-editor-workers": "~0.45.0",
"monaco-languageclient": "~7.3.0-next.1",
"monaco-languageclient": "~7.3.0",
"pyright": "~1.1.344",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"request-light": "~0.7.0",
"vscode": "npm:@codingame/monaco-vscode-api@>=1.85.0-next.2 <1.86.0",
"vscode": "npm:@codingame/monaco-vscode-api@>=1.85.0 <1.86.0",
"vscode-json-languageservice": "~5.3.7",
"vscode-languageclient": "~9.0.1",
"vscode-languageserver": "~9.0.1",
Expand All @@ -87,8 +87,8 @@
"vscode": "$vscode"
},
"resolutions": {
"monaco-editor": "npm:@codingame/monaco-editor-treemended@>=1.85.0-next.2 <1.86.0",
"vscode": "npm:@codingame/monaco-vscode-api@>=1.85.0-next.2 <1.86.0"
"monaco-editor": "npm:@codingame/monaco-editor-treemended@>=1.85.0 <1.86.0",
"vscode": "npm:@codingame/monaco-vscode-api@>=1.85.0 <1.86.0"
},
"volta": {
"node": "20.10.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/verify/pnpm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "0.0.0",
"private": "true",
"dependencies": {
"monaco-editor": "npm:@codingame/monaco-editor-treemended@>=1.85.0-next.2 <1.86.0",
"monaco-languageclient": "~7.3.0-next.1",
"vscode": "npm:@codingame/monaco-vscode-api@>=1.85.0-next.2 <1.86.0"
"monaco-editor": "npm:@codingame/monaco-editor-treemended@>=1.85.0 <1.86.0",
"monaco-languageclient": "~7.3.0",
"vscode": "npm:@codingame/monaco-vscode-api@>=1.85.0 <1.86.0"
},
"devDependencies": {
"shx": "~0.3.4"
Expand Down
8 changes: 4 additions & 4 deletions packages/verify/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"private": true,
"type": "module",
"dependencies": {
"monaco-editor": "npm:@codingame/monaco-editor-treemended@>=1.85.0-next.2 <1.86.0",
"monaco-editor": "npm:@codingame/monaco-editor-treemended@>=1.85.0 <1.86.0",
"monaco-editor-workers": "~0.45.0",
"monaco-languageclient": "~7.3.0-next.1",
"monaco-languageclient-examples": "~7.3.0-next.1",
"monaco-languageclient": "~7.3.0",
"monaco-languageclient-examples": "~7.3.0",
"vscode-ws-jsonrpc": "~3.1.0"
},
"devDependencies": {
Expand All @@ -17,7 +17,7 @@
"monaco-editor": "$monaco-editor"
},
"resolutions": {
"monaco-editor": "npm:@codingame/monaco-editor-treemended@>=1.85.0-next.2 <1.86.0"
"monaco-editor": "npm:@codingame/monaco-editor-treemended@>=1.85.0 <1.86.0"
},
"volta": {
"node": "20.10.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/verify/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"private": true,
"type": "module",
"dependencies": {
"monaco-editor": "npm:@codingame/monaco-editor-treemended@>=1.85.0-next.2 <1.86.0",
"monaco-editor": "npm:@codingame/monaco-editor-treemended@>=1.85.0 <1.86.0",
"monaco-editor-workers": "~0.45.0",
"monaco-languageclient": "~7.3.0-next.1",
"monaco-languageclient-examples": "~7.3.0-next.1",
"monaco-languageclient": "~7.3.0",
"monaco-languageclient-examples": "~7.3.0",
"vscode-ws-jsonrpc": "~3.1.0"
},
"devDependencies": {
Expand All @@ -22,7 +22,7 @@
"monaco-editor": "$monaco-editor"
},
"resolutions": {
"monaco-editor": "npm:@codingame/monaco-editor-treemended@>=1.85.0-next.2 <1.86.0"
"monaco-editor": "npm:@codingame/monaco-editor-treemended@>=1.85.0 <1.86.0"
},
"volta": {
"node": "20.10.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/verify/yarn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"version": "0.0.0",
"private": "true",
"dependencies": {
"monaco-editor": "npm:@codingame/monaco-editor-treemended@>=1.85.0-next.2 <1.86.0",
"monaco-languageclient": "~7.3.0-next.1"
"monaco-editor": "npm:@codingame/monaco-editor-treemended@>=1.85.0 <1.86.0",
"monaco-languageclient": "~7.3.0"
},
"devDependencies": {
"shx": "~0.3.4"
},
"resolutions": {
"monaco-editor": "npm:@codingame/monaco-editor-treemended@>=1.85.0-next.2 <1.86.0"
"monaco-editor": "npm:@codingame/monaco-editor-treemended@>=1.85.0 <1.86.0"
},
"scripts": {
"clean": "shx rm -fr ./node_modules yarn.lock",
Expand Down

0 comments on commit ad37899

Please sign in to comment.