Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/debugger-py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ jobs:
uses: actions/checkout@v6

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Extract metadata
id: meta
uses: docker/metadata-action@v5
uses: docker/metadata-action@v6
with:
images: |
${{ env.REGISTRY }}/${{ env.REPO_NAME }}/${{ env.CONTAINER_NAME }}
Expand All @@ -44,7 +44,7 @@ jobs:

- name: Build & Push
id: push
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: .
file: ${{ env.PATH_CONTEXT }}/Dockerfile
Expand All @@ -53,7 +53,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}

- name: Attest
uses: actions/attest-build-provenance@v3
uses: actions/attest-build-provenance@v4
with:
subject-name: ${{ env.REGISTRY }}/${{ env.REPO_NAME }}/${{ env.CONTAINER_NAME }}
subject-digest: ${{ steps.push.outputs.digest }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ghp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v6

- name: mise-en-place
uses: jdx/mise-action@v2
uses: jdx/mise-action@v4

- name: Install
shell: bash
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/ls-clangd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ jobs:
uses: actions/checkout@v6

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Extract metadata (configure)
id: meta_configure
uses: docker/metadata-action@v5
uses: docker/metadata-action@v6
with:
images: |
${{ env.REGISTRY }}/${{ env.REPO_NAME }}/${{ env.CONTAINER_NAME_CONFIGURE }}
Expand All @@ -45,7 +45,7 @@ jobs:

- name: Build & Push (configure)
id: push_configure
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: ${{ env.PATH_CONTEXT }}
file: ${{ env.PATH_CONTEXT }}/configure.Dockerfile
Expand All @@ -54,15 +54,15 @@ jobs:
labels: ${{ steps.meta_configure.outputs.labels }}

- name: Attest (configure)
uses: actions/attest-build-provenance@v3
uses: actions/attest-build-provenance@v4
with:
subject-name: ${{ env.REGISTRY }}/${{ env.REPO_NAME }}/${{ env.CONTAINER_NAME_CONFIGURE }}
subject-digest: ${{ steps.push_configure.outputs.digest }}
push-to-registry: true

- name: Extract metadata (build)
id: meta_build
uses: docker/metadata-action@v5
uses: docker/metadata-action@v6
with:
images: |
${{ env.REGISTRY }}/${{ env.REPO_NAME }}/${{ env.CONTAINER_NAME_BUILD }}
Expand All @@ -72,7 +72,7 @@ jobs:

- name: Build & Push (build)
id: push_build
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: ${{ env.PATH_CONTEXT }}
file: ${{ env.PATH_CONTEXT }}/build.Dockerfile
Expand All @@ -81,7 +81,7 @@ jobs:
labels: ${{ steps.meta_build.outputs.labels }}

- name: Attest (build)
uses: actions/attest-build-provenance@v3
uses: actions/attest-build-provenance@v4
with:
subject-name: ${{ env.REGISTRY }}/${{ env.REPO_NAME }}/${{ env.CONTAINER_NAME_BUILD }}
subject-digest: ${{ steps.push_build.outputs.digest }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ls-eclipsejdt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ jobs:
uses: actions/checkout@v6

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Extract metadata
id: meta
uses: docker/metadata-action@v5
uses: docker/metadata-action@v6
with:
images: |
${{ env.REGISTRY }}/${{ env.REPO_NAME }}/${{ env.CONTAINER_NAME }}
Expand All @@ -44,7 +44,7 @@ jobs:

- name: Build & Push
id: push
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: .
file: ${{ env.PATH_CONTEXT }}/Dockerfile
Expand All @@ -53,7 +53,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}

- name: Attest
uses: actions/attest-build-provenance@v3
uses: actions/attest-build-provenance@v4
with:
subject-name: ${{ env.REGISTRY }}/${{ env.REPO_NAME }}/${{ env.CONTAINER_NAME }}
subject-digest: ${{ steps.push.outputs.digest }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ls-groovy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ jobs:
uses: actions/checkout@v6

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Extract metadata
id: meta
uses: docker/metadata-action@v5
uses: docker/metadata-action@v6
with:
images: |
${{ env.REGISTRY }}/${{ env.REPO_NAME }}/${{ env.CONTAINER_NAME }}
Expand All @@ -44,7 +44,7 @@ jobs:

- name: Build & Push
id: push
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: .
file: ${{ env.PATH_CONTEXT }}/Dockerfile
Expand All @@ -53,7 +53,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}

- name: Attest
uses: actions/attest-build-provenance@v3
uses: actions/attest-build-provenance@v4
with:
subject-name: ${{ env.REGISTRY }}/${{ env.REPO_NAME }}/${{ env.CONTAINER_NAME }}
subject-digest: ${{ steps.push.outputs.digest }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v6

- name: mise-en-place
uses: jdx/mise-action@v2
uses: jdx/mise-action@v4

- name: Install
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v6

- name: mise-en-place
uses: jdx/mise-action@v2
uses: jdx/mise-action@v4

- name: Install
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ These are the current versions of packages from this repository and their alignm
- **monaco-languageclient**: `10.7.0` (release date: 2026-02-04)
- **@typefox/monaco-editor-react**: `7.7.0` (release date: unrel2026-02-04eased)
- Aligned with:
- **@codingame/monaco-vscode-[editor]-api**: `28.0.1`
- **@codingame/monaco-vscode-[editor]-api**: `28.3.0`
- **vscode**: `1.108.2`
- **monaco-editor**: `0.55.1`
- **vscode-ws-jsonrpc**: `3.5.0` (release date: 2025-08-11)
Expand Down
10 changes: 5 additions & 5 deletions docs/guides/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Whenever you use `monaco-editor`/`@codingame/monaco-vscode-editor-api` `vscode`/
If you use pnpm or yarn, you have to add `vscode` / `@codingame/monaco-vscode-api` as direct dependency, otherwise the installation will fail:

```json
"vscode": "npm:@codingame/monaco-vscode-extension-api@^28.0.1"
"vscode": "npm:@codingame/monaco-vscode-extension-api@^28.3.0"
```

### Missing Overrides or Resolutions
Expand All @@ -23,7 +23,7 @@ To ensure all Monaco-related packages use a single, compatible version, you must
```json
{
"overrides": {
"monaco-editor": "npm:@codingame/monaco-vscode-editor-api@^28.0.1"
"monaco-editor": "npm:@codingame/monaco-vscode-editor-api@^28.3.0"
}
}
```
Expand All @@ -33,7 +33,7 @@ To ensure all Monaco-related packages use a single, compatible version, you must
```json
{
"resolutions": {
"monaco-editor": "npm:@codingame/monaco-vscode-editor-api@^28.0.1"
"monaco-editor": "npm:@codingame/monaco-vscode-editor-api@^28.3.0"
}
}
```
Expand All @@ -50,7 +50,7 @@ Additionally, if you see a message in the browser console starting with `Another

### @codingame/monaco-vscode-editor-api / monaco-editor usage

When you use the libraries from this project you are no longer required to proxy `monaco-editor` like `"monaco-editor": "npm:@codingame/monaco-vscode-editor-api@^28.0.1"` in you `package.json`. You can directly use it like so:
When you use the libraries from this project you are no longer required to proxy `monaco-editor` like `"monaco-editor": "npm:@codingame/monaco-vscode-editor-api@^28.3.0"` in you `package.json`. You can directly use it like so:

```js
import * as monaco from '@codingame/monaco-vscode-editor-api';
Expand All @@ -60,7 +60,7 @@ If your dependency stack already contains a reference `monaco-editor` you must e

```json
"overrides": {
"monaco-editor": "npm:@codingame/monaco-vscode-editor-api@^28.0.1"
"monaco-editor": "npm:@codingame/monaco-vscode-editor-api@^28.3.0"
}
```

Expand Down
26 changes: 13 additions & 13 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ If using npm or pnpm, and your dependencies already contain a reference to `mona
```json
{
"overrides": {
"monaco-editor": "npm:@codingame/monaco-vscode-editor-api@^28.0.1"
"monaco-editor": "npm:@codingame/monaco-vscode-editor-api@^28.3.0"
}
}
```
Expand All @@ -71,7 +71,7 @@ In yarn you have to specify `resolutions` instead of `overrides`:
```json
{
"resolutions": {
"monaco-editor": "npm:@codingame/monaco-vscode-editor-api@^28.0.1"
"monaco-editor": "npm:@codingame/monaco-vscode-editor-api@^28.3.0"
}
}
```
Expand All @@ -83,17 +83,17 @@ If using pnpm, you have to add more transitive dependencies that npm or yarn aut
```json
{
"dependencies": {
"@codingame/monaco-vscode-api": "^28.0.1",
"@codingame/monaco-vscode-configuration-service-override": "^28.0.1",
"@codingame/monaco-vscode-editor-api": "^28.0.1",
"@codingame/monaco-vscode-editor-service-override": "^28.0.1",
"@codingame/monaco-vscode-extension-api": "^28.0.1",
"@codingame/monaco-vscode-extensions-service-override": "^28.0.1",
"@codingame/monaco-vscode-languages-service-override": "^28.0.1",
"@codingame/monaco-vscode-localization-service-override": "^28.0.1",
"@codingame/monaco-vscode-log-service-override": "^28.0.1",
"@codingame/monaco-vscode-model-service-override": "^28.0.1",
"vscode": "npm:@codingame/monaco-vscode-extension-api@^28.0.1"
"@codingame/monaco-vscode-api": "^28.3.0",
"@codingame/monaco-vscode-configuration-service-override": "^28.3.0",
"@codingame/monaco-vscode-editor-api": "^28.3.0",
"@codingame/monaco-vscode-editor-service-override": "^28.3.0",
"@codingame/monaco-vscode-extension-api": "^28.3.0",
"@codingame/monaco-vscode-extensions-service-override": "^28.3.0",
"@codingame/monaco-vscode-languages-service-override": "^28.3.0",
"@codingame/monaco-vscode-localization-service-override": "^28.3.0",
"@codingame/monaco-vscode-log-service-override": "^28.3.0",
"@codingame/monaco-vscode-model-service-override": "^28.3.0",
"vscode": "npm:@codingame/monaco-vscode-extension-api@^28.3.0"
}
}
```
Expand Down
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 | vscode-ws-jsonrpc | monaco-editor-wrapper | monaco-editor-react | monaco-vscode-api / editor-api | vscode | monaco-editor | release date | comment |
| :-------------------- | :---------------- | :-------------------- | :------------------ | :----------------------------- | :------ | :------------ | :----------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 10.8.0 | 3.5.0 | 7.8.0 | | 28.0.1 | 1.109.0 | 0.55.1 | unreleased | |
| 10.8.0 | 3.5.0 | 7.8.0 | | 28.3.0 | 1.109.0 | 0.55.1 | unreleased | |
| 10.7.0 | 3.5.0 | 7.7.0 | | 25.1.2 | 1.108.2 | 0.55.1 | 2026-02-04 | |
| 10.6.0 | 3.5.0 | 7.6.0 | | 25.0.0 | 1.108.0 | 0.55.1 | 2026-01-14 | |
| 10.5.0 | 3.5.0 | 7.5.0 | | 24.2.0 | 1.107.1 | 0.55.1 | 2025-12-23 | |
Expand Down
Loading