Skip to content

Commit

Permalink
Update versions to -next.14. Update CHANGELOGs
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisalmen committed Dec 18, 2024
1 parent 22e5acd commit e6524ed
Show file tree
Hide file tree
Showing 18 changed files with 69 additions and 131 deletions.
2 changes: 1 addition & 1 deletion docs/versions-and-history.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The following table describes which version of **monaco-languageclient** and **@

| monaco-languageclient | monaco-editor-wrapper | monaco-editor-react | monaco-vscode-api / editor-api | vscode | monaco-editor | release date | comment |
| :---- | :---- | :--- | :--- | :--- | :--- | :--- | :--- |
| 9.0.0-next.13 | 6.0.0-next.13 | 6.0.0-next.13 | 11.1.2 | 1.95.3 | 0.52.0 | 2024-12-18 | |
| 9.0.0-next.14 | 6.0.0-next.14 | 6.0.0-next.14 | 11.1.2 | 1.95.3 | 0.52.0 | 2024-12-18 | |
| 8.8.3 | 5.5.3 | 4.5.3 | 8.0.4 | 1.92.2 | 0.51.0 | 2024-08-26 | |
| 8.8.2 | 5.5.2 | 4.5.2 | 8.0.2 | 1.92.2 | 0.50.0 | 2024-08-21 | |
| 8.8.1 | 5.5.1 | 4.5.1 | 8.0.1 | 1.92.1 | 0.50.0 | 2024-08-12 | |
Expand Down
118 changes: 24 additions & 94 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

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

## [9.0.0-next.13] - 2024-12-18
## [9.0.0-next.14] - 2024-12-18

- Include all `@codingame/monaco-vscode` packages as peerDependencies. Mark only required ones as non-optional.
- Updated engine engine requirements for node to (`>=18.19.0`) and for npm to (`>=10.2.3`)
- Updated all `@codingame/monaco-vscode` packages to `11.1.2`.
- Workaround for `@codingame/monaco-vscode-chat-extensions-notebook-task-terminal-testing-common` dependency problem
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monaco-languageclient",
"version": "9.0.0-next.13",
"version": "9.0.0-next.14",
"description": "Monaco Language client implementation",
"author": {
"name": "TypeFox GmbH",
Expand Down
5 changes: 5 additions & 0 deletions packages/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## [2024.12.5] - 2024-12-18

- Remove all `peerDependencies` and only use regular `dependencies.
- Updated to `[email protected]`, `[email protected]`, `[email protected]` and `@typefox/[email protected]`.

## [2024.12.4] - 2024-12-18

- Updated to `[email protected]`, `[email protected]`, `[email protected]` and `@typefox/[email protected]`.
Expand Down
10 changes: 5 additions & 5 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monaco-languageclient-examples",
"version": "2024.12.4",
"version": "2024.12.5",
"description": "Monaco Language client examples",
"author": {
"name": "TypeFox GmbH",
Expand Down Expand Up @@ -95,14 +95,14 @@
"@codingame/monaco-vscode-remote-agent-service-override": "~11.1.2",
"@codingame/monaco-vscode-environment-service-override": "~11.1.2",
"@codingame/monaco-vscode-secret-storage-service-override": "~11.1.2",
"@typefox/monaco-editor-react": "~6.0.0-next.13",
"@typefox/monaco-editor-react": "~6.0.0-next.14",
"cors": "^2.8.5",
"express": "~4.21.2",
"jszip": "~3.10.1",
"langium": "~3.3.0",
"monaco-editor": "npm:@codingame/monaco-vscode-editor-api@~11.1.2",
"monaco-editor-wrapper": "~6.0.0-next.13",
"monaco-languageclient": "~9.0.0-next.13",
"monaco-editor-wrapper": "~6.0.0-next.14",
"monaco-languageclient": "~9.0.0-next.14",
"pyright": "~1.1.391",
"react": "~18.3.1",
"react-dom": "~18.3.1",
Expand All @@ -112,7 +112,7 @@
"vscode-languageclient": "~9.0.1",
"vscode-languageserver": "~9.0.1",
"vscode-uri": "~3.0.8",
"vscode-ws-jsonrpc": "~3.4.0-next.13",
"vscode-ws-jsonrpc": "~3.4.0-next.14",
"ws": "~8.18.0",
"wtd-core": "~4.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-ws-jsonrpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-ws-jsonrpc",
"version": "3.4.0-next.13",
"version": "3.4.0-next.14",
"description": "VSCode JSON RPC over WebSocket",
"author": {
"name": "TypeFox GmbH",
Expand Down
5 changes: 3 additions & 2 deletions packages/wrapper-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

All notable changes to npm module [@typefox/monaco-editor-react](https://www.npmjs.com/package/@typefox/monaco-editor-react) are documented in this file.

## [6.0.0-next.13] - 2024-12-18
## [6.0.0-next.14] - 2024-12-18

- Only `monaco-editor-wrapper` is a `peerDependencies`
- Updated engine engine requirements for node to (`>=18.19.0`) and for npm to (`>=10.2.3`)
- Updated to `[email protected].13` and `[email protected].13`. Updated all `@codingame/monaco-vscode` packages to `11.1.2`.
- Updated to `[email protected].14` and `[email protected].14`. Updated all `@codingame/monaco-vscode` packages to `11.1.2`.
- Bugfix: Wrapper: Text model content is not properly updated with updateCodeResource [#808](https://github.com/TypeFox/monaco-languageclient/pull/808)
- Workaround for `@codingame/monaco-vscode-chat-extensions-notebook-task-terminal-testing-common` dependency problem
- Run language clients independent of wrapper lifecycle [#784](https://github.com/TypeFox/monaco-languageclient/pull/784)
Expand Down
8 changes: 4 additions & 4 deletions packages/wrapper-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typefox/monaco-editor-react",
"version": "6.0.0-next.13",
"version": "6.0.0-next.14",
"license": "MIT",
"description": "React component for Monaco-Editor and Monaco Languageclient",
"keywords": [
Expand Down Expand Up @@ -48,12 +48,12 @@
"dependencies": {
"react": "~18.3.1",
"monaco-editor": "npm:@codingame/monaco-vscode-editor-api@~11.1.2",
"monaco-languageclient": "~9.0.0-next.13",
"monaco-languageclient": "~9.0.0-next.14",
"vscode": "npm:@codingame/monaco-vscode-api@~11.1.2",
"vscode-ws-jsonrpc": "~3.4.0-next.13"
"vscode-ws-jsonrpc": "~3.4.0-next.14"
},
"peerDependencies": {
"monaco-editor-wrapper": "~6.0.0-next.13"
"monaco-editor-wrapper": "~6.0.0-next.14"
},
"peerDependenciesMeta": {
"monaco-editor-wrapper": {
Expand Down
5 changes: 3 additions & 2 deletions packages/wrapper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

All notable changes to npm module [monaco-editor-wrapper](https://www.npmjs.com/package/monaco-editor-wrapper) are documented in this file.

## [6.0.0-next.13] - 2024-12-18
## [6.0.0-next.14] - 2024-12-18

- Updated to `[email protected]` and `[email protected]`. Updated all `@codingame/monaco-vscode` packages to `11.1.2`.
- Only `monaco-languageclient` and `vscode-ws-jsonrpc` are `peerDependencies`.
- Updated to `[email protected]` and `[email protected]`. Updated all `@codingame/monaco-vscode` packages to `11.1.2`.
- Updated engine engine requirements for node to (`>=18.19.0`) and for npm to (`>=10.2.3`)
- Bugfix: Wrapper: Text model content is not properly updated with updateCodeResource [#808](https://github.com/TypeFox/monaco-languageclient/pull/808)
- Fixed WebSocket type checking error [#800](https://github.com/TypeFox/monaco-languageclient/pull/800)
Expand Down
6 changes: 3 additions & 3 deletions packages/wrapper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monaco-editor-wrapper",
"version": "6.0.0-next.13",
"version": "6.0.0-next.14",
"license": "MIT",
"description": "Wrapper for monaco-vscode-editor-api and monaco-languageclient",
"keywords": [
Expand Down Expand Up @@ -125,8 +125,8 @@
"@codingame/monaco-vscode-standalone-typescript-language-features": "~11.1.2"
},
"peerDependencies": {
"monaco-languageclient": "~9.0.0-next.13",
"vscode-ws-jsonrpc": "~3.4.0-next.13"
"monaco-languageclient": "~9.0.0-next.14",
"vscode-ws-jsonrpc": "~3.4.0-next.14"
},
"peerDependenciesMeta": {
"monaco-languageclient": {
Expand Down
4 changes: 2 additions & 2 deletions verify/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"@angular/platform-browser": "~18.2.8",
"@angular/platform-browser-dynamic": "~18.2.8",
"monaco-editor": "npm:@codingame/monaco-vscode-editor-api@~11.1.2",
"monaco-editor-wrapper": "~6.0.0-next.13",
"monaco-languageclient-examples": "~2024.12.4",
"monaco-editor-wrapper": "~6.0.0-next.14",
"monaco-languageclient-examples": "~2024.12.5",
"vscode": "npm:@codingame/monaco-vscode-api@~11.1.2",
"rxjs": "~7.8.1",
"zone.js": "~0.14.10"
Expand Down
Loading

0 comments on commit e6524ed

Please sign in to comment.