Skip to content

Commit

Permalink
Prepare next.11 pre-releases
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisalmen committed Dec 17, 2024
1 parent bb4e962 commit 79dec55
Show file tree
Hide file tree
Showing 17 changed files with 111 additions and 104 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.10 | 6.0.0-next.10 | 6.0.0-next.10 | 11.1.2 | 1.95.3 | 0.52.0 | 2024-12-12 | |
| 9.0.0-next.11 | 6.0.0-next.11 | 6.0.0-next.11 | 11.1.2 | 1.95.3 | 0.52.0 | 2024-12-17 | |
| 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
134 changes: 67 additions & 67 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
"devDependencies": {
"@codingame/esbuild-import-meta-url-plugin": "~1.0.2",
"@codingame/monaco-vscode-rollup-vsix-plugin": "~11.1.2",
"@eslint/js": "~9.16.0",
"@eslint/js": "~9.17.0",
"@eslint/eslintrc": "~3.2.0",
"@stylistic/eslint-plugin": "~2.12.1",
"@testing-library/react": "~16.1.0",
"@types/node": "~22.10.2",
"@types/react": "~18.3.14",
"@types/react-dom": "~18.3.3",
"@types/vscode": "~1.95.0",
"@typescript-eslint/eslint-plugin": "~8.18.0",
"@typescript-eslint/parser": "~8.18.0",
"@typescript-eslint/eslint-plugin": "~8.18.1",
"@typescript-eslint/parser": "~8.18.1",
"@vitejs/plugin-react": "~4.3.4",
"@vitest/browser": "~2.1.8",
"editorconfig": "~2.0.0",
"esbuild": "~0.24.0",
"eslint": "~9.16.0",
"eslint": "~9.17.0",
"eslint-plugin-header": "~3.1.1",
"eslint-plugin-import": "~2.31.0",
"eslint-plugin-unused-imports": "~4.1.4",
Expand Down
4 changes: 2 additions & 2 deletions 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.10] - 2024-11-2
## [9.0.0-next.11] - 2024-11-2

- Updated all `@codingame/monaco-vscode` packages to `11.1.2`.
- 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)
- API and internal functions clean-up
Expand All @@ -13,7 +14,6 @@ All notable changes to this npm module are documented in this file.
- Updated to eslint 9
- Support all arguments for monaco-vscode-api `initialize` [#756](https://github.com/TypeFox/monaco-languageclient/pull/756)
- Update to monaco-vscode-api 9.0.x [#749](https://github.com/TypeFox/monaco-languageclient/pull/749)
- Updated all `@codingame/monaco-vscode` packages to `11.1.2`.
- Enhancements to logging
- monaco-languageclient config improvement, wrapper+languageclientwrapper improvements [#741](https://github.com/TypeFox/monaco-languageclient/pull/741)
- Pass MessageTransports directly
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.10",
"version": "9.0.0-next.11",
"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.2] - 2024-12-17

- Clangd example improvements: IndexedDB usage and possibility to load workspace from zip file [#807](https://github.com/TypeFox/monaco-languageclient/pull/807)
- Updated to `[email protected]`, `[email protected]` and `@typefox/[email protected]`.

## [2024.12.1] - 2024-12-12

- Updated to `[email protected]`, `[email protected]` and `@typefox/[email protected]`.
Expand Down
Loading

0 comments on commit 79dec55

Please sign in to comment.