From 1869bc52c27ef856e71ac5b63b173cf9d8beb1f2 Mon Sep 17 00:00:00 2001 From: Simon Graband Date: Thu, 27 Feb 2025 11:40:06 +0100 Subject: [PATCH] v1.59.0 Signed-off-by: Simon Graband --- dev-packages/application-manager/package.json | 13 +- dev-packages/application-package/package.json | 9 +- dev-packages/cli/package.json | 17 +- dev-packages/ffmpeg/package.json | 5 +- .../localization-manager/package.json | 7 +- .../native-webpack-plugin/package.json | 5 +- dev-packages/ovsx-client/package.json | 7 +- .../private-eslint-plugin/package.json | 6 +- dev-packages/private-ext-scripts/package.json | 2 +- dev-packages/private-re-exports/package.json | 2 +- dev-packages/request/package.json | 5 +- examples/api-provider-sample/package.json | 10 +- examples/api-samples/package.json | 32 +- examples/api-tests/package.json | 7 +- examples/browser-only/package.json | 110 +- examples/browser/package.json | 134 +- examples/electron/package.json | 130 +- examples/playwright/package.json | 7 +- lerna.json | 2 +- package-lock.json | 1336 ++++++++--------- packages/ai-anthropic/package.json | 11 +- packages/ai-chat-ui/package.json | 23 +- packages/ai-chat/package.json | 23 +- packages/ai-code-completion/package.json | 17 +- packages/ai-core/package.json | 21 +- packages/ai-history/package.json | 17 +- packages/ai-hugging-face/package.json | 11 +- packages/ai-ide/package.json | 25 +- packages/ai-llamafile/package.json | 13 +- packages/ai-mcp/package.json | 13 +- packages/ai-ollama/package.json | 17 +- packages/ai-openai/package.json | 17 +- packages/ai-scanoss/package.json | 19 +- packages/ai-terminal/package.json | 15 +- packages/bulk-edit/package.json | 17 +- packages/callhierarchy/package.json | 11 +- packages/collaboration/package.json | 23 +- packages/console/package.json | 11 +- packages/core/package.json | 13 +- packages/debug/package.json | 33 +- packages/dev-container/package.json | 15 +- packages/editor-preview/package.json | 13 +- packages/editor/package.json | 11 +- packages/electron/package.json | 11 +- packages/external-terminal/package.json | 13 +- packages/file-search/package.json | 17 +- packages/filesystem/package.json | 9 +- packages/getting-started/package.json | 19 +- packages/git/package.json | 21 +- packages/keymaps/package.json | 15 +- packages/markers/package.json | 13 +- packages/memory-inspector/package.json | 9 +- packages/messages/package.json | 9 +- packages/metrics/package.json | 9 +- packages/mini-browser/package.json | 11 +- packages/monaco/package.json | 19 +- packages/navigator/package.json | 13 +- packages/notebook/package.json | 18 +- packages/outline-view/package.json | 9 +- packages/output/package.json | 13 +- packages/plugin-dev/package.json | 19 +- packages/plugin-ext-headless/package.json | 13 +- packages/plugin-ext-vscode/package.json | 33 +- packages/plugin-ext/package.json | 59 +- packages/plugin-metrics/package.json | 15 +- packages/plugin/package.json | 7 +- packages/preferences/package.json | 19 +- packages/preview/package.json | 15 +- packages/process/package.json | 9 +- packages/property-view/package.json | 11 +- packages/remote/package.json | 13 +- packages/scanoss/package.json | 9 +- packages/scm-extra/package.json | 17 +- packages/scm/package.json | 15 +- packages/search-in-workspace/package.json | 19 +- packages/secondary-window/package.json | 9 +- packages/task/package.json | 27 +- packages/terminal/package.json | 21 +- packages/test/package.json | 17 +- packages/timeline/package.json | 11 +- packages/toolbar/package.json | 21 +- packages/typehierarchy/package.json | 11 +- packages/userstorage/package.json | 11 +- packages/variable-resolver/package.json | 9 +- packages/vsx-registry/package.json | 23 +- packages/workspace/package.json | 13 +- .../sample-namespace/plugin-a/package.json | 2 +- .../sample-namespace/plugin-b/package.json | 2 +- .../sample-namespace/plugin-gotd/package.json | 4 +- 89 files changed, 1496 insertions(+), 1421 deletions(-) diff --git a/dev-packages/application-manager/package.json b/dev-packages/application-manager/package.json index 3ad807dfe06a1..2ac9d04b2f832 100644 --- a/dev-packages/application-manager/package.json +++ b/dev-packages/application-manager/package.json @@ -1,6 +1,6 @@ { "name": "@theia/application-manager", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia application manager API.", "publishConfig": { "access": "public" @@ -33,9 +33,9 @@ "@babel/plugin-transform-classes": "^7.10.0", "@babel/plugin-transform-runtime": "^7.10.0", "@babel/preset-env": "^7.10.0", - "@theia/application-package": "1.58.0", - "@theia/ffmpeg": "1.58.0", - "@theia/native-webpack-plugin": "1.58.0", + "@theia/application-package": "1.59.0", + "@theia/ffmpeg": "1.59.0", + "@theia/native-webpack-plugin": "1.59.0", "@types/fs-extra": "^4.0.2", "@types/semver": "^7.5.0", "babel-loader": "^8.2.2", @@ -74,10 +74,11 @@ } }, "devDependencies": { - "@theia/ext-scripts": "1.58.0", + "@theia/ext-scripts": "1.59.0", "@types/node-abi": "*" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/dev-packages/application-package/package.json b/dev-packages/application-package/package.json index 20ebd37c7eb9e..2159c8640d557 100644 --- a/dev-packages/application-package/package.json +++ b/dev-packages/application-package/package.json @@ -1,6 +1,6 @@ { "name": "@theia/application-package", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia application package API.", "publishConfig": { "access": "public" @@ -29,7 +29,7 @@ "watch": "theiaext watch" }, "dependencies": { - "@theia/request": "1.58.0", + "@theia/request": "1.59.0", "@types/fs-extra": "^4.0.2", "@types/semver": "^7.5.0", "@types/write-json-file": "^2.2.1", @@ -43,9 +43,10 @@ "write-json-file": "^2.2.0" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/dev-packages/cli/package.json b/dev-packages/cli/package.json index 2eaf42bfecc81..06ff9db20995a 100644 --- a/dev-packages/cli/package.json +++ b/dev-packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@theia/cli", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia CLI.", "publishConfig": { "access": "public" @@ -32,12 +32,12 @@ "clean": "theiaext clean" }, "dependencies": { - "@theia/application-manager": "1.58.0", - "@theia/application-package": "1.58.0", - "@theia/ffmpeg": "1.58.0", - "@theia/localization-manager": "1.58.0", - "@theia/ovsx-client": "1.58.0", - "@theia/request": "1.58.0", + "@theia/application-manager": "1.59.0", + "@theia/application-package": "1.59.0", + "@theia/ffmpeg": "1.59.0", + "@theia/localization-manager": "1.59.0", + "@theia/ovsx-client": "1.59.0", + "@theia/request": "1.59.0", "@types/chai": "^4.2.7", "@types/mocha": "^10.0.0", "@types/node-fetch": "^2.5.7", @@ -63,5 +63,6 @@ "@types/mocha": "^10.0.0", "@types/node-fetch": "^2.5.7", "@types/proxy-from-env": "^1.0.1" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/dev-packages/ffmpeg/package.json b/dev-packages/ffmpeg/package.json index b84adb86185b8..c5271c491698a 100644 --- a/dev-packages/ffmpeg/package.json +++ b/dev-packages/ffmpeg/package.json @@ -1,6 +1,6 @@ { "name": "@theia/ffmpeg", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia FFMPEG reader utility.", "publishConfig": { "access": "public" @@ -35,5 +35,6 @@ }, "devDependencies": { "@types/unzipper": "^0.9.2" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/dev-packages/localization-manager/package.json b/dev-packages/localization-manager/package.json index 625304a4ca7f0..85f6a87d7670d 100644 --- a/dev-packages/localization-manager/package.json +++ b/dev-packages/localization-manager/package.json @@ -1,6 +1,6 @@ { "name": "@theia/localization-manager", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia localization manager API.", "publishConfig": { "access": "public" @@ -41,9 +41,10 @@ "typescript": "~5.4.5" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/dev-packages/native-webpack-plugin/package.json b/dev-packages/native-webpack-plugin/package.json index bf5623db0d47a..aee39c931e719 100644 --- a/dev-packages/native-webpack-plugin/package.json +++ b/dev-packages/native-webpack-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@theia/native-webpack-plugin", - "version": "1.58.0", + "version": "1.59.0", "description": "Webpack Plugin for native dependencies of Theia.", "publishConfig": { "access": "public" @@ -32,5 +32,6 @@ "detect-libc": "^2.0.2", "tslib": "^2.6.2", "webpack": "^5.76.0" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/dev-packages/ovsx-client/package.json b/dev-packages/ovsx-client/package.json index f7722abbb0aa9..3e8ac0d0c55fc 100644 --- a/dev-packages/ovsx-client/package.json +++ b/dev-packages/ovsx-client/package.json @@ -1,6 +1,6 @@ { "name": "@theia/ovsx-client", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia Open-VSX Client", "publishConfig": { "access": "public" @@ -29,9 +29,10 @@ "watch": "theiaext watch" }, "dependencies": { - "@theia/request": "1.58.0", + "@theia/request": "1.59.0", "limiter": "^2.1.0", "semver": "^7.5.4", "tslib": "^2.6.2" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/dev-packages/private-eslint-plugin/package.json b/dev-packages/private-eslint-plugin/package.json index c24b698e807b3..65472527195e5 100644 --- a/dev-packages/private-eslint-plugin/package.json +++ b/dev-packages/private-eslint-plugin/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@theia/eslint-plugin", - "version": "1.58.0", + "version": "1.59.0", "description": "Custom ESLint rules for developing Theia extensions and applications", "main": "index.js", "scripts": { @@ -9,8 +9,8 @@ "compile": "theiaext compile" }, "dependencies": { - "@theia/ext-scripts": "1.58.0", - "@theia/re-exports": "1.58.0", + "@theia/ext-scripts": "1.59.0", + "@theia/re-exports": "1.59.0", "js-levenshtein": "^1.1.6" } } diff --git a/dev-packages/private-ext-scripts/package.json b/dev-packages/private-ext-scripts/package.json index 734f7b33387e4..b28462a6494d6 100644 --- a/dev-packages/private-ext-scripts/package.json +++ b/dev-packages/private-ext-scripts/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@theia/ext-scripts", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "description": "NPM scripts for Theia packages.", "bin": { diff --git a/dev-packages/private-re-exports/package.json b/dev-packages/private-re-exports/package.json index 3b523d701c972..1f2f905b107d3 100644 --- a/dev-packages/private-re-exports/package.json +++ b/dev-packages/private-re-exports/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@theia/re-exports", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia re-export helper functions and scripts.", "main": "lib/index.js", "engines": { diff --git a/dev-packages/request/package.json b/dev-packages/request/package.json index 0d31b68306bce..aad85420fe76a 100644 --- a/dev-packages/request/package.json +++ b/dev-packages/request/package.json @@ -1,6 +1,6 @@ { "name": "@theia/request", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia Proxy-Aware Request Service", "publishConfig": { "access": "public" @@ -32,5 +32,6 @@ "http-proxy-agent": "^5.0.0", "https-proxy-agent": "^5.0.0", "tslib": "^2.6.2" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/examples/api-provider-sample/package.json b/examples/api-provider-sample/package.json index e6c262f0f2d2b..06a7ac5af8246 100644 --- a/examples/api-provider-sample/package.json +++ b/examples/api-provider-sample/package.json @@ -1,12 +1,12 @@ { "private": true, "name": "@theia/api-provider-sample", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - Example code to demonstrate Theia API Provider Extensions", "dependencies": { - "@theia/core": "1.58.0", - "@theia/plugin-ext": "1.58.0", - "@theia/plugin-ext-headless": "1.58.0" + "@theia/core": "1.59.0", + "@theia/plugin-ext": "1.59.0", + "@theia/plugin-ext-headless": "1.59.0" }, "theiaExtensions": [ { @@ -37,6 +37,6 @@ "clean": "theiaext clean" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } } diff --git a/examples/api-samples/package.json b/examples/api-samples/package.json index 8952d12495bcb..aaa631e623d52 100644 --- a/examples/api-samples/package.json +++ b/examples/api-samples/package.json @@ -1,24 +1,24 @@ { "private": true, "name": "@theia/api-samples", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - Example code to demonstrate Theia API", "dependencies": { - "@theia/ai-chat": "1.58.0", - "@theia/ai-chat-ui": "1.58.0", - "@theia/ai-core": "1.58.0", - "@theia/core": "1.58.0", - "@theia/file-search": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/ai-chat": "1.59.0", + "@theia/ai-chat-ui": "1.59.0", + "@theia/ai-core": "1.59.0", + "@theia/core": "1.59.0", + "@theia/file-search": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/monaco": "1.59.0", "@theia/monaco-editor-core": "1.96.302", - "@theia/output": "1.58.0", - "@theia/ovsx-client": "1.58.0", - "@theia/search-in-workspace": "1.58.0", - "@theia/test": "1.58.0", - "@theia/toolbar": "1.58.0", - "@theia/vsx-registry": "1.58.0", - "@theia/workspace": "1.58.0" + "@theia/output": "1.59.0", + "@theia/ovsx-client": "1.59.0", + "@theia/search-in-workspace": "1.59.0", + "@theia/test": "1.59.0", + "@theia/toolbar": "1.59.0", + "@theia/vsx-registry": "1.59.0", + "@theia/workspace": "1.59.0" }, "theiaExtensions": [ { @@ -63,6 +63,6 @@ "clean": "theiaext clean" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } } diff --git a/examples/api-tests/package.json b/examples/api-tests/package.json index d2d0723a2a359..b24505fafd817 100644 --- a/examples/api-tests/package.json +++ b/examples/api-tests/package.json @@ -1,9 +1,9 @@ { "name": "@theia/api-tests", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia API tests", "dependencies": { - "@theia/core": "1.58.0" + "@theia/core": "1.59.0" }, "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "repository": { @@ -19,5 +19,6 @@ ], "publishConfig": { "access": "public" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/examples/browser-only/package.json b/examples/browser-only/package.json index 4a39e8b90ce69..7c8a2f5c8b878 100644 --- a/examples/browser-only/package.json +++ b/examples/browser-only/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@theia/example-browser-only", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "theia": { "target": "browser-only", @@ -15,59 +15,59 @@ } }, "dependencies": { - "@theia/ai-chat": "1.58.0", - "@theia/ai-chat-ui": "1.58.0", - "@theia/ai-code-completion": "1.58.0", - "@theia/ai-core": "1.58.0", - "@theia/ai-history": "1.58.0", - "@theia/ai-ollama": "1.58.0", - "@theia/ai-openai": "1.58.0", - "@theia/ai-scanoss": "1.58.0", - "@theia/api-samples": "1.58.0", - "@theia/bulk-edit": "1.58.0", - "@theia/callhierarchy": "1.58.0", - "@theia/collaboration": "1.58.0", - "@theia/console": "1.58.0", - "@theia/core": "1.58.0", - "@theia/debug": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/editor-preview": "1.58.0", - "@theia/file-search": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/getting-started": "1.58.0", - "@theia/git": "1.58.0", - "@theia/keymaps": "1.58.0", - "@theia/markers": "1.58.0", - "@theia/memory-inspector": "1.58.0", - "@theia/messages": "1.58.0", - "@theia/metrics": "1.58.0", - "@theia/mini-browser": "1.58.0", - "@theia/monaco": "1.58.0", - "@theia/navigator": "1.58.0", - "@theia/outline-view": "1.58.0", - "@theia/output": "1.58.0", - "@theia/plugin-dev": "1.58.0", - "@theia/plugin-ext": "1.58.0", - "@theia/plugin-ext-vscode": "1.58.0", - "@theia/plugin-metrics": "1.58.0", - "@theia/preferences": "1.58.0", - "@theia/preview": "1.58.0", - "@theia/process": "1.58.0", - "@theia/property-view": "1.58.0", - "@theia/scanoss": "1.58.0", - "@theia/scm": "1.58.0", - "@theia/scm-extra": "1.58.0", - "@theia/search-in-workspace": "1.58.0", - "@theia/secondary-window": "1.58.0", - "@theia/task": "1.58.0", - "@theia/terminal": "1.58.0", - "@theia/timeline": "1.58.0", - "@theia/toolbar": "1.58.0", - "@theia/typehierarchy": "1.58.0", - "@theia/userstorage": "1.58.0", - "@theia/variable-resolver": "1.58.0", - "@theia/vsx-registry": "1.58.0", - "@theia/workspace": "1.58.0" + "@theia/ai-chat": "1.59.0", + "@theia/ai-chat-ui": "1.59.0", + "@theia/ai-code-completion": "1.59.0", + "@theia/ai-core": "1.59.0", + "@theia/ai-history": "1.59.0", + "@theia/ai-ollama": "1.59.0", + "@theia/ai-openai": "1.59.0", + "@theia/ai-scanoss": "1.59.0", + "@theia/api-samples": "1.59.0", + "@theia/bulk-edit": "1.59.0", + "@theia/callhierarchy": "1.59.0", + "@theia/collaboration": "1.59.0", + "@theia/console": "1.59.0", + "@theia/core": "1.59.0", + "@theia/debug": "1.59.0", + "@theia/editor": "1.59.0", + "@theia/editor-preview": "1.59.0", + "@theia/file-search": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/getting-started": "1.59.0", + "@theia/git": "1.59.0", + "@theia/keymaps": "1.59.0", + "@theia/markers": "1.59.0", + "@theia/memory-inspector": "1.59.0", + "@theia/messages": "1.59.0", + "@theia/metrics": "1.59.0", + "@theia/mini-browser": "1.59.0", + "@theia/monaco": "1.59.0", + "@theia/navigator": "1.59.0", + "@theia/outline-view": "1.59.0", + "@theia/output": "1.59.0", + "@theia/plugin-dev": "1.59.0", + "@theia/plugin-ext": "1.59.0", + "@theia/plugin-ext-vscode": "1.59.0", + "@theia/plugin-metrics": "1.59.0", + "@theia/preferences": "1.59.0", + "@theia/preview": "1.59.0", + "@theia/process": "1.59.0", + "@theia/property-view": "1.59.0", + "@theia/scanoss": "1.59.0", + "@theia/scm": "1.59.0", + "@theia/scm-extra": "1.59.0", + "@theia/search-in-workspace": "1.59.0", + "@theia/secondary-window": "1.59.0", + "@theia/task": "1.59.0", + "@theia/terminal": "1.59.0", + "@theia/timeline": "1.59.0", + "@theia/toolbar": "1.59.0", + "@theia/typehierarchy": "1.59.0", + "@theia/userstorage": "1.59.0", + "@theia/variable-resolver": "1.59.0", + "@theia/vsx-registry": "1.59.0", + "@theia/workspace": "1.59.0" }, "scripts": { "prepare:no-native": "lerna run prepare --scope=\"@theia/re-exports\" && lerna run generate-theia-re-exports --scope=\"@theia/core\"", @@ -83,6 +83,6 @@ "watch:compile": "tsc -b -w" }, "devDependencies": { - "@theia/cli": "1.58.0" + "@theia/cli": "1.59.0" } } diff --git a/examples/browser/package.json b/examples/browser/package.json index 142d1da189c85..381d29a0d5d4e 100644 --- a/examples/browser/package.json +++ b/examples/browser/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@theia/example-browser", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "theia": { "frontend": { @@ -22,70 +22,70 @@ }, "theiaPluginsDir": "../../plugins", "dependencies": { - "@theia/ai-anthropic": "1.58.0", - "@theia/ai-chat": "1.58.0", - "@theia/ai-chat-ui": "1.58.0", - "@theia/ai-code-completion": "1.58.0", - "@theia/ai-core": "1.58.0", - "@theia/ai-history": "1.58.0", - "@theia/ai-huggingface": "1.58.0", - "@theia/ai-llamafile": "1.58.0", - "@theia/ai-mcp": "1.58.0", - "@theia/ai-ollama": "1.58.0", - "@theia/ai-openai": "1.58.0", - "@theia/ai-scanoss": "1.58.0", - "@theia/ai-terminal": "1.58.0", - "@theia/ai-ide": "1.58.0", - "@theia/api-provider-sample": "1.58.0", - "@theia/api-samples": "1.58.0", - "@theia/bulk-edit": "1.58.0", - "@theia/callhierarchy": "1.58.0", - "@theia/collaboration": "1.58.0", - "@theia/console": "1.58.0", - "@theia/core": "1.58.0", - "@theia/debug": "1.58.0", - "@theia/dev-container": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/editor-preview": "1.58.0", - "@theia/file-search": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/getting-started": "1.58.0", - "@theia/keymaps": "1.58.0", - "@theia/markers": "1.58.0", - "@theia/memory-inspector": "1.58.0", - "@theia/messages": "1.58.0", - "@theia/metrics": "1.58.0", - "@theia/mini-browser": "1.58.0", - "@theia/monaco": "1.58.0", - "@theia/navigator": "1.58.0", - "@theia/notebook": "1.58.0", - "@theia/outline-view": "1.58.0", - "@theia/output": "1.58.0", - "@theia/plugin-dev": "1.58.0", - "@theia/plugin-ext": "1.58.0", - "@theia/plugin-ext-headless": "1.58.0", - "@theia/plugin-ext-vscode": "1.58.0", - "@theia/plugin-metrics": "1.58.0", - "@theia/preferences": "1.58.0", - "@theia/preview": "1.58.0", - "@theia/process": "1.58.0", - "@theia/property-view": "1.58.0", - "@theia/remote": "1.58.0", - "@theia/scanoss": "1.58.0", - "@theia/scm": "1.58.0", - "@theia/scm-extra": "1.58.0", - "@theia/search-in-workspace": "1.58.0", - "@theia/secondary-window": "1.58.0", - "@theia/task": "1.58.0", - "@theia/terminal": "1.58.0", - "@theia/test": "1.58.0", - "@theia/timeline": "1.58.0", - "@theia/toolbar": "1.58.0", - "@theia/typehierarchy": "1.58.0", - "@theia/userstorage": "1.58.0", - "@theia/variable-resolver": "1.58.0", - "@theia/vsx-registry": "1.58.0", - "@theia/workspace": "1.58.0" + "@theia/ai-anthropic": "1.59.0", + "@theia/ai-chat": "1.59.0", + "@theia/ai-chat-ui": "1.59.0", + "@theia/ai-code-completion": "1.59.0", + "@theia/ai-core": "1.59.0", + "@theia/ai-history": "1.59.0", + "@theia/ai-huggingface": "1.59.0", + "@theia/ai-ide": "1.59.0", + "@theia/ai-llamafile": "1.59.0", + "@theia/ai-mcp": "1.59.0", + "@theia/ai-ollama": "1.59.0", + "@theia/ai-openai": "1.59.0", + "@theia/ai-scanoss": "1.59.0", + "@theia/ai-terminal": "1.59.0", + "@theia/api-provider-sample": "1.59.0", + "@theia/api-samples": "1.59.0", + "@theia/bulk-edit": "1.59.0", + "@theia/callhierarchy": "1.59.0", + "@theia/collaboration": "1.59.0", + "@theia/console": "1.59.0", + "@theia/core": "1.59.0", + "@theia/debug": "1.59.0", + "@theia/dev-container": "1.59.0", + "@theia/editor": "1.59.0", + "@theia/editor-preview": "1.59.0", + "@theia/file-search": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/getting-started": "1.59.0", + "@theia/keymaps": "1.59.0", + "@theia/markers": "1.59.0", + "@theia/memory-inspector": "1.59.0", + "@theia/messages": "1.59.0", + "@theia/metrics": "1.59.0", + "@theia/mini-browser": "1.59.0", + "@theia/monaco": "1.59.0", + "@theia/navigator": "1.59.0", + "@theia/notebook": "1.59.0", + "@theia/outline-view": "1.59.0", + "@theia/output": "1.59.0", + "@theia/plugin-dev": "1.59.0", + "@theia/plugin-ext": "1.59.0", + "@theia/plugin-ext-headless": "1.59.0", + "@theia/plugin-ext-vscode": "1.59.0", + "@theia/plugin-metrics": "1.59.0", + "@theia/preferences": "1.59.0", + "@theia/preview": "1.59.0", + "@theia/process": "1.59.0", + "@theia/property-view": "1.59.0", + "@theia/remote": "1.59.0", + "@theia/scanoss": "1.59.0", + "@theia/scm": "1.59.0", + "@theia/scm-extra": "1.59.0", + "@theia/search-in-workspace": "1.59.0", + "@theia/secondary-window": "1.59.0", + "@theia/task": "1.59.0", + "@theia/terminal": "1.59.0", + "@theia/test": "1.59.0", + "@theia/timeline": "1.59.0", + "@theia/toolbar": "1.59.0", + "@theia/typehierarchy": "1.59.0", + "@theia/userstorage": "1.59.0", + "@theia/variable-resolver": "1.59.0", + "@theia/vsx-registry": "1.59.0", + "@theia/workspace": "1.59.0" }, "scripts": { "clean": "theia clean", @@ -108,7 +108,7 @@ "watch:compile": "tsc -b -w" }, "devDependencies": { - "@theia/cli": "1.58.0", - "@theia/native-webpack-plugin": "1.58.0" + "@theia/cli": "1.59.0", + "@theia/native-webpack-plugin": "1.59.0" } } diff --git a/examples/electron/package.json b/examples/electron/package.json index 4957eb68946c2..ab9164321bc31 100644 --- a/examples/electron/package.json +++ b/examples/electron/package.json @@ -2,7 +2,7 @@ "private": true, "name": "@theia/example-electron", "productName": "Theia Electron Example", - "version": "1.58.0", + "version": "1.59.0", "main": "lib/backend/electron-main.js", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "theia": { @@ -26,69 +26,69 @@ } }, "dependencies": { - "@theia/ai-anthropic": "1.58.0", - "@theia/ai-chat": "1.58.0", - "@theia/ai-chat-ui": "1.58.0", - "@theia/ai-code-completion": "1.58.0", - "@theia/ai-core": "1.58.0", - "@theia/ai-history": "1.58.0", - "@theia/ai-huggingface": "1.58.0", - "@theia/ai-llamafile": "1.58.0", - "@theia/ai-mcp": "1.58.0", - "@theia/ai-ollama": "1.58.0", - "@theia/ai-openai": "1.58.0", - "@theia/ai-scanoss": "1.58.0", - "@theia/ai-terminal": "1.58.0", - "@theia/ai-ide": "1.58.0", - "@theia/api-provider-sample": "1.58.0", - "@theia/api-samples": "1.58.0", - "@theia/bulk-edit": "1.58.0", - "@theia/callhierarchy": "1.58.0", - "@theia/collaboration": "1.58.0", - "@theia/console": "1.58.0", - "@theia/core": "1.58.0", - "@theia/debug": "1.58.0", - "@theia/dev-container": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/editor-preview": "1.58.0", - "@theia/electron": "1.58.0", - "@theia/external-terminal": "1.58.0", - "@theia/file-search": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/getting-started": "1.58.0", - "@theia/keymaps": "1.58.0", - "@theia/markers": "1.58.0", - "@theia/memory-inspector": "1.58.0", - "@theia/messages": "1.58.0", - "@theia/metrics": "1.58.0", - "@theia/mini-browser": "1.58.0", - "@theia/monaco": "1.58.0", - "@theia/navigator": "1.58.0", - "@theia/outline-view": "1.58.0", - "@theia/output": "1.58.0", - "@theia/plugin-dev": "1.58.0", - "@theia/plugin-ext": "1.58.0", - "@theia/plugin-ext-headless": "1.58.0", - "@theia/plugin-ext-vscode": "1.58.0", - "@theia/preferences": "1.58.0", - "@theia/preview": "1.58.0", - "@theia/process": "1.58.0", - "@theia/property-view": "1.58.0", - "@theia/remote": "1.58.0", - "@theia/scanoss": "1.58.0", - "@theia/scm": "1.58.0", - "@theia/scm-extra": "1.58.0", - "@theia/search-in-workspace": "1.58.0", - "@theia/secondary-window": "1.58.0", - "@theia/task": "1.58.0", - "@theia/terminal": "1.58.0", - "@theia/timeline": "1.58.0", - "@theia/toolbar": "1.58.0", - "@theia/typehierarchy": "1.58.0", - "@theia/userstorage": "1.58.0", - "@theia/variable-resolver": "1.58.0", - "@theia/vsx-registry": "1.58.0", - "@theia/workspace": "1.58.0" + "@theia/ai-anthropic": "1.59.0", + "@theia/ai-chat": "1.59.0", + "@theia/ai-chat-ui": "1.59.0", + "@theia/ai-code-completion": "1.59.0", + "@theia/ai-core": "1.59.0", + "@theia/ai-history": "1.59.0", + "@theia/ai-huggingface": "1.59.0", + "@theia/ai-ide": "1.59.0", + "@theia/ai-llamafile": "1.59.0", + "@theia/ai-mcp": "1.59.0", + "@theia/ai-ollama": "1.59.0", + "@theia/ai-openai": "1.59.0", + "@theia/ai-scanoss": "1.59.0", + "@theia/ai-terminal": "1.59.0", + "@theia/api-provider-sample": "1.59.0", + "@theia/api-samples": "1.59.0", + "@theia/bulk-edit": "1.59.0", + "@theia/callhierarchy": "1.59.0", + "@theia/collaboration": "1.59.0", + "@theia/console": "1.59.0", + "@theia/core": "1.59.0", + "@theia/debug": "1.59.0", + "@theia/dev-container": "1.59.0", + "@theia/editor": "1.59.0", + "@theia/editor-preview": "1.59.0", + "@theia/electron": "1.59.0", + "@theia/external-terminal": "1.59.0", + "@theia/file-search": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/getting-started": "1.59.0", + "@theia/keymaps": "1.59.0", + "@theia/markers": "1.59.0", + "@theia/memory-inspector": "1.59.0", + "@theia/messages": "1.59.0", + "@theia/metrics": "1.59.0", + "@theia/mini-browser": "1.59.0", + "@theia/monaco": "1.59.0", + "@theia/navigator": "1.59.0", + "@theia/outline-view": "1.59.0", + "@theia/output": "1.59.0", + "@theia/plugin-dev": "1.59.0", + "@theia/plugin-ext": "1.59.0", + "@theia/plugin-ext-headless": "1.59.0", + "@theia/plugin-ext-vscode": "1.59.0", + "@theia/preferences": "1.59.0", + "@theia/preview": "1.59.0", + "@theia/process": "1.59.0", + "@theia/property-view": "1.59.0", + "@theia/remote": "1.59.0", + "@theia/scanoss": "1.59.0", + "@theia/scm": "1.59.0", + "@theia/scm-extra": "1.59.0", + "@theia/search-in-workspace": "1.59.0", + "@theia/secondary-window": "1.59.0", + "@theia/task": "1.59.0", + "@theia/terminal": "1.59.0", + "@theia/timeline": "1.59.0", + "@theia/toolbar": "1.59.0", + "@theia/typehierarchy": "1.59.0", + "@theia/userstorage": "1.59.0", + "@theia/variable-resolver": "1.59.0", + "@theia/vsx-registry": "1.59.0", + "@theia/workspace": "1.59.0" }, "scripts": { "build": "theiaext build && npm run -s bundle", @@ -106,7 +106,7 @@ "watch:compile": "tsc -b -w" }, "devDependencies": { - "@theia/cli": "1.58.0", + "@theia/cli": "1.59.0", "electron": "30.1.2" } } diff --git a/examples/playwright/package.json b/examples/playwright/package.json index a156f65732687..0311bc4d77034 100644 --- a/examples/playwright/package.json +++ b/examples/playwright/package.json @@ -1,6 +1,6 @@ { "name": "@theia/playwright", - "version": "1.58.0", + "version": "1.59.0", "description": "System tests for Theia", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "repository": { @@ -35,7 +35,7 @@ "fs-extra": "^9.0.8" }, "devDependencies": { - "@theia/cli": "1.58.0", + "@theia/cli": "1.59.0", "@types/fs-extra": "^9.0.8", "allure-commandline": "^2.23.1", "allure-playwright": "^2.5.0", @@ -46,5 +46,6 @@ "publishConfig": { "access": "public" }, - "main": "lib/index" + "main": "lib/index", + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/lerna.json b/lerna.json index b7382e02f844c..0484f1398f667 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/lerna.json", "npmClient": "npm", - "version": "1.58.0", + "version": "1.59.0", "command": { "run": { "stream": true diff --git a/package-lock.json b/package-lock.json index 619b0badc2e58..55103d65d92f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,16 +66,16 @@ }, "dev-packages/application-manager": { "name": "@theia/application-manager", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { "@babel/core": "^7.10.0", "@babel/plugin-transform-classes": "^7.10.0", "@babel/plugin-transform-runtime": "^7.10.0", "@babel/preset-env": "^7.10.0", - "@theia/application-package": "1.58.0", - "@theia/ffmpeg": "1.58.0", - "@theia/native-webpack-plugin": "1.58.0", + "@theia/application-package": "1.59.0", + "@theia/ffmpeg": "1.59.0", + "@theia/native-webpack-plugin": "1.59.0", "@types/fs-extra": "^4.0.2", "@types/semver": "^7.5.0", "babel-loader": "^8.2.2", @@ -106,7 +106,7 @@ "yargs": "^15.3.1" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0", + "@theia/ext-scripts": "1.59.0", "@types/node-abi": "*" }, "peerDependencies": { @@ -120,10 +120,10 @@ }, "dev-packages/application-package": { "name": "@theia/application-package", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/request": "1.58.0", + "@theia/request": "1.59.0", "@types/fs-extra": "^4.0.2", "@types/semver": "^7.5.0", "@types/write-json-file": "^2.2.1", @@ -137,20 +137,20 @@ "write-json-file": "^2.2.0" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } }, "dev-packages/cli": { "name": "@theia/cli", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/application-manager": "1.58.0", - "@theia/application-package": "1.58.0", - "@theia/ffmpeg": "1.58.0", - "@theia/localization-manager": "1.58.0", - "@theia/ovsx-client": "1.58.0", - "@theia/request": "1.58.0", + "@theia/application-manager": "1.59.0", + "@theia/application-package": "1.59.0", + "@theia/ffmpeg": "1.59.0", + "@theia/localization-manager": "1.59.0", + "@theia/ovsx-client": "1.59.0", + "@theia/request": "1.59.0", "@types/chai": "^4.2.7", "@types/mocha": "^10.0.0", "@types/node-fetch": "^2.5.7", @@ -204,7 +204,7 @@ }, "dev-packages/ffmpeg": { "name": "@theia/ffmpeg", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { "@electron/get": "^2.0.0", @@ -217,7 +217,7 @@ }, "dev-packages/localization-manager": { "name": "@theia/localization-manager", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { "@types/bent": "^7.0.1", @@ -232,12 +232,12 @@ "typescript": "~5.4.5" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } }, "dev-packages/native-webpack-plugin": { "name": "@theia/native-webpack-plugin", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0", "dependencies": { "detect-libc": "^2.0.2", @@ -247,10 +247,10 @@ }, "dev-packages/ovsx-client": { "name": "@theia/ovsx-client", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/request": "1.58.0", + "@theia/request": "1.59.0", "limiter": "^2.1.0", "semver": "^7.5.4", "tslib": "^2.6.2" @@ -258,16 +258,16 @@ }, "dev-packages/private-eslint-plugin": { "name": "@theia/eslint-plugin", - "version": "1.58.0", + "version": "1.59.0", "dependencies": { - "@theia/ext-scripts": "1.58.0", - "@theia/re-exports": "1.58.0", + "@theia/ext-scripts": "1.59.0", + "@theia/re-exports": "1.59.0", "js-levenshtein": "^1.1.6" } }, "dev-packages/private-ext-scripts": { "name": "@theia/ext-scripts", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "bin": { "run": "bin/theia-run.js", @@ -277,7 +277,7 @@ }, "dev-packages/private-re-exports": { "name": "@theia/re-exports", - "version": "1.58.0", + "version": "1.59.0", "dependencies": { "mustache": "^4.2.0", "semver": "^7.5.4", @@ -299,7 +299,7 @@ }, "dev-packages/request": { "name": "@theia/request", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { "http-proxy-agent": "^5.0.0", @@ -309,272 +309,272 @@ }, "examples/api-provider-sample": { "name": "@theia/api-provider-sample", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/plugin-ext": "1.58.0", - "@theia/plugin-ext-headless": "1.58.0" + "@theia/core": "1.59.0", + "@theia/plugin-ext": "1.59.0", + "@theia/plugin-ext-headless": "1.59.0" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } }, "examples/api-samples": { "name": "@theia/api-samples", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/ai-chat": "1.58.0", - "@theia/ai-chat-ui": "1.58.0", - "@theia/ai-core": "1.58.0", - "@theia/core": "1.58.0", - "@theia/file-search": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/ai-chat": "1.59.0", + "@theia/ai-chat-ui": "1.59.0", + "@theia/ai-core": "1.59.0", + "@theia/core": "1.59.0", + "@theia/file-search": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/monaco": "1.59.0", "@theia/monaco-editor-core": "1.96.302", - "@theia/output": "1.58.0", - "@theia/ovsx-client": "1.58.0", - "@theia/search-in-workspace": "1.58.0", - "@theia/test": "1.58.0", - "@theia/toolbar": "1.58.0", - "@theia/vsx-registry": "1.58.0", - "@theia/workspace": "1.58.0" + "@theia/output": "1.59.0", + "@theia/ovsx-client": "1.59.0", + "@theia/search-in-workspace": "1.59.0", + "@theia/test": "1.59.0", + "@theia/toolbar": "1.59.0", + "@theia/vsx-registry": "1.59.0", + "@theia/workspace": "1.59.0" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } }, "examples/api-tests": { "name": "@theia/api-tests", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0" + "@theia/core": "1.59.0" } }, "examples/browser": { "name": "@theia/example-browser", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/ai-anthropic": "1.58.0", - "@theia/ai-chat": "1.58.0", - "@theia/ai-chat-ui": "1.58.0", - "@theia/ai-code-completion": "1.58.0", - "@theia/ai-core": "1.58.0", - "@theia/ai-history": "1.58.0", - "@theia/ai-huggingface": "1.58.0", - "@theia/ai-ide": "1.58.0", - "@theia/ai-llamafile": "1.58.0", - "@theia/ai-mcp": "1.58.0", - "@theia/ai-ollama": "1.58.0", - "@theia/ai-openai": "1.58.0", - "@theia/ai-scanoss": "1.58.0", - "@theia/ai-terminal": "1.58.0", - "@theia/api-provider-sample": "1.58.0", - "@theia/api-samples": "1.58.0", - "@theia/bulk-edit": "1.58.0", - "@theia/callhierarchy": "1.58.0", - "@theia/collaboration": "1.58.0", - "@theia/console": "1.58.0", - "@theia/core": "1.58.0", - "@theia/debug": "1.58.0", - "@theia/dev-container": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/editor-preview": "1.58.0", - "@theia/file-search": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/getting-started": "1.58.0", - "@theia/keymaps": "1.58.0", - "@theia/markers": "1.58.0", - "@theia/memory-inspector": "1.58.0", - "@theia/messages": "1.58.0", - "@theia/metrics": "1.58.0", - "@theia/mini-browser": "1.58.0", - "@theia/monaco": "1.58.0", - "@theia/navigator": "1.58.0", - "@theia/notebook": "1.58.0", - "@theia/outline-view": "1.58.0", - "@theia/output": "1.58.0", - "@theia/plugin-dev": "1.58.0", - "@theia/plugin-ext": "1.58.0", - "@theia/plugin-ext-headless": "1.58.0", - "@theia/plugin-ext-vscode": "1.58.0", - "@theia/plugin-metrics": "1.58.0", - "@theia/preferences": "1.58.0", - "@theia/preview": "1.58.0", - "@theia/process": "1.58.0", - "@theia/property-view": "1.58.0", - "@theia/remote": "1.58.0", - "@theia/scanoss": "1.58.0", - "@theia/scm": "1.58.0", - "@theia/scm-extra": "1.58.0", - "@theia/search-in-workspace": "1.58.0", - "@theia/secondary-window": "1.58.0", - "@theia/task": "1.58.0", - "@theia/terminal": "1.58.0", - "@theia/test": "1.58.0", - "@theia/timeline": "1.58.0", - "@theia/toolbar": "1.58.0", - "@theia/typehierarchy": "1.58.0", - "@theia/userstorage": "1.58.0", - "@theia/variable-resolver": "1.58.0", - "@theia/vsx-registry": "1.58.0", - "@theia/workspace": "1.58.0" + "@theia/ai-anthropic": "1.59.0", + "@theia/ai-chat": "1.59.0", + "@theia/ai-chat-ui": "1.59.0", + "@theia/ai-code-completion": "1.59.0", + "@theia/ai-core": "1.59.0", + "@theia/ai-history": "1.59.0", + "@theia/ai-huggingface": "1.59.0", + "@theia/ai-ide": "1.59.0", + "@theia/ai-llamafile": "1.59.0", + "@theia/ai-mcp": "1.59.0", + "@theia/ai-ollama": "1.59.0", + "@theia/ai-openai": "1.59.0", + "@theia/ai-scanoss": "1.59.0", + "@theia/ai-terminal": "1.59.0", + "@theia/api-provider-sample": "1.59.0", + "@theia/api-samples": "1.59.0", + "@theia/bulk-edit": "1.59.0", + "@theia/callhierarchy": "1.59.0", + "@theia/collaboration": "1.59.0", + "@theia/console": "1.59.0", + "@theia/core": "1.59.0", + "@theia/debug": "1.59.0", + "@theia/dev-container": "1.59.0", + "@theia/editor": "1.59.0", + "@theia/editor-preview": "1.59.0", + "@theia/file-search": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/getting-started": "1.59.0", + "@theia/keymaps": "1.59.0", + "@theia/markers": "1.59.0", + "@theia/memory-inspector": "1.59.0", + "@theia/messages": "1.59.0", + "@theia/metrics": "1.59.0", + "@theia/mini-browser": "1.59.0", + "@theia/monaco": "1.59.0", + "@theia/navigator": "1.59.0", + "@theia/notebook": "1.59.0", + "@theia/outline-view": "1.59.0", + "@theia/output": "1.59.0", + "@theia/plugin-dev": "1.59.0", + "@theia/plugin-ext": "1.59.0", + "@theia/plugin-ext-headless": "1.59.0", + "@theia/plugin-ext-vscode": "1.59.0", + "@theia/plugin-metrics": "1.59.0", + "@theia/preferences": "1.59.0", + "@theia/preview": "1.59.0", + "@theia/process": "1.59.0", + "@theia/property-view": "1.59.0", + "@theia/remote": "1.59.0", + "@theia/scanoss": "1.59.0", + "@theia/scm": "1.59.0", + "@theia/scm-extra": "1.59.0", + "@theia/search-in-workspace": "1.59.0", + "@theia/secondary-window": "1.59.0", + "@theia/task": "1.59.0", + "@theia/terminal": "1.59.0", + "@theia/test": "1.59.0", + "@theia/timeline": "1.59.0", + "@theia/toolbar": "1.59.0", + "@theia/typehierarchy": "1.59.0", + "@theia/userstorage": "1.59.0", + "@theia/variable-resolver": "1.59.0", + "@theia/vsx-registry": "1.59.0", + "@theia/workspace": "1.59.0" }, "devDependencies": { - "@theia/cli": "1.58.0", - "@theia/native-webpack-plugin": "1.58.0" + "@theia/cli": "1.59.0", + "@theia/native-webpack-plugin": "1.59.0" } }, "examples/browser-only": { "name": "@theia/example-browser-only", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/ai-chat": "1.58.0", - "@theia/ai-chat-ui": "1.58.0", - "@theia/ai-code-completion": "1.58.0", - "@theia/ai-core": "1.58.0", - "@theia/ai-history": "1.58.0", - "@theia/ai-ollama": "1.58.0", - "@theia/ai-openai": "1.58.0", - "@theia/ai-scanoss": "1.58.0", - "@theia/api-samples": "1.58.0", - "@theia/bulk-edit": "1.58.0", - "@theia/callhierarchy": "1.58.0", - "@theia/collaboration": "1.58.0", - "@theia/console": "1.58.0", - "@theia/core": "1.58.0", - "@theia/debug": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/editor-preview": "1.58.0", - "@theia/file-search": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/getting-started": "1.58.0", - "@theia/git": "1.58.0", - "@theia/keymaps": "1.58.0", - "@theia/markers": "1.58.0", - "@theia/memory-inspector": "1.58.0", - "@theia/messages": "1.58.0", - "@theia/metrics": "1.58.0", - "@theia/mini-browser": "1.58.0", - "@theia/monaco": "1.58.0", - "@theia/navigator": "1.58.0", - "@theia/outline-view": "1.58.0", - "@theia/output": "1.58.0", - "@theia/plugin-dev": "1.58.0", - "@theia/plugin-ext": "1.58.0", - "@theia/plugin-ext-vscode": "1.58.0", - "@theia/plugin-metrics": "1.58.0", - "@theia/preferences": "1.58.0", - "@theia/preview": "1.58.0", - "@theia/process": "1.58.0", - "@theia/property-view": "1.58.0", - "@theia/scanoss": "1.58.0", - "@theia/scm": "1.58.0", - "@theia/scm-extra": "1.58.0", - "@theia/search-in-workspace": "1.58.0", - "@theia/secondary-window": "1.58.0", - "@theia/task": "1.58.0", - "@theia/terminal": "1.58.0", - "@theia/timeline": "1.58.0", - "@theia/toolbar": "1.58.0", - "@theia/typehierarchy": "1.58.0", - "@theia/userstorage": "1.58.0", - "@theia/variable-resolver": "1.58.0", - "@theia/vsx-registry": "1.58.0", - "@theia/workspace": "1.58.0" + "@theia/ai-chat": "1.59.0", + "@theia/ai-chat-ui": "1.59.0", + "@theia/ai-code-completion": "1.59.0", + "@theia/ai-core": "1.59.0", + "@theia/ai-history": "1.59.0", + "@theia/ai-ollama": "1.59.0", + "@theia/ai-openai": "1.59.0", + "@theia/ai-scanoss": "1.59.0", + "@theia/api-samples": "1.59.0", + "@theia/bulk-edit": "1.59.0", + "@theia/callhierarchy": "1.59.0", + "@theia/collaboration": "1.59.0", + "@theia/console": "1.59.0", + "@theia/core": "1.59.0", + "@theia/debug": "1.59.0", + "@theia/editor": "1.59.0", + "@theia/editor-preview": "1.59.0", + "@theia/file-search": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/getting-started": "1.59.0", + "@theia/git": "1.59.0", + "@theia/keymaps": "1.59.0", + "@theia/markers": "1.59.0", + "@theia/memory-inspector": "1.59.0", + "@theia/messages": "1.59.0", + "@theia/metrics": "1.59.0", + "@theia/mini-browser": "1.59.0", + "@theia/monaco": "1.59.0", + "@theia/navigator": "1.59.0", + "@theia/outline-view": "1.59.0", + "@theia/output": "1.59.0", + "@theia/plugin-dev": "1.59.0", + "@theia/plugin-ext": "1.59.0", + "@theia/plugin-ext-vscode": "1.59.0", + "@theia/plugin-metrics": "1.59.0", + "@theia/preferences": "1.59.0", + "@theia/preview": "1.59.0", + "@theia/process": "1.59.0", + "@theia/property-view": "1.59.0", + "@theia/scanoss": "1.59.0", + "@theia/scm": "1.59.0", + "@theia/scm-extra": "1.59.0", + "@theia/search-in-workspace": "1.59.0", + "@theia/secondary-window": "1.59.0", + "@theia/task": "1.59.0", + "@theia/terminal": "1.59.0", + "@theia/timeline": "1.59.0", + "@theia/toolbar": "1.59.0", + "@theia/typehierarchy": "1.59.0", + "@theia/userstorage": "1.59.0", + "@theia/variable-resolver": "1.59.0", + "@theia/vsx-registry": "1.59.0", + "@theia/workspace": "1.59.0" }, "devDependencies": { - "@theia/cli": "1.58.0" + "@theia/cli": "1.59.0" } }, "examples/electron": { "name": "@theia/example-electron", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/ai-anthropic": "1.58.0", - "@theia/ai-chat": "1.58.0", - "@theia/ai-chat-ui": "1.58.0", - "@theia/ai-code-completion": "1.58.0", - "@theia/ai-core": "1.58.0", - "@theia/ai-history": "1.58.0", - "@theia/ai-huggingface": "1.58.0", - "@theia/ai-ide": "1.58.0", - "@theia/ai-llamafile": "1.58.0", - "@theia/ai-mcp": "1.58.0", - "@theia/ai-ollama": "1.58.0", - "@theia/ai-openai": "1.58.0", - "@theia/ai-scanoss": "1.58.0", - "@theia/ai-terminal": "1.58.0", - "@theia/api-provider-sample": "1.58.0", - "@theia/api-samples": "1.58.0", - "@theia/bulk-edit": "1.58.0", - "@theia/callhierarchy": "1.58.0", - "@theia/collaboration": "1.58.0", - "@theia/console": "1.58.0", - "@theia/core": "1.58.0", - "@theia/debug": "1.58.0", - "@theia/dev-container": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/editor-preview": "1.58.0", - "@theia/electron": "1.58.0", - "@theia/external-terminal": "1.58.0", - "@theia/file-search": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/getting-started": "1.58.0", - "@theia/keymaps": "1.58.0", - "@theia/markers": "1.58.0", - "@theia/memory-inspector": "1.58.0", - "@theia/messages": "1.58.0", - "@theia/metrics": "1.58.0", - "@theia/mini-browser": "1.58.0", - "@theia/monaco": "1.58.0", - "@theia/navigator": "1.58.0", - "@theia/outline-view": "1.58.0", - "@theia/output": "1.58.0", - "@theia/plugin-dev": "1.58.0", - "@theia/plugin-ext": "1.58.0", - "@theia/plugin-ext-headless": "1.58.0", - "@theia/plugin-ext-vscode": "1.58.0", - "@theia/preferences": "1.58.0", - "@theia/preview": "1.58.0", - "@theia/process": "1.58.0", - "@theia/property-view": "1.58.0", - "@theia/remote": "1.58.0", - "@theia/scanoss": "1.58.0", - "@theia/scm": "1.58.0", - "@theia/scm-extra": "1.58.0", - "@theia/search-in-workspace": "1.58.0", - "@theia/secondary-window": "1.58.0", - "@theia/task": "1.58.0", - "@theia/terminal": "1.58.0", - "@theia/timeline": "1.58.0", - "@theia/toolbar": "1.58.0", - "@theia/typehierarchy": "1.58.0", - "@theia/userstorage": "1.58.0", - "@theia/variable-resolver": "1.58.0", - "@theia/vsx-registry": "1.58.0", - "@theia/workspace": "1.58.0" + "@theia/ai-anthropic": "1.59.0", + "@theia/ai-chat": "1.59.0", + "@theia/ai-chat-ui": "1.59.0", + "@theia/ai-code-completion": "1.59.0", + "@theia/ai-core": "1.59.0", + "@theia/ai-history": "1.59.0", + "@theia/ai-huggingface": "1.59.0", + "@theia/ai-ide": "1.59.0", + "@theia/ai-llamafile": "1.59.0", + "@theia/ai-mcp": "1.59.0", + "@theia/ai-ollama": "1.59.0", + "@theia/ai-openai": "1.59.0", + "@theia/ai-scanoss": "1.59.0", + "@theia/ai-terminal": "1.59.0", + "@theia/api-provider-sample": "1.59.0", + "@theia/api-samples": "1.59.0", + "@theia/bulk-edit": "1.59.0", + "@theia/callhierarchy": "1.59.0", + "@theia/collaboration": "1.59.0", + "@theia/console": "1.59.0", + "@theia/core": "1.59.0", + "@theia/debug": "1.59.0", + "@theia/dev-container": "1.59.0", + "@theia/editor": "1.59.0", + "@theia/editor-preview": "1.59.0", + "@theia/electron": "1.59.0", + "@theia/external-terminal": "1.59.0", + "@theia/file-search": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/getting-started": "1.59.0", + "@theia/keymaps": "1.59.0", + "@theia/markers": "1.59.0", + "@theia/memory-inspector": "1.59.0", + "@theia/messages": "1.59.0", + "@theia/metrics": "1.59.0", + "@theia/mini-browser": "1.59.0", + "@theia/monaco": "1.59.0", + "@theia/navigator": "1.59.0", + "@theia/outline-view": "1.59.0", + "@theia/output": "1.59.0", + "@theia/plugin-dev": "1.59.0", + "@theia/plugin-ext": "1.59.0", + "@theia/plugin-ext-headless": "1.59.0", + "@theia/plugin-ext-vscode": "1.59.0", + "@theia/preferences": "1.59.0", + "@theia/preview": "1.59.0", + "@theia/process": "1.59.0", + "@theia/property-view": "1.59.0", + "@theia/remote": "1.59.0", + "@theia/scanoss": "1.59.0", + "@theia/scm": "1.59.0", + "@theia/scm-extra": "1.59.0", + "@theia/search-in-workspace": "1.59.0", + "@theia/secondary-window": "1.59.0", + "@theia/task": "1.59.0", + "@theia/terminal": "1.59.0", + "@theia/timeline": "1.59.0", + "@theia/toolbar": "1.59.0", + "@theia/typehierarchy": "1.59.0", + "@theia/userstorage": "1.59.0", + "@theia/variable-resolver": "1.59.0", + "@theia/vsx-registry": "1.59.0", + "@theia/workspace": "1.59.0" }, "devDependencies": { - "@theia/cli": "1.58.0", + "@theia/cli": "1.59.0", "electron": "30.1.2" } }, "examples/playwright": { "name": "@theia/playwright", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { "@playwright/test": "^1.47.0", "fs-extra": "^9.0.8" }, "devDependencies": { - "@theia/cli": "1.58.0", + "@theia/cli": "1.59.0", "@types/fs-extra": "^9.0.8", "allure-commandline": "^2.23.1", "allure-playwright": "^2.5.0", @@ -29632,149 +29632,149 @@ }, "packages/ai-anthropic": { "name": "@theia/ai-anthropic", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { "@anthropic-ai/sdk": "^0.32.1", - "@theia/ai-core": "1.58.0", - "@theia/core": "1.58.0" + "@theia/ai-core": "1.59.0", + "@theia/core": "1.59.0" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } }, "packages/ai-chat": { "name": "@theia/ai-chat", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/ai-core": "1.58.0", - "@theia/ai-history": "1.58.0", - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/file-search": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/ai-core": "1.59.0", + "@theia/ai-history": "1.59.0", + "@theia/core": "1.59.0", + "@theia/editor": "1.59.0", + "@theia/file-search": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/monaco": "1.59.0", "@theia/monaco-editor-core": "1.96.302", - "@theia/workspace": "1.58.0", + "@theia/workspace": "1.59.0", "minimatch": "^5.1.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } }, "packages/ai-chat-ui": { "name": "@theia/ai-chat-ui", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/ai-chat": "1.58.0", - "@theia/ai-core": "1.58.0", - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/editor-preview": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/ai-chat": "1.59.0", + "@theia/ai-core": "1.59.0", + "@theia/core": "1.59.0", + "@theia/editor": "1.59.0", + "@theia/editor-preview": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/monaco": "1.59.0", "@theia/monaco-editor-core": "1.96.302", - "@theia/workspace": "1.58.0", + "@theia/workspace": "1.59.0", "minimatch": "^5.1.0", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } }, "packages/ai-code-completion": { "name": "@theia/ai-code-completion", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/ai-core": "1.58.0", - "@theia/core": "1.58.0", - "@theia/filesystem": "1.58.0", + "@theia/ai-core": "1.59.0", + "@theia/core": "1.59.0", + "@theia/filesystem": "1.59.0", "@theia/monaco-editor-core": "1.96.302", - "@theia/output": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/output": "1.59.0", + "@theia/workspace": "1.59.0", "minimatch": "^5.1.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } }, "packages/ai-core": { "name": "@theia/ai-core", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/core": "1.59.0", + "@theia/editor": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/monaco": "1.59.0", "@theia/monaco-editor-core": "1.96.302", - "@theia/output": "1.58.0", - "@theia/variable-resolver": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/output": "1.59.0", + "@theia/variable-resolver": "1.59.0", + "@theia/workspace": "1.59.0", "@types/js-yaml": "^4.0.9", "js-yaml": "^4.1.0", "minimatch": "^5.1.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } }, "packages/ai-history": { "name": "@theia/ai-history", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/ai-core": "1.58.0", - "@theia/core": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/output": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/ai-core": "1.59.0", + "@theia/core": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/output": "1.59.0", + "@theia/workspace": "1.59.0", "minimatch": "^5.1.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } }, "packages/ai-hugging-face": { "name": "@theia/ai-huggingface", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { "@huggingface/inference": "^2.0.0", - "@theia/ai-core": "1.58.0", - "@theia/core": "1.58.0" + "@theia/ai-core": "1.59.0", + "@theia/core": "1.59.0" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } }, "packages/ai-ide": { "name": "@theia/ai-ide", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/ai-chat": "1.58.0", - "@theia/ai-core": "1.58.0", - "@theia/core": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/monaco": "1.58.0", - "@theia/navigator": "1.58.0", - "@theia/terminal": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/ai-chat": "1.59.0", + "@theia/ai-core": "1.59.0", + "@theia/core": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/monaco": "1.59.0", + "@theia/navigator": "1.59.0", + "@theia/terminal": "1.59.0", + "@theia/workspace": "1.59.0", "ignore": "^6.0.0", "minimatch": "^9.0.0" }, "devDependencies": { - "@theia/cli": "1.58.0", - "@theia/test": "1.58.0" + "@theia/cli": "1.59.0", + "@theia/test": "1.59.0" } }, "packages/ai-ide-agents": { @@ -29816,96 +29816,96 @@ }, "packages/ai-llamafile": { "name": "@theia/ai-llamafile", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/ai-core": "1.58.0", - "@theia/core": "1.58.0", - "@theia/output": "1.58.0", + "@theia/ai-core": "1.59.0", + "@theia/core": "1.59.0", + "@theia/output": "1.59.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } }, "packages/ai-mcp": { "name": "@theia/ai-mcp", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { "@modelcontextprotocol/sdk": "1.0.1", - "@theia/ai-core": "1.58.0", - "@theia/core": "1.58.0" + "@theia/ai-core": "1.59.0", + "@theia/core": "1.59.0" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } }, "packages/ai-ollama": { "name": "@theia/ai-ollama", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/ai-core": "1.58.0", - "@theia/core": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/ai-core": "1.59.0", + "@theia/core": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/workspace": "1.59.0", "minimatch": "^5.1.0", "ollama": "^0.5.8", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } }, "packages/ai-openai": { "name": "@theia/ai-openai", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/ai-core": "1.58.0", - "@theia/core": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/ai-core": "1.59.0", + "@theia/core": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/workspace": "1.59.0", "minimatch": "^5.1.0", "openai": "^4.77.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } }, "packages/ai-scanoss": { "name": "@theia/ai-scanoss", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/ai-chat": "1.58.0", - "@theia/ai-chat-ui": "1.58.0", - "@theia/ai-core": "1.58.0", - "@theia/core": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/ai-chat": "1.59.0", + "@theia/ai-chat-ui": "1.59.0", + "@theia/ai-core": "1.59.0", + "@theia/core": "1.59.0", + "@theia/monaco": "1.59.0", "@theia/monaco-editor-core": "1.96.302", - "@theia/scanoss": "1.58.0" + "@theia/scanoss": "1.59.0" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } }, "packages/ai-terminal": { "name": "@theia/ai-terminal", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/ai-chat": "1.58.0", - "@theia/ai-core": "1.58.0", - "@theia/core": "1.58.0", - "@theia/terminal": "1.58.0", + "@theia/ai-chat": "1.59.0", + "@theia/ai-core": "1.59.0", + "@theia/core": "1.59.0", + "@theia/terminal": "1.59.0", "zod": "^3.23.8", "zod-to-json-schema": "^3.23.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } }, "packages/ai-terminal/node_modules/zod": { @@ -29949,46 +29949,46 @@ }, "packages/bulk-edit": { "name": "@theia/bulk-edit", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/core": "1.59.0", + "@theia/editor": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/monaco": "1.59.0", "@theia/monaco-editor-core": "1.96.302", - "@theia/workspace": "1.58.0", + "@theia/workspace": "1.59.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } }, "packages/callhierarchy": { "name": "@theia/callhierarchy", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", + "@theia/core": "1.59.0", + "@theia/editor": "1.59.0", "ts-md5": "^1.2.2", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } }, "packages/collaboration": { "name": "@theia/collaboration", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/core": "1.59.0", + "@theia/editor": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/monaco": "1.59.0", "@theia/monaco-editor-core": "1.96.302", - "@theia/workspace": "1.58.0", + "@theia/workspace": "1.59.0", "lib0": "^0.2.52", "open-collaboration-protocol": "0.2.0", "open-collaboration-yjs": "0.2.0", @@ -29997,27 +29997,27 @@ "yjs": "^13.6.7" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } }, "packages/console": { "name": "@theia/console", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/core": "1.59.0", + "@theia/monaco": "1.59.0", "@theia/monaco-editor-core": "1.96.302", "anser": "^2.0.1", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } }, "packages/core": { "name": "@theia/core", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { "@babel/runtime": "^7.10.0", @@ -30032,8 +30032,8 @@ "@phosphor/signaling": "1", "@phosphor/virtualdom": "1", "@phosphor/widgets": "1", - "@theia/application-package": "1.58.0", - "@theia/request": "1.58.0", + "@theia/application-package": "1.59.0", + "@theia/request": "1.59.0", "@types/body-parser": "^1.16.4", "@types/cookie": "^0.3.3", "@types/dompurify": "^2.2.2", @@ -30092,8 +30092,8 @@ "yargs": "^15.3.1" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0", - "@theia/re-exports": "1.58.0", + "@theia/ext-scripts": "1.59.0", + "@theia/re-exports": "1.59.0", "minimist": "^1.2.0", "nodejs-file-downloader": "4.13.0" }, @@ -30132,23 +30132,23 @@ }, "packages/debug": { "name": "@theia/debug", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/console": "1.58.0", - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/markers": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/console": "1.59.0", + "@theia/core": "1.59.0", + "@theia/editor": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/markers": "1.59.0", + "@theia/monaco": "1.59.0", "@theia/monaco-editor-core": "1.96.302", - "@theia/output": "1.58.0", - "@theia/process": "1.58.0", - "@theia/task": "1.58.0", - "@theia/terminal": "1.58.0", - "@theia/test": "1.58.0", - "@theia/variable-resolver": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/output": "1.59.0", + "@theia/process": "1.59.0", + "@theia/task": "1.59.0", + "@theia/terminal": "1.59.0", + "@theia/test": "1.59.0", + "@theia/variable-resolver": "1.59.0", + "@theia/workspace": "1.59.0", "@vscode/debugprotocol": "^1.51.0", "fast-deep-equal": "^3.1.3", "jsonc-parser": "^2.2.0", @@ -30156,24 +30156,24 @@ "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } }, "packages/dev-container": { "name": "@theia/dev-container", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/output": "1.58.0", - "@theia/remote": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/core": "1.59.0", + "@theia/output": "1.59.0", + "@theia/remote": "1.59.0", + "@theia/workspace": "1.59.0", "dockerode": "^4.0.2", "jsonc-parser": "^2.2.0", "uuid": "^8.0.0" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0", + "@theia/ext-scripts": "1.59.0", "@types/dockerode": "^3.3.23" } }, @@ -30188,34 +30188,34 @@ }, "packages/editor": { "name": "@theia/editor", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/variable-resolver": "1.58.0", + "@theia/core": "1.59.0", + "@theia/variable-resolver": "1.59.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } }, "packages/editor-preview": { "name": "@theia/editor-preview", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/navigator": "1.58.0", + "@theia/core": "1.59.0", + "@theia/editor": "1.59.0", + "@theia/navigator": "1.59.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } }, "packages/electron": { "name": "@theia/electron", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { "electron-store": "^8.0.0", @@ -30223,8 +30223,8 @@ "native-keymap": "^2.2.1" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0", - "@theia/re-exports": "1.58.0" + "@theia/ext-scripts": "1.59.0", + "@theia/re-exports": "1.59.0" }, "peerDependencies": { "electron": "30.1.2" @@ -30345,41 +30345,41 @@ }, "packages/external-terminal": { "name": "@theia/external-terminal", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/core": "1.59.0", + "@theia/editor": "1.59.0", + "@theia/workspace": "1.59.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } }, "packages/file-search": { "name": "@theia/file-search", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/process": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/core": "1.59.0", + "@theia/editor": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/process": "1.59.0", + "@theia/workspace": "1.59.0", "@vscode/ripgrep": "^1.14.2", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } }, "packages/filesystem": { "name": "@theia/filesystem", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", + "@theia/core": "1.59.0", "@types/body-parser": "^1.17.0", "@types/multer": "^1.4.7", "@types/tar-fs": "^1.16.1", @@ -30396,7 +30396,7 @@ "vscode-languageserver-textdocument": "^1.0.1" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } }, "packages/filesystem/node_modules/async-mutex": { @@ -30410,34 +30410,34 @@ }, "packages/getting-started": { "name": "@theia/getting-started", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/keymaps": "1.58.0", - "@theia/preview": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/core": "1.59.0", + "@theia/editor": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/keymaps": "1.59.0", + "@theia/preview": "1.59.0", + "@theia/workspace": "1.59.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } }, "packages/git": { "name": "@theia/git", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", + "@theia/core": "1.59.0", + "@theia/editor": "1.59.0", + "@theia/filesystem": "1.59.0", "@theia/monaco-editor-core": "1.96.302", - "@theia/navigator": "1.58.0", - "@theia/scm": "1.58.0", - "@theia/scm-extra": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/navigator": "1.59.0", + "@theia/scm": "1.59.0", + "@theia/scm-extra": "1.59.0", + "@theia/workspace": "1.59.0", "@types/diff": "^5.2.1", "diff": "^5.2.0", "dugite-extra": "0.1.17", @@ -30451,7 +30451,7 @@ "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0", + "@theia/ext-scripts": "1.59.0", "@types/luxon": "^2.3.2", "upath": "^1.0.2" } @@ -30503,42 +30503,42 @@ }, "packages/keymaps": { "name": "@theia/keymaps", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/core": "1.59.0", + "@theia/monaco": "1.59.0", "@theia/monaco-editor-core": "1.96.302", - "@theia/preferences": "1.58.0", - "@theia/userstorage": "1.58.0", + "@theia/preferences": "1.59.0", + "@theia/userstorage": "1.59.0", "jsonc-parser": "^2.2.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } }, "packages/markers": { "name": "@theia/markers", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/core": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/workspace": "1.59.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } }, "packages/memory-inspector": { "name": "@theia/memory-inspector", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/debug": "1.58.0", + "@theia/core": "1.59.0", + "@theia/debug": "1.59.0", "@vscode/debugprotocol": "^1.51.0", "long": "^4.0.0", "tslib": "^2.6.2" @@ -30555,38 +30555,38 @@ }, "packages/messages": { "name": "@theia/messages", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", + "@theia/core": "1.59.0", "react-perfect-scrollbar": "^1.5.3", "ts-md5": "^1.2.2", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } }, "packages/metrics": { "name": "@theia/metrics", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", + "@theia/core": "1.59.0", "prom-client": "^10.2.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } }, "packages/mini-browser": { "name": "@theia/mini-browser", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/filesystem": "1.58.0", + "@theia/core": "1.59.0", + "@theia/filesystem": "1.59.0", "@types/mime-types": "^2.1.0", "mime-types": "^2.1.18", "pdfobject": "^2.0.201604172", @@ -30594,21 +30594,21 @@ "vhost": "^3.0.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } }, "packages/monaco": { "name": "@theia/monaco", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/markers": "1.58.0", + "@theia/core": "1.59.0", + "@theia/editor": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/markers": "1.59.0", "@theia/monaco-editor-core": "1.96.302", - "@theia/outline-view": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/outline-view": "1.59.0", + "@theia/workspace": "1.59.0", "fast-plist": "^0.1.2", "idb": "^4.0.5", "jsonc-parser": "^2.2.0", @@ -30617,7 +30617,7 @@ "vscode-textmate": "^9.2.0" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } }, "packages/monaco/node_modules/vscode-oniguruma": { @@ -30634,66 +30634,66 @@ }, "packages/navigator": { "name": "@theia/navigator", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/core": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/workspace": "1.59.0", "minimatch": "^5.1.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } }, "packages/notebook": { "name": "@theia/notebook", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/core": "1.59.0", + "@theia/editor": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/monaco": "1.59.0", "@theia/monaco-editor-core": "1.96.302", - "@theia/outline-view": "1.58.0", + "@theia/outline-view": "1.59.0", "advanced-mark.js": "^2.6.0", "react-perfect-scrollbar": "^1.5.8", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0", + "@theia/ext-scripts": "1.59.0", "@types/markdown-it": "^12.2.3", "@types/vscode-notebook-renderer": "^1.72.0" } }, "packages/outline-view": { "name": "@theia/outline-view", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", + "@theia/core": "1.59.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } }, "packages/output": { "name": "@theia/output", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/core": "1.59.0", + "@theia/editor": "1.59.0", + "@theia/monaco": "1.59.0", "@theia/monaco-editor-core": "1.96.302", "p-queue": "^8.0.1", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } }, "packages/output/node_modules/eventemitter3": { @@ -30732,62 +30732,62 @@ }, "packages/plugin": { "name": "@theia/plugin", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } }, "packages/plugin-dev": { "name": "@theia/plugin-dev", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/debug": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/output": "1.58.0", - "@theia/plugin-ext": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/core": "1.59.0", + "@theia/debug": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/output": "1.59.0", + "@theia/plugin-ext": "1.59.0", + "@theia/workspace": "1.59.0", "ps-tree": "^1.2.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } }, "packages/plugin-ext": { "name": "@theia/plugin-ext", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/bulk-edit": "1.58.0", - "@theia/callhierarchy": "1.58.0", - "@theia/console": "1.58.0", - "@theia/core": "1.58.0", - "@theia/debug": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/editor-preview": "1.58.0", - "@theia/file-search": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/markers": "1.58.0", - "@theia/messages": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/bulk-edit": "1.59.0", + "@theia/callhierarchy": "1.59.0", + "@theia/console": "1.59.0", + "@theia/core": "1.59.0", + "@theia/debug": "1.59.0", + "@theia/editor": "1.59.0", + "@theia/editor-preview": "1.59.0", + "@theia/file-search": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/markers": "1.59.0", + "@theia/messages": "1.59.0", + "@theia/monaco": "1.59.0", "@theia/monaco-editor-core": "1.96.302", - "@theia/navigator": "1.58.0", - "@theia/notebook": "1.58.0", - "@theia/output": "1.58.0", - "@theia/plugin": "1.58.0", - "@theia/preferences": "1.58.0", - "@theia/scm": "1.58.0", - "@theia/search-in-workspace": "1.58.0", - "@theia/task": "1.58.0", - "@theia/terminal": "1.58.0", - "@theia/test": "1.58.0", - "@theia/timeline": "1.58.0", - "@theia/typehierarchy": "1.58.0", - "@theia/variable-resolver": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/navigator": "1.59.0", + "@theia/notebook": "1.59.0", + "@theia/output": "1.59.0", + "@theia/plugin": "1.59.0", + "@theia/preferences": "1.59.0", + "@theia/scm": "1.59.0", + "@theia/search-in-workspace": "1.59.0", + "@theia/task": "1.59.0", + "@theia/terminal": "1.59.0", + "@theia/test": "1.59.0", + "@theia/timeline": "1.59.0", + "@theia/typehierarchy": "1.59.0", + "@theia/variable-resolver": "1.59.0", + "@theia/workspace": "1.59.0", "@types/mime": "^2.0.1", "@vscode/debugprotocol": "^1.51.0", "@vscode/proxy-agent": "^0.13.2", @@ -30808,7 +30808,7 @@ "vscode-textmate": "^9.2.0" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0", + "@theia/ext-scripts": "1.59.0", "@types/decompress": "^4.2.2", "@types/escape-html": "^0.0.20", "@types/lodash.clonedeep": "^4.5.3", @@ -30817,16 +30817,16 @@ }, "packages/plugin-ext-headless": { "name": "@theia/plugin-ext-headless", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/plugin-ext": "1.58.0", - "@theia/terminal": "1.58.0", + "@theia/core": "1.59.0", + "@theia/plugin-ext": "1.59.0", + "@theia/terminal": "1.59.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0", + "@theia/ext-scripts": "1.59.0", "@types/decompress": "^4.2.2", "@types/escape-html": "^0.0.20", "@types/lodash.clonedeep": "^4.5.3", @@ -30835,29 +30835,29 @@ }, "packages/plugin-ext-vscode": { "name": "@theia/plugin-ext-vscode", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/callhierarchy": "1.58.0", - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/callhierarchy": "1.59.0", + "@theia/core": "1.59.0", + "@theia/editor": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/monaco": "1.59.0", "@theia/monaco-editor-core": "1.96.302", - "@theia/navigator": "1.58.0", - "@theia/outline-view": "1.58.0", - "@theia/plugin": "1.58.0", - "@theia/plugin-ext": "1.58.0", - "@theia/terminal": "1.58.0", - "@theia/typehierarchy": "1.58.0", - "@theia/userstorage": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/navigator": "1.59.0", + "@theia/outline-view": "1.59.0", + "@theia/plugin": "1.59.0", + "@theia/plugin-ext": "1.59.0", + "@theia/terminal": "1.59.0", + "@theia/typehierarchy": "1.59.0", + "@theia/userstorage": "1.59.0", + "@theia/workspace": "1.59.0", "decompress": "^4.2.1", "filenamify": "^4.1.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } }, "packages/plugin-ext/node_modules/@types/mime": { @@ -30874,32 +30874,32 @@ }, "packages/plugin-metrics": { "name": "@theia/plugin-metrics", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/metrics": "1.58.0", + "@theia/core": "1.59.0", + "@theia/metrics": "1.59.0", "@theia/monaco-editor-core": "1.96.302", - "@theia/plugin": "1.58.0", - "@theia/plugin-ext": "1.58.0", + "@theia/plugin": "1.59.0", + "@theia/plugin-ext": "1.59.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } }, "packages/preferences": { "name": "@theia/preferences", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/core": "1.59.0", + "@theia/editor": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/monaco": "1.59.0", "@theia/monaco-editor-core": "1.96.302", - "@theia/userstorage": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/userstorage": "1.59.0", + "@theia/workspace": "1.59.0", "async-mutex": "^0.3.1", "fast-deep-equal": "^3.1.3", "jsonc-parser": "^2.2.0", @@ -30907,7 +30907,7 @@ "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } }, "packages/preferences/node_modules/async-mutex": { @@ -30921,20 +30921,20 @@ }, "packages/preview": { "name": "@theia/preview", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/mini-browser": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/core": "1.59.0", + "@theia/editor": "1.59.0", + "@theia/mini-browser": "1.59.0", + "@theia/monaco": "1.59.0", "@types/highlight.js": "^10.1.0", "highlight.js": "10.4.1", "markdown-it-anchor": "~5.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0", + "@theia/ext-scripts": "1.59.0", "@types/markdown-it-anchor": "^4.0.1" } }, @@ -31000,39 +31000,39 @@ }, "packages/process": { "name": "@theia/process", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", + "@theia/core": "1.59.0", "node-pty": "1.1.0-beta27", "string-argv": "^0.1.1", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } }, "packages/property-view": { "name": "@theia/property-view", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/filesystem": "1.58.0", + "@theia/core": "1.59.0", + "@theia/filesystem": "1.59.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } }, "packages/remote": { "name": "@theia/remote", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/userstorage": "1.58.0", + "@theia/core": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/userstorage": "1.59.0", "archiver": "^5.3.1", "decompress": "^4.2.1", "decompress-tar": "^4.0.0", @@ -31047,7 +31047,7 @@ "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0", + "@theia/ext-scripts": "1.59.0", "@types/archiver": "^5.3.2", "@types/decompress": "^4.2.4", "@types/express-http-proxy": "^1.6.6", @@ -31078,25 +31078,25 @@ }, "packages/scanoss": { "name": "@theia/scanoss", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", + "@theia/core": "1.59.0", "scanoss": "^0.15.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } }, "packages/scm": { "name": "@theia/scm", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/core": "1.59.0", + "@theia/editor": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/monaco": "1.59.0", "@theia/monaco-editor-core": "1.96.302", "@types/diff": "^5.2.1", "diff": "^5.2.0", @@ -31106,80 +31106,80 @@ "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } }, "packages/scm-extra": { "name": "@theia/scm-extra", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/navigator": "1.58.0", - "@theia/scm": "1.58.0", + "@theia/core": "1.59.0", + "@theia/editor": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/navigator": "1.59.0", + "@theia/scm": "1.59.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } }, "packages/search-in-workspace": { "name": "@theia/search-in-workspace", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/navigator": "1.58.0", - "@theia/process": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/core": "1.59.0", + "@theia/editor": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/navigator": "1.59.0", + "@theia/process": "1.59.0", + "@theia/workspace": "1.59.0", "@vscode/ripgrep": "^1.14.2", "minimatch": "^5.1.0", "react-textarea-autosize": "^8.5.5", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } }, "packages/secondary-window": { "name": "@theia/secondary-window", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", + "@theia/core": "1.59.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } }, "packages/task": { "name": "@theia/task", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/markers": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/core": "1.59.0", + "@theia/editor": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/markers": "1.59.0", + "@theia/monaco": "1.59.0", "@theia/monaco-editor-core": "1.96.302", - "@theia/process": "1.58.0", - "@theia/terminal": "1.58.0", - "@theia/userstorage": "1.58.0", - "@theia/variable-resolver": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/process": "1.59.0", + "@theia/terminal": "1.59.0", + "@theia/userstorage": "1.59.0", + "@theia/variable-resolver": "1.59.0", + "@theia/workspace": "1.59.0", "async-mutex": "^0.3.1", "jsonc-parser": "^2.2.0", "p-debounce": "^2.1.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } }, "packages/task/node_modules/async-mutex": { @@ -31193,40 +31193,40 @@ }, "packages/terminal": { "name": "@theia/terminal", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/file-search": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/process": "1.58.0", - "@theia/variable-resolver": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/core": "1.59.0", + "@theia/editor": "1.59.0", + "@theia/file-search": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/process": "1.59.0", + "@theia/variable-resolver": "1.59.0", + "@theia/workspace": "1.59.0", "tslib": "^2.6.2", "xterm": "^5.3.0", "xterm-addon-fit": "^0.8.0", "xterm-addon-search": "^0.13.0" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } }, "packages/test": { "name": "@theia/test", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/navigator": "1.58.0", - "@theia/terminal": "1.58.0", + "@theia/core": "1.59.0", + "@theia/editor": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/navigator": "1.59.0", + "@theia/terminal": "1.59.0", "xterm": "^4.16.0", "xterm-addon-fit": "^0.5.0" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } }, "packages/test/node_modules/xterm": { @@ -31248,31 +31248,31 @@ }, "packages/timeline": { "name": "@theia/timeline", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/navigator": "1.58.0", + "@theia/core": "1.59.0", + "@theia/navigator": "1.59.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } }, "packages/toolbar": { "name": "@theia/toolbar", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/file-search": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/core": "1.59.0", + "@theia/editor": "1.59.0", + "@theia/file-search": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/monaco": "1.59.0", "@theia/monaco-editor-core": "1.96.302", - "@theia/search-in-workspace": "1.58.0", - "@theia/userstorage": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/search-in-workspace": "1.59.0", + "@theia/userstorage": "1.59.0", + "@theia/workspace": "1.59.0", "ajv": "^6.5.3", "jsonc-parser": "^2.2.0", "perfect-scrollbar": "^1.5.5", @@ -31281,55 +31281,55 @@ }, "packages/typehierarchy": { "name": "@theia/typehierarchy", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", + "@theia/core": "1.59.0", + "@theia/editor": "1.59.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } }, "packages/userstorage": { "name": "@theia/userstorage", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/filesystem": "1.58.0", + "@theia/core": "1.59.0", + "@theia/filesystem": "1.59.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } }, "packages/variable-resolver": { "name": "@theia/variable-resolver", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", + "@theia/core": "1.59.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } }, "packages/vsx-registry": { "name": "@theia/vsx-registry", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/navigator": "1.58.0", - "@theia/ovsx-client": "1.58.0", - "@theia/plugin-ext": "1.58.0", - "@theia/plugin-ext-vscode": "1.58.0", - "@theia/preferences": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/core": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/navigator": "1.59.0", + "@theia/ovsx-client": "1.59.0", + "@theia/plugin-ext": "1.59.0", + "@theia/plugin-ext-vscode": "1.59.0", + "@theia/preferences": "1.59.0", + "@theia/workspace": "1.59.0", "limiter": "^2.1.0", "luxon": "^2.4.0", "p-debounce": "^2.1.0", @@ -31337,28 +31337,28 @@ "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0", + "@theia/ext-scripts": "1.59.0", "@types/luxon": "^2.3.2" } }, "packages/workspace": { "name": "@theia/workspace", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/variable-resolver": "1.58.0", + "@theia/core": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/variable-resolver": "1.59.0", "jsonc-parser": "^2.2.0", "tslib": "^2.6.2", "valid-filename": "^2.0.1" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" } }, "sample-plugins/sample-namespace/plugin-a": { - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "devDependencies": { "@types/vscode": "^1.50.0" @@ -31368,7 +31368,7 @@ } }, "sample-plugins/sample-namespace/plugin-b": { - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "devDependencies": { "@types/vscode": "^1.50.0" @@ -31378,10 +31378,10 @@ } }, "sample-plugins/sample-namespace/plugin-gotd": { - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "devDependencies": { - "@theia/api-provider-sample": "1.58.0" + "@theia/api-provider-sample": "1.59.0" }, "engines": { "vscode": "^1.84.0" diff --git a/packages/ai-anthropic/package.json b/packages/ai-anthropic/package.json index c670d7d066be4..634cac2cdbad8 100644 --- a/packages/ai-anthropic/package.json +++ b/packages/ai-anthropic/package.json @@ -1,11 +1,11 @@ { "name": "@theia/ai-anthropic", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - Anthropic Integration", "dependencies": { - "@theia/core": "1.58.0", "@anthropic-ai/sdk": "^0.32.1", - "@theia/ai-core": "1.58.0" + "@theia/ai-core": "1.59.0", + "@theia/core": "1.59.0" }, "publishConfig": { "access": "public" @@ -41,9 +41,10 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/ai-chat-ui/package.json b/packages/ai-chat-ui/package.json index 425d69d8381b2..7696c163f5465 100644 --- a/packages/ai-chat-ui/package.json +++ b/packages/ai-chat-ui/package.json @@ -1,17 +1,17 @@ { "name": "@theia/ai-chat-ui", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - AI Chat UI Extension", "dependencies": { - "@theia/ai-core": "1.58.0", - "@theia/ai-chat": "1.58.0", - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/ai-chat": "1.59.0", + "@theia/ai-core": "1.59.0", + "@theia/core": "1.59.0", + "@theia/editor": "1.59.0", + "@theia/editor-preview": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/monaco": "1.59.0", "@theia/monaco-editor-core": "1.96.302", - "@theia/editor-preview": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/workspace": "1.59.0", "minimatch": "^5.1.0", "tslib": "^2.6.2", "uuid": "^9.0.1" @@ -50,9 +50,10 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/ai-chat/package.json b/packages/ai-chat/package.json index 89e018b53cc06..9ced42f1bd2bc 100644 --- a/packages/ai-chat/package.json +++ b/packages/ai-chat/package.json @@ -1,17 +1,17 @@ { "name": "@theia/ai-chat", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - AI Chat Extension", "dependencies": { - "@theia/ai-core": "1.58.0", - "@theia/ai-history": "1.58.0", - "@theia/core": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/file-search": "1.58.0", - "@theia/workspace": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/ai-core": "1.59.0", + "@theia/ai-history": "1.59.0", + "@theia/core": "1.59.0", + "@theia/editor": "1.59.0", + "@theia/file-search": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/monaco": "1.59.0", "@theia/monaco-editor-core": "1.96.302", + "@theia/workspace": "1.59.0", "minimatch": "^5.1.0", "tslib": "^2.6.2" }, @@ -49,9 +49,10 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/ai-code-completion/package.json b/packages/ai-code-completion/package.json index 580d405627235..369eb12956a4b 100644 --- a/packages/ai-code-completion/package.json +++ b/packages/ai-code-completion/package.json @@ -1,14 +1,14 @@ { "name": "@theia/ai-code-completion", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - AI Core", "dependencies": { - "@theia/ai-core": "1.58.0", - "@theia/core": "1.58.0", - "@theia/filesystem": "1.58.0", + "@theia/ai-core": "1.59.0", + "@theia/core": "1.59.0", + "@theia/filesystem": "1.59.0", "@theia/monaco-editor-core": "1.96.302", - "@theia/output": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/output": "1.59.0", + "@theia/workspace": "1.59.0", "minimatch": "^5.1.0", "tslib": "^2.6.2" }, @@ -46,9 +46,10 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/ai-core/package.json b/packages/ai-core/package.json index ac2b4e8883a97..46e7843b448cc 100644 --- a/packages/ai-core/package.json +++ b/packages/ai-core/package.json @@ -1,16 +1,16 @@ { "name": "@theia/ai-core", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - AI Core", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/core": "1.59.0", + "@theia/editor": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/monaco": "1.59.0", "@theia/monaco-editor-core": "1.96.302", - "@theia/output": "1.58.0", - "@theia/variable-resolver": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/output": "1.59.0", + "@theia/variable-resolver": "1.59.0", + "@theia/workspace": "1.59.0", "@types/js-yaml": "^4.0.9", "js-yaml": "^4.1.0", "minimatch": "^5.1.0", @@ -52,9 +52,10 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/ai-history/package.json b/packages/ai-history/package.json index 3748850174479..1abd93e62a519 100644 --- a/packages/ai-history/package.json +++ b/packages/ai-history/package.json @@ -1,13 +1,13 @@ { "name": "@theia/ai-history", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - AI communication history", "dependencies": { - "@theia/ai-core": "1.58.0", - "@theia/core": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/output": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/ai-core": "1.59.0", + "@theia/core": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/output": "1.59.0", + "@theia/workspace": "1.59.0", "minimatch": "^5.1.0", "tslib": "^2.6.2" }, @@ -45,9 +45,10 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/ai-hugging-face/package.json b/packages/ai-hugging-face/package.json index 6a88395bbb469..0c0798687cd0c 100644 --- a/packages/ai-hugging-face/package.json +++ b/packages/ai-hugging-face/package.json @@ -1,11 +1,11 @@ { "name": "@theia/ai-huggingface", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - Hugging Face Integration", "dependencies": { - "@theia/core": "1.58.0", "@huggingface/inference": "^2.0.0", - "@theia/ai-core": "1.58.0" + "@theia/ai-core": "1.59.0", + "@theia/core": "1.59.0" }, "publishConfig": { "access": "public" @@ -41,9 +41,10 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/ai-ide/package.json b/packages/ai-ide/package.json index 5e6a5bb1d97ac..8f3108754bf0b 100644 --- a/packages/ai-ide/package.json +++ b/packages/ai-ide/package.json @@ -1,6 +1,6 @@ { "name": "@theia/ai-ide", - "version": "1.58.0", + "version": "1.59.0", "description": "AI IDE Agents Extension", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "repository": { @@ -15,14 +15,14 @@ "theia-extension" ], "dependencies": { - "@theia/core": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/workspace": "1.58.0", - "@theia/monaco": "1.58.0", - "@theia/navigator": "1.58.0", - "@theia/terminal": "1.58.0", - "@theia/ai-core": "1.58.0", - "@theia/ai-chat": "1.58.0", + "@theia/ai-chat": "1.59.0", + "@theia/ai-core": "1.59.0", + "@theia/core": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/monaco": "1.59.0", + "@theia/navigator": "1.59.0", + "@theia/terminal": "1.59.0", + "@theia/workspace": "1.59.0", "ignore": "^6.0.0", "minimatch": "^9.0.0" }, @@ -30,8 +30,8 @@ "access": "public" }, "devDependencies": { - "@theia/cli": "1.58.0", - "@theia/test": "1.58.0" + "@theia/cli": "1.59.0", + "@theia/test": "1.59.0" }, "theiaExtensions": [ { @@ -52,5 +52,6 @@ }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/ai-llamafile/package.json b/packages/ai-llamafile/package.json index 61f50e0e80722..ca38e961f90f0 100644 --- a/packages/ai-llamafile/package.json +++ b/packages/ai-llamafile/package.json @@ -1,11 +1,11 @@ { "name": "@theia/ai-llamafile", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - Llamafile Integration", "dependencies": { - "@theia/ai-core": "1.58.0", - "@theia/core": "1.58.0", - "@theia/output": "1.58.0", + "@theia/ai-core": "1.59.0", + "@theia/core": "1.59.0", + "@theia/output": "1.59.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -42,9 +42,10 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/ai-mcp/package.json b/packages/ai-mcp/package.json index 455d85abb12e0..70fab773dd724 100644 --- a/packages/ai-mcp/package.json +++ b/packages/ai-mcp/package.json @@ -1,11 +1,11 @@ { "name": "@theia/ai-mcp", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - MCP Integration", "dependencies": { - "@theia/core": "1.58.0", - "@theia/ai-core": "1.58.0", - "@modelcontextprotocol/sdk": "1.0.1" + "@modelcontextprotocol/sdk": "1.0.1", + "@theia/ai-core": "1.59.0", + "@theia/core": "1.59.0" }, "publishConfig": { "access": "public" @@ -41,9 +41,10 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/ai-ollama/package.json b/packages/ai-ollama/package.json index bdd736053ef4d..4061a6db68704 100644 --- a/packages/ai-ollama/package.json +++ b/packages/ai-ollama/package.json @@ -1,15 +1,15 @@ { "name": "@theia/ai-ollama", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - Ollama Integration", "dependencies": { - "@theia/core": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/ai-core": "1.59.0", + "@theia/core": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/workspace": "1.59.0", "minimatch": "^5.1.0", - "tslib": "^2.6.2", "ollama": "^0.5.8", - "@theia/ai-core": "1.58.0" + "tslib": "^2.6.2" }, "publishConfig": { "access": "public" @@ -45,9 +45,10 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/ai-openai/package.json b/packages/ai-openai/package.json index bf10681d6192a..a8686e283a800 100644 --- a/packages/ai-openai/package.json +++ b/packages/ai-openai/package.json @@ -1,15 +1,15 @@ { "name": "@theia/ai-openai", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - OpenAI Integration", "dependencies": { - "@theia/core": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/ai-core": "1.59.0", + "@theia/core": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/workspace": "1.59.0", "minimatch": "^5.1.0", - "tslib": "^2.6.2", "openai": "^4.77.0", - "@theia/ai-core": "1.58.0" + "tslib": "^2.6.2" }, "publishConfig": { "access": "public" @@ -45,9 +45,10 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/ai-scanoss/package.json b/packages/ai-scanoss/package.json index 282b19cf63b91..ae8a3ee4726f4 100644 --- a/packages/ai-scanoss/package.json +++ b/packages/ai-scanoss/package.json @@ -1,15 +1,15 @@ { "name": "@theia/ai-scanoss", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - SCANOSS AI Integration", "dependencies": { - "@theia/core": "1.58.0", - "@theia/ai-core": "1.58.0", - "@theia/ai-chat": "1.58.0", - "@theia/ai-chat-ui": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/ai-chat": "1.59.0", + "@theia/ai-chat-ui": "1.59.0", + "@theia/ai-core": "1.59.0", + "@theia/core": "1.59.0", + "@theia/monaco": "1.59.0", "@theia/monaco-editor-core": "1.96.302", - "@theia/scanoss": "1.58.0" + "@theia/scanoss": "1.59.0" }, "publishConfig": { "access": "public" @@ -45,9 +45,10 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/ai-terminal/package.json b/packages/ai-terminal/package.json index 7436e600278cb..6761e0ba803a1 100644 --- a/packages/ai-terminal/package.json +++ b/packages/ai-terminal/package.json @@ -1,12 +1,12 @@ { "name": "@theia/ai-terminal", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - AI Terminal Extension", "dependencies": { - "@theia/core": "1.58.0", - "@theia/ai-core": "1.58.0", - "@theia/ai-chat": "1.58.0", - "@theia/terminal": "1.58.0", + "@theia/ai-chat": "1.59.0", + "@theia/ai-core": "1.59.0", + "@theia/core": "1.59.0", + "@theia/terminal": "1.59.0", "zod": "^3.23.8", "zod-to-json-schema": "^3.23.2" }, @@ -43,9 +43,10 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/bulk-edit/package.json b/packages/bulk-edit/package.json index 48332ee23ce3c..aca9c0097fda0 100644 --- a/packages/bulk-edit/package.json +++ b/packages/bulk-edit/package.json @@ -1,14 +1,14 @@ { "name": "@theia/bulk-edit", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - Bulk Edit Extension", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/core": "1.59.0", + "@theia/editor": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/monaco": "1.59.0", "@theia/monaco-editor-core": "1.96.302", - "@theia/workspace": "1.58.0", + "@theia/workspace": "1.59.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -44,9 +44,10 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/callhierarchy/package.json b/packages/callhierarchy/package.json index df63e87daa314..ca6b37ade0bd5 100644 --- a/packages/callhierarchy/package.json +++ b/packages/callhierarchy/package.json @@ -1,10 +1,10 @@ { "name": "@theia/callhierarchy", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - Call Hierarchy Extension", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", + "@theia/core": "1.59.0", + "@theia/editor": "1.59.0", "ts-md5": "^1.2.2", "tslib": "^2.6.2" }, @@ -41,9 +41,10 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/collaboration/package.json b/packages/collaboration/package.json index e8ffd3e71e354..1f1865086b7e7 100644 --- a/packages/collaboration/package.json +++ b/packages/collaboration/package.json @@ -1,20 +1,20 @@ { "name": "@theia/collaboration", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - Collaboration Extension", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/core": "1.59.0", + "@theia/editor": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/monaco": "1.59.0", "@theia/monaco-editor-core": "1.96.302", - "@theia/workspace": "1.58.0", + "@theia/workspace": "1.59.0", + "lib0": "^0.2.52", "open-collaboration-protocol": "0.2.0", "open-collaboration-yjs": "0.2.0", "socket.io-client": "^4.5.3", - "yjs": "^13.6.7", - "lib0": "^0.2.52", - "y-protocols": "^1.0.6" + "y-protocols": "^1.0.6", + "yjs": "^13.6.7" }, "publishConfig": { "access": "public" @@ -49,9 +49,10 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/console/package.json b/packages/console/package.json index 8a28628d3fc3b..5dc22a094d927 100644 --- a/packages/console/package.json +++ b/packages/console/package.json @@ -1,10 +1,10 @@ { "name": "@theia/console", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - Console Extension", "dependencies": { - "@theia/core": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/core": "1.59.0", + "@theia/monaco": "1.59.0", "@theia/monaco-editor-core": "1.96.302", "anser": "^2.0.1", "tslib": "^2.6.2" @@ -42,9 +42,10 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/core/package.json b/packages/core/package.json index 116039eb262cc..3d0bb171cef16 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@theia/core", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia is a cloud & desktop IDE framework implemented in TypeScript.", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", @@ -17,8 +17,8 @@ "@phosphor/signaling": "1", "@phosphor/virtualdom": "1", "@phosphor/widgets": "1", - "@theia/application-package": "1.58.0", - "@theia/request": "1.58.0", + "@theia/application-package": "1.59.0", + "@theia/request": "1.59.0", "@types/body-parser": "^1.16.4", "@types/cookie": "^0.3.3", "@types/dompurify": "^2.2.2", @@ -210,12 +210,13 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0", - "@theia/re-exports": "1.58.0", + "@theia/ext-scripts": "1.59.0", + "@theia/re-exports": "1.59.0", "minimist": "^1.2.0", "nodejs-file-downloader": "4.13.0" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/debug/package.json b/packages/debug/package.json index 48cf984e3b247..6f4f78e5542bf 100644 --- a/packages/debug/package.json +++ b/packages/debug/package.json @@ -1,22 +1,22 @@ { "name": "@theia/debug", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - Debug Extension", "dependencies": { - "@theia/console": "1.58.0", - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/markers": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/console": "1.59.0", + "@theia/core": "1.59.0", + "@theia/editor": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/markers": "1.59.0", + "@theia/monaco": "1.59.0", "@theia/monaco-editor-core": "1.96.302", - "@theia/output": "1.58.0", - "@theia/process": "1.58.0", - "@theia/task": "1.58.0", - "@theia/test": "1.58.0", - "@theia/terminal": "1.58.0", - "@theia/variable-resolver": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/output": "1.59.0", + "@theia/process": "1.59.0", + "@theia/task": "1.59.0", + "@theia/terminal": "1.59.0", + "@theia/test": "1.59.0", + "@theia/variable-resolver": "1.59.0", + "@theia/workspace": "1.59.0", "@vscode/debugprotocol": "^1.51.0", "fast-deep-equal": "^3.1.3", "jsonc-parser": "^2.2.0", @@ -59,9 +59,10 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/dev-container/package.json b/packages/dev-container/package.json index 5a2bd91b952ca..3304cd7c6d579 100644 --- a/packages/dev-container/package.json +++ b/packages/dev-container/package.json @@ -1,12 +1,12 @@ { "name": "@theia/dev-container", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - Editor Preview Extension", "dependencies": { - "@theia/core": "1.58.0", - "@theia/output": "1.58.0", - "@theia/remote": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/core": "1.59.0", + "@theia/output": "1.59.0", + "@theia/remote": "1.59.0", + "@theia/workspace": "1.59.0", "dockerode": "^4.0.2", "jsonc-parser": "^2.2.0", "uuid": "^8.0.0" @@ -45,10 +45,11 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0", + "@theia/ext-scripts": "1.59.0", "@types/dockerode": "^3.3.23" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/editor-preview/package.json b/packages/editor-preview/package.json index e574205e63a63..efc7f697018c9 100644 --- a/packages/editor-preview/package.json +++ b/packages/editor-preview/package.json @@ -1,11 +1,11 @@ { "name": "@theia/editor-preview", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - Editor Preview Extension", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/navigator": "1.58.0", + "@theia/core": "1.59.0", + "@theia/editor": "1.59.0", + "@theia/navigator": "1.59.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -41,9 +41,10 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/editor/package.json b/packages/editor/package.json index e69e0eb98978f..c524d9ec69dfe 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -1,10 +1,10 @@ { "name": "@theia/editor", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - Editor Extension", "dependencies": { - "@theia/core": "1.58.0", - "@theia/variable-resolver": "1.58.0", + "@theia/core": "1.59.0", + "@theia/variable-resolver": "1.59.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -41,9 +41,10 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/electron/package.json b/packages/electron/package.json index 563c9f9483d08..73f5df496a372 100644 --- a/packages/electron/package.json +++ b/packages/electron/package.json @@ -1,6 +1,6 @@ { "name": "@theia/electron", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - Electron utility package", "dependencies": { "electron-store": "^8.0.0", @@ -8,8 +8,8 @@ "native-keymap": "^2.2.1" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0", - "@theia/re-exports": "1.58.0" + "@theia/ext-scripts": "1.59.0", + "@theia/re-exports": "1.59.0" }, "peerDependencies": { "electron": "30.1.2" @@ -29,7 +29,7 @@ "publishConfig": { "access": "public" }, - "theiaExtensions": [ ], + "theiaExtensions": [], "keywords": [ "theia-extension" ], @@ -53,5 +53,6 @@ }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/external-terminal/package.json b/packages/external-terminal/package.json index b329cb3c97ca8..92ae7aa2afb29 100644 --- a/packages/external-terminal/package.json +++ b/packages/external-terminal/package.json @@ -1,11 +1,11 @@ { "name": "@theia/external-terminal", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - External Terminal Extension", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/core": "1.59.0", + "@theia/editor": "1.59.0", + "@theia/workspace": "1.59.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -42,9 +42,10 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/file-search/package.json b/packages/file-search/package.json index d85bf8ddcc82f..19d38ca710b98 100644 --- a/packages/file-search/package.json +++ b/packages/file-search/package.json @@ -1,13 +1,13 @@ { "name": "@theia/file-search", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - File Search Extension", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/process": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/core": "1.59.0", + "@theia/editor": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/process": "1.59.0", + "@theia/workspace": "1.59.0", "@vscode/ripgrep": "^1.14.2", "tslib": "^2.6.2" }, @@ -45,9 +45,10 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/filesystem/package.json b/packages/filesystem/package.json index e328107c3bc3a..64a8830319b3e 100644 --- a/packages/filesystem/package.json +++ b/packages/filesystem/package.json @@ -1,9 +1,9 @@ { "name": "@theia/filesystem", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - FileSystem Extension", "dependencies": { - "@theia/core": "1.58.0", + "@theia/core": "1.59.0", "@types/body-parser": "^1.17.0", "@types/multer": "^1.4.7", "@types/tar-fs": "^1.16.1", @@ -71,9 +71,10 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/getting-started/package.json b/packages/getting-started/package.json index b411f85b22065..4c671deba4c9f 100644 --- a/packages/getting-started/package.json +++ b/packages/getting-started/package.json @@ -1,14 +1,14 @@ { "name": "@theia/getting-started", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - GettingStarted Extension", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/keymaps": "1.58.0", - "@theia/preview": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/core": "1.59.0", + "@theia/editor": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/keymaps": "1.59.0", + "@theia/preview": "1.59.0", + "@theia/workspace": "1.59.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -45,9 +45,10 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/git/package.json b/packages/git/package.json index ecf46930c6f05..9976a2a0733ba 100644 --- a/packages/git/package.json +++ b/packages/git/package.json @@ -1,16 +1,16 @@ { "name": "@theia/git", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - Git Integration", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", + "@theia/core": "1.59.0", + "@theia/editor": "1.59.0", + "@theia/filesystem": "1.59.0", "@theia/monaco-editor-core": "1.96.302", - "@theia/navigator": "1.58.0", - "@theia/scm": "1.58.0", - "@theia/scm-extra": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/navigator": "1.59.0", + "@theia/scm": "1.59.0", + "@theia/scm-extra": "1.59.0", + "@theia/workspace": "1.59.0", "@types/diff": "^5.2.1", "diff": "^5.2.0", "dugite-extra": "0.1.17", @@ -66,11 +66,12 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0", + "@theia/ext-scripts": "1.59.0", "@types/luxon": "^2.3.2", "upath": "^1.0.2" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/keymaps/package.json b/packages/keymaps/package.json index 36611e1435c81..a06c21ba99f26 100644 --- a/packages/keymaps/package.json +++ b/packages/keymaps/package.json @@ -1,18 +1,18 @@ { "name": "@theia/keymaps", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - Custom Keymaps Extension", "dependencies": { - "@theia/core": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/core": "1.59.0", + "@theia/monaco": "1.59.0", "@theia/monaco-editor-core": "1.96.302", - "@theia/preferences": "1.58.0", - "@theia/userstorage": "1.58.0", + "@theia/preferences": "1.59.0", + "@theia/userstorage": "1.59.0", "jsonc-parser": "^2.2.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" }, "publishConfig": { "access": "public" @@ -48,5 +48,6 @@ }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/markers/package.json b/packages/markers/package.json index 40487ad7ea6c7..af81d0650352e 100644 --- a/packages/markers/package.json +++ b/packages/markers/package.json @@ -1,11 +1,11 @@ { "name": "@theia/markers", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - Markers Extension", "dependencies": { - "@theia/core": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/core": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/workspace": "1.59.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -41,9 +41,10 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/memory-inspector/package.json b/packages/memory-inspector/package.json index ca5af2d243337..e1366127e14bb 100644 --- a/packages/memory-inspector/package.json +++ b/packages/memory-inspector/package.json @@ -1,6 +1,6 @@ { "name": "@theia/memory-inspector", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - Memory Inspector", "keywords": [ "theia-extension" @@ -27,8 +27,8 @@ "watch": "theiaext watch" }, "dependencies": { - "@theia/core": "1.58.0", - "@theia/debug": "1.58.0", + "@theia/core": "1.59.0", + "@theia/debug": "1.59.0", "@vscode/debugprotocol": "^1.51.0", "long": "^4.0.0", "tslib": "^2.6.2" @@ -43,5 +43,6 @@ ], "publishConfig": { "access": "public" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/messages/package.json b/packages/messages/package.json index ac17015d5d9ed..a1e034384009c 100644 --- a/packages/messages/package.json +++ b/packages/messages/package.json @@ -1,9 +1,9 @@ { "name": "@theia/messages", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - Messages Extension", "dependencies": { - "@theia/core": "1.58.0", + "@theia/core": "1.59.0", "react-perfect-scrollbar": "^1.5.3", "ts-md5": "^1.2.2", "tslib": "^2.6.2" @@ -41,9 +41,10 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/metrics/package.json b/packages/metrics/package.json index b30cd7b65e285..c5cf628e6683a 100644 --- a/packages/metrics/package.json +++ b/packages/metrics/package.json @@ -1,9 +1,9 @@ { "name": "@theia/metrics", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - Metrics Extension", "dependencies": { - "@theia/core": "1.58.0", + "@theia/core": "1.59.0", "prom-client": "^10.2.0", "tslib": "^2.6.2" }, @@ -44,9 +44,10 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/mini-browser/package.json b/packages/mini-browser/package.json index 0914ade2a4ee1..7f438246da0de 100644 --- a/packages/mini-browser/package.json +++ b/packages/mini-browser/package.json @@ -1,10 +1,10 @@ { "name": "@theia/mini-browser", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - Mini-Browser Extension", "dependencies": { - "@theia/core": "1.58.0", - "@theia/filesystem": "1.58.0", + "@theia/core": "1.59.0", + "@theia/filesystem": "1.59.0", "@types/mime-types": "^2.1.0", "mime-types": "^2.1.18", "pdfobject": "^2.0.201604172", @@ -49,9 +49,10 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/monaco/package.json b/packages/monaco/package.json index 39ef0f56e865c..05d1c05d4fbaf 100644 --- a/packages/monaco/package.json +++ b/packages/monaco/package.json @@ -1,15 +1,15 @@ { "name": "@theia/monaco", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - Monaco Extension", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/markers": "1.58.0", + "@theia/core": "1.59.0", + "@theia/editor": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/markers": "1.59.0", "@theia/monaco-editor-core": "1.96.302", - "@theia/outline-view": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/outline-view": "1.59.0", + "@theia/workspace": "1.59.0", "fast-plist": "^0.1.2", "idb": "^4.0.5", "jsonc-parser": "^2.2.0", @@ -52,9 +52,10 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/navigator/package.json b/packages/navigator/package.json index cab041b9347e2..418e88b8f7b8a 100644 --- a/packages/navigator/package.json +++ b/packages/navigator/package.json @@ -1,11 +1,11 @@ { "name": "@theia/navigator", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - Navigator Extension", "dependencies": { - "@theia/core": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/core": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/workspace": "1.59.0", "minimatch": "^5.1.0", "tslib": "^2.6.2" }, @@ -45,9 +45,10 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/notebook/package.json b/packages/notebook/package.json index 98a7048d4da60..1b753f55d550e 100644 --- a/packages/notebook/package.json +++ b/packages/notebook/package.json @@ -1,19 +1,18 @@ { "name": "@theia/notebook", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - Notebook Extension", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/core": "1.59.0", + "@theia/editor": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/monaco": "1.59.0", "@theia/monaco-editor-core": "1.96.302", - "@theia/outline-view": "1.58.0", + "@theia/outline-view": "1.59.0", "advanced-mark.js": "^2.6.0", "react-perfect-scrollbar": "^1.5.8", "tslib": "^2.6.2" }, - "publishConfig": { "access": "public" }, @@ -47,11 +46,12 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0", + "@theia/ext-scripts": "1.59.0", "@types/markdown-it": "^12.2.3", "@types/vscode-notebook-renderer": "^1.72.0" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/outline-view/package.json b/packages/outline-view/package.json index e355a58c29a7f..7667ad6578d7d 100644 --- a/packages/outline-view/package.json +++ b/packages/outline-view/package.json @@ -1,9 +1,9 @@ { "name": "@theia/outline-view", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - Outline View Extension", "dependencies": { - "@theia/core": "1.58.0", + "@theia/core": "1.59.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -39,9 +39,10 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/output/package.json b/packages/output/package.json index 5a807f09c8468..2cbb6e5c595f9 100644 --- a/packages/output/package.json +++ b/packages/output/package.json @@ -1,11 +1,11 @@ { "name": "@theia/output", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - Output Extension", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/core": "1.59.0", + "@theia/editor": "1.59.0", + "@theia/monaco": "1.59.0", "@theia/monaco-editor-core": "1.96.302", "p-queue": "^8.0.1", "tslib": "^2.6.2" @@ -43,9 +43,10 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/plugin-dev/package.json b/packages/plugin-dev/package.json index ad9f8d37a4b0f..be0306d4e0683 100644 --- a/packages/plugin-dev/package.json +++ b/packages/plugin-dev/package.json @@ -1,16 +1,16 @@ { "name": "@theia/plugin-dev", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - Plugin Development Extension", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@theia/core": "1.58.0", - "@theia/debug": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/output": "1.58.0", - "@theia/plugin-ext": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/core": "1.59.0", + "@theia/debug": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/output": "1.59.0", + "@theia/plugin-ext": "1.59.0", + "@theia/workspace": "1.59.0", "ps-tree": "^1.2.0", "tslib": "^2.6.2" }, @@ -49,9 +49,10 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/plugin-ext-headless/package.json b/packages/plugin-ext-headless/package.json index f4a070c6116aa..3ee416e210ce3 100644 --- a/packages/plugin-ext-headless/package.json +++ b/packages/plugin-ext-headless/package.json @@ -1,13 +1,13 @@ { "name": "@theia/plugin-ext-headless", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - Headless (Backend-only) Plugin Extension", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@theia/core": "1.58.0", - "@theia/plugin-ext": "1.58.0", - "@theia/terminal": "1.58.0", + "@theia/core": "1.59.0", + "@theia/plugin-ext": "1.59.0", + "@theia/terminal": "1.59.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -44,7 +44,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0", + "@theia/ext-scripts": "1.59.0", "@types/decompress": "^4.2.2", "@types/escape-html": "^0.0.20", "@types/lodash.clonedeep": "^4.5.3", @@ -52,5 +52,6 @@ }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/plugin-ext-vscode/package.json b/packages/plugin-ext-vscode/package.json index a71d7c169865a..121a2e406b8b5 100644 --- a/packages/plugin-ext-vscode/package.json +++ b/packages/plugin-ext-vscode/package.json @@ -1,22 +1,22 @@ { "name": "@theia/plugin-ext-vscode", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - Plugin Extension for VsCode", "dependencies": { - "@theia/callhierarchy": "1.58.0", - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/callhierarchy": "1.59.0", + "@theia/core": "1.59.0", + "@theia/editor": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/monaco": "1.59.0", "@theia/monaco-editor-core": "1.96.302", - "@theia/navigator": "1.58.0", - "@theia/outline-view": "1.58.0", - "@theia/plugin": "1.58.0", - "@theia/plugin-ext": "1.58.0", - "@theia/terminal": "1.58.0", - "@theia/typehierarchy": "1.58.0", - "@theia/userstorage": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/navigator": "1.59.0", + "@theia/outline-view": "1.59.0", + "@theia/plugin": "1.59.0", + "@theia/plugin-ext": "1.59.0", + "@theia/terminal": "1.59.0", + "@theia/typehierarchy": "1.59.0", + "@theia/userstorage": "1.59.0", + "@theia/workspace": "1.59.0", "decompress": "^4.2.1", "filenamify": "^4.1.0", "tslib": "^2.6.2" @@ -55,9 +55,10 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/plugin-ext/package.json b/packages/plugin-ext/package.json index 5a69d9c3807ad..0038a6d9f7c32 100644 --- a/packages/plugin-ext/package.json +++ b/packages/plugin-ext/package.json @@ -1,37 +1,37 @@ { "name": "@theia/plugin-ext", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - Plugin Extension", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@theia/bulk-edit": "1.58.0", - "@theia/callhierarchy": "1.58.0", - "@theia/console": "1.58.0", - "@theia/core": "1.58.0", - "@theia/debug": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/editor-preview": "1.58.0", - "@theia/file-search": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/markers": "1.58.0", - "@theia/messages": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/bulk-edit": "1.59.0", + "@theia/callhierarchy": "1.59.0", + "@theia/console": "1.59.0", + "@theia/core": "1.59.0", + "@theia/debug": "1.59.0", + "@theia/editor": "1.59.0", + "@theia/editor-preview": "1.59.0", + "@theia/file-search": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/markers": "1.59.0", + "@theia/messages": "1.59.0", + "@theia/monaco": "1.59.0", "@theia/monaco-editor-core": "1.96.302", - "@theia/navigator": "1.58.0", - "@theia/notebook": "1.58.0", - "@theia/output": "1.58.0", - "@theia/plugin": "1.58.0", - "@theia/preferences": "1.58.0", - "@theia/scm": "1.58.0", - "@theia/search-in-workspace": "1.58.0", - "@theia/task": "1.58.0", - "@theia/terminal": "1.58.0", - "@theia/test": "1.58.0", - "@theia/timeline": "1.58.0", - "@theia/typehierarchy": "1.58.0", - "@theia/variable-resolver": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/navigator": "1.59.0", + "@theia/notebook": "1.59.0", + "@theia/output": "1.59.0", + "@theia/plugin": "1.59.0", + "@theia/preferences": "1.59.0", + "@theia/scm": "1.59.0", + "@theia/search-in-workspace": "1.59.0", + "@theia/task": "1.59.0", + "@theia/terminal": "1.59.0", + "@theia/test": "1.59.0", + "@theia/timeline": "1.59.0", + "@theia/typehierarchy": "1.59.0", + "@theia/variable-resolver": "1.59.0", + "@theia/workspace": "1.59.0", "@types/mime": "^2.0.1", "@vscode/debugprotocol": "^1.51.0", "@vscode/proxy-agent": "^0.13.2", @@ -89,7 +89,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0", + "@theia/ext-scripts": "1.59.0", "@types/decompress": "^4.2.2", "@types/escape-html": "^0.0.20", "@types/lodash.clonedeep": "^4.5.3", @@ -97,5 +97,6 @@ }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/plugin-metrics/package.json b/packages/plugin-metrics/package.json index 971e7ad0a9747..b02f17ff1e88a 100644 --- a/packages/plugin-metrics/package.json +++ b/packages/plugin-metrics/package.json @@ -1,13 +1,13 @@ { "name": "@theia/plugin-metrics", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - Plugin Metrics", "dependencies": { - "@theia/core": "1.58.0", - "@theia/metrics": "1.58.0", + "@theia/core": "1.59.0", + "@theia/metrics": "1.59.0", "@theia/monaco-editor-core": "1.96.302", - "@theia/plugin": "1.58.0", - "@theia/plugin-ext": "1.58.0", + "@theia/plugin": "1.59.0", + "@theia/plugin-ext": "1.59.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -44,9 +44,10 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/plugin/package.json b/packages/plugin/package.json index 621b2d6da4886..f2ec921a4e72d 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@theia/plugin", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - Plugin API", "types": "./src/theia.d.ts", "publishConfig": { @@ -27,9 +27,10 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/preferences/package.json b/packages/preferences/package.json index ba8a38646584f..1411c499e8582 100644 --- a/packages/preferences/package.json +++ b/packages/preferences/package.json @@ -1,15 +1,15 @@ { "name": "@theia/preferences", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - Preferences Extension", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/core": "1.59.0", + "@theia/editor": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/monaco": "1.59.0", "@theia/monaco-editor-core": "1.96.302", - "@theia/userstorage": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/userstorage": "1.59.0", + "@theia/workspace": "1.59.0", "async-mutex": "^0.3.1", "fast-deep-equal": "^3.1.3", "jsonc-parser": "^2.2.0", @@ -50,9 +50,10 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/preview/package.json b/packages/preview/package.json index 8dc6511278cbe..64c537392eb63 100644 --- a/packages/preview/package.json +++ b/packages/preview/package.json @@ -1,12 +1,12 @@ { "name": "@theia/preview", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - Preview Extension", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/mini-browser": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/core": "1.59.0", + "@theia/editor": "1.59.0", + "@theia/mini-browser": "1.59.0", + "@theia/monaco": "1.59.0", "@types/highlight.js": "^10.1.0", "highlight.js": "10.4.1", "markdown-it-anchor": "~5.0.0", @@ -45,10 +45,11 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0", + "@theia/ext-scripts": "1.59.0", "@types/markdown-it-anchor": "^4.0.1" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/process/package.json b/packages/process/package.json index 56180f609cc8e..8ff2f8c3bedf7 100644 --- a/packages/process/package.json +++ b/packages/process/package.json @@ -1,9 +1,9 @@ { "name": "@theia/process", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia process support.", "dependencies": { - "@theia/core": "1.58.0", + "@theia/core": "1.59.0", "node-pty": "1.1.0-beta27", "string-argv": "^0.1.1", "tslib": "^2.6.2" @@ -45,9 +45,10 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/property-view/package.json b/packages/property-view/package.json index 7c4bc28e6e398..383e6d5056166 100644 --- a/packages/property-view/package.json +++ b/packages/property-view/package.json @@ -1,10 +1,10 @@ { "name": "@theia/property-view", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - Property View Extension", "dependencies": { - "@theia/core": "1.58.0", - "@theia/filesystem": "1.58.0", + "@theia/core": "1.59.0", + "@theia/filesystem": "1.59.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -40,9 +40,10 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/remote/package.json b/packages/remote/package.json index d1747b32421d0..28d53ca6a1e92 100644 --- a/packages/remote/package.json +++ b/packages/remote/package.json @@ -1,11 +1,11 @@ { "name": "@theia/remote", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - Remote", "dependencies": { - "@theia/core": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/userstorage": "1.58.0", + "@theia/core": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/userstorage": "1.59.0", "archiver": "^5.3.1", "decompress": "^4.2.1", "decompress-tar": "^4.0.0", @@ -53,7 +53,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0", + "@theia/ext-scripts": "1.59.0", "@types/archiver": "^5.3.2", "@types/decompress": "^4.2.4", "@types/express-http-proxy": "^1.6.6", @@ -63,5 +63,6 @@ }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/scanoss/package.json b/packages/scanoss/package.json index ba6c9e7904c25..379f36ef33e6b 100644 --- a/packages/scanoss/package.json +++ b/packages/scanoss/package.json @@ -1,9 +1,9 @@ { "name": "@theia/scanoss", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - SCANOSS Integration", "dependencies": { - "@theia/core": "1.58.0", + "@theia/core": "1.59.0", "scanoss": "^0.15.2" }, "publishConfig": { @@ -41,9 +41,10 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/scm-extra/package.json b/packages/scm-extra/package.json index 8468caf420e7d..7ce39375d2544 100644 --- a/packages/scm-extra/package.json +++ b/packages/scm-extra/package.json @@ -1,13 +1,13 @@ { "name": "@theia/scm-extra", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - Source control extras Extension", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/navigator": "1.58.0", - "@theia/scm": "1.58.0", + "@theia/core": "1.59.0", + "@theia/editor": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/navigator": "1.59.0", + "@theia/scm": "1.59.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -43,9 +43,10 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/scm/package.json b/packages/scm/package.json index 660dbcbdb07fe..f719078d902d9 100644 --- a/packages/scm/package.json +++ b/packages/scm/package.json @@ -1,12 +1,12 @@ { "name": "@theia/scm", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - Source control Extension", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/core": "1.59.0", + "@theia/editor": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/monaco": "1.59.0", "@theia/monaco-editor-core": "1.96.302", "@types/diff": "^5.2.1", "diff": "^5.2.0", @@ -49,9 +49,10 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/search-in-workspace/package.json b/packages/search-in-workspace/package.json index 258b9453d75ca..b5bd92d239dec 100644 --- a/packages/search-in-workspace/package.json +++ b/packages/search-in-workspace/package.json @@ -1,14 +1,14 @@ { "name": "@theia/search-in-workspace", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - Search in workspace", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/navigator": "1.58.0", - "@theia/process": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/core": "1.59.0", + "@theia/editor": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/navigator": "1.59.0", + "@theia/process": "1.59.0", + "@theia/workspace": "1.59.0", "@vscode/ripgrep": "^1.14.2", "minimatch": "^5.1.0", "react-textarea-autosize": "^8.5.5", @@ -48,6 +48,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" - } + "@theia/ext-scripts": "1.59.0" + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/secondary-window/package.json b/packages/secondary-window/package.json index 520ee4d37b5fc..25bdeeee330c1 100644 --- a/packages/secondary-window/package.json +++ b/packages/secondary-window/package.json @@ -1,9 +1,9 @@ { "name": "@theia/secondary-window", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - Secondary Window Extension", "dependencies": { - "@theia/core": "1.58.0", + "@theia/core": "1.59.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -39,6 +39,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" - } + "@theia/ext-scripts": "1.59.0" + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/task/package.json b/packages/task/package.json index bd15337c767f8..7d3ec3eac3400 100644 --- a/packages/task/package.json +++ b/packages/task/package.json @@ -1,19 +1,19 @@ { "name": "@theia/task", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - Task extension. This extension adds support for executing raw or terminal processes in the backend.", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/markers": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/core": "1.59.0", + "@theia/editor": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/markers": "1.59.0", + "@theia/monaco": "1.59.0", "@theia/monaco-editor-core": "1.96.302", - "@theia/process": "1.58.0", - "@theia/terminal": "1.58.0", - "@theia/userstorage": "1.58.0", - "@theia/variable-resolver": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/process": "1.59.0", + "@theia/terminal": "1.59.0", + "@theia/userstorage": "1.59.0", + "@theia/variable-resolver": "1.59.0", + "@theia/workspace": "1.59.0", "async-mutex": "^0.3.1", "jsonc-parser": "^2.2.0", "p-debounce": "^2.1.0", @@ -53,9 +53,10 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/terminal/package.json b/packages/terminal/package.json index 90b0f4f67fd33..d7a0c7df8741a 100644 --- a/packages/terminal/package.json +++ b/packages/terminal/package.json @@ -1,15 +1,15 @@ { "name": "@theia/terminal", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - Terminal Extension", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/file-search": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/process": "1.58.0", - "@theia/variable-resolver": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/core": "1.59.0", + "@theia/editor": "1.59.0", + "@theia/file-search": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/process": "1.59.0", + "@theia/variable-resolver": "1.59.0", + "@theia/workspace": "1.59.0", "tslib": "^2.6.2", "xterm": "^5.3.0", "xterm-addon-fit": "^0.8.0", @@ -50,9 +50,10 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/test/package.json b/packages/test/package.json index beef0582fd5b4..444fb3798b8f6 100644 --- a/packages/test/package.json +++ b/packages/test/package.json @@ -1,13 +1,13 @@ { "name": "@theia/test", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - Test Extension", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/navigator": "1.58.0", - "@theia/terminal": "1.58.0", + "@theia/core": "1.59.0", + "@theia/editor": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/navigator": "1.59.0", + "@theia/terminal": "1.59.0", "xterm": "^4.16.0", "xterm-addon-fit": "^0.5.0" }, @@ -44,9 +44,10 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/timeline/package.json b/packages/timeline/package.json index ce7899f8735f6..53b81ef0cb182 100644 --- a/packages/timeline/package.json +++ b/packages/timeline/package.json @@ -1,10 +1,10 @@ { "name": "@theia/timeline", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - Timeline Extension", "dependencies": { - "@theia/core": "1.58.0", - "@theia/navigator": "1.58.0", + "@theia/core": "1.59.0", + "@theia/navigator": "1.59.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -40,9 +40,10 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/toolbar/package.json b/packages/toolbar/package.json index 48ffaa61770b7..77c68437bd7bd 100644 --- a/packages/toolbar/package.json +++ b/packages/toolbar/package.json @@ -1,6 +1,6 @@ { "name": "@theia/toolbar", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - Toolbar", "keywords": [ "theia-extension" @@ -27,15 +27,15 @@ "watch": "theiaext watch" }, "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/file-search": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/core": "1.59.0", + "@theia/editor": "1.59.0", + "@theia/file-search": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/monaco": "1.59.0", "@theia/monaco-editor-core": "1.96.302", - "@theia/search-in-workspace": "1.58.0", - "@theia/userstorage": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/search-in-workspace": "1.59.0", + "@theia/userstorage": "1.59.0", + "@theia/workspace": "1.59.0", "ajv": "^6.5.3", "jsonc-parser": "^2.2.0", "perfect-scrollbar": "^1.5.5", @@ -48,5 +48,6 @@ ], "publishConfig": { "access": "public" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/typehierarchy/package.json b/packages/typehierarchy/package.json index ccd73a4be2159..82e3da35d6b50 100644 --- a/packages/typehierarchy/package.json +++ b/packages/typehierarchy/package.json @@ -1,10 +1,10 @@ { "name": "@theia/typehierarchy", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - Type Hierarchy Extension", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", + "@theia/core": "1.59.0", + "@theia/editor": "1.59.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -40,9 +40,10 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/userstorage/package.json b/packages/userstorage/package.json index 2eddbef455c87..069b5c9553bac 100644 --- a/packages/userstorage/package.json +++ b/packages/userstorage/package.json @@ -1,10 +1,10 @@ { "name": "@theia/userstorage", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - User Storage Extension", "dependencies": { - "@theia/core": "1.58.0", - "@theia/filesystem": "1.58.0", + "@theia/core": "1.59.0", + "@theia/filesystem": "1.59.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -40,9 +40,10 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/variable-resolver/package.json b/packages/variable-resolver/package.json index ce28bc01704d0..d11d478479031 100644 --- a/packages/variable-resolver/package.json +++ b/packages/variable-resolver/package.json @@ -1,9 +1,9 @@ { "name": "@theia/variable-resolver", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - Variable Resolver Extension", "dependencies": { - "@theia/core": "1.58.0", + "@theia/core": "1.59.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -45,9 +45,10 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/vsx-registry/package.json b/packages/vsx-registry/package.json index 78a2ee995878a..1dd8ac03b3964 100644 --- a/packages/vsx-registry/package.json +++ b/packages/vsx-registry/package.json @@ -1,16 +1,16 @@ { "name": "@theia/vsx-registry", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - VSX Registry", "dependencies": { - "@theia/core": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/navigator": "1.58.0", - "@theia/ovsx-client": "1.58.0", - "@theia/plugin-ext": "1.58.0", - "@theia/plugin-ext-vscode": "1.58.0", - "@theia/preferences": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/core": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/navigator": "1.59.0", + "@theia/ovsx-client": "1.59.0", + "@theia/plugin-ext": "1.59.0", + "@theia/plugin-ext-vscode": "1.59.0", + "@theia/preferences": "1.59.0", + "@theia/workspace": "1.59.0", "limiter": "^2.1.0", "luxon": "^2.4.0", "p-debounce": "^2.1.0", @@ -55,10 +55,11 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0", + "@theia/ext-scripts": "1.59.0", "@types/luxon": "^2.3.2" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/packages/workspace/package.json b/packages/workspace/package.json index 37f3ead8bb997..1603fcf389479 100644 --- a/packages/workspace/package.json +++ b/packages/workspace/package.json @@ -1,11 +1,11 @@ { "name": "@theia/workspace", - "version": "1.58.0", + "version": "1.59.0", "description": "Theia - Workspace Extension", "dependencies": { - "@theia/core": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/variable-resolver": "1.58.0", + "@theia/core": "1.59.0", + "@theia/filesystem": "1.59.0", + "@theia/variable-resolver": "1.59.0", "jsonc-parser": "^2.2.0", "tslib": "^2.6.2", "valid-filename": "^2.0.1" @@ -47,9 +47,10 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.59.0" }, "nyc": { "extends": "../../configs/nyc.json" - } + }, + "gitHead": "21358137e41342742707f660b8e222f940a27652" } diff --git a/sample-plugins/sample-namespace/plugin-a/package.json b/sample-plugins/sample-namespace/plugin-a/package.json index efcf426dff1db..475f9c56c41c2 100644 --- a/sample-plugins/sample-namespace/plugin-a/package.json +++ b/sample-plugins/sample-namespace/plugin-a/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "plugin-a", - "version": "1.58.0", + "version": "1.59.0", "main": "extension.js", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "publisher": "sample-publisher", diff --git a/sample-plugins/sample-namespace/plugin-b/package.json b/sample-plugins/sample-namespace/plugin-b/package.json index 72f114bbe1c5c..e82b7335b8719 100644 --- a/sample-plugins/sample-namespace/plugin-b/package.json +++ b/sample-plugins/sample-namespace/plugin-b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "plugin-b", - "version": "1.58.0", + "version": "1.59.0", "main": "extension.js", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "publisher": "sample-publisher", diff --git a/sample-plugins/sample-namespace/plugin-gotd/package.json b/sample-plugins/sample-namespace/plugin-gotd/package.json index d12bc553d3586..b951e15cc3a71 100644 --- a/sample-plugins/sample-namespace/plugin-gotd/package.json +++ b/sample-plugins/sample-namespace/plugin-gotd/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "plugin-gotd", - "version": "1.58.0", + "version": "1.59.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "repository": { "type": "git", @@ -15,7 +15,7 @@ "*" ], "devDependencies": { - "@theia/api-provider-sample": "1.58.0" + "@theia/api-provider-sample": "1.59.0" }, "scripts": { "build": "npm pack"