diff --git a/dev-packages/application-manager/package.json b/dev-packages/application-manager/package.json index e9edeeb55400b..3ad807dfe06a1 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.57.0", + "version": "1.58.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.57.0", - "@theia/ffmpeg": "1.57.0", - "@theia/native-webpack-plugin": "1.57.0", + "@theia/application-package": "1.58.0", + "@theia/ffmpeg": "1.58.0", + "@theia/native-webpack-plugin": "1.58.0", "@types/fs-extra": "^4.0.2", "@types/semver": "^7.5.0", "babel-loader": "^8.2.2", @@ -74,7 +74,7 @@ } }, "devDependencies": { - "@theia/ext-scripts": "1.57.0", + "@theia/ext-scripts": "1.58.0", "@types/node-abi": "*" }, "nyc": { diff --git a/dev-packages/application-package/package.json b/dev-packages/application-package/package.json index 430ae7e94814a..20ebd37c7eb9e 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.57.0", + "version": "1.58.0", "description": "Theia application package API.", "publishConfig": { "access": "public" @@ -29,7 +29,7 @@ "watch": "theiaext watch" }, "dependencies": { - "@theia/request": "1.57.0", + "@theia/request": "1.58.0", "@types/fs-extra": "^4.0.2", "@types/semver": "^7.5.0", "@types/write-json-file": "^2.2.1", @@ -43,7 +43,7 @@ "write-json-file": "^2.2.0" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/dev-packages/cli/package.json b/dev-packages/cli/package.json index 75548ba57800e..2eaf42bfecc81 100644 --- a/dev-packages/cli/package.json +++ b/dev-packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@theia/cli", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia CLI.", "publishConfig": { "access": "public" @@ -32,12 +32,12 @@ "clean": "theiaext clean" }, "dependencies": { - "@theia/application-manager": "1.57.0", - "@theia/application-package": "1.57.0", - "@theia/ffmpeg": "1.57.0", - "@theia/localization-manager": "1.57.0", - "@theia/ovsx-client": "1.57.0", - "@theia/request": "1.57.0", + "@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", "@types/chai": "^4.2.7", "@types/mocha": "^10.0.0", "@types/node-fetch": "^2.5.7", diff --git a/dev-packages/ffmpeg/package.json b/dev-packages/ffmpeg/package.json index 773204259da66..b84adb86185b8 100644 --- a/dev-packages/ffmpeg/package.json +++ b/dev-packages/ffmpeg/package.json @@ -1,6 +1,6 @@ { "name": "@theia/ffmpeg", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia FFMPEG reader utility.", "publishConfig": { "access": "public" diff --git a/dev-packages/localization-manager/package.json b/dev-packages/localization-manager/package.json index 0ed3698b513b2..625304a4ca7f0 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.57.0", + "version": "1.58.0", "description": "Theia localization manager API.", "publishConfig": { "access": "public" @@ -41,7 +41,7 @@ "typescript": "~5.4.5" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/dev-packages/native-webpack-plugin/package.json b/dev-packages/native-webpack-plugin/package.json index 1a8261e682aea..bf5623db0d47a 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.57.0", + "version": "1.58.0", "description": "Webpack Plugin for native dependencies of Theia.", "publishConfig": { "access": "public" diff --git a/dev-packages/ovsx-client/package.json b/dev-packages/ovsx-client/package.json index 6c944186550c9..f7722abbb0aa9 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.57.0", + "version": "1.58.0", "description": "Theia Open-VSX Client", "publishConfig": { "access": "public" @@ -29,7 +29,7 @@ "watch": "theiaext watch" }, "dependencies": { - "@theia/request": "1.57.0", + "@theia/request": "1.58.0", "limiter": "^2.1.0", "semver": "^7.5.4", "tslib": "^2.6.2" diff --git a/dev-packages/private-eslint-plugin/package.json b/dev-packages/private-eslint-plugin/package.json index ba26be345dc2c..c24b698e807b3 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.57.0", + "version": "1.58.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.57.0", - "@theia/re-exports": "1.57.0", + "@theia/ext-scripts": "1.58.0", + "@theia/re-exports": "1.58.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 adbea36f9fa1a..734f7b33387e4 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.57.0", + "version": "1.58.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 cc5b65cb4a8ce..3b523d701c972 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.57.0", + "version": "1.58.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 ffd5b5f149498..0d31b68306bce 100644 --- a/dev-packages/request/package.json +++ b/dev-packages/request/package.json @@ -1,6 +1,6 @@ { "name": "@theia/request", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia Proxy-Aware Request Service", "publishConfig": { "access": "public" diff --git a/examples/api-provider-sample/package.json b/examples/api-provider-sample/package.json index 2af7dbfc722e2..e6c262f0f2d2b 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.57.0", + "version": "1.58.0", "description": "Theia - Example code to demonstrate Theia API Provider Extensions", "dependencies": { - "@theia/core": "1.57.0", - "@theia/plugin-ext": "1.57.0", - "@theia/plugin-ext-headless": "1.57.0" + "@theia/core": "1.58.0", + "@theia/plugin-ext": "1.58.0", + "@theia/plugin-ext-headless": "1.58.0" }, "theiaExtensions": [ { @@ -37,6 +37,6 @@ "clean": "theiaext clean" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" } } diff --git a/examples/api-samples/package.json b/examples/api-samples/package.json index 7ea4fc5ddb23c..706c5de6c0f05 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.57.0", + "version": "1.58.0", "description": "Theia - Example code to demonstrate Theia API", "dependencies": { - "@theia/ai-chat": "1.57.0", - "@theia/ai-chat-ui": "1.57.0", - "@theia/ai-core": "1.57.0", - "@theia/core": "1.57.0", - "@theia/file-search": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/monaco": "1.57.0", + "@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/monaco-editor-core": "1.96.302", - "@theia/output": "1.57.0", - "@theia/ovsx-client": "1.57.0", - "@theia/search-in-workspace": "1.57.0", - "@theia/test": "1.57.0", - "@theia/toolbar": "1.57.0", - "@theia/vsx-registry": "1.57.0", - "@theia/workspace": "1.57.0" + "@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" }, "theiaExtensions": [ { @@ -60,6 +60,6 @@ "clean": "theiaext clean" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" } } diff --git a/examples/api-tests/package.json b/examples/api-tests/package.json index 1b8e5f4031986..d2d0723a2a359 100644 --- a/examples/api-tests/package.json +++ b/examples/api-tests/package.json @@ -1,9 +1,9 @@ { "name": "@theia/api-tests", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia API tests", "dependencies": { - "@theia/core": "1.57.0" + "@theia/core": "1.58.0" }, "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "repository": { diff --git a/examples/browser-only/package.json b/examples/browser-only/package.json index 2b29c37293faf..4a39e8b90ce69 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.57.0", + "version": "1.58.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.57.0", - "@theia/ai-chat-ui": "1.57.0", - "@theia/ai-code-completion": "1.57.0", - "@theia/ai-core": "1.57.0", - "@theia/ai-history": "1.57.0", - "@theia/ai-ollama": "1.57.0", - "@theia/ai-openai": "1.57.0", - "@theia/ai-scanoss": "1.57.0", - "@theia/api-samples": "1.57.0", - "@theia/bulk-edit": "1.57.0", - "@theia/callhierarchy": "1.57.0", - "@theia/collaboration": "1.57.0", - "@theia/console": "1.57.0", - "@theia/core": "1.57.0", - "@theia/debug": "1.57.0", - "@theia/editor": "1.57.0", - "@theia/editor-preview": "1.57.0", - "@theia/file-search": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/getting-started": "1.57.0", - "@theia/git": "1.57.0", - "@theia/keymaps": "1.57.0", - "@theia/markers": "1.57.0", - "@theia/memory-inspector": "1.57.0", - "@theia/messages": "1.57.0", - "@theia/metrics": "1.57.0", - "@theia/mini-browser": "1.57.0", - "@theia/monaco": "1.57.0", - "@theia/navigator": "1.57.0", - "@theia/outline-view": "1.57.0", - "@theia/output": "1.57.0", - "@theia/plugin-dev": "1.57.0", - "@theia/plugin-ext": "1.57.0", - "@theia/plugin-ext-vscode": "1.57.0", - "@theia/plugin-metrics": "1.57.0", - "@theia/preferences": "1.57.0", - "@theia/preview": "1.57.0", - "@theia/process": "1.57.0", - "@theia/property-view": "1.57.0", - "@theia/scanoss": "1.57.0", - "@theia/scm": "1.57.0", - "@theia/scm-extra": "1.57.0", - "@theia/search-in-workspace": "1.57.0", - "@theia/secondary-window": "1.57.0", - "@theia/task": "1.57.0", - "@theia/terminal": "1.57.0", - "@theia/timeline": "1.57.0", - "@theia/toolbar": "1.57.0", - "@theia/typehierarchy": "1.57.0", - "@theia/userstorage": "1.57.0", - "@theia/variable-resolver": "1.57.0", - "@theia/vsx-registry": "1.57.0", - "@theia/workspace": "1.57.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-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" }, "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.57.0" + "@theia/cli": "1.58.0" } } diff --git a/examples/browser/package.json b/examples/browser/package.json index 1190a17aaee64..2e66190f4ccba 100644 --- a/examples/browser/package.json +++ b/examples/browser/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@theia/example-browser", - "version": "1.57.0", + "version": "1.58.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.57.0", - "@theia/ai-chat": "1.57.0", - "@theia/ai-chat-ui": "1.57.0", - "@theia/ai-code-completion": "1.57.0", - "@theia/ai-core": "1.57.0", - "@theia/ai-history": "1.57.0", - "@theia/ai-huggingface": "1.57.0", - "@theia/ai-llamafile": "1.57.0", - "@theia/ai-mcp": "1.57.0", - "@theia/ai-ollama": "1.57.0", - "@theia/ai-openai": "1.57.0", - "@theia/ai-scanoss": "1.57.0", - "@theia/ai-terminal": "1.57.0", - "@theia/ai-workspace-agent": "1.57.0", - "@theia/api-provider-sample": "1.57.0", - "@theia/api-samples": "1.57.0", - "@theia/bulk-edit": "1.57.0", - "@theia/callhierarchy": "1.57.0", - "@theia/collaboration": "1.57.0", - "@theia/console": "1.57.0", - "@theia/core": "1.57.0", - "@theia/debug": "1.57.0", - "@theia/dev-container": "1.57.0", - "@theia/editor": "1.57.0", - "@theia/editor-preview": "1.57.0", - "@theia/file-search": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/getting-started": "1.57.0", - "@theia/keymaps": "1.57.0", - "@theia/markers": "1.57.0", - "@theia/memory-inspector": "1.57.0", - "@theia/messages": "1.57.0", - "@theia/metrics": "1.57.0", - "@theia/mini-browser": "1.57.0", - "@theia/monaco": "1.57.0", - "@theia/navigator": "1.57.0", - "@theia/notebook": "1.57.0", - "@theia/outline-view": "1.57.0", - "@theia/output": "1.57.0", - "@theia/plugin-dev": "1.57.0", - "@theia/plugin-ext": "1.57.0", - "@theia/plugin-ext-headless": "1.57.0", - "@theia/plugin-ext-vscode": "1.57.0", - "@theia/plugin-metrics": "1.57.0", - "@theia/preferences": "1.57.0", - "@theia/preview": "1.57.0", - "@theia/process": "1.57.0", - "@theia/property-view": "1.57.0", - "@theia/remote": "1.57.0", - "@theia/scanoss": "1.57.0", - "@theia/scm": "1.57.0", - "@theia/scm-extra": "1.57.0", - "@theia/search-in-workspace": "1.57.0", - "@theia/secondary-window": "1.57.0", - "@theia/task": "1.57.0", - "@theia/terminal": "1.57.0", - "@theia/test": "1.57.0", - "@theia/timeline": "1.57.0", - "@theia/toolbar": "1.57.0", - "@theia/typehierarchy": "1.57.0", - "@theia/userstorage": "1.57.0", - "@theia/variable-resolver": "1.57.0", - "@theia/vsx-registry": "1.57.0", - "@theia/workspace": "1.57.0" + "@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-workspace-agent": "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" }, "scripts": { "clean": "theia clean", @@ -108,7 +108,7 @@ "watch:compile": "tsc -b -w" }, "devDependencies": { - "@theia/cli": "1.57.0", - "@theia/native-webpack-plugin": "1.57.0" + "@theia/cli": "1.58.0", + "@theia/native-webpack-plugin": "1.58.0" } } diff --git a/examples/electron/package.json b/examples/electron/package.json index e2eb4f4a4554b..cf35fcf79993d 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.57.0", + "version": "1.58.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.57.0", - "@theia/ai-chat": "1.57.0", - "@theia/ai-chat-ui": "1.57.0", - "@theia/ai-code-completion": "1.57.0", - "@theia/ai-core": "1.57.0", - "@theia/ai-history": "1.57.0", - "@theia/ai-huggingface": "1.57.0", - "@theia/ai-llamafile": "1.57.0", - "@theia/ai-mcp": "1.57.0", - "@theia/ai-ollama": "1.57.0", - "@theia/ai-openai": "1.57.0", - "@theia/ai-scanoss": "1.57.0", - "@theia/ai-terminal": "1.57.0", - "@theia/ai-workspace-agent": "1.57.0", - "@theia/api-provider-sample": "1.57.0", - "@theia/api-samples": "1.57.0", - "@theia/bulk-edit": "1.57.0", - "@theia/callhierarchy": "1.57.0", - "@theia/collaboration": "1.57.0", - "@theia/console": "1.57.0", - "@theia/core": "1.57.0", - "@theia/debug": "1.57.0", - "@theia/dev-container": "1.57.0", - "@theia/editor": "1.57.0", - "@theia/editor-preview": "1.57.0", - "@theia/electron": "1.57.0", - "@theia/external-terminal": "1.57.0", - "@theia/file-search": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/getting-started": "1.57.0", - "@theia/keymaps": "1.57.0", - "@theia/markers": "1.57.0", - "@theia/memory-inspector": "1.57.0", - "@theia/messages": "1.57.0", - "@theia/metrics": "1.57.0", - "@theia/mini-browser": "1.57.0", - "@theia/monaco": "1.57.0", - "@theia/navigator": "1.57.0", - "@theia/outline-view": "1.57.0", - "@theia/output": "1.57.0", - "@theia/plugin-dev": "1.57.0", - "@theia/plugin-ext": "1.57.0", - "@theia/plugin-ext-headless": "1.57.0", - "@theia/plugin-ext-vscode": "1.57.0", - "@theia/preferences": "1.57.0", - "@theia/preview": "1.57.0", - "@theia/process": "1.57.0", - "@theia/property-view": "1.57.0", - "@theia/remote": "1.57.0", - "@theia/scanoss": "1.57.0", - "@theia/scm": "1.57.0", - "@theia/scm-extra": "1.57.0", - "@theia/search-in-workspace": "1.57.0", - "@theia/secondary-window": "1.57.0", - "@theia/task": "1.57.0", - "@theia/terminal": "1.57.0", - "@theia/timeline": "1.57.0", - "@theia/toolbar": "1.57.0", - "@theia/typehierarchy": "1.57.0", - "@theia/userstorage": "1.57.0", - "@theia/variable-resolver": "1.57.0", - "@theia/vsx-registry": "1.57.0", - "@theia/workspace": "1.57.0" + "@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-workspace-agent": "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" }, "scripts": { "build": "theiaext build && npm run -s bundle", @@ -106,7 +106,7 @@ "watch:compile": "tsc -b -w" }, "devDependencies": { - "@theia/cli": "1.57.0", + "@theia/cli": "1.58.0", "electron": "30.1.2" } } diff --git a/examples/playwright/package.json b/examples/playwright/package.json index 87f1fbcb2aa22..ba47de28e66cf 100644 --- a/examples/playwright/package.json +++ b/examples/playwright/package.json @@ -1,6 +1,6 @@ { "name": "@theia/playwright", - "version": "1.57.0", + "version": "1.58.0", "description": "System tests for Theia", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "repository": { diff --git a/package-lock.json b/package-lock.json index 761ba659c7ccf..33e79c0e2ee5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,16 +66,16 @@ }, "dev-packages/application-manager": { "name": "@theia/application-manager", - "version": "1.57.0", + "version": "1.58.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.57.0", - "@theia/ffmpeg": "1.57.0", - "@theia/native-webpack-plugin": "1.57.0", + "@theia/application-package": "1.58.0", + "@theia/ffmpeg": "1.58.0", + "@theia/native-webpack-plugin": "1.58.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.57.0", + "@theia/ext-scripts": "1.58.0", "@types/node-abi": "*" }, "peerDependencies": { @@ -120,10 +120,10 @@ }, "dev-packages/application-package": { "name": "@theia/application-package", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/request": "1.57.0", + "@theia/request": "1.58.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.57.0" + "@theia/ext-scripts": "1.58.0" } }, "dev-packages/cli": { "name": "@theia/cli", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/application-manager": "1.57.0", - "@theia/application-package": "1.57.0", - "@theia/ffmpeg": "1.57.0", - "@theia/localization-manager": "1.57.0", - "@theia/ovsx-client": "1.57.0", - "@theia/request": "1.57.0", + "@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", "@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.57.0", + "version": "1.58.0", "hasInstallScript": true, "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { @@ -218,7 +218,7 @@ }, "dev-packages/localization-manager": { "name": "@theia/localization-manager", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { "@types/bent": "^7.0.1", @@ -233,12 +233,12 @@ "typescript": "~5.4.5" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" } }, "dev-packages/native-webpack-plugin": { "name": "@theia/native-webpack-plugin", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0", "dependencies": { "detect-libc": "^2.0.2", @@ -248,10 +248,10 @@ }, "dev-packages/ovsx-client": { "name": "@theia/ovsx-client", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/request": "1.57.0", + "@theia/request": "1.58.0", "limiter": "^2.1.0", "semver": "^7.5.4", "tslib": "^2.6.2" @@ -259,16 +259,16 @@ }, "dev-packages/private-eslint-plugin": { "name": "@theia/eslint-plugin", - "version": "1.57.0", + "version": "1.58.0", "dependencies": { - "@theia/ext-scripts": "1.57.0", - "@theia/re-exports": "1.57.0", + "@theia/ext-scripts": "1.58.0", + "@theia/re-exports": "1.58.0", "js-levenshtein": "^1.1.6" } }, "dev-packages/private-ext-scripts": { "name": "@theia/ext-scripts", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "bin": { "run": "bin/theia-run.js", @@ -278,7 +278,7 @@ }, "dev-packages/private-re-exports": { "name": "@theia/re-exports", - "version": "1.57.0", + "version": "1.58.0", "dependencies": { "mustache": "^4.2.0", "semver": "^7.5.4", @@ -300,7 +300,7 @@ }, "dev-packages/request": { "name": "@theia/request", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { "http-proxy-agent": "^5.0.0", @@ -310,279 +310,265 @@ }, "examples/api-provider-sample": { "name": "@theia/api-provider-sample", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.57.0", - "@theia/plugin-ext": "1.57.0", - "@theia/plugin-ext-headless": "1.57.0" + "@theia/core": "1.58.0", + "@theia/plugin-ext": "1.58.0", + "@theia/plugin-ext-headless": "1.58.0" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" } }, "examples/api-samples": { "name": "@theia/api-samples", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/ai-chat": "1.57.0", - "@theia/ai-chat-ui": "1.57.0", - "@theia/ai-core": "1.57.0", - "@theia/core": "1.57.0", - "@theia/file-search": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/monaco": "1.57.0", + "@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/monaco-editor-core": "1.96.302", - "@theia/output": "1.57.0", - "@theia/ovsx-client": "1.57.0", - "@theia/search-in-workspace": "1.57.0", - "@theia/test": "1.57.0", - "@theia/toolbar": "1.57.0", - "@theia/vsx-registry": "1.57.0", - "@theia/workspace": "1.57.0" + "@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" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" } }, "examples/api-tests": { "name": "@theia/api-tests", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.57.0" + "@theia/core": "1.58.0" } }, "examples/browser": { "name": "@theia/example-browser", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/ai-anthropic": "1.57.0", - "@theia/ai-chat": "1.57.0", - "@theia/ai-chat-ui": "1.57.0", - "@theia/ai-code-completion": "1.57.0", - "@theia/ai-core": "1.57.0", - "@theia/ai-history": "1.57.0", - "@theia/ai-huggingface": "1.57.0", - "@theia/ai-llamafile": "1.57.0", - "@theia/ai-mcp": "1.57.0", - "@theia/ai-ollama": "1.57.0", - "@theia/ai-openai": "1.57.0", - "@theia/ai-scanoss": "1.57.0", - "@theia/ai-terminal": "1.57.0", - "@theia/ai-workspace-agent": "1.57.0", - "@theia/api-provider-sample": "1.57.0", - "@theia/api-samples": "1.57.0", - "@theia/bulk-edit": "1.57.0", - "@theia/callhierarchy": "1.57.0", - "@theia/collaboration": "1.57.0", - "@theia/console": "1.57.0", - "@theia/core": "1.57.0", - "@theia/debug": "1.57.0", - "@theia/dev-container": "1.57.0", - "@theia/editor": "1.57.0", - "@theia/editor-preview": "1.57.0", - "@theia/file-search": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/getting-started": "1.57.0", - "@theia/keymaps": "1.57.0", - "@theia/markers": "1.57.0", - "@theia/memory-inspector": "1.57.0", - "@theia/messages": "1.57.0", - "@theia/metrics": "1.57.0", - "@theia/mini-browser": "1.57.0", - "@theia/monaco": "1.57.0", - "@theia/navigator": "1.57.0", - "@theia/notebook": "1.57.0", - "@theia/outline-view": "1.57.0", - "@theia/output": "1.57.0", - "@theia/plugin-dev": "1.57.0", - "@theia/plugin-ext": "1.57.0", - "@theia/plugin-ext-headless": "1.57.0", - "@theia/plugin-ext-vscode": "1.57.0", - "@theia/plugin-metrics": "1.57.0", - "@theia/preferences": "1.57.0", - "@theia/preview": "1.57.0", - "@theia/process": "1.57.0", - "@theia/property-view": "1.57.0", - "@theia/remote": "1.57.0", - "@theia/scanoss": "1.57.0", - "@theia/scm": "1.57.0", - "@theia/scm-extra": "1.57.0", - "@theia/search-in-workspace": "1.57.0", - "@theia/secondary-window": "1.57.0", - "@theia/task": "1.57.0", - "@theia/terminal": "1.57.0", - "@theia/test": "1.57.0", - "@theia/timeline": "1.57.0", - "@theia/toolbar": "1.57.0", - "@theia/typehierarchy": "1.57.0", - "@theia/userstorage": "1.57.0", - "@theia/variable-resolver": "1.57.0", - "@theia/vsx-registry": "1.57.0", - "@theia/workspace": "1.57.0" + "@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-workspace-agent": "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" }, "devDependencies": { - "@theia/cli": "1.57.0", - "@theia/native-webpack-plugin": "1.57.0" + "@theia/cli": "1.58.0", + "@theia/native-webpack-plugin": "1.58.0" } }, "examples/browser-only": { "name": "@theia/example-browser-only", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/ai-chat": "1.57.0", - "@theia/ai-chat-ui": "1.57.0", - "@theia/ai-code-completion": "1.57.0", - "@theia/ai-core": "1.57.0", - "@theia/ai-history": "1.57.0", - "@theia/ai-ollama": "1.57.0", - "@theia/ai-openai": "1.57.0", - "@theia/ai-scanoss": "1.57.0", - "@theia/api-samples": "1.57.0", - "@theia/bulk-edit": "1.57.0", - "@theia/callhierarchy": "1.57.0", - "@theia/collaboration": "1.57.0", - "@theia/console": "1.57.0", - "@theia/core": "1.57.0", - "@theia/debug": "1.57.0", - "@theia/editor": "1.57.0", - "@theia/editor-preview": "1.57.0", - "@theia/file-search": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/getting-started": "1.57.0", - "@theia/git": "1.57.0", - "@theia/keymaps": "1.57.0", - "@theia/markers": "1.57.0", - "@theia/memory-inspector": "1.57.0", - "@theia/messages": "1.57.0", - "@theia/metrics": "1.57.0", - "@theia/mini-browser": "1.57.0", - "@theia/monaco": "1.57.0", - "@theia/navigator": "1.57.0", - "@theia/outline-view": "1.57.0", - "@theia/output": "1.57.0", - "@theia/plugin-dev": "1.57.0", - "@theia/plugin-ext": "1.57.0", - "@theia/plugin-ext-vscode": "1.57.0", - "@theia/plugin-metrics": "1.57.0", - "@theia/preferences": "1.57.0", - "@theia/preview": "1.57.0", - "@theia/process": "1.57.0", - "@theia/property-view": "1.57.0", - "@theia/scanoss": "1.57.0", - "@theia/scm": "1.57.0", - "@theia/scm-extra": "1.57.0", - "@theia/search-in-workspace": "1.57.0", - "@theia/secondary-window": "1.57.0", - "@theia/task": "1.57.0", - "@theia/terminal": "1.57.0", - "@theia/timeline": "1.57.0", - "@theia/toolbar": "1.57.0", - "@theia/typehierarchy": "1.57.0", - "@theia/userstorage": "1.57.0", - "@theia/variable-resolver": "1.57.0", - "@theia/vsx-registry": "1.57.0", - "@theia/workspace": "1.57.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-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" }, "devDependencies": { - "@theia/cli": "1.57.0" + "@theia/cli": "1.58.0" } }, "examples/electron": { "name": "@theia/example-electron", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/ai-anthropic": "1.57.0", - "@theia/ai-chat": "1.57.0", - "@theia/ai-chat-ui": "1.57.0", - "@theia/ai-code-completion": "1.57.0", - "@theia/ai-core": "1.57.0", - "@theia/ai-history": "1.57.0", - "@theia/ai-huggingface": "1.57.0", - "@theia/ai-llamafile": "1.57.0", - "@theia/ai-mcp": "1.57.0", - "@theia/ai-ollama": "1.57.0", - "@theia/ai-openai": "1.57.0", - "@theia/ai-scanoss": "1.57.0", - "@theia/ai-terminal": "1.57.0", - "@theia/ai-workspace-agent": "1.57.0", - "@theia/api-provider-sample": "1.57.0", - "@theia/api-samples": "1.57.0", - "@theia/bulk-edit": "1.57.0", - "@theia/callhierarchy": "1.57.0", - "@theia/collaboration": "1.57.0", - "@theia/console": "1.57.0", - "@theia/core": "1.57.0", - "@theia/debug": "1.57.0", - "@theia/dev-container": "1.57.0", - "@theia/editor": "1.57.0", - "@theia/editor-preview": "1.57.0", - "@theia/electron": "1.57.0", - "@theia/external-terminal": "1.57.0", - "@theia/file-search": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/getting-started": "1.57.0", - "@theia/keymaps": "1.57.0", - "@theia/markers": "1.57.0", - "@theia/memory-inspector": "1.57.0", - "@theia/messages": "1.57.0", - "@theia/metrics": "1.57.0", - "@theia/mini-browser": "1.57.0", - "@theia/monaco": "1.57.0", - "@theia/navigator": "1.57.0", - "@theia/outline-view": "1.57.0", - "@theia/output": "1.57.0", - "@theia/plugin-dev": "1.57.0", - "@theia/plugin-ext": "1.57.0", - "@theia/plugin-ext-headless": "1.57.0", - "@theia/plugin-ext-vscode": "1.57.0", - "@theia/preferences": "1.57.0", - "@theia/preview": "1.57.0", - "@theia/process": "1.57.0", - "@theia/property-view": "1.57.0", - "@theia/remote": "1.57.0", - "@theia/scanoss": "1.57.0", - "@theia/scm": "1.57.0", - "@theia/scm-extra": "1.57.0", - "@theia/search-in-workspace": "1.57.0", - "@theia/secondary-window": "1.57.0", - "@theia/task": "1.57.0", - "@theia/terminal": "1.57.0", - "@theia/timeline": "1.57.0", - "@theia/toolbar": "1.57.0", - "@theia/typehierarchy": "1.57.0", - "@theia/userstorage": "1.57.0", - "@theia/variable-resolver": "1.57.0", - "@theia/vsx-registry": "1.57.0", - "@theia/workspace": "1.57.0" + "@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-workspace-agent": "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" }, "devDependencies": { - "@theia/cli": "1.57.0", - "electron": "30.1.2" - } - }, - "examples/electron/node_modules/@theia/electron": { - "version": "1.57.0", - "resolved": "https://registry.npmjs.org/@theia/electron/-/electron-1.57.0.tgz", - "integrity": "sha512-QNzpmQapDCXJKwmATXe2F1T5DNDvLQyzAqrBLDNXegRxeuOZ+wAaPiKi7eq0zBh2481fzXu0hCNSvsx5gM1vjQ==", - "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", - "dependencies": { - "electron-store": "^8.0.0", - "fix-path": "^3.0.0", - "native-keymap": "^2.2.1" - }, - "peerDependencies": { + "@theia/cli": "1.58.0", "electron": "30.1.2" } }, "examples/playwright": { "name": "@theia/playwright", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { "@playwright/test": "^1.47.0", @@ -30136,218 +30122,218 @@ }, "packages/ai-anthropic": { "name": "@theia/ai-anthropic", - "version": "1.57.0", + "version": "1.58.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.57.0", - "@theia/core": "1.57.0" + "@theia/ai-core": "1.58.0", + "@theia/core": "1.58.0" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" } }, "packages/ai-chat": { "name": "@theia/ai-chat", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/ai-core": "1.57.0", - "@theia/ai-history": "1.57.0", - "@theia/core": "1.57.0", - "@theia/editor": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/monaco": "1.57.0", - "@theia/workspace": "1.57.0", + "@theia/ai-core": "1.58.0", + "@theia/ai-history": "1.58.0", + "@theia/core": "1.58.0", + "@theia/editor": "1.58.0", + "@theia/filesystem": "1.58.0", + "@theia/monaco": "1.58.0", + "@theia/workspace": "1.58.0", "minimatch": "^5.1.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" } }, "packages/ai-chat-ui": { "name": "@theia/ai-chat-ui", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/ai-chat": "1.57.0", - "@theia/ai-core": "1.57.0", - "@theia/core": "1.57.0", - "@theia/editor": "1.57.0", - "@theia/editor-preview": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/monaco": "1.57.0", + "@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/monaco-editor-core": "1.96.302", - "@theia/workspace": "1.57.0", + "@theia/workspace": "1.58.0", "minimatch": "^5.1.0", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" } }, "packages/ai-code-completion": { "name": "@theia/ai-code-completion", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/ai-core": "1.57.0", - "@theia/core": "1.57.0", - "@theia/filesystem": "1.57.0", + "@theia/ai-core": "1.58.0", + "@theia/core": "1.58.0", + "@theia/filesystem": "1.58.0", "@theia/monaco-editor-core": "1.96.302", - "@theia/output": "1.57.0", - "@theia/workspace": "1.57.0", + "@theia/output": "1.58.0", + "@theia/workspace": "1.58.0", "minimatch": "^5.1.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" } }, "packages/ai-core": { "name": "@theia/ai-core", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.57.0", - "@theia/editor": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/monaco": "1.57.0", + "@theia/core": "1.58.0", + "@theia/editor": "1.58.0", + "@theia/filesystem": "1.58.0", + "@theia/monaco": "1.58.0", "@theia/monaco-editor-core": "1.96.302", - "@theia/output": "1.57.0", - "@theia/variable-resolver": "1.57.0", - "@theia/workspace": "1.57.0", + "@theia/output": "1.58.0", + "@theia/variable-resolver": "1.58.0", + "@theia/workspace": "1.58.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.57.0" + "@theia/ext-scripts": "1.58.0" } }, "packages/ai-history": { "name": "@theia/ai-history", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/ai-core": "1.57.0", - "@theia/core": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/output": "1.57.0", - "@theia/workspace": "1.57.0", + "@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", "minimatch": "^5.1.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" } }, "packages/ai-hugging-face": { "name": "@theia/ai-huggingface", - "version": "1.57.0", + "version": "1.58.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.57.0", - "@theia/core": "1.57.0" + "@theia/ai-core": "1.58.0", + "@theia/core": "1.58.0" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" } }, "packages/ai-llamafile": { "name": "@theia/ai-llamafile", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/ai-core": "1.57.0", - "@theia/core": "1.57.0", - "@theia/output": "1.57.0", + "@theia/ai-core": "1.58.0", + "@theia/core": "1.58.0", + "@theia/output": "1.58.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" } }, "packages/ai-mcp": { "name": "@theia/ai-mcp", - "version": "1.57.0", + "version": "1.58.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.57.0", - "@theia/core": "1.57.0" + "@theia/ai-core": "1.58.0", + "@theia/core": "1.58.0" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" } }, "packages/ai-ollama": { "name": "@theia/ai-ollama", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/ai-core": "1.57.0", - "@theia/core": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/workspace": "1.57.0", + "@theia/ai-core": "1.58.0", + "@theia/core": "1.58.0", + "@theia/filesystem": "1.58.0", + "@theia/workspace": "1.58.0", "minimatch": "^5.1.0", "ollama": "^0.5.8", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" } }, "packages/ai-openai": { "name": "@theia/ai-openai", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/ai-core": "1.57.0", - "@theia/core": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/workspace": "1.57.0", + "@theia/ai-core": "1.58.0", + "@theia/core": "1.58.0", + "@theia/filesystem": "1.58.0", + "@theia/workspace": "1.58.0", "minimatch": "^5.1.0", "openai": "^4.77.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" } }, "packages/ai-scanoss": { "name": "@theia/ai-scanoss", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/ai-chat": "1.57.0", - "@theia/ai-chat-ui": "1.57.0", - "@theia/ai-core": "1.57.0", - "@theia/core": "1.57.0", - "@theia/scanoss": "1.57.0" + "@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/scanoss": "1.58.0" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" } }, "packages/ai-terminal": { "name": "@theia/ai-terminal", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/ai-chat": "1.57.0", - "@theia/ai-core": "1.57.0", - "@theia/core": "1.57.0", - "@theia/terminal": "1.57.0", + "@theia/ai-chat": "1.58.0", + "@theia/ai-core": "1.58.0", + "@theia/core": "1.58.0", + "@theia/terminal": "1.58.0", "zod": "^3.23.8", "zod-to-json-schema": "^3.23.2" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" } }, "packages/ai-terminal/node_modules/zod": { @@ -30370,22 +30356,22 @@ }, "packages/ai-workspace-agent": { "name": "@theia/ai-workspace-agent", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/ai-chat": "1.57.0", - "@theia/ai-core": "1.57.0", - "@theia/core": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/navigator": "1.57.0", - "@theia/terminal": "1.57.0", - "@theia/workspace": "1.57.0", + "@theia/ai-chat": "1.58.0", + "@theia/ai-core": "1.58.0", + "@theia/core": "1.58.0", + "@theia/filesystem": "1.58.0", + "@theia/navigator": "1.58.0", + "@theia/terminal": "1.58.0", + "@theia/workspace": "1.58.0", "ignore": "^6.0.0", "minimatch": "^9.0.0" }, "devDependencies": { - "@theia/cli": "1.57.0", - "@theia/test": "1.57.0" + "@theia/cli": "1.58.0", + "@theia/test": "1.58.0" } }, "packages/ai-workspace-agent/node_modules/minimatch": { @@ -30405,46 +30391,46 @@ }, "packages/bulk-edit": { "name": "@theia/bulk-edit", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.57.0", - "@theia/editor": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/monaco": "1.57.0", + "@theia/core": "1.58.0", + "@theia/editor": "1.58.0", + "@theia/filesystem": "1.58.0", + "@theia/monaco": "1.58.0", "@theia/monaco-editor-core": "1.96.302", - "@theia/workspace": "1.57.0", + "@theia/workspace": "1.58.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" } }, "packages/callhierarchy": { "name": "@theia/callhierarchy", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.57.0", - "@theia/editor": "1.57.0", + "@theia/core": "1.58.0", + "@theia/editor": "1.58.0", "ts-md5": "^1.2.2", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" } }, "packages/collaboration": { "name": "@theia/collaboration", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.57.0", - "@theia/editor": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/monaco": "1.57.0", + "@theia/core": "1.58.0", + "@theia/editor": "1.58.0", + "@theia/filesystem": "1.58.0", + "@theia/monaco": "1.58.0", "@theia/monaco-editor-core": "1.96.302", - "@theia/workspace": "1.57.0", + "@theia/workspace": "1.58.0", "lib0": "^0.2.52", "open-collaboration-protocol": "0.2.0", "open-collaboration-yjs": "0.2.0", @@ -30453,27 +30439,27 @@ "yjs": "^13.6.7" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" } }, "packages/console": { "name": "@theia/console", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.57.0", - "@theia/monaco": "1.57.0", + "@theia/core": "1.58.0", + "@theia/monaco": "1.58.0", "@theia/monaco-editor-core": "1.96.302", "anser": "^2.0.1", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" } }, "packages/core": { "name": "@theia/core", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { "@babel/runtime": "^7.10.0", @@ -30488,8 +30474,8 @@ "@phosphor/signaling": "1", "@phosphor/virtualdom": "1", "@phosphor/widgets": "1", - "@theia/application-package": "1.57.0", - "@theia/request": "1.57.0", + "@theia/application-package": "1.58.0", + "@theia/request": "1.58.0", "@types/body-parser": "^1.16.4", "@types/cookie": "^0.3.3", "@types/dompurify": "^2.2.2", @@ -30548,8 +30534,8 @@ "yargs": "^15.3.1" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0", - "@theia/re-exports": "1.57.0", + "@theia/ext-scripts": "1.58.0", + "@theia/re-exports": "1.58.0", "minimist": "^1.2.0", "nodejs-file-downloader": "4.13.0" }, @@ -30588,23 +30574,23 @@ }, "packages/debug": { "name": "@theia/debug", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/console": "1.57.0", - "@theia/core": "1.57.0", - "@theia/editor": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/markers": "1.57.0", - "@theia/monaco": "1.57.0", + "@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/monaco-editor-core": "1.96.302", - "@theia/output": "1.57.0", - "@theia/process": "1.57.0", - "@theia/task": "1.57.0", - "@theia/terminal": "1.57.0", - "@theia/test": "1.57.0", - "@theia/variable-resolver": "1.57.0", - "@theia/workspace": "1.57.0", + "@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", "@vscode/debugprotocol": "^1.51.0", "fast-deep-equal": "^3.1.3", "jsonc-parser": "^2.2.0", @@ -30612,24 +30598,24 @@ "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" } }, "packages/dev-container": { "name": "@theia/dev-container", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.57.0", - "@theia/output": "1.57.0", - "@theia/remote": "1.57.0", - "@theia/workspace": "1.57.0", + "@theia/core": "1.58.0", + "@theia/output": "1.58.0", + "@theia/remote": "1.58.0", + "@theia/workspace": "1.58.0", "dockerode": "^4.0.2", "jsonc-parser": "^2.2.0", "uuid": "^8.0.0" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0", + "@theia/ext-scripts": "1.58.0", "@types/dockerode": "^3.3.23" } }, @@ -30644,34 +30630,34 @@ }, "packages/editor": { "name": "@theia/editor", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.57.0", - "@theia/variable-resolver": "1.57.0", + "@theia/core": "1.58.0", + "@theia/variable-resolver": "1.58.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" } }, "packages/editor-preview": { "name": "@theia/editor-preview", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.57.0", - "@theia/editor": "1.57.0", - "@theia/navigator": "1.57.0", + "@theia/core": "1.58.0", + "@theia/editor": "1.58.0", + "@theia/navigator": "1.58.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" } }, "packages/electron": { "name": "@theia/electron", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { "electron-store": "^8.0.0", @@ -30679,8 +30665,8 @@ "native-keymap": "^2.2.1" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0", - "@theia/re-exports": "1.57.0" + "@theia/ext-scripts": "1.58.0", + "@theia/re-exports": "1.58.0" }, "peerDependencies": { "electron": "30.1.2" @@ -30801,41 +30787,41 @@ }, "packages/external-terminal": { "name": "@theia/external-terminal", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.57.0", - "@theia/editor": "1.57.0", - "@theia/workspace": "1.57.0", + "@theia/core": "1.58.0", + "@theia/editor": "1.58.0", + "@theia/workspace": "1.58.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" } }, "packages/file-search": { "name": "@theia/file-search", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.57.0", - "@theia/editor": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/process": "1.57.0", - "@theia/workspace": "1.57.0", + "@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", "@vscode/ripgrep": "^1.14.2", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" } }, "packages/filesystem": { "name": "@theia/filesystem", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.57.0", + "@theia/core": "1.58.0", "@types/body-parser": "^1.17.0", "@types/multer": "^1.4.7", "@types/tar-fs": "^1.16.1", @@ -30852,7 +30838,7 @@ "vscode-languageserver-textdocument": "^1.0.1" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" } }, "packages/filesystem/node_modules/async-mutex": { @@ -30866,34 +30852,34 @@ }, "packages/getting-started": { "name": "@theia/getting-started", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.57.0", - "@theia/editor": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/keymaps": "1.57.0", - "@theia/preview": "1.57.0", - "@theia/workspace": "1.57.0", + "@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", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" } }, "packages/git": { "name": "@theia/git", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.57.0", - "@theia/editor": "1.57.0", - "@theia/filesystem": "1.57.0", + "@theia/core": "1.58.0", + "@theia/editor": "1.58.0", + "@theia/filesystem": "1.58.0", "@theia/monaco-editor-core": "1.96.302", - "@theia/navigator": "1.57.0", - "@theia/scm": "1.57.0", - "@theia/scm-extra": "1.57.0", - "@theia/workspace": "1.57.0", + "@theia/navigator": "1.58.0", + "@theia/scm": "1.58.0", + "@theia/scm-extra": "1.58.0", + "@theia/workspace": "1.58.0", "@types/diff": "^5.2.1", "diff": "^5.2.0", "dugite-extra": "0.1.17", @@ -30907,7 +30893,7 @@ "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0", + "@theia/ext-scripts": "1.58.0", "@types/luxon": "^2.3.2", "upath": "^1.0.2" } @@ -30959,42 +30945,42 @@ }, "packages/keymaps": { "name": "@theia/keymaps", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.57.0", - "@theia/monaco": "1.57.0", + "@theia/core": "1.58.0", + "@theia/monaco": "1.58.0", "@theia/monaco-editor-core": "1.96.302", - "@theia/preferences": "1.57.0", - "@theia/userstorage": "1.57.0", + "@theia/preferences": "1.58.0", + "@theia/userstorage": "1.58.0", "jsonc-parser": "^2.2.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" } }, "packages/markers": { "name": "@theia/markers", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/workspace": "1.57.0", + "@theia/core": "1.58.0", + "@theia/filesystem": "1.58.0", + "@theia/workspace": "1.58.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" } }, "packages/memory-inspector": { "name": "@theia/memory-inspector", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.57.0", - "@theia/debug": "1.57.0", + "@theia/core": "1.58.0", + "@theia/debug": "1.58.0", "@vscode/debugprotocol": "^1.51.0", "long": "^4.0.0", "tslib": "^2.6.2" @@ -31011,38 +30997,38 @@ }, "packages/messages": { "name": "@theia/messages", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.57.0", + "@theia/core": "1.58.0", "react-perfect-scrollbar": "^1.5.3", "ts-md5": "^1.2.2", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" } }, "packages/metrics": { "name": "@theia/metrics", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.57.0", + "@theia/core": "1.58.0", "prom-client": "^10.2.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" } }, "packages/mini-browser": { "name": "@theia/mini-browser", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.57.0", - "@theia/filesystem": "1.57.0", + "@theia/core": "1.58.0", + "@theia/filesystem": "1.58.0", "@types/mime-types": "^2.1.0", "mime-types": "^2.1.18", "pdfobject": "^2.0.201604172", @@ -31050,21 +31036,21 @@ "vhost": "^3.0.2" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" } }, "packages/monaco": { "name": "@theia/monaco", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.57.0", - "@theia/editor": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/markers": "1.57.0", + "@theia/core": "1.58.0", + "@theia/editor": "1.58.0", + "@theia/filesystem": "1.58.0", + "@theia/markers": "1.58.0", "@theia/monaco-editor-core": "1.96.302", - "@theia/outline-view": "1.57.0", - "@theia/workspace": "1.57.0", + "@theia/outline-view": "1.58.0", + "@theia/workspace": "1.58.0", "fast-plist": "^0.1.2", "idb": "^4.0.5", "jsonc-parser": "^2.2.0", @@ -31073,71 +31059,71 @@ "vscode-textmate": "^9.0.0" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" } }, "packages/navigator": { "name": "@theia/navigator", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/workspace": "1.57.0", + "@theia/core": "1.58.0", + "@theia/filesystem": "1.58.0", + "@theia/workspace": "1.58.0", "minimatch": "^5.1.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" } }, "packages/notebook": { "name": "@theia/notebook", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.57.0", - "@theia/editor": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/monaco": "1.57.0", + "@theia/core": "1.58.0", + "@theia/editor": "1.58.0", + "@theia/filesystem": "1.58.0", + "@theia/monaco": "1.58.0", "@theia/monaco-editor-core": "1.96.302", - "@theia/outline-view": "1.57.0", + "@theia/outline-view": "1.58.0", "advanced-mark.js": "^2.6.0", "react-perfect-scrollbar": "^1.5.8", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0", + "@theia/ext-scripts": "1.58.0", "@types/markdown-it": "^12.2.3", "@types/vscode-notebook-renderer": "^1.72.0" } }, "packages/outline-view": { "name": "@theia/outline-view", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.57.0", + "@theia/core": "1.58.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" } }, "packages/output": { "name": "@theia/output", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.57.0", - "@theia/editor": "1.57.0", - "@theia/monaco": "1.57.0", + "@theia/core": "1.58.0", + "@theia/editor": "1.58.0", + "@theia/monaco": "1.58.0", "@theia/monaco-editor-core": "1.96.302", "p-queue": "^8.0.1", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" } }, "packages/output/node_modules/eventemitter3": { @@ -31176,62 +31162,62 @@ }, "packages/plugin": { "name": "@theia/plugin", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" } }, "packages/plugin-dev": { "name": "@theia/plugin-dev", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.57.0", - "@theia/debug": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/output": "1.57.0", - "@theia/plugin-ext": "1.57.0", - "@theia/workspace": "1.57.0", + "@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", "ps-tree": "^1.2.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" } }, "packages/plugin-ext": { "name": "@theia/plugin-ext", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/bulk-edit": "1.57.0", - "@theia/callhierarchy": "1.57.0", - "@theia/console": "1.57.0", - "@theia/core": "1.57.0", - "@theia/debug": "1.57.0", - "@theia/editor": "1.57.0", - "@theia/editor-preview": "1.57.0", - "@theia/file-search": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/markers": "1.57.0", - "@theia/messages": "1.57.0", - "@theia/monaco": "1.57.0", + "@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/monaco-editor-core": "1.96.302", - "@theia/navigator": "1.57.0", - "@theia/notebook": "1.57.0", - "@theia/output": "1.57.0", - "@theia/plugin": "1.57.0", - "@theia/preferences": "1.57.0", - "@theia/scm": "1.57.0", - "@theia/search-in-workspace": "1.57.0", - "@theia/task": "1.57.0", - "@theia/terminal": "1.57.0", - "@theia/test": "1.57.0", - "@theia/timeline": "1.57.0", - "@theia/typehierarchy": "1.57.0", - "@theia/variable-resolver": "1.57.0", - "@theia/workspace": "1.57.0", + "@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", "@types/mime": "^2.0.1", "@vscode/debugprotocol": "^1.51.0", "@vscode/proxy-agent": "^0.13.2", @@ -31252,7 +31238,7 @@ "vscode-textmate": "^9.0.0" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0", + "@theia/ext-scripts": "1.58.0", "@types/decompress": "^4.2.2", "@types/escape-html": "^0.0.20", "@types/lodash.clonedeep": "^4.5.3", @@ -31261,16 +31247,16 @@ }, "packages/plugin-ext-headless": { "name": "@theia/plugin-ext-headless", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.57.0", - "@theia/plugin-ext": "1.57.0", - "@theia/terminal": "1.57.0", + "@theia/core": "1.58.0", + "@theia/plugin-ext": "1.58.0", + "@theia/terminal": "1.58.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0", + "@theia/ext-scripts": "1.58.0", "@types/decompress": "^4.2.2", "@types/escape-html": "^0.0.20", "@types/lodash.clonedeep": "^4.5.3", @@ -31279,29 +31265,29 @@ }, "packages/plugin-ext-vscode": { "name": "@theia/plugin-ext-vscode", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/callhierarchy": "1.57.0", - "@theia/core": "1.57.0", - "@theia/editor": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/monaco": "1.57.0", + "@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/monaco-editor-core": "1.96.302", - "@theia/navigator": "1.57.0", - "@theia/outline-view": "1.57.0", - "@theia/plugin": "1.57.0", - "@theia/plugin-ext": "1.57.0", - "@theia/terminal": "1.57.0", - "@theia/typehierarchy": "1.57.0", - "@theia/userstorage": "1.57.0", - "@theia/workspace": "1.57.0", + "@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", "decompress": "^4.2.1", "filenamify": "^4.1.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" } }, "packages/plugin-ext/node_modules/@types/mime": { @@ -31312,32 +31298,32 @@ }, "packages/plugin-metrics": { "name": "@theia/plugin-metrics", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.57.0", - "@theia/metrics": "1.57.0", + "@theia/core": "1.58.0", + "@theia/metrics": "1.58.0", "@theia/monaco-editor-core": "1.96.302", - "@theia/plugin": "1.57.0", - "@theia/plugin-ext": "1.57.0", + "@theia/plugin": "1.58.0", + "@theia/plugin-ext": "1.58.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" } }, "packages/preferences": { "name": "@theia/preferences", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.57.0", - "@theia/editor": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/monaco": "1.57.0", + "@theia/core": "1.58.0", + "@theia/editor": "1.58.0", + "@theia/filesystem": "1.58.0", + "@theia/monaco": "1.58.0", "@theia/monaco-editor-core": "1.96.302", - "@theia/userstorage": "1.57.0", - "@theia/workspace": "1.57.0", + "@theia/userstorage": "1.58.0", + "@theia/workspace": "1.58.0", "async-mutex": "^0.3.1", "fast-deep-equal": "^3.1.3", "jsonc-parser": "^2.2.0", @@ -31345,7 +31331,7 @@ "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" } }, "packages/preferences/node_modules/async-mutex": { @@ -31359,20 +31345,20 @@ }, "packages/preview": { "name": "@theia/preview", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.57.0", - "@theia/editor": "1.57.0", - "@theia/mini-browser": "1.57.0", - "@theia/monaco": "1.57.0", + "@theia/core": "1.58.0", + "@theia/editor": "1.58.0", + "@theia/mini-browser": "1.58.0", + "@theia/monaco": "1.58.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.57.0", + "@theia/ext-scripts": "1.58.0", "@types/markdown-it-anchor": "^4.0.1" } }, @@ -31438,39 +31424,39 @@ }, "packages/process": { "name": "@theia/process", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.57.0", + "@theia/core": "1.58.0", "node-pty": "1.1.0-beta27", "string-argv": "^0.1.1", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" } }, "packages/property-view": { "name": "@theia/property-view", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.57.0", - "@theia/filesystem": "1.57.0", + "@theia/core": "1.58.0", + "@theia/filesystem": "1.58.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" } }, "packages/remote": { "name": "@theia/remote", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/userstorage": "1.57.0", + "@theia/core": "1.58.0", + "@theia/filesystem": "1.58.0", + "@theia/userstorage": "1.58.0", "archiver": "^5.3.1", "decompress": "^4.2.1", "decompress-tar": "^4.0.0", @@ -31485,7 +31471,7 @@ "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0", + "@theia/ext-scripts": "1.58.0", "@types/archiver": "^5.3.2", "@types/decompress": "^4.2.4", "@types/express-http-proxy": "^1.6.6", @@ -31516,25 +31502,25 @@ }, "packages/scanoss": { "name": "@theia/scanoss", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.57.0", + "@theia/core": "1.58.0", "scanoss": "^0.15.2" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" } }, "packages/scm": { "name": "@theia/scm", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.57.0", - "@theia/editor": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/monaco": "1.57.0", + "@theia/core": "1.58.0", + "@theia/editor": "1.58.0", + "@theia/filesystem": "1.58.0", + "@theia/monaco": "1.58.0", "@theia/monaco-editor-core": "1.96.302", "@types/diff": "^5.2.1", "diff": "^5.2.0", @@ -31544,80 +31530,80 @@ "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" } }, "packages/scm-extra": { "name": "@theia/scm-extra", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.57.0", - "@theia/editor": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/navigator": "1.57.0", - "@theia/scm": "1.57.0", + "@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", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" } }, "packages/search-in-workspace": { "name": "@theia/search-in-workspace", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.57.0", - "@theia/editor": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/navigator": "1.57.0", - "@theia/process": "1.57.0", - "@theia/workspace": "1.57.0", + "@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", "@vscode/ripgrep": "^1.14.2", "minimatch": "^5.1.0", "react-textarea-autosize": "^8.5.5", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" } }, "packages/secondary-window": { "name": "@theia/secondary-window", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.57.0", + "@theia/core": "1.58.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" } }, "packages/task": { "name": "@theia/task", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.57.0", - "@theia/editor": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/markers": "1.57.0", - "@theia/monaco": "1.57.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/monaco-editor-core": "1.96.302", - "@theia/process": "1.57.0", - "@theia/terminal": "1.57.0", - "@theia/userstorage": "1.57.0", - "@theia/variable-resolver": "1.57.0", - "@theia/workspace": "1.57.0", + "@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", "async-mutex": "^0.3.1", "jsonc-parser": "^2.2.0", "p-debounce": "^2.1.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" } }, "packages/task/node_modules/async-mutex": { @@ -31631,40 +31617,40 @@ }, "packages/terminal": { "name": "@theia/terminal", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.57.0", - "@theia/editor": "1.57.0", - "@theia/file-search": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/process": "1.57.0", - "@theia/variable-resolver": "1.57.0", - "@theia/workspace": "1.57.0", + "@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", "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.57.0" + "@theia/ext-scripts": "1.58.0" } }, "packages/test": { "name": "@theia/test", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.57.0", - "@theia/editor": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/navigator": "1.57.0", - "@theia/terminal": "1.57.0", + "@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", "xterm": "^4.16.0", "xterm-addon-fit": "^0.5.0" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" } }, "packages/test/node_modules/xterm": { @@ -31686,31 +31672,31 @@ }, "packages/timeline": { "name": "@theia/timeline", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.57.0", - "@theia/navigator": "1.57.0", + "@theia/core": "1.58.0", + "@theia/navigator": "1.58.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" } }, "packages/toolbar": { "name": "@theia/toolbar", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.57.0", - "@theia/editor": "1.57.0", - "@theia/file-search": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/monaco": "1.57.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/monaco-editor-core": "1.96.302", - "@theia/search-in-workspace": "1.57.0", - "@theia/userstorage": "1.57.0", - "@theia/workspace": "1.57.0", + "@theia/search-in-workspace": "1.58.0", + "@theia/userstorage": "1.58.0", + "@theia/workspace": "1.58.0", "ajv": "^6.5.3", "jsonc-parser": "^2.2.0", "perfect-scrollbar": "^1.5.5", @@ -31719,55 +31705,55 @@ }, "packages/typehierarchy": { "name": "@theia/typehierarchy", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.57.0", - "@theia/editor": "1.57.0", + "@theia/core": "1.58.0", + "@theia/editor": "1.58.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" } }, "packages/userstorage": { "name": "@theia/userstorage", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.57.0", - "@theia/filesystem": "1.57.0", + "@theia/core": "1.58.0", + "@theia/filesystem": "1.58.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" } }, "packages/variable-resolver": { "name": "@theia/variable-resolver", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.57.0", + "@theia/core": "1.58.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" } }, "packages/vsx-registry": { "name": "@theia/vsx-registry", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/navigator": "1.57.0", - "@theia/ovsx-client": "1.57.0", - "@theia/plugin-ext": "1.57.0", - "@theia/plugin-ext-vscode": "1.57.0", - "@theia/preferences": "1.57.0", - "@theia/workspace": "1.57.0", + "@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", "limiter": "^2.1.0", "luxon": "^2.4.0", "p-debounce": "^2.1.0", @@ -31775,28 +31761,28 @@ "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0", + "@theia/ext-scripts": "1.58.0", "@types/luxon": "^2.3.2" } }, "packages/workspace": { "name": "@theia/workspace", - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/variable-resolver": "1.57.0", + "@theia/core": "1.58.0", + "@theia/filesystem": "1.58.0", + "@theia/variable-resolver": "1.58.0", "jsonc-parser": "^2.2.0", "tslib": "^2.6.2", "valid-filename": "^2.0.1" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" } }, "sample-plugins/sample-namespace/plugin-a": { - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "devDependencies": { "@types/vscode": "^1.50.0" @@ -31806,7 +31792,7 @@ } }, "sample-plugins/sample-namespace/plugin-b": { - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "devDependencies": { "@types/vscode": "^1.50.0" @@ -31816,10 +31802,10 @@ } }, "sample-plugins/sample-namespace/plugin-gotd": { - "version": "1.57.0", + "version": "1.58.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "devDependencies": { - "@theia/api-provider-sample": "1.57.0" + "@theia/api-provider-sample": "1.58.0" }, "engines": { "vscode": "^1.84.0" diff --git a/packages/ai-anthropic/package.json b/packages/ai-anthropic/package.json index 66b29e5ac60b1..c670d7d066be4 100644 --- a/packages/ai-anthropic/package.json +++ b/packages/ai-anthropic/package.json @@ -1,11 +1,11 @@ { "name": "@theia/ai-anthropic", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia - Anthropic Integration", "dependencies": { - "@theia/core": "1.57.0", + "@theia/core": "1.58.0", "@anthropic-ai/sdk": "^0.32.1", - "@theia/ai-core": "1.57.0" + "@theia/ai-core": "1.58.0" }, "publishConfig": { "access": "public" @@ -41,7 +41,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/ai-chat-ui/package.json b/packages/ai-chat-ui/package.json index 4c2cc4b3164c4..425d69d8381b2 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.57.0", + "version": "1.58.0", "description": "Theia - AI Chat UI Extension", "dependencies": { - "@theia/ai-core": "1.57.0", - "@theia/ai-chat": "1.57.0", - "@theia/core": "1.57.0", - "@theia/editor": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/monaco": "1.57.0", + "@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/monaco-editor-core": "1.96.302", - "@theia/editor-preview": "1.57.0", - "@theia/workspace": "1.57.0", + "@theia/editor-preview": "1.58.0", + "@theia/workspace": "1.58.0", "minimatch": "^5.1.0", "tslib": "^2.6.2", "uuid": "^9.0.1" @@ -50,7 +50,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/ai-chat/package.json b/packages/ai-chat/package.json index 149d3fd58b3ed..9151bd1ca443a 100644 --- a/packages/ai-chat/package.json +++ b/packages/ai-chat/package.json @@ -1,15 +1,15 @@ { "name": "@theia/ai-chat", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia - AI Chat Extension", "dependencies": { - "@theia/ai-core": "1.57.0", - "@theia/ai-history": "1.57.0", - "@theia/core": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/workspace": "1.57.0", - "@theia/editor": "1.57.0", - "@theia/monaco": "1.57.0", + "@theia/ai-core": "1.58.0", + "@theia/ai-history": "1.58.0", + "@theia/core": "1.58.0", + "@theia/filesystem": "1.58.0", + "@theia/workspace": "1.58.0", + "@theia/editor": "1.58.0", + "@theia/monaco": "1.58.0", "minimatch": "^5.1.0", "tslib": "^2.6.2" }, @@ -47,7 +47,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/ai-code-completion/package.json b/packages/ai-code-completion/package.json index 80575845fbf92..580d405627235 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.57.0", + "version": "1.58.0", "description": "Theia - AI Core", "dependencies": { - "@theia/ai-core": "1.57.0", - "@theia/core": "1.57.0", - "@theia/filesystem": "1.57.0", + "@theia/ai-core": "1.58.0", + "@theia/core": "1.58.0", + "@theia/filesystem": "1.58.0", "@theia/monaco-editor-core": "1.96.302", - "@theia/output": "1.57.0", - "@theia/workspace": "1.57.0", + "@theia/output": "1.58.0", + "@theia/workspace": "1.58.0", "minimatch": "^5.1.0", "tslib": "^2.6.2" }, @@ -46,7 +46,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/ai-core/package.json b/packages/ai-core/package.json index 66228a76f96a7..ac2b4e8883a97 100644 --- a/packages/ai-core/package.json +++ b/packages/ai-core/package.json @@ -1,16 +1,16 @@ { "name": "@theia/ai-core", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia - AI Core", "dependencies": { - "@theia/core": "1.57.0", - "@theia/editor": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/monaco": "1.57.0", + "@theia/core": "1.58.0", + "@theia/editor": "1.58.0", + "@theia/filesystem": "1.58.0", + "@theia/monaco": "1.58.0", "@theia/monaco-editor-core": "1.96.302", - "@theia/output": "1.57.0", - "@theia/variable-resolver": "1.57.0", - "@theia/workspace": "1.57.0", + "@theia/output": "1.58.0", + "@theia/variable-resolver": "1.58.0", + "@theia/workspace": "1.58.0", "@types/js-yaml": "^4.0.9", "js-yaml": "^4.1.0", "minimatch": "^5.1.0", @@ -52,7 +52,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/ai-history/package.json b/packages/ai-history/package.json index b3334418cd26d..3748850174479 100644 --- a/packages/ai-history/package.json +++ b/packages/ai-history/package.json @@ -1,13 +1,13 @@ { "name": "@theia/ai-history", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia - AI communication history", "dependencies": { - "@theia/ai-core": "1.57.0", - "@theia/core": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/output": "1.57.0", - "@theia/workspace": "1.57.0", + "@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", "minimatch": "^5.1.0", "tslib": "^2.6.2" }, @@ -45,7 +45,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/ai-hugging-face/package.json b/packages/ai-hugging-face/package.json index abc895ccd219f..6a88395bbb469 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.57.0", + "version": "1.58.0", "description": "Theia - Hugging Face Integration", "dependencies": { - "@theia/core": "1.57.0", + "@theia/core": "1.58.0", "@huggingface/inference": "^2.0.0", - "@theia/ai-core": "1.57.0" + "@theia/ai-core": "1.58.0" }, "publishConfig": { "access": "public" @@ -41,7 +41,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/ai-llamafile/package.json b/packages/ai-llamafile/package.json index 5b9eec3d53ebe..61f50e0e80722 100644 --- a/packages/ai-llamafile/package.json +++ b/packages/ai-llamafile/package.json @@ -1,11 +1,11 @@ { "name": "@theia/ai-llamafile", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia - Llamafile Integration", "dependencies": { - "@theia/ai-core": "1.57.0", - "@theia/core": "1.57.0", - "@theia/output": "1.57.0", + "@theia/ai-core": "1.58.0", + "@theia/core": "1.58.0", + "@theia/output": "1.58.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -42,7 +42,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/ai-mcp/package.json b/packages/ai-mcp/package.json index 647f43d75dab5..455d85abb12e0 100644 --- a/packages/ai-mcp/package.json +++ b/packages/ai-mcp/package.json @@ -1,10 +1,10 @@ { "name": "@theia/ai-mcp", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia - MCP Integration", "dependencies": { - "@theia/core": "1.57.0", - "@theia/ai-core": "1.57.0", + "@theia/core": "1.58.0", + "@theia/ai-core": "1.58.0", "@modelcontextprotocol/sdk": "1.0.1" }, "publishConfig": { @@ -41,7 +41,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/ai-ollama/package.json b/packages/ai-ollama/package.json index d7469b42a54c1..bdd736053ef4d 100644 --- a/packages/ai-ollama/package.json +++ b/packages/ai-ollama/package.json @@ -1,15 +1,15 @@ { "name": "@theia/ai-ollama", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia - Ollama Integration", "dependencies": { - "@theia/core": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/workspace": "1.57.0", + "@theia/core": "1.58.0", + "@theia/filesystem": "1.58.0", + "@theia/workspace": "1.58.0", "minimatch": "^5.1.0", "tslib": "^2.6.2", "ollama": "^0.5.8", - "@theia/ai-core": "1.57.0" + "@theia/ai-core": "1.58.0" }, "publishConfig": { "access": "public" @@ -45,7 +45,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/ai-openai/package.json b/packages/ai-openai/package.json index b1fa4664e6592..bf10681d6192a 100644 --- a/packages/ai-openai/package.json +++ b/packages/ai-openai/package.json @@ -1,15 +1,15 @@ { "name": "@theia/ai-openai", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia - OpenAI Integration", "dependencies": { - "@theia/core": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/workspace": "1.57.0", + "@theia/core": "1.58.0", + "@theia/filesystem": "1.58.0", + "@theia/workspace": "1.58.0", "minimatch": "^5.1.0", "tslib": "^2.6.2", "openai": "^4.77.0", - "@theia/ai-core": "1.57.0" + "@theia/ai-core": "1.58.0" }, "publishConfig": { "access": "public" @@ -45,7 +45,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/ai-scanoss/package.json b/packages/ai-scanoss/package.json index 9c234dab41d94..1c3f03c0316f2 100644 --- a/packages/ai-scanoss/package.json +++ b/packages/ai-scanoss/package.json @@ -1,13 +1,13 @@ { "name": "@theia/ai-scanoss", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia - SCANOSS AI Integration", "dependencies": { - "@theia/core": "1.57.0", - "@theia/ai-core": "1.57.0", - "@theia/ai-chat": "1.57.0", - "@theia/ai-chat-ui": "1.57.0", - "@theia/scanoss": "1.57.0" + "@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/scanoss": "1.58.0" }, "publishConfig": { "access": "public" @@ -43,7 +43,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/ai-terminal/package.json b/packages/ai-terminal/package.json index 64cd2376c62af..7436e600278cb 100644 --- a/packages/ai-terminal/package.json +++ b/packages/ai-terminal/package.json @@ -1,12 +1,12 @@ { "name": "@theia/ai-terminal", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia - AI Terminal Extension", "dependencies": { - "@theia/core": "1.57.0", - "@theia/ai-core": "1.57.0", - "@theia/ai-chat": "1.57.0", - "@theia/terminal": "1.57.0", + "@theia/core": "1.58.0", + "@theia/ai-core": "1.58.0", + "@theia/ai-chat": "1.58.0", + "@theia/terminal": "1.58.0", "zod": "^3.23.8", "zod-to-json-schema": "^3.23.2" }, @@ -43,7 +43,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/ai-workspace-agent/package.json b/packages/ai-workspace-agent/package.json index e6293e3b71b68..776a6f25a4bc7 100644 --- a/packages/ai-workspace-agent/package.json +++ b/packages/ai-workspace-agent/package.json @@ -1,6 +1,6 @@ { "name": "@theia/ai-workspace-agent", - "version": "1.57.0", + "version": "1.58.0", "description": "AI Workspace Agent Extension", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "repository": { @@ -15,13 +15,13 @@ "theia-extension" ], "dependencies": { - "@theia/core": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/workspace": "1.57.0", - "@theia/navigator": "1.57.0", - "@theia/terminal": "1.57.0", - "@theia/ai-core": "1.57.0", - "@theia/ai-chat": "1.57.0", + "@theia/core": "1.58.0", + "@theia/filesystem": "1.58.0", + "@theia/workspace": "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", "ignore": "^6.0.0", "minimatch": "^9.0.0" }, @@ -29,8 +29,8 @@ "access": "public" }, "devDependencies": { - "@theia/cli": "1.57.0", - "@theia/test": "1.57.0" + "@theia/cli": "1.58.0", + "@theia/test": "1.58.0" }, "theiaExtensions": [ { diff --git a/packages/bulk-edit/package.json b/packages/bulk-edit/package.json index 51f1d3c746be4..48332ee23ce3c 100644 --- a/packages/bulk-edit/package.json +++ b/packages/bulk-edit/package.json @@ -1,14 +1,14 @@ { "name": "@theia/bulk-edit", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia - Bulk Edit Extension", "dependencies": { - "@theia/core": "1.57.0", - "@theia/editor": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/monaco": "1.57.0", + "@theia/core": "1.58.0", + "@theia/editor": "1.58.0", + "@theia/filesystem": "1.58.0", + "@theia/monaco": "1.58.0", "@theia/monaco-editor-core": "1.96.302", - "@theia/workspace": "1.57.0", + "@theia/workspace": "1.58.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -44,7 +44,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/callhierarchy/package.json b/packages/callhierarchy/package.json index 06e32f6a0b30e..df63e87daa314 100644 --- a/packages/callhierarchy/package.json +++ b/packages/callhierarchy/package.json @@ -1,10 +1,10 @@ { "name": "@theia/callhierarchy", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia - Call Hierarchy Extension", "dependencies": { - "@theia/core": "1.57.0", - "@theia/editor": "1.57.0", + "@theia/core": "1.58.0", + "@theia/editor": "1.58.0", "ts-md5": "^1.2.2", "tslib": "^2.6.2" }, @@ -41,7 +41,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/collaboration/package.json b/packages/collaboration/package.json index 1d34a3d4a1d62..e8ffd3e71e354 100644 --- a/packages/collaboration/package.json +++ b/packages/collaboration/package.json @@ -1,14 +1,14 @@ { "name": "@theia/collaboration", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia - Collaboration Extension", "dependencies": { - "@theia/core": "1.57.0", - "@theia/editor": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/monaco": "1.57.0", + "@theia/core": "1.58.0", + "@theia/editor": "1.58.0", + "@theia/filesystem": "1.58.0", + "@theia/monaco": "1.58.0", "@theia/monaco-editor-core": "1.96.302", - "@theia/workspace": "1.57.0", + "@theia/workspace": "1.58.0", "open-collaboration-protocol": "0.2.0", "open-collaboration-yjs": "0.2.0", "socket.io-client": "^4.5.3", @@ -49,7 +49,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/console/package.json b/packages/console/package.json index 9a6259f0bc8b9..8a28628d3fc3b 100644 --- a/packages/console/package.json +++ b/packages/console/package.json @@ -1,10 +1,10 @@ { "name": "@theia/console", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia - Console Extension", "dependencies": { - "@theia/core": "1.57.0", - "@theia/monaco": "1.57.0", + "@theia/core": "1.58.0", + "@theia/monaco": "1.58.0", "@theia/monaco-editor-core": "1.96.302", "anser": "^2.0.1", "tslib": "^2.6.2" @@ -42,7 +42,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/core/package.json b/packages/core/package.json index c235039fe0572..116039eb262cc 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@theia/core", - "version": "1.57.0", + "version": "1.58.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.57.0", - "@theia/request": "1.57.0", + "@theia/application-package": "1.58.0", + "@theia/request": "1.58.0", "@types/body-parser": "^1.16.4", "@types/cookie": "^0.3.3", "@types/dompurify": "^2.2.2", @@ -210,8 +210,8 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0", - "@theia/re-exports": "1.57.0", + "@theia/ext-scripts": "1.58.0", + "@theia/re-exports": "1.58.0", "minimist": "^1.2.0", "nodejs-file-downloader": "4.13.0" }, diff --git a/packages/debug/package.json b/packages/debug/package.json index e0d2638a1e90d..48cf984e3b247 100644 --- a/packages/debug/package.json +++ b/packages/debug/package.json @@ -1,22 +1,22 @@ { "name": "@theia/debug", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia - Debug Extension", "dependencies": { - "@theia/console": "1.57.0", - "@theia/core": "1.57.0", - "@theia/editor": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/markers": "1.57.0", - "@theia/monaco": "1.57.0", + "@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/monaco-editor-core": "1.96.302", - "@theia/output": "1.57.0", - "@theia/process": "1.57.0", - "@theia/task": "1.57.0", - "@theia/test": "1.57.0", - "@theia/terminal": "1.57.0", - "@theia/variable-resolver": "1.57.0", - "@theia/workspace": "1.57.0", + "@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", "@vscode/debugprotocol": "^1.51.0", "fast-deep-equal": "^3.1.3", "jsonc-parser": "^2.2.0", @@ -59,7 +59,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/dev-container/package.json b/packages/dev-container/package.json index bdb0b4545f568..5a2bd91b952ca 100644 --- a/packages/dev-container/package.json +++ b/packages/dev-container/package.json @@ -1,12 +1,12 @@ { "name": "@theia/dev-container", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia - Editor Preview Extension", "dependencies": { - "@theia/core": "1.57.0", - "@theia/output": "1.57.0", - "@theia/remote": "1.57.0", - "@theia/workspace": "1.57.0", + "@theia/core": "1.58.0", + "@theia/output": "1.58.0", + "@theia/remote": "1.58.0", + "@theia/workspace": "1.58.0", "dockerode": "^4.0.2", "jsonc-parser": "^2.2.0", "uuid": "^8.0.0" @@ -45,7 +45,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0", + "@theia/ext-scripts": "1.58.0", "@types/dockerode": "^3.3.23" }, "nyc": { diff --git a/packages/editor-preview/package.json b/packages/editor-preview/package.json index 5d0ccea5b9229..e574205e63a63 100644 --- a/packages/editor-preview/package.json +++ b/packages/editor-preview/package.json @@ -1,11 +1,11 @@ { "name": "@theia/editor-preview", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia - Editor Preview Extension", "dependencies": { - "@theia/core": "1.57.0", - "@theia/editor": "1.57.0", - "@theia/navigator": "1.57.0", + "@theia/core": "1.58.0", + "@theia/editor": "1.58.0", + "@theia/navigator": "1.58.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -41,7 +41,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/editor/package.json b/packages/editor/package.json index 56868d5df991b..e69e0eb98978f 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -1,10 +1,10 @@ { "name": "@theia/editor", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia - Editor Extension", "dependencies": { - "@theia/core": "1.57.0", - "@theia/variable-resolver": "1.57.0", + "@theia/core": "1.58.0", + "@theia/variable-resolver": "1.58.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -41,7 +41,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/electron/package.json b/packages/electron/package.json index 1a4d74311b3c9..563c9f9483d08 100644 --- a/packages/electron/package.json +++ b/packages/electron/package.json @@ -1,6 +1,6 @@ { "name": "@theia/electron", - "version": "1.57.0", + "version": "1.58.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.57.0", - "@theia/re-exports": "1.57.0" + "@theia/ext-scripts": "1.58.0", + "@theia/re-exports": "1.58.0" }, "peerDependencies": { "electron": "30.1.2" diff --git a/packages/external-terminal/package.json b/packages/external-terminal/package.json index cf91c66bfdab1..b329cb3c97ca8 100644 --- a/packages/external-terminal/package.json +++ b/packages/external-terminal/package.json @@ -1,11 +1,11 @@ { "name": "@theia/external-terminal", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia - External Terminal Extension", "dependencies": { - "@theia/core": "1.57.0", - "@theia/editor": "1.57.0", - "@theia/workspace": "1.57.0", + "@theia/core": "1.58.0", + "@theia/editor": "1.58.0", + "@theia/workspace": "1.58.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -42,7 +42,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/file-search/package.json b/packages/file-search/package.json index c9a87fb1f745a..d85bf8ddcc82f 100644 --- a/packages/file-search/package.json +++ b/packages/file-search/package.json @@ -1,13 +1,13 @@ { "name": "@theia/file-search", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia - File Search Extension", "dependencies": { - "@theia/core": "1.57.0", - "@theia/editor": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/process": "1.57.0", - "@theia/workspace": "1.57.0", + "@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", "@vscode/ripgrep": "^1.14.2", "tslib": "^2.6.2" }, @@ -45,7 +45,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/filesystem/package.json b/packages/filesystem/package.json index 2d280077cba6c..e328107c3bc3a 100644 --- a/packages/filesystem/package.json +++ b/packages/filesystem/package.json @@ -1,9 +1,9 @@ { "name": "@theia/filesystem", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia - FileSystem Extension", "dependencies": { - "@theia/core": "1.57.0", + "@theia/core": "1.58.0", "@types/body-parser": "^1.17.0", "@types/multer": "^1.4.7", "@types/tar-fs": "^1.16.1", @@ -71,7 +71,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/getting-started/package.json b/packages/getting-started/package.json index b7996a4647f3a..b411f85b22065 100644 --- a/packages/getting-started/package.json +++ b/packages/getting-started/package.json @@ -1,14 +1,14 @@ { "name": "@theia/getting-started", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia - GettingStarted Extension", "dependencies": { - "@theia/core": "1.57.0", - "@theia/editor": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/keymaps": "1.57.0", - "@theia/preview": "1.57.0", - "@theia/workspace": "1.57.0", + "@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", "tslib": "^2.6.2" }, "publishConfig": { @@ -45,7 +45,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/git/package.json b/packages/git/package.json index 596a39abfa6de..ecf46930c6f05 100644 --- a/packages/git/package.json +++ b/packages/git/package.json @@ -1,16 +1,16 @@ { "name": "@theia/git", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia - Git Integration", "dependencies": { - "@theia/core": "1.57.0", - "@theia/editor": "1.57.0", - "@theia/filesystem": "1.57.0", + "@theia/core": "1.58.0", + "@theia/editor": "1.58.0", + "@theia/filesystem": "1.58.0", "@theia/monaco-editor-core": "1.96.302", - "@theia/navigator": "1.57.0", - "@theia/scm": "1.57.0", - "@theia/scm-extra": "1.57.0", - "@theia/workspace": "1.57.0", + "@theia/navigator": "1.58.0", + "@theia/scm": "1.58.0", + "@theia/scm-extra": "1.58.0", + "@theia/workspace": "1.58.0", "@types/diff": "^5.2.1", "diff": "^5.2.0", "dugite-extra": "0.1.17", @@ -66,7 +66,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0", + "@theia/ext-scripts": "1.58.0", "@types/luxon": "^2.3.2", "upath": "^1.0.2" }, diff --git a/packages/keymaps/package.json b/packages/keymaps/package.json index 8758f4c7b3e47..36611e1435c81 100644 --- a/packages/keymaps/package.json +++ b/packages/keymaps/package.json @@ -1,18 +1,18 @@ { "name": "@theia/keymaps", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia - Custom Keymaps Extension", "dependencies": { - "@theia/core": "1.57.0", - "@theia/monaco": "1.57.0", + "@theia/core": "1.58.0", + "@theia/monaco": "1.58.0", "@theia/monaco-editor-core": "1.96.302", - "@theia/preferences": "1.57.0", - "@theia/userstorage": "1.57.0", + "@theia/preferences": "1.58.0", + "@theia/userstorage": "1.58.0", "jsonc-parser": "^2.2.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" }, "publishConfig": { "access": "public" diff --git a/packages/markers/package.json b/packages/markers/package.json index 491c1ee483414..40487ad7ea6c7 100644 --- a/packages/markers/package.json +++ b/packages/markers/package.json @@ -1,11 +1,11 @@ { "name": "@theia/markers", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia - Markers Extension", "dependencies": { - "@theia/core": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/workspace": "1.57.0", + "@theia/core": "1.58.0", + "@theia/filesystem": "1.58.0", + "@theia/workspace": "1.58.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -41,7 +41,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/memory-inspector/package.json b/packages/memory-inspector/package.json index ee835a19aee18..ca5af2d243337 100644 --- a/packages/memory-inspector/package.json +++ b/packages/memory-inspector/package.json @@ -1,6 +1,6 @@ { "name": "@theia/memory-inspector", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia - Memory Inspector", "keywords": [ "theia-extension" @@ -27,8 +27,8 @@ "watch": "theiaext watch" }, "dependencies": { - "@theia/core": "1.57.0", - "@theia/debug": "1.57.0", + "@theia/core": "1.58.0", + "@theia/debug": "1.58.0", "@vscode/debugprotocol": "^1.51.0", "long": "^4.0.0", "tslib": "^2.6.2" diff --git a/packages/messages/package.json b/packages/messages/package.json index 5abd00fc4ca28..ac17015d5d9ed 100644 --- a/packages/messages/package.json +++ b/packages/messages/package.json @@ -1,9 +1,9 @@ { "name": "@theia/messages", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia - Messages Extension", "dependencies": { - "@theia/core": "1.57.0", + "@theia/core": "1.58.0", "react-perfect-scrollbar": "^1.5.3", "ts-md5": "^1.2.2", "tslib": "^2.6.2" @@ -41,7 +41,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/metrics/package.json b/packages/metrics/package.json index fe958c1272454..b30cd7b65e285 100644 --- a/packages/metrics/package.json +++ b/packages/metrics/package.json @@ -1,9 +1,9 @@ { "name": "@theia/metrics", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia - Metrics Extension", "dependencies": { - "@theia/core": "1.57.0", + "@theia/core": "1.58.0", "prom-client": "^10.2.0", "tslib": "^2.6.2" }, @@ -44,7 +44,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/mini-browser/package.json b/packages/mini-browser/package.json index 9d5cb752377a2..0914ade2a4ee1 100644 --- a/packages/mini-browser/package.json +++ b/packages/mini-browser/package.json @@ -1,10 +1,10 @@ { "name": "@theia/mini-browser", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia - Mini-Browser Extension", "dependencies": { - "@theia/core": "1.57.0", - "@theia/filesystem": "1.57.0", + "@theia/core": "1.58.0", + "@theia/filesystem": "1.58.0", "@types/mime-types": "^2.1.0", "mime-types": "^2.1.18", "pdfobject": "^2.0.201604172", @@ -49,7 +49,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/monaco/package.json b/packages/monaco/package.json index 7c135453d8540..6b7b11bc793e8 100644 --- a/packages/monaco/package.json +++ b/packages/monaco/package.json @@ -1,15 +1,15 @@ { "name": "@theia/monaco", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia - Monaco Extension", "dependencies": { - "@theia/core": "1.57.0", - "@theia/editor": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/markers": "1.57.0", + "@theia/core": "1.58.0", + "@theia/editor": "1.58.0", + "@theia/filesystem": "1.58.0", + "@theia/markers": "1.58.0", "@theia/monaco-editor-core": "1.96.302", - "@theia/outline-view": "1.57.0", - "@theia/workspace": "1.57.0", + "@theia/outline-view": "1.58.0", + "@theia/workspace": "1.58.0", "fast-plist": "^0.1.2", "idb": "^4.0.5", "jsonc-parser": "^2.2.0", @@ -52,7 +52,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/navigator/package.json b/packages/navigator/package.json index 7a3beebce6d14..cab041b9347e2 100644 --- a/packages/navigator/package.json +++ b/packages/navigator/package.json @@ -1,11 +1,11 @@ { "name": "@theia/navigator", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia - Navigator Extension", "dependencies": { - "@theia/core": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/workspace": "1.57.0", + "@theia/core": "1.58.0", + "@theia/filesystem": "1.58.0", + "@theia/workspace": "1.58.0", "minimatch": "^5.1.0", "tslib": "^2.6.2" }, @@ -45,7 +45,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/notebook/package.json b/packages/notebook/package.json index 454ba423a679e..98a7048d4da60 100644 --- a/packages/notebook/package.json +++ b/packages/notebook/package.json @@ -1,14 +1,14 @@ { "name": "@theia/notebook", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia - Notebook Extension", "dependencies": { - "@theia/core": "1.57.0", - "@theia/editor": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/monaco": "1.57.0", + "@theia/core": "1.58.0", + "@theia/editor": "1.58.0", + "@theia/filesystem": "1.58.0", + "@theia/monaco": "1.58.0", "@theia/monaco-editor-core": "1.96.302", - "@theia/outline-view": "1.57.0", + "@theia/outline-view": "1.58.0", "advanced-mark.js": "^2.6.0", "react-perfect-scrollbar": "^1.5.8", "tslib": "^2.6.2" @@ -47,7 +47,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0", + "@theia/ext-scripts": "1.58.0", "@types/markdown-it": "^12.2.3", "@types/vscode-notebook-renderer": "^1.72.0" }, diff --git a/packages/outline-view/package.json b/packages/outline-view/package.json index 49ca1df9a5f31..e355a58c29a7f 100644 --- a/packages/outline-view/package.json +++ b/packages/outline-view/package.json @@ -1,9 +1,9 @@ { "name": "@theia/outline-view", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia - Outline View Extension", "dependencies": { - "@theia/core": "1.57.0", + "@theia/core": "1.58.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -39,7 +39,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/output/package.json b/packages/output/package.json index 47371f3fb0cb7..5a807f09c8468 100644 --- a/packages/output/package.json +++ b/packages/output/package.json @@ -1,11 +1,11 @@ { "name": "@theia/output", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia - Output Extension", "dependencies": { - "@theia/core": "1.57.0", - "@theia/editor": "1.57.0", - "@theia/monaco": "1.57.0", + "@theia/core": "1.58.0", + "@theia/editor": "1.58.0", + "@theia/monaco": "1.58.0", "@theia/monaco-editor-core": "1.96.302", "p-queue": "^8.0.1", "tslib": "^2.6.2" @@ -43,7 +43,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/plugin-dev/package.json b/packages/plugin-dev/package.json index 68e87df86a81c..ad9f8d37a4b0f 100644 --- a/packages/plugin-dev/package.json +++ b/packages/plugin-dev/package.json @@ -1,16 +1,16 @@ { "name": "@theia/plugin-dev", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia - Plugin Development Extension", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@theia/core": "1.57.0", - "@theia/debug": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/output": "1.57.0", - "@theia/plugin-ext": "1.57.0", - "@theia/workspace": "1.57.0", + "@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", "ps-tree": "^1.2.0", "tslib": "^2.6.2" }, @@ -49,7 +49,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/plugin-ext-headless/package.json b/packages/plugin-ext-headless/package.json index 8eeb23532a66c..f4a070c6116aa 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.57.0", + "version": "1.58.0", "description": "Theia - Headless (Backend-only) Plugin Extension", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@theia/core": "1.57.0", - "@theia/plugin-ext": "1.57.0", - "@theia/terminal": "1.57.0", + "@theia/core": "1.58.0", + "@theia/plugin-ext": "1.58.0", + "@theia/terminal": "1.58.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -44,7 +44,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0", + "@theia/ext-scripts": "1.58.0", "@types/decompress": "^4.2.2", "@types/escape-html": "^0.0.20", "@types/lodash.clonedeep": "^4.5.3", diff --git a/packages/plugin-ext-vscode/package.json b/packages/plugin-ext-vscode/package.json index be0e15b7202ae..a71d7c169865a 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.57.0", + "version": "1.58.0", "description": "Theia - Plugin Extension for VsCode", "dependencies": { - "@theia/callhierarchy": "1.57.0", - "@theia/core": "1.57.0", - "@theia/editor": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/monaco": "1.57.0", + "@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/monaco-editor-core": "1.96.302", - "@theia/navigator": "1.57.0", - "@theia/outline-view": "1.57.0", - "@theia/plugin": "1.57.0", - "@theia/plugin-ext": "1.57.0", - "@theia/terminal": "1.57.0", - "@theia/typehierarchy": "1.57.0", - "@theia/userstorage": "1.57.0", - "@theia/workspace": "1.57.0", + "@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", "decompress": "^4.2.1", "filenamify": "^4.1.0", "tslib": "^2.6.2" @@ -55,7 +55,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/plugin-ext/package.json b/packages/plugin-ext/package.json index 090a391edb752..ec7108dcc169f 100644 --- a/packages/plugin-ext/package.json +++ b/packages/plugin-ext/package.json @@ -1,37 +1,37 @@ { "name": "@theia/plugin-ext", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia - Plugin Extension", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@theia/bulk-edit": "1.57.0", - "@theia/callhierarchy": "1.57.0", - "@theia/console": "1.57.0", - "@theia/core": "1.57.0", - "@theia/debug": "1.57.0", - "@theia/editor": "1.57.0", - "@theia/editor-preview": "1.57.0", - "@theia/file-search": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/markers": "1.57.0", - "@theia/messages": "1.57.0", - "@theia/monaco": "1.57.0", + "@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/monaco-editor-core": "1.96.302", - "@theia/navigator": "1.57.0", - "@theia/notebook": "1.57.0", - "@theia/output": "1.57.0", - "@theia/plugin": "1.57.0", - "@theia/preferences": "1.57.0", - "@theia/scm": "1.57.0", - "@theia/search-in-workspace": "1.57.0", - "@theia/task": "1.57.0", - "@theia/terminal": "1.57.0", - "@theia/test": "1.57.0", - "@theia/timeline": "1.57.0", - "@theia/typehierarchy": "1.57.0", - "@theia/variable-resolver": "1.57.0", - "@theia/workspace": "1.57.0", + "@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", "@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.57.0", + "@theia/ext-scripts": "1.58.0", "@types/decompress": "^4.2.2", "@types/escape-html": "^0.0.20", "@types/lodash.clonedeep": "^4.5.3", diff --git a/packages/plugin-metrics/package.json b/packages/plugin-metrics/package.json index d5bb15e55396b..971e7ad0a9747 100644 --- a/packages/plugin-metrics/package.json +++ b/packages/plugin-metrics/package.json @@ -1,13 +1,13 @@ { "name": "@theia/plugin-metrics", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia - Plugin Metrics", "dependencies": { - "@theia/core": "1.57.0", - "@theia/metrics": "1.57.0", + "@theia/core": "1.58.0", + "@theia/metrics": "1.58.0", "@theia/monaco-editor-core": "1.96.302", - "@theia/plugin": "1.57.0", - "@theia/plugin-ext": "1.57.0", + "@theia/plugin": "1.58.0", + "@theia/plugin-ext": "1.58.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -44,7 +44,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/plugin/package.json b/packages/plugin/package.json index 89e93a2585cca..621b2d6da4886 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@theia/plugin", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia - Plugin API", "types": "./src/theia.d.ts", "publishConfig": { @@ -27,7 +27,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/preferences/package.json b/packages/preferences/package.json index 52e1a7401f6bf..ba8a38646584f 100644 --- a/packages/preferences/package.json +++ b/packages/preferences/package.json @@ -1,15 +1,15 @@ { "name": "@theia/preferences", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia - Preferences Extension", "dependencies": { - "@theia/core": "1.57.0", - "@theia/editor": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/monaco": "1.57.0", + "@theia/core": "1.58.0", + "@theia/editor": "1.58.0", + "@theia/filesystem": "1.58.0", + "@theia/monaco": "1.58.0", "@theia/monaco-editor-core": "1.96.302", - "@theia/userstorage": "1.57.0", - "@theia/workspace": "1.57.0", + "@theia/userstorage": "1.58.0", + "@theia/workspace": "1.58.0", "async-mutex": "^0.3.1", "fast-deep-equal": "^3.1.3", "jsonc-parser": "^2.2.0", @@ -50,7 +50,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/preview/package.json b/packages/preview/package.json index f133cb9011d68..8dc6511278cbe 100644 --- a/packages/preview/package.json +++ b/packages/preview/package.json @@ -1,12 +1,12 @@ { "name": "@theia/preview", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia - Preview Extension", "dependencies": { - "@theia/core": "1.57.0", - "@theia/editor": "1.57.0", - "@theia/mini-browser": "1.57.0", - "@theia/monaco": "1.57.0", + "@theia/core": "1.58.0", + "@theia/editor": "1.58.0", + "@theia/mini-browser": "1.58.0", + "@theia/monaco": "1.58.0", "@types/highlight.js": "^10.1.0", "highlight.js": "10.4.1", "markdown-it-anchor": "~5.0.0", @@ -45,7 +45,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0", + "@theia/ext-scripts": "1.58.0", "@types/markdown-it-anchor": "^4.0.1" }, "nyc": { diff --git a/packages/process/package.json b/packages/process/package.json index 5b3eba65bad8a..56180f609cc8e 100644 --- a/packages/process/package.json +++ b/packages/process/package.json @@ -1,9 +1,9 @@ { "name": "@theia/process", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia process support.", "dependencies": { - "@theia/core": "1.57.0", + "@theia/core": "1.58.0", "node-pty": "1.1.0-beta27", "string-argv": "^0.1.1", "tslib": "^2.6.2" @@ -45,7 +45,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/property-view/package.json b/packages/property-view/package.json index 7e795e3da54cc..7c4bc28e6e398 100644 --- a/packages/property-view/package.json +++ b/packages/property-view/package.json @@ -1,10 +1,10 @@ { "name": "@theia/property-view", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia - Property View Extension", "dependencies": { - "@theia/core": "1.57.0", - "@theia/filesystem": "1.57.0", + "@theia/core": "1.58.0", + "@theia/filesystem": "1.58.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -40,7 +40,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/remote/package.json b/packages/remote/package.json index 69f5f4b2f9ab2..d1747b32421d0 100644 --- a/packages/remote/package.json +++ b/packages/remote/package.json @@ -1,11 +1,11 @@ { "name": "@theia/remote", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia - Remote", "dependencies": { - "@theia/core": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/userstorage": "1.57.0", + "@theia/core": "1.58.0", + "@theia/filesystem": "1.58.0", + "@theia/userstorage": "1.58.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.57.0", + "@theia/ext-scripts": "1.58.0", "@types/archiver": "^5.3.2", "@types/decompress": "^4.2.4", "@types/express-http-proxy": "^1.6.6", diff --git a/packages/scanoss/package.json b/packages/scanoss/package.json index f1a44221a1922..ba6c9e7904c25 100644 --- a/packages/scanoss/package.json +++ b/packages/scanoss/package.json @@ -1,9 +1,9 @@ { "name": "@theia/scanoss", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia - SCANOSS Integration", "dependencies": { - "@theia/core": "1.57.0", + "@theia/core": "1.58.0", "scanoss": "^0.15.2" }, "publishConfig": { @@ -41,7 +41,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/scm-extra/package.json b/packages/scm-extra/package.json index 9b3b1a97499d2..8468caf420e7d 100644 --- a/packages/scm-extra/package.json +++ b/packages/scm-extra/package.json @@ -1,13 +1,13 @@ { "name": "@theia/scm-extra", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia - Source control extras Extension", "dependencies": { - "@theia/core": "1.57.0", - "@theia/editor": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/navigator": "1.57.0", - "@theia/scm": "1.57.0", + "@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", "tslib": "^2.6.2" }, "publishConfig": { @@ -43,7 +43,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/scm/package.json b/packages/scm/package.json index 1ed7b3e4fcc0d..660dbcbdb07fe 100644 --- a/packages/scm/package.json +++ b/packages/scm/package.json @@ -1,12 +1,12 @@ { "name": "@theia/scm", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia - Source control Extension", "dependencies": { - "@theia/core": "1.57.0", - "@theia/editor": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/monaco": "1.57.0", + "@theia/core": "1.58.0", + "@theia/editor": "1.58.0", + "@theia/filesystem": "1.58.0", + "@theia/monaco": "1.58.0", "@theia/monaco-editor-core": "1.96.302", "@types/diff": "^5.2.1", "diff": "^5.2.0", @@ -49,7 +49,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/search-in-workspace/package.json b/packages/search-in-workspace/package.json index e36559faa98ea..258b9453d75ca 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.57.0", + "version": "1.58.0", "description": "Theia - Search in workspace", "dependencies": { - "@theia/core": "1.57.0", - "@theia/editor": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/navigator": "1.57.0", - "@theia/process": "1.57.0", - "@theia/workspace": "1.57.0", + "@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", "@vscode/ripgrep": "^1.14.2", "minimatch": "^5.1.0", "react-textarea-autosize": "^8.5.5", @@ -48,6 +48,6 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" } } diff --git a/packages/secondary-window/package.json b/packages/secondary-window/package.json index 88c9e96778f29..520ee4d37b5fc 100644 --- a/packages/secondary-window/package.json +++ b/packages/secondary-window/package.json @@ -1,9 +1,9 @@ { "name": "@theia/secondary-window", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia - Secondary Window Extension", "dependencies": { - "@theia/core": "1.57.0", + "@theia/core": "1.58.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -39,6 +39,6 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" } } diff --git a/packages/task/package.json b/packages/task/package.json index d514cf1aa9961..bd15337c767f8 100644 --- a/packages/task/package.json +++ b/packages/task/package.json @@ -1,19 +1,19 @@ { "name": "@theia/task", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia - Task extension. This extension adds support for executing raw or terminal processes in the backend.", "dependencies": { - "@theia/core": "1.57.0", - "@theia/editor": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/markers": "1.57.0", - "@theia/monaco": "1.57.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/monaco-editor-core": "1.96.302", - "@theia/process": "1.57.0", - "@theia/terminal": "1.57.0", - "@theia/userstorage": "1.57.0", - "@theia/variable-resolver": "1.57.0", - "@theia/workspace": "1.57.0", + "@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", "async-mutex": "^0.3.1", "jsonc-parser": "^2.2.0", "p-debounce": "^2.1.0", @@ -53,7 +53,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/terminal/package.json b/packages/terminal/package.json index 7e34995e4eb29..90b0f4f67fd33 100644 --- a/packages/terminal/package.json +++ b/packages/terminal/package.json @@ -1,15 +1,15 @@ { "name": "@theia/terminal", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia - Terminal Extension", "dependencies": { - "@theia/core": "1.57.0", - "@theia/editor": "1.57.0", - "@theia/file-search": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/process": "1.57.0", - "@theia/variable-resolver": "1.57.0", - "@theia/workspace": "1.57.0", + "@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", "tslib": "^2.6.2", "xterm": "^5.3.0", "xterm-addon-fit": "^0.8.0", @@ -50,7 +50,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/test/package.json b/packages/test/package.json index 8885dfd80f6a3..beef0582fd5b4 100644 --- a/packages/test/package.json +++ b/packages/test/package.json @@ -1,13 +1,13 @@ { "name": "@theia/test", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia - Test Extension", "dependencies": { - "@theia/core": "1.57.0", - "@theia/editor": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/navigator": "1.57.0", - "@theia/terminal": "1.57.0", + "@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", "xterm": "^4.16.0", "xterm-addon-fit": "^0.5.0" }, @@ -44,7 +44,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/timeline/package.json b/packages/timeline/package.json index 87e8ea5317f0b..ce7899f8735f6 100644 --- a/packages/timeline/package.json +++ b/packages/timeline/package.json @@ -1,10 +1,10 @@ { "name": "@theia/timeline", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia - Timeline Extension", "dependencies": { - "@theia/core": "1.57.0", - "@theia/navigator": "1.57.0", + "@theia/core": "1.58.0", + "@theia/navigator": "1.58.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -40,7 +40,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/toolbar/package.json b/packages/toolbar/package.json index c7bb150b6d4cb..48ffaa61770b7 100644 --- a/packages/toolbar/package.json +++ b/packages/toolbar/package.json @@ -1,6 +1,6 @@ { "name": "@theia/toolbar", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia - Toolbar", "keywords": [ "theia-extension" @@ -27,15 +27,15 @@ "watch": "theiaext watch" }, "dependencies": { - "@theia/core": "1.57.0", - "@theia/editor": "1.57.0", - "@theia/file-search": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/monaco": "1.57.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/monaco-editor-core": "1.96.302", - "@theia/search-in-workspace": "1.57.0", - "@theia/userstorage": "1.57.0", - "@theia/workspace": "1.57.0", + "@theia/search-in-workspace": "1.58.0", + "@theia/userstorage": "1.58.0", + "@theia/workspace": "1.58.0", "ajv": "^6.5.3", "jsonc-parser": "^2.2.0", "perfect-scrollbar": "^1.5.5", diff --git a/packages/typehierarchy/package.json b/packages/typehierarchy/package.json index 6c056589fcbd2..ccd73a4be2159 100644 --- a/packages/typehierarchy/package.json +++ b/packages/typehierarchy/package.json @@ -1,10 +1,10 @@ { "name": "@theia/typehierarchy", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia - Type Hierarchy Extension", "dependencies": { - "@theia/core": "1.57.0", - "@theia/editor": "1.57.0", + "@theia/core": "1.58.0", + "@theia/editor": "1.58.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -40,7 +40,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/userstorage/package.json b/packages/userstorage/package.json index 186423466353b..2eddbef455c87 100644 --- a/packages/userstorage/package.json +++ b/packages/userstorage/package.json @@ -1,10 +1,10 @@ { "name": "@theia/userstorage", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia - User Storage Extension", "dependencies": { - "@theia/core": "1.57.0", - "@theia/filesystem": "1.57.0", + "@theia/core": "1.58.0", + "@theia/filesystem": "1.58.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -40,7 +40,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/variable-resolver/package.json b/packages/variable-resolver/package.json index 74cfa922693c5..ce28bc01704d0 100644 --- a/packages/variable-resolver/package.json +++ b/packages/variable-resolver/package.json @@ -1,9 +1,9 @@ { "name": "@theia/variable-resolver", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia - Variable Resolver Extension", "dependencies": { - "@theia/core": "1.57.0", + "@theia/core": "1.58.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -45,7 +45,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/vsx-registry/package.json b/packages/vsx-registry/package.json index 4338925abca0a..78a2ee995878a 100644 --- a/packages/vsx-registry/package.json +++ b/packages/vsx-registry/package.json @@ -1,16 +1,16 @@ { "name": "@theia/vsx-registry", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia - VSX Registry", "dependencies": { - "@theia/core": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/navigator": "1.57.0", - "@theia/ovsx-client": "1.57.0", - "@theia/plugin-ext": "1.57.0", - "@theia/plugin-ext-vscode": "1.57.0", - "@theia/preferences": "1.57.0", - "@theia/workspace": "1.57.0", + "@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", "limiter": "^2.1.0", "luxon": "^2.4.0", "p-debounce": "^2.1.0", @@ -55,7 +55,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0", + "@theia/ext-scripts": "1.58.0", "@types/luxon": "^2.3.2" }, "nyc": { diff --git a/packages/workspace/package.json b/packages/workspace/package.json index 4d2112ac26a2f..37f3ead8bb997 100644 --- a/packages/workspace/package.json +++ b/packages/workspace/package.json @@ -1,11 +1,11 @@ { "name": "@theia/workspace", - "version": "1.57.0", + "version": "1.58.0", "description": "Theia - Workspace Extension", "dependencies": { - "@theia/core": "1.57.0", - "@theia/filesystem": "1.57.0", - "@theia/variable-resolver": "1.57.0", + "@theia/core": "1.58.0", + "@theia/filesystem": "1.58.0", + "@theia/variable-resolver": "1.58.0", "jsonc-parser": "^2.2.0", "tslib": "^2.6.2", "valid-filename": "^2.0.1" @@ -47,7 +47,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.57.0" + "@theia/ext-scripts": "1.58.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/sample-plugins/sample-namespace/plugin-a/package.json b/sample-plugins/sample-namespace/plugin-a/package.json index 1edb8866f6c3e..efcf426dff1db 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.57.0", + "version": "1.58.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 e15a3e77c6dfd..72f114bbe1c5c 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.57.0", + "version": "1.58.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 02dd33bc25f98..d12bc553d3586 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.57.0", + "version": "1.58.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.57.0" + "@theia/api-provider-sample": "1.58.0" }, "scripts": { "build": "npm pack"