From edc4b42ab7c6d909a578833a8c1a3e60a34b432e Mon Sep 17 00:00:00 2001 From: Johannes Faltermeier Date: Mon, 3 Feb 2025 11:23:34 +0100 Subject: [PATCH] v1.58.1 --- dev-packages/application-manager/package.json | 10 +- dev-packages/application-package/package.json | 6 +- dev-packages/cli/package.json | 14 +- dev-packages/ffmpeg/package.json | 2 +- .../localization-manager/package.json | 4 +- .../native-webpack-plugin/package.json | 2 +- dev-packages/ovsx-client/package.json | 4 +- .../private-eslint-plugin/package.json | 6 +- dev-packages/private-ext-scripts/package.json | 2 +- dev-packages/private-re-exports/package.json | 2 +- dev-packages/request/package.json | 2 +- examples/api-provider-sample/package.json | 10 +- examples/api-samples/package.json | 32 +- examples/api-tests/package.json | 4 +- examples/browser-only/package.json | 110 +- examples/browser/package.json | 134 +- examples/electron/package.json | 130 +- examples/playwright/package.json | 2 +- lerna.json | 2 +- package-lock.json | 1328 ++++++++--------- packages/ai-anthropic/package.json | 8 +- packages/ai-chat-ui/package.json | 20 +- packages/ai-chat/package.json | 18 +- packages/ai-code-completion/package.json | 14 +- packages/ai-core/package.json | 18 +- packages/ai-history/package.json | 14 +- packages/ai-hugging-face/package.json | 8 +- packages/ai-llamafile/package.json | 10 +- packages/ai-mcp/package.json | 8 +- packages/ai-ollama/package.json | 12 +- packages/ai-openai/package.json | 12 +- packages/ai-scanoss/package.json | 14 +- packages/ai-terminal/package.json | 12 +- packages/ai-workspace-agent/package.json | 20 +- packages/bulk-edit/package.json | 14 +- packages/callhierarchy/package.json | 8 +- packages/collaboration/package.json | 14 +- packages/console/package.json | 8 +- packages/core/package.json | 10 +- packages/debug/package.json | 30 +- packages/dev-container/package.json | 12 +- packages/editor-preview/package.json | 10 +- packages/editor/package.json | 8 +- packages/electron/package.json | 6 +- packages/external-terminal/package.json | 10 +- packages/file-search/package.json | 14 +- packages/filesystem/package.json | 6 +- packages/getting-started/package.json | 16 +- packages/git/package.json | 18 +- packages/keymaps/package.json | 12 +- packages/markers/package.json | 10 +- packages/memory-inspector/package.json | 6 +- packages/messages/package.json | 6 +- packages/metrics/package.json | 6 +- packages/mini-browser/package.json | 8 +- packages/monaco/package.json | 16 +- packages/navigator/package.json | 10 +- packages/notebook/package.json | 14 +- packages/outline-view/package.json | 6 +- packages/output/package.json | 10 +- packages/plugin-dev/package.json | 16 +- packages/plugin-ext-headless/package.json | 10 +- packages/plugin-ext-vscode/package.json | 30 +- packages/plugin-ext/package.json | 56 +- packages/plugin-metrics/package.json | 12 +- packages/plugin/package.json | 4 +- packages/preferences/package.json | 16 +- packages/preview/package.json | 12 +- packages/process/package.json | 6 +- packages/property-view/package.json | 8 +- packages/remote/package.json | 10 +- packages/scanoss/package.json | 6 +- packages/scm-extra/package.json | 14 +- packages/scm/package.json | 12 +- packages/search-in-workspace/package.json | 16 +- packages/secondary-window/package.json | 6 +- packages/task/package.json | 24 +- packages/terminal/package.json | 18 +- packages/test/package.json | 14 +- packages/timeline/package.json | 8 +- packages/toolbar/package.json | 18 +- packages/typehierarchy/package.json | 8 +- packages/userstorage/package.json | 8 +- packages/variable-resolver/package.json | 6 +- packages/vsx-registry/package.json | 20 +- packages/workspace/package.json | 10 +- .../sample-namespace/plugin-a/package.json | 2 +- .../sample-namespace/plugin-b/package.json | 2 +- .../sample-namespace/plugin-gotd/package.json | 4 +- 89 files changed, 1329 insertions(+), 1329 deletions(-) diff --git a/dev-packages/application-manager/package.json b/dev-packages/application-manager/package.json index 3ad807dfe06a1..d6b0900299723 100644 --- a/dev-packages/application-manager/package.json +++ b/dev-packages/application-manager/package.json @@ -1,6 +1,6 @@ { "name": "@theia/application-manager", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia application manager API.", "publishConfig": { "access": "public" @@ -33,9 +33,9 @@ "@babel/plugin-transform-classes": "^7.10.0", "@babel/plugin-transform-runtime": "^7.10.0", "@babel/preset-env": "^7.10.0", - "@theia/application-package": "1.58.0", - "@theia/ffmpeg": "1.58.0", - "@theia/native-webpack-plugin": "1.58.0", + "@theia/application-package": "1.58.1", + "@theia/ffmpeg": "1.58.1", + "@theia/native-webpack-plugin": "1.58.1", "@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.58.0", + "@theia/ext-scripts": "1.58.1", "@types/node-abi": "*" }, "nyc": { diff --git a/dev-packages/application-package/package.json b/dev-packages/application-package/package.json index 20ebd37c7eb9e..1294e2e78c68a 100644 --- a/dev-packages/application-package/package.json +++ b/dev-packages/application-package/package.json @@ -1,6 +1,6 @@ { "name": "@theia/application-package", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia application package API.", "publishConfig": { "access": "public" @@ -29,7 +29,7 @@ "watch": "theiaext watch" }, "dependencies": { - "@theia/request": "1.58.0", + "@theia/request": "1.58.1", "@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.58.0" + "@theia/ext-scripts": "1.58.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/dev-packages/cli/package.json b/dev-packages/cli/package.json index 2eaf42bfecc81..dac09eb62afe9 100644 --- a/dev-packages/cli/package.json +++ b/dev-packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@theia/cli", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia CLI.", "publishConfig": { "access": "public" @@ -32,12 +32,12 @@ "clean": "theiaext clean" }, "dependencies": { - "@theia/application-manager": "1.58.0", - "@theia/application-package": "1.58.0", - "@theia/ffmpeg": "1.58.0", - "@theia/localization-manager": "1.58.0", - "@theia/ovsx-client": "1.58.0", - "@theia/request": "1.58.0", + "@theia/application-manager": "1.58.1", + "@theia/application-package": "1.58.1", + "@theia/ffmpeg": "1.58.1", + "@theia/localization-manager": "1.58.1", + "@theia/ovsx-client": "1.58.1", + "@theia/request": "1.58.1", "@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 b84adb86185b8..94b635db18327 100644 --- a/dev-packages/ffmpeg/package.json +++ b/dev-packages/ffmpeg/package.json @@ -1,6 +1,6 @@ { "name": "@theia/ffmpeg", - "version": "1.58.0", + "version": "1.58.1", "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 625304a4ca7f0..550c766ef62ec 100644 --- a/dev-packages/localization-manager/package.json +++ b/dev-packages/localization-manager/package.json @@ -1,6 +1,6 @@ { "name": "@theia/localization-manager", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia localization manager API.", "publishConfig": { "access": "public" @@ -41,7 +41,7 @@ "typescript": "~5.4.5" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/dev-packages/native-webpack-plugin/package.json b/dev-packages/native-webpack-plugin/package.json index bf5623db0d47a..23c9bab3844d8 100644 --- a/dev-packages/native-webpack-plugin/package.json +++ b/dev-packages/native-webpack-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@theia/native-webpack-plugin", - "version": "1.58.0", + "version": "1.58.1", "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 f7722abbb0aa9..0d9740eac0db2 100644 --- a/dev-packages/ovsx-client/package.json +++ b/dev-packages/ovsx-client/package.json @@ -1,6 +1,6 @@ { "name": "@theia/ovsx-client", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia Open-VSX Client", "publishConfig": { "access": "public" @@ -29,7 +29,7 @@ "watch": "theiaext watch" }, "dependencies": { - "@theia/request": "1.58.0", + "@theia/request": "1.58.1", "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 c24b698e807b3..ecbc08ce457a2 100644 --- a/dev-packages/private-eslint-plugin/package.json +++ b/dev-packages/private-eslint-plugin/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@theia/eslint-plugin", - "version": "1.58.0", + "version": "1.58.1", "description": "Custom ESLint rules for developing Theia extensions and applications", "main": "index.js", "scripts": { @@ -9,8 +9,8 @@ "compile": "theiaext compile" }, "dependencies": { - "@theia/ext-scripts": "1.58.0", - "@theia/re-exports": "1.58.0", + "@theia/ext-scripts": "1.58.1", + "@theia/re-exports": "1.58.1", "js-levenshtein": "^1.1.6" } } diff --git a/dev-packages/private-ext-scripts/package.json b/dev-packages/private-ext-scripts/package.json index 734f7b33387e4..a9f7a5f3f0415 100644 --- a/dev-packages/private-ext-scripts/package.json +++ b/dev-packages/private-ext-scripts/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@theia/ext-scripts", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "description": "NPM scripts for Theia packages.", "bin": { diff --git a/dev-packages/private-re-exports/package.json b/dev-packages/private-re-exports/package.json index 3b523d701c972..93e200859113c 100644 --- a/dev-packages/private-re-exports/package.json +++ b/dev-packages/private-re-exports/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@theia/re-exports", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia re-export helper functions and scripts.", "main": "lib/index.js", "engines": { diff --git a/dev-packages/request/package.json b/dev-packages/request/package.json index 0d31b68306bce..6e562604556b3 100644 --- a/dev-packages/request/package.json +++ b/dev-packages/request/package.json @@ -1,6 +1,6 @@ { "name": "@theia/request", - "version": "1.58.0", + "version": "1.58.1", "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 e6c262f0f2d2b..111f91ae94b2f 100644 --- a/examples/api-provider-sample/package.json +++ b/examples/api-provider-sample/package.json @@ -1,12 +1,12 @@ { "private": true, "name": "@theia/api-provider-sample", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - Example code to demonstrate Theia API Provider Extensions", "dependencies": { - "@theia/core": "1.58.0", - "@theia/plugin-ext": "1.58.0", - "@theia/plugin-ext-headless": "1.58.0" + "@theia/core": "1.58.1", + "@theia/plugin-ext": "1.58.1", + "@theia/plugin-ext-headless": "1.58.1" }, "theiaExtensions": [ { @@ -37,6 +37,6 @@ "clean": "theiaext clean" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } } diff --git a/examples/api-samples/package.json b/examples/api-samples/package.json index 706c5de6c0f05..ee7bad1366e8e 100644 --- a/examples/api-samples/package.json +++ b/examples/api-samples/package.json @@ -1,24 +1,24 @@ { "private": true, "name": "@theia/api-samples", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - Example code to demonstrate Theia API", "dependencies": { - "@theia/ai-chat": "1.58.0", - "@theia/ai-chat-ui": "1.58.0", - "@theia/ai-core": "1.58.0", - "@theia/core": "1.58.0", - "@theia/file-search": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/ai-chat": "1.58.1", + "@theia/ai-chat-ui": "1.58.1", + "@theia/ai-core": "1.58.1", + "@theia/core": "1.58.1", + "@theia/file-search": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/monaco": "1.58.1", "@theia/monaco-editor-core": "1.96.302", - "@theia/output": "1.58.0", - "@theia/ovsx-client": "1.58.0", - "@theia/search-in-workspace": "1.58.0", - "@theia/test": "1.58.0", - "@theia/toolbar": "1.58.0", - "@theia/vsx-registry": "1.58.0", - "@theia/workspace": "1.58.0" + "@theia/output": "1.58.1", + "@theia/ovsx-client": "1.58.1", + "@theia/search-in-workspace": "1.58.1", + "@theia/test": "1.58.1", + "@theia/toolbar": "1.58.1", + "@theia/vsx-registry": "1.58.1", + "@theia/workspace": "1.58.1" }, "theiaExtensions": [ { @@ -60,6 +60,6 @@ "clean": "theiaext clean" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } } diff --git a/examples/api-tests/package.json b/examples/api-tests/package.json index d2d0723a2a359..1c36dd0f99bd6 100644 --- a/examples/api-tests/package.json +++ b/examples/api-tests/package.json @@ -1,9 +1,9 @@ { "name": "@theia/api-tests", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia API tests", "dependencies": { - "@theia/core": "1.58.0" + "@theia/core": "1.58.1" }, "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 4a39e8b90ce69..bcc15b074b9c7 100644 --- a/examples/browser-only/package.json +++ b/examples/browser-only/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@theia/example-browser-only", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "theia": { "target": "browser-only", @@ -15,59 +15,59 @@ } }, "dependencies": { - "@theia/ai-chat": "1.58.0", - "@theia/ai-chat-ui": "1.58.0", - "@theia/ai-code-completion": "1.58.0", - "@theia/ai-core": "1.58.0", - "@theia/ai-history": "1.58.0", - "@theia/ai-ollama": "1.58.0", - "@theia/ai-openai": "1.58.0", - "@theia/ai-scanoss": "1.58.0", - "@theia/api-samples": "1.58.0", - "@theia/bulk-edit": "1.58.0", - "@theia/callhierarchy": "1.58.0", - "@theia/collaboration": "1.58.0", - "@theia/console": "1.58.0", - "@theia/core": "1.58.0", - "@theia/debug": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/editor-preview": "1.58.0", - "@theia/file-search": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/getting-started": "1.58.0", - "@theia/git": "1.58.0", - "@theia/keymaps": "1.58.0", - "@theia/markers": "1.58.0", - "@theia/memory-inspector": "1.58.0", - "@theia/messages": "1.58.0", - "@theia/metrics": "1.58.0", - "@theia/mini-browser": "1.58.0", - "@theia/monaco": "1.58.0", - "@theia/navigator": "1.58.0", - "@theia/outline-view": "1.58.0", - "@theia/output": "1.58.0", - "@theia/plugin-dev": "1.58.0", - "@theia/plugin-ext": "1.58.0", - "@theia/plugin-ext-vscode": "1.58.0", - "@theia/plugin-metrics": "1.58.0", - "@theia/preferences": "1.58.0", - "@theia/preview": "1.58.0", - "@theia/process": "1.58.0", - "@theia/property-view": "1.58.0", - "@theia/scanoss": "1.58.0", - "@theia/scm": "1.58.0", - "@theia/scm-extra": "1.58.0", - "@theia/search-in-workspace": "1.58.0", - "@theia/secondary-window": "1.58.0", - "@theia/task": "1.58.0", - "@theia/terminal": "1.58.0", - "@theia/timeline": "1.58.0", - "@theia/toolbar": "1.58.0", - "@theia/typehierarchy": "1.58.0", - "@theia/userstorage": "1.58.0", - "@theia/variable-resolver": "1.58.0", - "@theia/vsx-registry": "1.58.0", - "@theia/workspace": "1.58.0" + "@theia/ai-chat": "1.58.1", + "@theia/ai-chat-ui": "1.58.1", + "@theia/ai-code-completion": "1.58.1", + "@theia/ai-core": "1.58.1", + "@theia/ai-history": "1.58.1", + "@theia/ai-ollama": "1.58.1", + "@theia/ai-openai": "1.58.1", + "@theia/ai-scanoss": "1.58.1", + "@theia/api-samples": "1.58.1", + "@theia/bulk-edit": "1.58.1", + "@theia/callhierarchy": "1.58.1", + "@theia/collaboration": "1.58.1", + "@theia/console": "1.58.1", + "@theia/core": "1.58.1", + "@theia/debug": "1.58.1", + "@theia/editor": "1.58.1", + "@theia/editor-preview": "1.58.1", + "@theia/file-search": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/getting-started": "1.58.1", + "@theia/git": "1.58.1", + "@theia/keymaps": "1.58.1", + "@theia/markers": "1.58.1", + "@theia/memory-inspector": "1.58.1", + "@theia/messages": "1.58.1", + "@theia/metrics": "1.58.1", + "@theia/mini-browser": "1.58.1", + "@theia/monaco": "1.58.1", + "@theia/navigator": "1.58.1", + "@theia/outline-view": "1.58.1", + "@theia/output": "1.58.1", + "@theia/plugin-dev": "1.58.1", + "@theia/plugin-ext": "1.58.1", + "@theia/plugin-ext-vscode": "1.58.1", + "@theia/plugin-metrics": "1.58.1", + "@theia/preferences": "1.58.1", + "@theia/preview": "1.58.1", + "@theia/process": "1.58.1", + "@theia/property-view": "1.58.1", + "@theia/scanoss": "1.58.1", + "@theia/scm": "1.58.1", + "@theia/scm-extra": "1.58.1", + "@theia/search-in-workspace": "1.58.1", + "@theia/secondary-window": "1.58.1", + "@theia/task": "1.58.1", + "@theia/terminal": "1.58.1", + "@theia/timeline": "1.58.1", + "@theia/toolbar": "1.58.1", + "@theia/typehierarchy": "1.58.1", + "@theia/userstorage": "1.58.1", + "@theia/variable-resolver": "1.58.1", + "@theia/vsx-registry": "1.58.1", + "@theia/workspace": "1.58.1" }, "scripts": { "prepare:no-native": "lerna run prepare --scope=\"@theia/re-exports\" && lerna run generate-theia-re-exports --scope=\"@theia/core\"", @@ -83,6 +83,6 @@ "watch:compile": "tsc -b -w" }, "devDependencies": { - "@theia/cli": "1.58.0" + "@theia/cli": "1.58.1" } } diff --git a/examples/browser/package.json b/examples/browser/package.json index 2e66190f4ccba..c1edcce6af8a7 100644 --- a/examples/browser/package.json +++ b/examples/browser/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@theia/example-browser", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "theia": { "frontend": { @@ -22,70 +22,70 @@ }, "theiaPluginsDir": "../../plugins", "dependencies": { - "@theia/ai-anthropic": "1.58.0", - "@theia/ai-chat": "1.58.0", - "@theia/ai-chat-ui": "1.58.0", - "@theia/ai-code-completion": "1.58.0", - "@theia/ai-core": "1.58.0", - "@theia/ai-history": "1.58.0", - "@theia/ai-huggingface": "1.58.0", - "@theia/ai-llamafile": "1.58.0", - "@theia/ai-mcp": "1.58.0", - "@theia/ai-ollama": "1.58.0", - "@theia/ai-openai": "1.58.0", - "@theia/ai-scanoss": "1.58.0", - "@theia/ai-terminal": "1.58.0", - "@theia/ai-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" + "@theia/ai-anthropic": "1.58.1", + "@theia/ai-chat": "1.58.1", + "@theia/ai-chat-ui": "1.58.1", + "@theia/ai-code-completion": "1.58.1", + "@theia/ai-core": "1.58.1", + "@theia/ai-history": "1.58.1", + "@theia/ai-huggingface": "1.58.1", + "@theia/ai-llamafile": "1.58.1", + "@theia/ai-mcp": "1.58.1", + "@theia/ai-ollama": "1.58.1", + "@theia/ai-openai": "1.58.1", + "@theia/ai-scanoss": "1.58.1", + "@theia/ai-terminal": "1.58.1", + "@theia/ai-workspace-agent": "1.58.1", + "@theia/api-provider-sample": "1.58.1", + "@theia/api-samples": "1.58.1", + "@theia/bulk-edit": "1.58.1", + "@theia/callhierarchy": "1.58.1", + "@theia/collaboration": "1.58.1", + "@theia/console": "1.58.1", + "@theia/core": "1.58.1", + "@theia/debug": "1.58.1", + "@theia/dev-container": "1.58.1", + "@theia/editor": "1.58.1", + "@theia/editor-preview": "1.58.1", + "@theia/file-search": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/getting-started": "1.58.1", + "@theia/keymaps": "1.58.1", + "@theia/markers": "1.58.1", + "@theia/memory-inspector": "1.58.1", + "@theia/messages": "1.58.1", + "@theia/metrics": "1.58.1", + "@theia/mini-browser": "1.58.1", + "@theia/monaco": "1.58.1", + "@theia/navigator": "1.58.1", + "@theia/notebook": "1.58.1", + "@theia/outline-view": "1.58.1", + "@theia/output": "1.58.1", + "@theia/plugin-dev": "1.58.1", + "@theia/plugin-ext": "1.58.1", + "@theia/plugin-ext-headless": "1.58.1", + "@theia/plugin-ext-vscode": "1.58.1", + "@theia/plugin-metrics": "1.58.1", + "@theia/preferences": "1.58.1", + "@theia/preview": "1.58.1", + "@theia/process": "1.58.1", + "@theia/property-view": "1.58.1", + "@theia/remote": "1.58.1", + "@theia/scanoss": "1.58.1", + "@theia/scm": "1.58.1", + "@theia/scm-extra": "1.58.1", + "@theia/search-in-workspace": "1.58.1", + "@theia/secondary-window": "1.58.1", + "@theia/task": "1.58.1", + "@theia/terminal": "1.58.1", + "@theia/test": "1.58.1", + "@theia/timeline": "1.58.1", + "@theia/toolbar": "1.58.1", + "@theia/typehierarchy": "1.58.1", + "@theia/userstorage": "1.58.1", + "@theia/variable-resolver": "1.58.1", + "@theia/vsx-registry": "1.58.1", + "@theia/workspace": "1.58.1" }, "scripts": { "clean": "theia clean", @@ -108,7 +108,7 @@ "watch:compile": "tsc -b -w" }, "devDependencies": { - "@theia/cli": "1.58.0", - "@theia/native-webpack-plugin": "1.58.0" + "@theia/cli": "1.58.1", + "@theia/native-webpack-plugin": "1.58.1" } } diff --git a/examples/electron/package.json b/examples/electron/package.json index cf35fcf79993d..6793c01ca4c9a 100644 --- a/examples/electron/package.json +++ b/examples/electron/package.json @@ -2,7 +2,7 @@ "private": true, "name": "@theia/example-electron", "productName": "Theia Electron Example", - "version": "1.58.0", + "version": "1.58.1", "main": "lib/backend/electron-main.js", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "theia": { @@ -26,69 +26,69 @@ } }, "dependencies": { - "@theia/ai-anthropic": "1.58.0", - "@theia/ai-chat": "1.58.0", - "@theia/ai-chat-ui": "1.58.0", - "@theia/ai-code-completion": "1.58.0", - "@theia/ai-core": "1.58.0", - "@theia/ai-history": "1.58.0", - "@theia/ai-huggingface": "1.58.0", - "@theia/ai-llamafile": "1.58.0", - "@theia/ai-mcp": "1.58.0", - "@theia/ai-ollama": "1.58.0", - "@theia/ai-openai": "1.58.0", - "@theia/ai-scanoss": "1.58.0", - "@theia/ai-terminal": "1.58.0", - "@theia/ai-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" + "@theia/ai-anthropic": "1.58.1", + "@theia/ai-chat": "1.58.1", + "@theia/ai-chat-ui": "1.58.1", + "@theia/ai-code-completion": "1.58.1", + "@theia/ai-core": "1.58.1", + "@theia/ai-history": "1.58.1", + "@theia/ai-huggingface": "1.58.1", + "@theia/ai-llamafile": "1.58.1", + "@theia/ai-mcp": "1.58.1", + "@theia/ai-ollama": "1.58.1", + "@theia/ai-openai": "1.58.1", + "@theia/ai-scanoss": "1.58.1", + "@theia/ai-terminal": "1.58.1", + "@theia/ai-workspace-agent": "1.58.1", + "@theia/api-provider-sample": "1.58.1", + "@theia/api-samples": "1.58.1", + "@theia/bulk-edit": "1.58.1", + "@theia/callhierarchy": "1.58.1", + "@theia/collaboration": "1.58.1", + "@theia/console": "1.58.1", + "@theia/core": "1.58.1", + "@theia/debug": "1.58.1", + "@theia/dev-container": "1.58.1", + "@theia/editor": "1.58.1", + "@theia/editor-preview": "1.58.1", + "@theia/electron": "1.58.1", + "@theia/external-terminal": "1.58.1", + "@theia/file-search": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/getting-started": "1.58.1", + "@theia/keymaps": "1.58.1", + "@theia/markers": "1.58.1", + "@theia/memory-inspector": "1.58.1", + "@theia/messages": "1.58.1", + "@theia/metrics": "1.58.1", + "@theia/mini-browser": "1.58.1", + "@theia/monaco": "1.58.1", + "@theia/navigator": "1.58.1", + "@theia/outline-view": "1.58.1", + "@theia/output": "1.58.1", + "@theia/plugin-dev": "1.58.1", + "@theia/plugin-ext": "1.58.1", + "@theia/plugin-ext-headless": "1.58.1", + "@theia/plugin-ext-vscode": "1.58.1", + "@theia/preferences": "1.58.1", + "@theia/preview": "1.58.1", + "@theia/process": "1.58.1", + "@theia/property-view": "1.58.1", + "@theia/remote": "1.58.1", + "@theia/scanoss": "1.58.1", + "@theia/scm": "1.58.1", + "@theia/scm-extra": "1.58.1", + "@theia/search-in-workspace": "1.58.1", + "@theia/secondary-window": "1.58.1", + "@theia/task": "1.58.1", + "@theia/terminal": "1.58.1", + "@theia/timeline": "1.58.1", + "@theia/toolbar": "1.58.1", + "@theia/typehierarchy": "1.58.1", + "@theia/userstorage": "1.58.1", + "@theia/variable-resolver": "1.58.1", + "@theia/vsx-registry": "1.58.1", + "@theia/workspace": "1.58.1" }, "scripts": { "build": "theiaext build && npm run -s bundle", @@ -106,7 +106,7 @@ "watch:compile": "tsc -b -w" }, "devDependencies": { - "@theia/cli": "1.58.0", + "@theia/cli": "1.58.1", "electron": "30.1.2" } } diff --git a/examples/playwright/package.json b/examples/playwright/package.json index ba47de28e66cf..247e87e4500ff 100644 --- a/examples/playwright/package.json +++ b/examples/playwright/package.json @@ -1,6 +1,6 @@ { "name": "@theia/playwright", - "version": "1.58.0", + "version": "1.58.1", "description": "System tests for Theia", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "repository": { diff --git a/lerna.json b/lerna.json index eedf550adc744..f121ec68fb135 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/lerna.json", "npmClient": "npm", - "version": "1.57.0", + "version": "1.58.1", "command": { "run": { "stream": true diff --git a/package-lock.json b/package-lock.json index 8a1accaf0ae6e..9493c9d037de5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,16 +66,16 @@ }, "dev-packages/application-manager": { "name": "@theia/application-manager", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { "@babel/core": "^7.10.0", "@babel/plugin-transform-classes": "^7.10.0", "@babel/plugin-transform-runtime": "^7.10.0", "@babel/preset-env": "^7.10.0", - "@theia/application-package": "1.58.0", - "@theia/ffmpeg": "1.58.0", - "@theia/native-webpack-plugin": "1.58.0", + "@theia/application-package": "1.58.1", + "@theia/ffmpeg": "1.58.1", + "@theia/native-webpack-plugin": "1.58.1", "@types/fs-extra": "^4.0.2", "@types/semver": "^7.5.0", "babel-loader": "^8.2.2", @@ -106,7 +106,7 @@ "yargs": "^15.3.1" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0", + "@theia/ext-scripts": "1.58.1", "@types/node-abi": "*" }, "peerDependencies": { @@ -120,10 +120,10 @@ }, "dev-packages/application-package": { "name": "@theia/application-package", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/request": "1.58.0", + "@theia/request": "1.58.1", "@types/fs-extra": "^4.0.2", "@types/semver": "^7.5.0", "@types/write-json-file": "^2.2.1", @@ -137,20 +137,20 @@ "write-json-file": "^2.2.0" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } }, "dev-packages/cli": { "name": "@theia/cli", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/application-manager": "1.58.0", - "@theia/application-package": "1.58.0", - "@theia/ffmpeg": "1.58.0", - "@theia/localization-manager": "1.58.0", - "@theia/ovsx-client": "1.58.0", - "@theia/request": "1.58.0", + "@theia/application-manager": "1.58.1", + "@theia/application-package": "1.58.1", + "@theia/ffmpeg": "1.58.1", + "@theia/localization-manager": "1.58.1", + "@theia/ovsx-client": "1.58.1", + "@theia/request": "1.58.1", "@types/chai": "^4.2.7", "@types/mocha": "^10.0.0", "@types/node-fetch": "^2.5.7", @@ -204,7 +204,7 @@ }, "dev-packages/ffmpeg": { "name": "@theia/ffmpeg", - "version": "1.58.0", + "version": "1.58.1", "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.58.0", + "version": "1.58.1", "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.58.0" + "@theia/ext-scripts": "1.58.1" } }, "dev-packages/native-webpack-plugin": { "name": "@theia/native-webpack-plugin", - "version": "1.58.0", + "version": "1.58.1", "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.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/request": "1.58.0", + "@theia/request": "1.58.1", "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.58.0", + "version": "1.58.1", "dependencies": { - "@theia/ext-scripts": "1.58.0", - "@theia/re-exports": "1.58.0", + "@theia/ext-scripts": "1.58.1", + "@theia/re-exports": "1.58.1", "js-levenshtein": "^1.1.6" } }, "dev-packages/private-ext-scripts": { "name": "@theia/ext-scripts", - "version": "1.58.0", + "version": "1.58.1", "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.58.0", + "version": "1.58.1", "dependencies": { "mustache": "^4.2.0", "semver": "^7.5.4", @@ -300,7 +300,7 @@ }, "dev-packages/request": { "name": "@theia/request", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { "http-proxy-agent": "^5.0.0", @@ -310,265 +310,265 @@ }, "examples/api-provider-sample": { "name": "@theia/api-provider-sample", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/plugin-ext": "1.58.0", - "@theia/plugin-ext-headless": "1.58.0" + "@theia/core": "1.58.1", + "@theia/plugin-ext": "1.58.1", + "@theia/plugin-ext-headless": "1.58.1" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } }, "examples/api-samples": { "name": "@theia/api-samples", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/ai-chat": "1.58.0", - "@theia/ai-chat-ui": "1.58.0", - "@theia/ai-core": "1.58.0", - "@theia/core": "1.58.0", - "@theia/file-search": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/ai-chat": "1.58.1", + "@theia/ai-chat-ui": "1.58.1", + "@theia/ai-core": "1.58.1", + "@theia/core": "1.58.1", + "@theia/file-search": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/monaco": "1.58.1", "@theia/monaco-editor-core": "1.96.302", - "@theia/output": "1.58.0", - "@theia/ovsx-client": "1.58.0", - "@theia/search-in-workspace": "1.58.0", - "@theia/test": "1.58.0", - "@theia/toolbar": "1.58.0", - "@theia/vsx-registry": "1.58.0", - "@theia/workspace": "1.58.0" + "@theia/output": "1.58.1", + "@theia/ovsx-client": "1.58.1", + "@theia/search-in-workspace": "1.58.1", + "@theia/test": "1.58.1", + "@theia/toolbar": "1.58.1", + "@theia/vsx-registry": "1.58.1", + "@theia/workspace": "1.58.1" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } }, "examples/api-tests": { "name": "@theia/api-tests", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0" + "@theia/core": "1.58.1" } }, "examples/browser": { "name": "@theia/example-browser", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/ai-anthropic": "1.58.0", - "@theia/ai-chat": "1.58.0", - "@theia/ai-chat-ui": "1.58.0", - "@theia/ai-code-completion": "1.58.0", - "@theia/ai-core": "1.58.0", - "@theia/ai-history": "1.58.0", - "@theia/ai-huggingface": "1.58.0", - "@theia/ai-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" + "@theia/ai-anthropic": "1.58.1", + "@theia/ai-chat": "1.58.1", + "@theia/ai-chat-ui": "1.58.1", + "@theia/ai-code-completion": "1.58.1", + "@theia/ai-core": "1.58.1", + "@theia/ai-history": "1.58.1", + "@theia/ai-huggingface": "1.58.1", + "@theia/ai-llamafile": "1.58.1", + "@theia/ai-mcp": "1.58.1", + "@theia/ai-ollama": "1.58.1", + "@theia/ai-openai": "1.58.1", + "@theia/ai-scanoss": "1.58.1", + "@theia/ai-terminal": "1.58.1", + "@theia/ai-workspace-agent": "1.58.1", + "@theia/api-provider-sample": "1.58.1", + "@theia/api-samples": "1.58.1", + "@theia/bulk-edit": "1.58.1", + "@theia/callhierarchy": "1.58.1", + "@theia/collaboration": "1.58.1", + "@theia/console": "1.58.1", + "@theia/core": "1.58.1", + "@theia/debug": "1.58.1", + "@theia/dev-container": "1.58.1", + "@theia/editor": "1.58.1", + "@theia/editor-preview": "1.58.1", + "@theia/file-search": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/getting-started": "1.58.1", + "@theia/keymaps": "1.58.1", + "@theia/markers": "1.58.1", + "@theia/memory-inspector": "1.58.1", + "@theia/messages": "1.58.1", + "@theia/metrics": "1.58.1", + "@theia/mini-browser": "1.58.1", + "@theia/monaco": "1.58.1", + "@theia/navigator": "1.58.1", + "@theia/notebook": "1.58.1", + "@theia/outline-view": "1.58.1", + "@theia/output": "1.58.1", + "@theia/plugin-dev": "1.58.1", + "@theia/plugin-ext": "1.58.1", + "@theia/plugin-ext-headless": "1.58.1", + "@theia/plugin-ext-vscode": "1.58.1", + "@theia/plugin-metrics": "1.58.1", + "@theia/preferences": "1.58.1", + "@theia/preview": "1.58.1", + "@theia/process": "1.58.1", + "@theia/property-view": "1.58.1", + "@theia/remote": "1.58.1", + "@theia/scanoss": "1.58.1", + "@theia/scm": "1.58.1", + "@theia/scm-extra": "1.58.1", + "@theia/search-in-workspace": "1.58.1", + "@theia/secondary-window": "1.58.1", + "@theia/task": "1.58.1", + "@theia/terminal": "1.58.1", + "@theia/test": "1.58.1", + "@theia/timeline": "1.58.1", + "@theia/toolbar": "1.58.1", + "@theia/typehierarchy": "1.58.1", + "@theia/userstorage": "1.58.1", + "@theia/variable-resolver": "1.58.1", + "@theia/vsx-registry": "1.58.1", + "@theia/workspace": "1.58.1" }, "devDependencies": { - "@theia/cli": "1.58.0", - "@theia/native-webpack-plugin": "1.58.0" + "@theia/cli": "1.58.1", + "@theia/native-webpack-plugin": "1.58.1" } }, "examples/browser-only": { "name": "@theia/example-browser-only", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/ai-chat": "1.58.0", - "@theia/ai-chat-ui": "1.58.0", - "@theia/ai-code-completion": "1.58.0", - "@theia/ai-core": "1.58.0", - "@theia/ai-history": "1.58.0", - "@theia/ai-ollama": "1.58.0", - "@theia/ai-openai": "1.58.0", - "@theia/ai-scanoss": "1.58.0", - "@theia/api-samples": "1.58.0", - "@theia/bulk-edit": "1.58.0", - "@theia/callhierarchy": "1.58.0", - "@theia/collaboration": "1.58.0", - "@theia/console": "1.58.0", - "@theia/core": "1.58.0", - "@theia/debug": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/editor-preview": "1.58.0", - "@theia/file-search": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/getting-started": "1.58.0", - "@theia/git": "1.58.0", - "@theia/keymaps": "1.58.0", - "@theia/markers": "1.58.0", - "@theia/memory-inspector": "1.58.0", - "@theia/messages": "1.58.0", - "@theia/metrics": "1.58.0", - "@theia/mini-browser": "1.58.0", - "@theia/monaco": "1.58.0", - "@theia/navigator": "1.58.0", - "@theia/outline-view": "1.58.0", - "@theia/output": "1.58.0", - "@theia/plugin-dev": "1.58.0", - "@theia/plugin-ext": "1.58.0", - "@theia/plugin-ext-vscode": "1.58.0", - "@theia/plugin-metrics": "1.58.0", - "@theia/preferences": "1.58.0", - "@theia/preview": "1.58.0", - "@theia/process": "1.58.0", - "@theia/property-view": "1.58.0", - "@theia/scanoss": "1.58.0", - "@theia/scm": "1.58.0", - "@theia/scm-extra": "1.58.0", - "@theia/search-in-workspace": "1.58.0", - "@theia/secondary-window": "1.58.0", - "@theia/task": "1.58.0", - "@theia/terminal": "1.58.0", - "@theia/timeline": "1.58.0", - "@theia/toolbar": "1.58.0", - "@theia/typehierarchy": "1.58.0", - "@theia/userstorage": "1.58.0", - "@theia/variable-resolver": "1.58.0", - "@theia/vsx-registry": "1.58.0", - "@theia/workspace": "1.58.0" + "@theia/ai-chat": "1.58.1", + "@theia/ai-chat-ui": "1.58.1", + "@theia/ai-code-completion": "1.58.1", + "@theia/ai-core": "1.58.1", + "@theia/ai-history": "1.58.1", + "@theia/ai-ollama": "1.58.1", + "@theia/ai-openai": "1.58.1", + "@theia/ai-scanoss": "1.58.1", + "@theia/api-samples": "1.58.1", + "@theia/bulk-edit": "1.58.1", + "@theia/callhierarchy": "1.58.1", + "@theia/collaboration": "1.58.1", + "@theia/console": "1.58.1", + "@theia/core": "1.58.1", + "@theia/debug": "1.58.1", + "@theia/editor": "1.58.1", + "@theia/editor-preview": "1.58.1", + "@theia/file-search": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/getting-started": "1.58.1", + "@theia/git": "1.58.1", + "@theia/keymaps": "1.58.1", + "@theia/markers": "1.58.1", + "@theia/memory-inspector": "1.58.1", + "@theia/messages": "1.58.1", + "@theia/metrics": "1.58.1", + "@theia/mini-browser": "1.58.1", + "@theia/monaco": "1.58.1", + "@theia/navigator": "1.58.1", + "@theia/outline-view": "1.58.1", + "@theia/output": "1.58.1", + "@theia/plugin-dev": "1.58.1", + "@theia/plugin-ext": "1.58.1", + "@theia/plugin-ext-vscode": "1.58.1", + "@theia/plugin-metrics": "1.58.1", + "@theia/preferences": "1.58.1", + "@theia/preview": "1.58.1", + "@theia/process": "1.58.1", + "@theia/property-view": "1.58.1", + "@theia/scanoss": "1.58.1", + "@theia/scm": "1.58.1", + "@theia/scm-extra": "1.58.1", + "@theia/search-in-workspace": "1.58.1", + "@theia/secondary-window": "1.58.1", + "@theia/task": "1.58.1", + "@theia/terminal": "1.58.1", + "@theia/timeline": "1.58.1", + "@theia/toolbar": "1.58.1", + "@theia/typehierarchy": "1.58.1", + "@theia/userstorage": "1.58.1", + "@theia/variable-resolver": "1.58.1", + "@theia/vsx-registry": "1.58.1", + "@theia/workspace": "1.58.1" }, "devDependencies": { - "@theia/cli": "1.58.0" + "@theia/cli": "1.58.1" } }, "examples/electron": { "name": "@theia/example-electron", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/ai-anthropic": "1.58.0", - "@theia/ai-chat": "1.58.0", - "@theia/ai-chat-ui": "1.58.0", - "@theia/ai-code-completion": "1.58.0", - "@theia/ai-core": "1.58.0", - "@theia/ai-history": "1.58.0", - "@theia/ai-huggingface": "1.58.0", - "@theia/ai-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" + "@theia/ai-anthropic": "1.58.1", + "@theia/ai-chat": "1.58.1", + "@theia/ai-chat-ui": "1.58.1", + "@theia/ai-code-completion": "1.58.1", + "@theia/ai-core": "1.58.1", + "@theia/ai-history": "1.58.1", + "@theia/ai-huggingface": "1.58.1", + "@theia/ai-llamafile": "1.58.1", + "@theia/ai-mcp": "1.58.1", + "@theia/ai-ollama": "1.58.1", + "@theia/ai-openai": "1.58.1", + "@theia/ai-scanoss": "1.58.1", + "@theia/ai-terminal": "1.58.1", + "@theia/ai-workspace-agent": "1.58.1", + "@theia/api-provider-sample": "1.58.1", + "@theia/api-samples": "1.58.1", + "@theia/bulk-edit": "1.58.1", + "@theia/callhierarchy": "1.58.1", + "@theia/collaboration": "1.58.1", + "@theia/console": "1.58.1", + "@theia/core": "1.58.1", + "@theia/debug": "1.58.1", + "@theia/dev-container": "1.58.1", + "@theia/editor": "1.58.1", + "@theia/editor-preview": "1.58.1", + "@theia/electron": "1.58.1", + "@theia/external-terminal": "1.58.1", + "@theia/file-search": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/getting-started": "1.58.1", + "@theia/keymaps": "1.58.1", + "@theia/markers": "1.58.1", + "@theia/memory-inspector": "1.58.1", + "@theia/messages": "1.58.1", + "@theia/metrics": "1.58.1", + "@theia/mini-browser": "1.58.1", + "@theia/monaco": "1.58.1", + "@theia/navigator": "1.58.1", + "@theia/outline-view": "1.58.1", + "@theia/output": "1.58.1", + "@theia/plugin-dev": "1.58.1", + "@theia/plugin-ext": "1.58.1", + "@theia/plugin-ext-headless": "1.58.1", + "@theia/plugin-ext-vscode": "1.58.1", + "@theia/preferences": "1.58.1", + "@theia/preview": "1.58.1", + "@theia/process": "1.58.1", + "@theia/property-view": "1.58.1", + "@theia/remote": "1.58.1", + "@theia/scanoss": "1.58.1", + "@theia/scm": "1.58.1", + "@theia/scm-extra": "1.58.1", + "@theia/search-in-workspace": "1.58.1", + "@theia/secondary-window": "1.58.1", + "@theia/task": "1.58.1", + "@theia/terminal": "1.58.1", + "@theia/timeline": "1.58.1", + "@theia/toolbar": "1.58.1", + "@theia/typehierarchy": "1.58.1", + "@theia/userstorage": "1.58.1", + "@theia/variable-resolver": "1.58.1", + "@theia/vsx-registry": "1.58.1", + "@theia/workspace": "1.58.1" }, "devDependencies": { - "@theia/cli": "1.58.0", + "@theia/cli": "1.58.1", "electron": "30.1.2" } }, "examples/playwright": { "name": "@theia/playwright", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { "@playwright/test": "^1.47.0", @@ -29950,218 +29950,218 @@ }, "packages/ai-anthropic": { "name": "@theia/ai-anthropic", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { "@anthropic-ai/sdk": "^0.32.1", - "@theia/ai-core": "1.58.0", - "@theia/core": "1.58.0" + "@theia/ai-core": "1.58.1", + "@theia/core": "1.58.1" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } }, "packages/ai-chat": { "name": "@theia/ai-chat", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/ai-core": "1.58.0", - "@theia/ai-history": "1.58.0", - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/monaco": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/ai-core": "1.58.1", + "@theia/ai-history": "1.58.1", + "@theia/core": "1.58.1", + "@theia/editor": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/monaco": "1.58.1", + "@theia/workspace": "1.58.1", "minimatch": "^5.1.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } }, "packages/ai-chat-ui": { "name": "@theia/ai-chat-ui", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/ai-chat": "1.58.0", - "@theia/ai-core": "1.58.0", - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/editor-preview": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/ai-chat": "1.58.1", + "@theia/ai-core": "1.58.1", + "@theia/core": "1.58.1", + "@theia/editor": "1.58.1", + "@theia/editor-preview": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/monaco": "1.58.1", "@theia/monaco-editor-core": "1.96.302", - "@theia/workspace": "1.58.0", + "@theia/workspace": "1.58.1", "minimatch": "^5.1.0", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } }, "packages/ai-code-completion": { "name": "@theia/ai-code-completion", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/ai-core": "1.58.0", - "@theia/core": "1.58.0", - "@theia/filesystem": "1.58.0", + "@theia/ai-core": "1.58.1", + "@theia/core": "1.58.1", + "@theia/filesystem": "1.58.1", "@theia/monaco-editor-core": "1.96.302", - "@theia/output": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/output": "1.58.1", + "@theia/workspace": "1.58.1", "minimatch": "^5.1.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } }, "packages/ai-core": { "name": "@theia/ai-core", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/core": "1.58.1", + "@theia/editor": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/monaco": "1.58.1", "@theia/monaco-editor-core": "1.96.302", - "@theia/output": "1.58.0", - "@theia/variable-resolver": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/output": "1.58.1", + "@theia/variable-resolver": "1.58.1", + "@theia/workspace": "1.58.1", "@types/js-yaml": "^4.0.9", "js-yaml": "^4.1.0", "minimatch": "^5.1.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } }, "packages/ai-history": { "name": "@theia/ai-history", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/ai-core": "1.58.0", - "@theia/core": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/output": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/ai-core": "1.58.1", + "@theia/core": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/output": "1.58.1", + "@theia/workspace": "1.58.1", "minimatch": "^5.1.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } }, "packages/ai-hugging-face": { "name": "@theia/ai-huggingface", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { "@huggingface/inference": "^2.0.0", - "@theia/ai-core": "1.58.0", - "@theia/core": "1.58.0" + "@theia/ai-core": "1.58.1", + "@theia/core": "1.58.1" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } }, "packages/ai-llamafile": { "name": "@theia/ai-llamafile", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/ai-core": "1.58.0", - "@theia/core": "1.58.0", - "@theia/output": "1.58.0", + "@theia/ai-core": "1.58.1", + "@theia/core": "1.58.1", + "@theia/output": "1.58.1", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } }, "packages/ai-mcp": { "name": "@theia/ai-mcp", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { "@modelcontextprotocol/sdk": "1.0.1", - "@theia/ai-core": "1.58.0", - "@theia/core": "1.58.0" + "@theia/ai-core": "1.58.1", + "@theia/core": "1.58.1" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } }, "packages/ai-ollama": { "name": "@theia/ai-ollama", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/ai-core": "1.58.0", - "@theia/core": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/ai-core": "1.58.1", + "@theia/core": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/workspace": "1.58.1", "minimatch": "^5.1.0", "ollama": "^0.5.8", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } }, "packages/ai-openai": { "name": "@theia/ai-openai", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/ai-core": "1.58.0", - "@theia/core": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/ai-core": "1.58.1", + "@theia/core": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/workspace": "1.58.1", "minimatch": "^5.1.0", "openai": "^4.77.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } }, "packages/ai-scanoss": { "name": "@theia/ai-scanoss", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/ai-chat": "1.58.0", - "@theia/ai-chat-ui": "1.58.0", - "@theia/ai-core": "1.58.0", - "@theia/core": "1.58.0", - "@theia/scanoss": "1.58.0" + "@theia/ai-chat": "1.58.1", + "@theia/ai-chat-ui": "1.58.1", + "@theia/ai-core": "1.58.1", + "@theia/core": "1.58.1", + "@theia/scanoss": "1.58.1" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } }, "packages/ai-terminal": { "name": "@theia/ai-terminal", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/ai-chat": "1.58.0", - "@theia/ai-core": "1.58.0", - "@theia/core": "1.58.0", - "@theia/terminal": "1.58.0", + "@theia/ai-chat": "1.58.1", + "@theia/ai-core": "1.58.1", + "@theia/core": "1.58.1", + "@theia/terminal": "1.58.1", "zod": "^3.23.8", "zod-to-json-schema": "^3.23.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } }, "packages/ai-terminal/node_modules/zod": { @@ -30184,22 +30184,22 @@ }, "packages/ai-workspace-agent": { "name": "@theia/ai-workspace-agent", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/ai-chat": "1.58.0", - "@theia/ai-core": "1.58.0", - "@theia/core": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/navigator": "1.58.0", - "@theia/terminal": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/ai-chat": "1.58.1", + "@theia/ai-core": "1.58.1", + "@theia/core": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/navigator": "1.58.1", + "@theia/terminal": "1.58.1", + "@theia/workspace": "1.58.1", "ignore": "^6.0.0", "minimatch": "^9.0.0" }, "devDependencies": { - "@theia/cli": "1.58.0", - "@theia/test": "1.58.0" + "@theia/cli": "1.58.1", + "@theia/test": "1.58.1" } }, "packages/ai-workspace-agent/node_modules/minimatch": { @@ -30219,46 +30219,46 @@ }, "packages/bulk-edit": { "name": "@theia/bulk-edit", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/core": "1.58.1", + "@theia/editor": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/monaco": "1.58.1", "@theia/monaco-editor-core": "1.96.302", - "@theia/workspace": "1.58.0", + "@theia/workspace": "1.58.1", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } }, "packages/callhierarchy": { "name": "@theia/callhierarchy", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", + "@theia/core": "1.58.1", + "@theia/editor": "1.58.1", "ts-md5": "^1.2.2", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } }, "packages/collaboration": { "name": "@theia/collaboration", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/core": "1.58.1", + "@theia/editor": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/monaco": "1.58.1", "@theia/monaco-editor-core": "1.96.302", - "@theia/workspace": "1.58.0", + "@theia/workspace": "1.58.1", "lib0": "^0.2.52", "open-collaboration-protocol": "0.2.0", "open-collaboration-yjs": "0.2.0", @@ -30267,27 +30267,27 @@ "yjs": "^13.6.7" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } }, "packages/console": { "name": "@theia/console", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/core": "1.58.1", + "@theia/monaco": "1.58.1", "@theia/monaco-editor-core": "1.96.302", "anser": "^2.0.1", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } }, "packages/core": { "name": "@theia/core", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { "@babel/runtime": "^7.10.0", @@ -30302,8 +30302,8 @@ "@phosphor/signaling": "1", "@phosphor/virtualdom": "1", "@phosphor/widgets": "1", - "@theia/application-package": "1.58.0", - "@theia/request": "1.58.0", + "@theia/application-package": "1.58.1", + "@theia/request": "1.58.1", "@types/body-parser": "^1.16.4", "@types/cookie": "^0.3.3", "@types/dompurify": "^2.2.2", @@ -30362,8 +30362,8 @@ "yargs": "^15.3.1" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0", - "@theia/re-exports": "1.58.0", + "@theia/ext-scripts": "1.58.1", + "@theia/re-exports": "1.58.1", "minimist": "^1.2.0", "nodejs-file-downloader": "4.13.0" }, @@ -30402,23 +30402,23 @@ }, "packages/debug": { "name": "@theia/debug", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/console": "1.58.0", - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/markers": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/console": "1.58.1", + "@theia/core": "1.58.1", + "@theia/editor": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/markers": "1.58.1", + "@theia/monaco": "1.58.1", "@theia/monaco-editor-core": "1.96.302", - "@theia/output": "1.58.0", - "@theia/process": "1.58.0", - "@theia/task": "1.58.0", - "@theia/terminal": "1.58.0", - "@theia/test": "1.58.0", - "@theia/variable-resolver": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/output": "1.58.1", + "@theia/process": "1.58.1", + "@theia/task": "1.58.1", + "@theia/terminal": "1.58.1", + "@theia/test": "1.58.1", + "@theia/variable-resolver": "1.58.1", + "@theia/workspace": "1.58.1", "@vscode/debugprotocol": "^1.51.0", "fast-deep-equal": "^3.1.3", "jsonc-parser": "^2.2.0", @@ -30426,24 +30426,24 @@ "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } }, "packages/dev-container": { "name": "@theia/dev-container", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/output": "1.58.0", - "@theia/remote": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/core": "1.58.1", + "@theia/output": "1.58.1", + "@theia/remote": "1.58.1", + "@theia/workspace": "1.58.1", "dockerode": "^4.0.2", "jsonc-parser": "^2.2.0", "uuid": "^8.0.0" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0", + "@theia/ext-scripts": "1.58.1", "@types/dockerode": "^3.3.23" } }, @@ -30458,34 +30458,34 @@ }, "packages/editor": { "name": "@theia/editor", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/variable-resolver": "1.58.0", + "@theia/core": "1.58.1", + "@theia/variable-resolver": "1.58.1", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } }, "packages/editor-preview": { "name": "@theia/editor-preview", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/navigator": "1.58.0", + "@theia/core": "1.58.1", + "@theia/editor": "1.58.1", + "@theia/navigator": "1.58.1", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } }, "packages/electron": { "name": "@theia/electron", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { "electron-store": "^8.0.0", @@ -30493,8 +30493,8 @@ "native-keymap": "^2.2.1" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0", - "@theia/re-exports": "1.58.0" + "@theia/ext-scripts": "1.58.1", + "@theia/re-exports": "1.58.1" }, "peerDependencies": { "electron": "30.1.2" @@ -30615,41 +30615,41 @@ }, "packages/external-terminal": { "name": "@theia/external-terminal", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/core": "1.58.1", + "@theia/editor": "1.58.1", + "@theia/workspace": "1.58.1", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } }, "packages/file-search": { "name": "@theia/file-search", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/process": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/core": "1.58.1", + "@theia/editor": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/process": "1.58.1", + "@theia/workspace": "1.58.1", "@vscode/ripgrep": "^1.14.2", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } }, "packages/filesystem": { "name": "@theia/filesystem", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", + "@theia/core": "1.58.1", "@types/body-parser": "^1.17.0", "@types/multer": "^1.4.7", "@types/tar-fs": "^1.16.1", @@ -30666,7 +30666,7 @@ "vscode-languageserver-textdocument": "^1.0.1" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } }, "packages/filesystem/node_modules/async-mutex": { @@ -30680,34 +30680,34 @@ }, "packages/getting-started": { "name": "@theia/getting-started", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/keymaps": "1.58.0", - "@theia/preview": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/core": "1.58.1", + "@theia/editor": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/keymaps": "1.58.1", + "@theia/preview": "1.58.1", + "@theia/workspace": "1.58.1", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } }, "packages/git": { "name": "@theia/git", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", + "@theia/core": "1.58.1", + "@theia/editor": "1.58.1", + "@theia/filesystem": "1.58.1", "@theia/monaco-editor-core": "1.96.302", - "@theia/navigator": "1.58.0", - "@theia/scm": "1.58.0", - "@theia/scm-extra": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/navigator": "1.58.1", + "@theia/scm": "1.58.1", + "@theia/scm-extra": "1.58.1", + "@theia/workspace": "1.58.1", "@types/diff": "^5.2.1", "diff": "^5.2.0", "dugite-extra": "0.1.17", @@ -30721,7 +30721,7 @@ "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0", + "@theia/ext-scripts": "1.58.1", "@types/luxon": "^2.3.2", "upath": "^1.0.2" } @@ -30773,42 +30773,42 @@ }, "packages/keymaps": { "name": "@theia/keymaps", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/core": "1.58.1", + "@theia/monaco": "1.58.1", "@theia/monaco-editor-core": "1.96.302", - "@theia/preferences": "1.58.0", - "@theia/userstorage": "1.58.0", + "@theia/preferences": "1.58.1", + "@theia/userstorage": "1.58.1", "jsonc-parser": "^2.2.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } }, "packages/markers": { "name": "@theia/markers", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/core": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/workspace": "1.58.1", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } }, "packages/memory-inspector": { "name": "@theia/memory-inspector", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/debug": "1.58.0", + "@theia/core": "1.58.1", + "@theia/debug": "1.58.1", "@vscode/debugprotocol": "^1.51.0", "long": "^4.0.0", "tslib": "^2.6.2" @@ -30825,38 +30825,38 @@ }, "packages/messages": { "name": "@theia/messages", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", + "@theia/core": "1.58.1", "react-perfect-scrollbar": "^1.5.3", "ts-md5": "^1.2.2", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } }, "packages/metrics": { "name": "@theia/metrics", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", + "@theia/core": "1.58.1", "prom-client": "^10.2.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } }, "packages/mini-browser": { "name": "@theia/mini-browser", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/filesystem": "1.58.0", + "@theia/core": "1.58.1", + "@theia/filesystem": "1.58.1", "@types/mime-types": "^2.1.0", "mime-types": "^2.1.18", "pdfobject": "^2.0.201604172", @@ -30864,21 +30864,21 @@ "vhost": "^3.0.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } }, "packages/monaco": { "name": "@theia/monaco", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/markers": "1.58.0", + "@theia/core": "1.58.1", + "@theia/editor": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/markers": "1.58.1", "@theia/monaco-editor-core": "1.96.302", - "@theia/outline-view": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/outline-view": "1.58.1", + "@theia/workspace": "1.58.1", "fast-plist": "^0.1.2", "idb": "^4.0.5", "jsonc-parser": "^2.2.0", @@ -30887,71 +30887,71 @@ "vscode-textmate": "^9.0.0" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } }, "packages/navigator": { "name": "@theia/navigator", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/core": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/workspace": "1.58.1", "minimatch": "^5.1.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } }, "packages/notebook": { "name": "@theia/notebook", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/core": "1.58.1", + "@theia/editor": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/monaco": "1.58.1", "@theia/monaco-editor-core": "1.96.302", - "@theia/outline-view": "1.58.0", + "@theia/outline-view": "1.58.1", "advanced-mark.js": "^2.6.0", "react-perfect-scrollbar": "^1.5.8", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0", + "@theia/ext-scripts": "1.58.1", "@types/markdown-it": "^12.2.3", "@types/vscode-notebook-renderer": "^1.72.0" } }, "packages/outline-view": { "name": "@theia/outline-view", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", + "@theia/core": "1.58.1", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } }, "packages/output": { "name": "@theia/output", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/core": "1.58.1", + "@theia/editor": "1.58.1", + "@theia/monaco": "1.58.1", "@theia/monaco-editor-core": "1.96.302", "p-queue": "^8.0.1", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } }, "packages/output/node_modules/eventemitter3": { @@ -30990,62 +30990,62 @@ }, "packages/plugin": { "name": "@theia/plugin", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } }, "packages/plugin-dev": { "name": "@theia/plugin-dev", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/debug": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/output": "1.58.0", - "@theia/plugin-ext": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/core": "1.58.1", + "@theia/debug": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/output": "1.58.1", + "@theia/plugin-ext": "1.58.1", + "@theia/workspace": "1.58.1", "ps-tree": "^1.2.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } }, "packages/plugin-ext": { "name": "@theia/plugin-ext", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/bulk-edit": "1.58.0", - "@theia/callhierarchy": "1.58.0", - "@theia/console": "1.58.0", - "@theia/core": "1.58.0", - "@theia/debug": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/editor-preview": "1.58.0", - "@theia/file-search": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/markers": "1.58.0", - "@theia/messages": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/bulk-edit": "1.58.1", + "@theia/callhierarchy": "1.58.1", + "@theia/console": "1.58.1", + "@theia/core": "1.58.1", + "@theia/debug": "1.58.1", + "@theia/editor": "1.58.1", + "@theia/editor-preview": "1.58.1", + "@theia/file-search": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/markers": "1.58.1", + "@theia/messages": "1.58.1", + "@theia/monaco": "1.58.1", "@theia/monaco-editor-core": "1.96.302", - "@theia/navigator": "1.58.0", - "@theia/notebook": "1.58.0", - "@theia/output": "1.58.0", - "@theia/plugin": "1.58.0", - "@theia/preferences": "1.58.0", - "@theia/scm": "1.58.0", - "@theia/search-in-workspace": "1.58.0", - "@theia/task": "1.58.0", - "@theia/terminal": "1.58.0", - "@theia/test": "1.58.0", - "@theia/timeline": "1.58.0", - "@theia/typehierarchy": "1.58.0", - "@theia/variable-resolver": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/navigator": "1.58.1", + "@theia/notebook": "1.58.1", + "@theia/output": "1.58.1", + "@theia/plugin": "1.58.1", + "@theia/preferences": "1.58.1", + "@theia/scm": "1.58.1", + "@theia/search-in-workspace": "1.58.1", + "@theia/task": "1.58.1", + "@theia/terminal": "1.58.1", + "@theia/test": "1.58.1", + "@theia/timeline": "1.58.1", + "@theia/typehierarchy": "1.58.1", + "@theia/variable-resolver": "1.58.1", + "@theia/workspace": "1.58.1", "@types/mime": "^2.0.1", "@vscode/debugprotocol": "^1.51.0", "@vscode/proxy-agent": "^0.13.2", @@ -31066,7 +31066,7 @@ "vscode-textmate": "^9.0.0" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0", + "@theia/ext-scripts": "1.58.1", "@types/decompress": "^4.2.2", "@types/escape-html": "^0.0.20", "@types/lodash.clonedeep": "^4.5.3", @@ -31075,16 +31075,16 @@ }, "packages/plugin-ext-headless": { "name": "@theia/plugin-ext-headless", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/plugin-ext": "1.58.0", - "@theia/terminal": "1.58.0", + "@theia/core": "1.58.1", + "@theia/plugin-ext": "1.58.1", + "@theia/terminal": "1.58.1", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0", + "@theia/ext-scripts": "1.58.1", "@types/decompress": "^4.2.2", "@types/escape-html": "^0.0.20", "@types/lodash.clonedeep": "^4.5.3", @@ -31093,29 +31093,29 @@ }, "packages/plugin-ext-vscode": { "name": "@theia/plugin-ext-vscode", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/callhierarchy": "1.58.0", - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/callhierarchy": "1.58.1", + "@theia/core": "1.58.1", + "@theia/editor": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/monaco": "1.58.1", "@theia/monaco-editor-core": "1.96.302", - "@theia/navigator": "1.58.0", - "@theia/outline-view": "1.58.0", - "@theia/plugin": "1.58.0", - "@theia/plugin-ext": "1.58.0", - "@theia/terminal": "1.58.0", - "@theia/typehierarchy": "1.58.0", - "@theia/userstorage": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/navigator": "1.58.1", + "@theia/outline-view": "1.58.1", + "@theia/plugin": "1.58.1", + "@theia/plugin-ext": "1.58.1", + "@theia/terminal": "1.58.1", + "@theia/typehierarchy": "1.58.1", + "@theia/userstorage": "1.58.1", + "@theia/workspace": "1.58.1", "decompress": "^4.2.1", "filenamify": "^4.1.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } }, "packages/plugin-ext/node_modules/@types/mime": { @@ -31126,32 +31126,32 @@ }, "packages/plugin-metrics": { "name": "@theia/plugin-metrics", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/metrics": "1.58.0", + "@theia/core": "1.58.1", + "@theia/metrics": "1.58.1", "@theia/monaco-editor-core": "1.96.302", - "@theia/plugin": "1.58.0", - "@theia/plugin-ext": "1.58.0", + "@theia/plugin": "1.58.1", + "@theia/plugin-ext": "1.58.1", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } }, "packages/preferences": { "name": "@theia/preferences", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/core": "1.58.1", + "@theia/editor": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/monaco": "1.58.1", "@theia/monaco-editor-core": "1.96.302", - "@theia/userstorage": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/userstorage": "1.58.1", + "@theia/workspace": "1.58.1", "async-mutex": "^0.3.1", "fast-deep-equal": "^3.1.3", "jsonc-parser": "^2.2.0", @@ -31159,7 +31159,7 @@ "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } }, "packages/preferences/node_modules/async-mutex": { @@ -31173,20 +31173,20 @@ }, "packages/preview": { "name": "@theia/preview", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/mini-browser": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/core": "1.58.1", + "@theia/editor": "1.58.1", + "@theia/mini-browser": "1.58.1", + "@theia/monaco": "1.58.1", "@types/highlight.js": "^10.1.0", "highlight.js": "10.4.1", "markdown-it-anchor": "~5.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0", + "@theia/ext-scripts": "1.58.1", "@types/markdown-it-anchor": "^4.0.1" } }, @@ -31252,39 +31252,39 @@ }, "packages/process": { "name": "@theia/process", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", + "@theia/core": "1.58.1", "node-pty": "1.1.0-beta27", "string-argv": "^0.1.1", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } }, "packages/property-view": { "name": "@theia/property-view", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/filesystem": "1.58.0", + "@theia/core": "1.58.1", + "@theia/filesystem": "1.58.1", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } }, "packages/remote": { "name": "@theia/remote", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/userstorage": "1.58.0", + "@theia/core": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/userstorage": "1.58.1", "archiver": "^5.3.1", "decompress": "^4.2.1", "decompress-tar": "^4.0.0", @@ -31299,7 +31299,7 @@ "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0", + "@theia/ext-scripts": "1.58.1", "@types/archiver": "^5.3.2", "@types/decompress": "^4.2.4", "@types/express-http-proxy": "^1.6.6", @@ -31330,25 +31330,25 @@ }, "packages/scanoss": { "name": "@theia/scanoss", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", + "@theia/core": "1.58.1", "scanoss": "^0.15.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } }, "packages/scm": { "name": "@theia/scm", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/core": "1.58.1", + "@theia/editor": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/monaco": "1.58.1", "@theia/monaco-editor-core": "1.96.302", "@types/diff": "^5.2.1", "diff": "^5.2.0", @@ -31358,80 +31358,80 @@ "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } }, "packages/scm-extra": { "name": "@theia/scm-extra", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/navigator": "1.58.0", - "@theia/scm": "1.58.0", + "@theia/core": "1.58.1", + "@theia/editor": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/navigator": "1.58.1", + "@theia/scm": "1.58.1", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } }, "packages/search-in-workspace": { "name": "@theia/search-in-workspace", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/navigator": "1.58.0", - "@theia/process": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/core": "1.58.1", + "@theia/editor": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/navigator": "1.58.1", + "@theia/process": "1.58.1", + "@theia/workspace": "1.58.1", "@vscode/ripgrep": "^1.14.2", "minimatch": "^5.1.0", "react-textarea-autosize": "^8.5.5", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } }, "packages/secondary-window": { "name": "@theia/secondary-window", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", + "@theia/core": "1.58.1", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } }, "packages/task": { "name": "@theia/task", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/markers": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/core": "1.58.1", + "@theia/editor": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/markers": "1.58.1", + "@theia/monaco": "1.58.1", "@theia/monaco-editor-core": "1.96.302", - "@theia/process": "1.58.0", - "@theia/terminal": "1.58.0", - "@theia/userstorage": "1.58.0", - "@theia/variable-resolver": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/process": "1.58.1", + "@theia/terminal": "1.58.1", + "@theia/userstorage": "1.58.1", + "@theia/variable-resolver": "1.58.1", + "@theia/workspace": "1.58.1", "async-mutex": "^0.3.1", "jsonc-parser": "^2.2.0", "p-debounce": "^2.1.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } }, "packages/task/node_modules/async-mutex": { @@ -31445,40 +31445,40 @@ }, "packages/terminal": { "name": "@theia/terminal", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/file-search": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/process": "1.58.0", - "@theia/variable-resolver": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/core": "1.58.1", + "@theia/editor": "1.58.1", + "@theia/file-search": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/process": "1.58.1", + "@theia/variable-resolver": "1.58.1", + "@theia/workspace": "1.58.1", "tslib": "^2.6.2", "xterm": "^5.3.0", "xterm-addon-fit": "^0.8.0", "xterm-addon-search": "^0.13.0" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } }, "packages/test": { "name": "@theia/test", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/navigator": "1.58.0", - "@theia/terminal": "1.58.0", + "@theia/core": "1.58.1", + "@theia/editor": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/navigator": "1.58.1", + "@theia/terminal": "1.58.1", "xterm": "^4.16.0", "xterm-addon-fit": "^0.5.0" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } }, "packages/test/node_modules/xterm": { @@ -31500,31 +31500,31 @@ }, "packages/timeline": { "name": "@theia/timeline", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/navigator": "1.58.0", + "@theia/core": "1.58.1", + "@theia/navigator": "1.58.1", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } }, "packages/toolbar": { "name": "@theia/toolbar", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/file-search": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/core": "1.58.1", + "@theia/editor": "1.58.1", + "@theia/file-search": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/monaco": "1.58.1", "@theia/monaco-editor-core": "1.96.302", - "@theia/search-in-workspace": "1.58.0", - "@theia/userstorage": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/search-in-workspace": "1.58.1", + "@theia/userstorage": "1.58.1", + "@theia/workspace": "1.58.1", "ajv": "^6.5.3", "jsonc-parser": "^2.2.0", "perfect-scrollbar": "^1.5.5", @@ -31533,55 +31533,55 @@ }, "packages/typehierarchy": { "name": "@theia/typehierarchy", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", + "@theia/core": "1.58.1", + "@theia/editor": "1.58.1", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } }, "packages/userstorage": { "name": "@theia/userstorage", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/filesystem": "1.58.0", + "@theia/core": "1.58.1", + "@theia/filesystem": "1.58.1", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } }, "packages/variable-resolver": { "name": "@theia/variable-resolver", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", + "@theia/core": "1.58.1", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } }, "packages/vsx-registry": { "name": "@theia/vsx-registry", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/navigator": "1.58.0", - "@theia/ovsx-client": "1.58.0", - "@theia/plugin-ext": "1.58.0", - "@theia/plugin-ext-vscode": "1.58.0", - "@theia/preferences": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/core": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/navigator": "1.58.1", + "@theia/ovsx-client": "1.58.1", + "@theia/plugin-ext": "1.58.1", + "@theia/plugin-ext-vscode": "1.58.1", + "@theia/preferences": "1.58.1", + "@theia/workspace": "1.58.1", "limiter": "^2.1.0", "luxon": "^2.4.0", "p-debounce": "^2.1.0", @@ -31589,28 +31589,28 @@ "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0", + "@theia/ext-scripts": "1.58.1", "@types/luxon": "^2.3.2" } }, "packages/workspace": { "name": "@theia/workspace", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "dependencies": { - "@theia/core": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/variable-resolver": "1.58.0", + "@theia/core": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/variable-resolver": "1.58.1", "jsonc-parser": "^2.2.0", "tslib": "^2.6.2", "valid-filename": "^2.0.1" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } }, "sample-plugins/sample-namespace/plugin-a": { - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "devDependencies": { "@types/vscode": "^1.50.0" @@ -31620,7 +31620,7 @@ } }, "sample-plugins/sample-namespace/plugin-b": { - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "devDependencies": { "@types/vscode": "^1.50.0" @@ -31630,10 +31630,10 @@ } }, "sample-plugins/sample-namespace/plugin-gotd": { - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "devDependencies": { - "@theia/api-provider-sample": "1.58.0" + "@theia/api-provider-sample": "1.58.1" }, "engines": { "vscode": "^1.84.0" diff --git a/packages/ai-anthropic/package.json b/packages/ai-anthropic/package.json index c670d7d066be4..53dd7da66f921 100644 --- a/packages/ai-anthropic/package.json +++ b/packages/ai-anthropic/package.json @@ -1,11 +1,11 @@ { "name": "@theia/ai-anthropic", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - Anthropic Integration", "dependencies": { - "@theia/core": "1.58.0", + "@theia/core": "1.58.1", "@anthropic-ai/sdk": "^0.32.1", - "@theia/ai-core": "1.58.0" + "@theia/ai-core": "1.58.1" }, "publishConfig": { "access": "public" @@ -41,7 +41,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/ai-chat-ui/package.json b/packages/ai-chat-ui/package.json index 425d69d8381b2..f50c2da3c72df 100644 --- a/packages/ai-chat-ui/package.json +++ b/packages/ai-chat-ui/package.json @@ -1,17 +1,17 @@ { "name": "@theia/ai-chat-ui", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - AI Chat UI Extension", "dependencies": { - "@theia/ai-core": "1.58.0", - "@theia/ai-chat": "1.58.0", - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/ai-core": "1.58.1", + "@theia/ai-chat": "1.58.1", + "@theia/core": "1.58.1", + "@theia/editor": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/monaco": "1.58.1", "@theia/monaco-editor-core": "1.96.302", - "@theia/editor-preview": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/editor-preview": "1.58.1", + "@theia/workspace": "1.58.1", "minimatch": "^5.1.0", "tslib": "^2.6.2", "uuid": "^9.0.1" @@ -50,7 +50,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/ai-chat/package.json b/packages/ai-chat/package.json index 9151bd1ca443a..ca30c8e16c22e 100644 --- a/packages/ai-chat/package.json +++ b/packages/ai-chat/package.json @@ -1,15 +1,15 @@ { "name": "@theia/ai-chat", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - AI Chat Extension", "dependencies": { - "@theia/ai-core": "1.58.0", - "@theia/ai-history": "1.58.0", - "@theia/core": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/workspace": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/ai-core": "1.58.1", + "@theia/ai-history": "1.58.1", + "@theia/core": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/workspace": "1.58.1", + "@theia/editor": "1.58.1", + "@theia/monaco": "1.58.1", "minimatch": "^5.1.0", "tslib": "^2.6.2" }, @@ -47,7 +47,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/ai-code-completion/package.json b/packages/ai-code-completion/package.json index 580d405627235..5c2d2f28bef11 100644 --- a/packages/ai-code-completion/package.json +++ b/packages/ai-code-completion/package.json @@ -1,14 +1,14 @@ { "name": "@theia/ai-code-completion", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - AI Core", "dependencies": { - "@theia/ai-core": "1.58.0", - "@theia/core": "1.58.0", - "@theia/filesystem": "1.58.0", + "@theia/ai-core": "1.58.1", + "@theia/core": "1.58.1", + "@theia/filesystem": "1.58.1", "@theia/monaco-editor-core": "1.96.302", - "@theia/output": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/output": "1.58.1", + "@theia/workspace": "1.58.1", "minimatch": "^5.1.0", "tslib": "^2.6.2" }, @@ -46,7 +46,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/ai-core/package.json b/packages/ai-core/package.json index ac2b4e8883a97..84844184314c9 100644 --- a/packages/ai-core/package.json +++ b/packages/ai-core/package.json @@ -1,16 +1,16 @@ { "name": "@theia/ai-core", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - AI Core", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/core": "1.58.1", + "@theia/editor": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/monaco": "1.58.1", "@theia/monaco-editor-core": "1.96.302", - "@theia/output": "1.58.0", - "@theia/variable-resolver": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/output": "1.58.1", + "@theia/variable-resolver": "1.58.1", + "@theia/workspace": "1.58.1", "@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.58.0" + "@theia/ext-scripts": "1.58.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/ai-history/package.json b/packages/ai-history/package.json index 3748850174479..1430dda570af0 100644 --- a/packages/ai-history/package.json +++ b/packages/ai-history/package.json @@ -1,13 +1,13 @@ { "name": "@theia/ai-history", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - AI communication history", "dependencies": { - "@theia/ai-core": "1.58.0", - "@theia/core": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/output": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/ai-core": "1.58.1", + "@theia/core": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/output": "1.58.1", + "@theia/workspace": "1.58.1", "minimatch": "^5.1.0", "tslib": "^2.6.2" }, @@ -45,7 +45,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/ai-hugging-face/package.json b/packages/ai-hugging-face/package.json index 6a88395bbb469..957abd504d308 100644 --- a/packages/ai-hugging-face/package.json +++ b/packages/ai-hugging-face/package.json @@ -1,11 +1,11 @@ { "name": "@theia/ai-huggingface", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - Hugging Face Integration", "dependencies": { - "@theia/core": "1.58.0", + "@theia/core": "1.58.1", "@huggingface/inference": "^2.0.0", - "@theia/ai-core": "1.58.0" + "@theia/ai-core": "1.58.1" }, "publishConfig": { "access": "public" @@ -41,7 +41,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/ai-llamafile/package.json b/packages/ai-llamafile/package.json index 61f50e0e80722..0b183db45a214 100644 --- a/packages/ai-llamafile/package.json +++ b/packages/ai-llamafile/package.json @@ -1,11 +1,11 @@ { "name": "@theia/ai-llamafile", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - Llamafile Integration", "dependencies": { - "@theia/ai-core": "1.58.0", - "@theia/core": "1.58.0", - "@theia/output": "1.58.0", + "@theia/ai-core": "1.58.1", + "@theia/core": "1.58.1", + "@theia/output": "1.58.1", "tslib": "^2.6.2" }, "publishConfig": { @@ -42,7 +42,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/ai-mcp/package.json b/packages/ai-mcp/package.json index 455d85abb12e0..14a152dcc692b 100644 --- a/packages/ai-mcp/package.json +++ b/packages/ai-mcp/package.json @@ -1,10 +1,10 @@ { "name": "@theia/ai-mcp", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - MCP Integration", "dependencies": { - "@theia/core": "1.58.0", - "@theia/ai-core": "1.58.0", + "@theia/core": "1.58.1", + "@theia/ai-core": "1.58.1", "@modelcontextprotocol/sdk": "1.0.1" }, "publishConfig": { @@ -41,7 +41,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/ai-ollama/package.json b/packages/ai-ollama/package.json index bdd736053ef4d..d55456b0fa3d9 100644 --- a/packages/ai-ollama/package.json +++ b/packages/ai-ollama/package.json @@ -1,15 +1,15 @@ { "name": "@theia/ai-ollama", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - Ollama Integration", "dependencies": { - "@theia/core": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/core": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/workspace": "1.58.1", "minimatch": "^5.1.0", "tslib": "^2.6.2", "ollama": "^0.5.8", - "@theia/ai-core": "1.58.0" + "@theia/ai-core": "1.58.1" }, "publishConfig": { "access": "public" @@ -45,7 +45,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/ai-openai/package.json b/packages/ai-openai/package.json index bf10681d6192a..78548bb9de505 100644 --- a/packages/ai-openai/package.json +++ b/packages/ai-openai/package.json @@ -1,15 +1,15 @@ { "name": "@theia/ai-openai", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - OpenAI Integration", "dependencies": { - "@theia/core": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/core": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/workspace": "1.58.1", "minimatch": "^5.1.0", "tslib": "^2.6.2", "openai": "^4.77.0", - "@theia/ai-core": "1.58.0" + "@theia/ai-core": "1.58.1" }, "publishConfig": { "access": "public" @@ -45,7 +45,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/ai-scanoss/package.json b/packages/ai-scanoss/package.json index 1c3f03c0316f2..32d8dff670603 100644 --- a/packages/ai-scanoss/package.json +++ b/packages/ai-scanoss/package.json @@ -1,13 +1,13 @@ { "name": "@theia/ai-scanoss", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - SCANOSS AI Integration", "dependencies": { - "@theia/core": "1.58.0", - "@theia/ai-core": "1.58.0", - "@theia/ai-chat": "1.58.0", - "@theia/ai-chat-ui": "1.58.0", - "@theia/scanoss": "1.58.0" + "@theia/core": "1.58.1", + "@theia/ai-core": "1.58.1", + "@theia/ai-chat": "1.58.1", + "@theia/ai-chat-ui": "1.58.1", + "@theia/scanoss": "1.58.1" }, "publishConfig": { "access": "public" @@ -43,7 +43,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/ai-terminal/package.json b/packages/ai-terminal/package.json index 7436e600278cb..a4b1223c33661 100644 --- a/packages/ai-terminal/package.json +++ b/packages/ai-terminal/package.json @@ -1,12 +1,12 @@ { "name": "@theia/ai-terminal", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - AI Terminal Extension", "dependencies": { - "@theia/core": "1.58.0", - "@theia/ai-core": "1.58.0", - "@theia/ai-chat": "1.58.0", - "@theia/terminal": "1.58.0", + "@theia/core": "1.58.1", + "@theia/ai-core": "1.58.1", + "@theia/ai-chat": "1.58.1", + "@theia/terminal": "1.58.1", "zod": "^3.23.8", "zod-to-json-schema": "^3.23.2" }, @@ -43,7 +43,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/ai-workspace-agent/package.json b/packages/ai-workspace-agent/package.json index 776a6f25a4bc7..ed450de81497e 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.58.0", + "version": "1.58.1", "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.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", + "@theia/core": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/workspace": "1.58.1", + "@theia/navigator": "1.58.1", + "@theia/terminal": "1.58.1", + "@theia/ai-core": "1.58.1", + "@theia/ai-chat": "1.58.1", "ignore": "^6.0.0", "minimatch": "^9.0.0" }, @@ -29,8 +29,8 @@ "access": "public" }, "devDependencies": { - "@theia/cli": "1.58.0", - "@theia/test": "1.58.0" + "@theia/cli": "1.58.1", + "@theia/test": "1.58.1" }, "theiaExtensions": [ { diff --git a/packages/bulk-edit/package.json b/packages/bulk-edit/package.json index 48332ee23ce3c..a7c8a761b68f7 100644 --- a/packages/bulk-edit/package.json +++ b/packages/bulk-edit/package.json @@ -1,14 +1,14 @@ { "name": "@theia/bulk-edit", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - Bulk Edit Extension", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/core": "1.58.1", + "@theia/editor": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/monaco": "1.58.1", "@theia/monaco-editor-core": "1.96.302", - "@theia/workspace": "1.58.0", + "@theia/workspace": "1.58.1", "tslib": "^2.6.2" }, "publishConfig": { @@ -44,7 +44,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/callhierarchy/package.json b/packages/callhierarchy/package.json index df63e87daa314..30d329b010a00 100644 --- a/packages/callhierarchy/package.json +++ b/packages/callhierarchy/package.json @@ -1,10 +1,10 @@ { "name": "@theia/callhierarchy", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - Call Hierarchy Extension", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", + "@theia/core": "1.58.1", + "@theia/editor": "1.58.1", "ts-md5": "^1.2.2", "tslib": "^2.6.2" }, @@ -41,7 +41,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/collaboration/package.json b/packages/collaboration/package.json index e8ffd3e71e354..2e153b5627171 100644 --- a/packages/collaboration/package.json +++ b/packages/collaboration/package.json @@ -1,14 +1,14 @@ { "name": "@theia/collaboration", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - Collaboration Extension", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/core": "1.58.1", + "@theia/editor": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/monaco": "1.58.1", "@theia/monaco-editor-core": "1.96.302", - "@theia/workspace": "1.58.0", + "@theia/workspace": "1.58.1", "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.58.0" + "@theia/ext-scripts": "1.58.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/console/package.json b/packages/console/package.json index 8a28628d3fc3b..16754445f8194 100644 --- a/packages/console/package.json +++ b/packages/console/package.json @@ -1,10 +1,10 @@ { "name": "@theia/console", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - Console Extension", "dependencies": { - "@theia/core": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/core": "1.58.1", + "@theia/monaco": "1.58.1", "@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.58.0" + "@theia/ext-scripts": "1.58.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/core/package.json b/packages/core/package.json index 116039eb262cc..221711cced760 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@theia/core", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia is a cloud & desktop IDE framework implemented in TypeScript.", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", @@ -17,8 +17,8 @@ "@phosphor/signaling": "1", "@phosphor/virtualdom": "1", "@phosphor/widgets": "1", - "@theia/application-package": "1.58.0", - "@theia/request": "1.58.0", + "@theia/application-package": "1.58.1", + "@theia/request": "1.58.1", "@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.58.0", - "@theia/re-exports": "1.58.0", + "@theia/ext-scripts": "1.58.1", + "@theia/re-exports": "1.58.1", "minimist": "^1.2.0", "nodejs-file-downloader": "4.13.0" }, diff --git a/packages/debug/package.json b/packages/debug/package.json index 48cf984e3b247..02a7d3c983dd1 100644 --- a/packages/debug/package.json +++ b/packages/debug/package.json @@ -1,22 +1,22 @@ { "name": "@theia/debug", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - Debug Extension", "dependencies": { - "@theia/console": "1.58.0", - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/markers": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/console": "1.58.1", + "@theia/core": "1.58.1", + "@theia/editor": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/markers": "1.58.1", + "@theia/monaco": "1.58.1", "@theia/monaco-editor-core": "1.96.302", - "@theia/output": "1.58.0", - "@theia/process": "1.58.0", - "@theia/task": "1.58.0", - "@theia/test": "1.58.0", - "@theia/terminal": "1.58.0", - "@theia/variable-resolver": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/output": "1.58.1", + "@theia/process": "1.58.1", + "@theia/task": "1.58.1", + "@theia/test": "1.58.1", + "@theia/terminal": "1.58.1", + "@theia/variable-resolver": "1.58.1", + "@theia/workspace": "1.58.1", "@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.58.0" + "@theia/ext-scripts": "1.58.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/dev-container/package.json b/packages/dev-container/package.json index 5a2bd91b952ca..c2540a6088a12 100644 --- a/packages/dev-container/package.json +++ b/packages/dev-container/package.json @@ -1,12 +1,12 @@ { "name": "@theia/dev-container", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - Editor Preview Extension", "dependencies": { - "@theia/core": "1.58.0", - "@theia/output": "1.58.0", - "@theia/remote": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/core": "1.58.1", + "@theia/output": "1.58.1", + "@theia/remote": "1.58.1", + "@theia/workspace": "1.58.1", "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.58.0", + "@theia/ext-scripts": "1.58.1", "@types/dockerode": "^3.3.23" }, "nyc": { diff --git a/packages/editor-preview/package.json b/packages/editor-preview/package.json index e574205e63a63..99fc7a0797479 100644 --- a/packages/editor-preview/package.json +++ b/packages/editor-preview/package.json @@ -1,11 +1,11 @@ { "name": "@theia/editor-preview", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - Editor Preview Extension", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/navigator": "1.58.0", + "@theia/core": "1.58.1", + "@theia/editor": "1.58.1", + "@theia/navigator": "1.58.1", "tslib": "^2.6.2" }, "publishConfig": { @@ -41,7 +41,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/editor/package.json b/packages/editor/package.json index e69e0eb98978f..49462768fc35f 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -1,10 +1,10 @@ { "name": "@theia/editor", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - Editor Extension", "dependencies": { - "@theia/core": "1.58.0", - "@theia/variable-resolver": "1.58.0", + "@theia/core": "1.58.1", + "@theia/variable-resolver": "1.58.1", "tslib": "^2.6.2" }, "publishConfig": { @@ -41,7 +41,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/electron/package.json b/packages/electron/package.json index 563c9f9483d08..0e9369d997b6e 100644 --- a/packages/electron/package.json +++ b/packages/electron/package.json @@ -1,6 +1,6 @@ { "name": "@theia/electron", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - Electron utility package", "dependencies": { "electron-store": "^8.0.0", @@ -8,8 +8,8 @@ "native-keymap": "^2.2.1" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0", - "@theia/re-exports": "1.58.0" + "@theia/ext-scripts": "1.58.1", + "@theia/re-exports": "1.58.1" }, "peerDependencies": { "electron": "30.1.2" diff --git a/packages/external-terminal/package.json b/packages/external-terminal/package.json index b329cb3c97ca8..bd65417f71030 100644 --- a/packages/external-terminal/package.json +++ b/packages/external-terminal/package.json @@ -1,11 +1,11 @@ { "name": "@theia/external-terminal", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - External Terminal Extension", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/core": "1.58.1", + "@theia/editor": "1.58.1", + "@theia/workspace": "1.58.1", "tslib": "^2.6.2" }, "publishConfig": { @@ -42,7 +42,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/file-search/package.json b/packages/file-search/package.json index d85bf8ddcc82f..55b356c21f989 100644 --- a/packages/file-search/package.json +++ b/packages/file-search/package.json @@ -1,13 +1,13 @@ { "name": "@theia/file-search", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - File Search Extension", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/process": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/core": "1.58.1", + "@theia/editor": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/process": "1.58.1", + "@theia/workspace": "1.58.1", "@vscode/ripgrep": "^1.14.2", "tslib": "^2.6.2" }, @@ -45,7 +45,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/filesystem/package.json b/packages/filesystem/package.json index e328107c3bc3a..aa5ef3f34fdcd 100644 --- a/packages/filesystem/package.json +++ b/packages/filesystem/package.json @@ -1,9 +1,9 @@ { "name": "@theia/filesystem", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - FileSystem Extension", "dependencies": { - "@theia/core": "1.58.0", + "@theia/core": "1.58.1", "@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.58.0" + "@theia/ext-scripts": "1.58.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/getting-started/package.json b/packages/getting-started/package.json index b411f85b22065..d1236a63fe782 100644 --- a/packages/getting-started/package.json +++ b/packages/getting-started/package.json @@ -1,14 +1,14 @@ { "name": "@theia/getting-started", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - GettingStarted Extension", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/keymaps": "1.58.0", - "@theia/preview": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/core": "1.58.1", + "@theia/editor": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/keymaps": "1.58.1", + "@theia/preview": "1.58.1", + "@theia/workspace": "1.58.1", "tslib": "^2.6.2" }, "publishConfig": { @@ -45,7 +45,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/git/package.json b/packages/git/package.json index ecf46930c6f05..a201f29781ff1 100644 --- a/packages/git/package.json +++ b/packages/git/package.json @@ -1,16 +1,16 @@ { "name": "@theia/git", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - Git Integration", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", + "@theia/core": "1.58.1", + "@theia/editor": "1.58.1", + "@theia/filesystem": "1.58.1", "@theia/monaco-editor-core": "1.96.302", - "@theia/navigator": "1.58.0", - "@theia/scm": "1.58.0", - "@theia/scm-extra": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/navigator": "1.58.1", + "@theia/scm": "1.58.1", + "@theia/scm-extra": "1.58.1", + "@theia/workspace": "1.58.1", "@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.58.0", + "@theia/ext-scripts": "1.58.1", "@types/luxon": "^2.3.2", "upath": "^1.0.2" }, diff --git a/packages/keymaps/package.json b/packages/keymaps/package.json index 36611e1435c81..3c0ebb2ef9653 100644 --- a/packages/keymaps/package.json +++ b/packages/keymaps/package.json @@ -1,18 +1,18 @@ { "name": "@theia/keymaps", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - Custom Keymaps Extension", "dependencies": { - "@theia/core": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/core": "1.58.1", + "@theia/monaco": "1.58.1", "@theia/monaco-editor-core": "1.96.302", - "@theia/preferences": "1.58.0", - "@theia/userstorage": "1.58.0", + "@theia/preferences": "1.58.1", + "@theia/userstorage": "1.58.1", "jsonc-parser": "^2.2.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" }, "publishConfig": { "access": "public" diff --git a/packages/markers/package.json b/packages/markers/package.json index 40487ad7ea6c7..deacd90b52285 100644 --- a/packages/markers/package.json +++ b/packages/markers/package.json @@ -1,11 +1,11 @@ { "name": "@theia/markers", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - Markers Extension", "dependencies": { - "@theia/core": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/core": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/workspace": "1.58.1", "tslib": "^2.6.2" }, "publishConfig": { @@ -41,7 +41,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/memory-inspector/package.json b/packages/memory-inspector/package.json index ca5af2d243337..2963507aa5df7 100644 --- a/packages/memory-inspector/package.json +++ b/packages/memory-inspector/package.json @@ -1,6 +1,6 @@ { "name": "@theia/memory-inspector", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - Memory Inspector", "keywords": [ "theia-extension" @@ -27,8 +27,8 @@ "watch": "theiaext watch" }, "dependencies": { - "@theia/core": "1.58.0", - "@theia/debug": "1.58.0", + "@theia/core": "1.58.1", + "@theia/debug": "1.58.1", "@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 ac17015d5d9ed..5155cf5ceebb5 100644 --- a/packages/messages/package.json +++ b/packages/messages/package.json @@ -1,9 +1,9 @@ { "name": "@theia/messages", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - Messages Extension", "dependencies": { - "@theia/core": "1.58.0", + "@theia/core": "1.58.1", "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.58.0" + "@theia/ext-scripts": "1.58.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/metrics/package.json b/packages/metrics/package.json index b30cd7b65e285..ce30f27c8cbb7 100644 --- a/packages/metrics/package.json +++ b/packages/metrics/package.json @@ -1,9 +1,9 @@ { "name": "@theia/metrics", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - Metrics Extension", "dependencies": { - "@theia/core": "1.58.0", + "@theia/core": "1.58.1", "prom-client": "^10.2.0", "tslib": "^2.6.2" }, @@ -44,7 +44,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/mini-browser/package.json b/packages/mini-browser/package.json index 0914ade2a4ee1..12f4b41fbfa9c 100644 --- a/packages/mini-browser/package.json +++ b/packages/mini-browser/package.json @@ -1,10 +1,10 @@ { "name": "@theia/mini-browser", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - Mini-Browser Extension", "dependencies": { - "@theia/core": "1.58.0", - "@theia/filesystem": "1.58.0", + "@theia/core": "1.58.1", + "@theia/filesystem": "1.58.1", "@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.58.0" + "@theia/ext-scripts": "1.58.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/monaco/package.json b/packages/monaco/package.json index 6b7b11bc793e8..383eaff9fc2b5 100644 --- a/packages/monaco/package.json +++ b/packages/monaco/package.json @@ -1,15 +1,15 @@ { "name": "@theia/monaco", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - Monaco Extension", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/markers": "1.58.0", + "@theia/core": "1.58.1", + "@theia/editor": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/markers": "1.58.1", "@theia/monaco-editor-core": "1.96.302", - "@theia/outline-view": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/outline-view": "1.58.1", + "@theia/workspace": "1.58.1", "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.58.0" + "@theia/ext-scripts": "1.58.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/navigator/package.json b/packages/navigator/package.json index cab041b9347e2..144d1bd0184fd 100644 --- a/packages/navigator/package.json +++ b/packages/navigator/package.json @@ -1,11 +1,11 @@ { "name": "@theia/navigator", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - Navigator Extension", "dependencies": { - "@theia/core": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/core": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/workspace": "1.58.1", "minimatch": "^5.1.0", "tslib": "^2.6.2" }, @@ -45,7 +45,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/notebook/package.json b/packages/notebook/package.json index 98a7048d4da60..270004a66cb4d 100644 --- a/packages/notebook/package.json +++ b/packages/notebook/package.json @@ -1,14 +1,14 @@ { "name": "@theia/notebook", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - Notebook Extension", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/core": "1.58.1", + "@theia/editor": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/monaco": "1.58.1", "@theia/monaco-editor-core": "1.96.302", - "@theia/outline-view": "1.58.0", + "@theia/outline-view": "1.58.1", "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.58.0", + "@theia/ext-scripts": "1.58.1", "@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 e355a58c29a7f..dbd5d12dde15b 100644 --- a/packages/outline-view/package.json +++ b/packages/outline-view/package.json @@ -1,9 +1,9 @@ { "name": "@theia/outline-view", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - Outline View Extension", "dependencies": { - "@theia/core": "1.58.0", + "@theia/core": "1.58.1", "tslib": "^2.6.2" }, "publishConfig": { @@ -39,7 +39,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/output/package.json b/packages/output/package.json index 5a807f09c8468..20ebf04777853 100644 --- a/packages/output/package.json +++ b/packages/output/package.json @@ -1,11 +1,11 @@ { "name": "@theia/output", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - Output Extension", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/core": "1.58.1", + "@theia/editor": "1.58.1", + "@theia/monaco": "1.58.1", "@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.58.0" + "@theia/ext-scripts": "1.58.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/plugin-dev/package.json b/packages/plugin-dev/package.json index ad9f8d37a4b0f..d9d9629b66d1d 100644 --- a/packages/plugin-dev/package.json +++ b/packages/plugin-dev/package.json @@ -1,16 +1,16 @@ { "name": "@theia/plugin-dev", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - Plugin Development Extension", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@theia/core": "1.58.0", - "@theia/debug": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/output": "1.58.0", - "@theia/plugin-ext": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/core": "1.58.1", + "@theia/debug": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/output": "1.58.1", + "@theia/plugin-ext": "1.58.1", + "@theia/workspace": "1.58.1", "ps-tree": "^1.2.0", "tslib": "^2.6.2" }, @@ -49,7 +49,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/plugin-ext-headless/package.json b/packages/plugin-ext-headless/package.json index f4a070c6116aa..f6ac7ee609c46 100644 --- a/packages/plugin-ext-headless/package.json +++ b/packages/plugin-ext-headless/package.json @@ -1,13 +1,13 @@ { "name": "@theia/plugin-ext-headless", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - Headless (Backend-only) Plugin Extension", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@theia/core": "1.58.0", - "@theia/plugin-ext": "1.58.0", - "@theia/terminal": "1.58.0", + "@theia/core": "1.58.1", + "@theia/plugin-ext": "1.58.1", + "@theia/terminal": "1.58.1", "tslib": "^2.6.2" }, "publishConfig": { @@ -44,7 +44,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0", + "@theia/ext-scripts": "1.58.1", "@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 a71d7c169865a..5a91522683ed0 100644 --- a/packages/plugin-ext-vscode/package.json +++ b/packages/plugin-ext-vscode/package.json @@ -1,22 +1,22 @@ { "name": "@theia/plugin-ext-vscode", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - Plugin Extension for VsCode", "dependencies": { - "@theia/callhierarchy": "1.58.0", - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/callhierarchy": "1.58.1", + "@theia/core": "1.58.1", + "@theia/editor": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/monaco": "1.58.1", "@theia/monaco-editor-core": "1.96.302", - "@theia/navigator": "1.58.0", - "@theia/outline-view": "1.58.0", - "@theia/plugin": "1.58.0", - "@theia/plugin-ext": "1.58.0", - "@theia/terminal": "1.58.0", - "@theia/typehierarchy": "1.58.0", - "@theia/userstorage": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/navigator": "1.58.1", + "@theia/outline-view": "1.58.1", + "@theia/plugin": "1.58.1", + "@theia/plugin-ext": "1.58.1", + "@theia/terminal": "1.58.1", + "@theia/typehierarchy": "1.58.1", + "@theia/userstorage": "1.58.1", + "@theia/workspace": "1.58.1", "decompress": "^4.2.1", "filenamify": "^4.1.0", "tslib": "^2.6.2" @@ -55,7 +55,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/plugin-ext/package.json b/packages/plugin-ext/package.json index ec7108dcc169f..db2379dbf898e 100644 --- a/packages/plugin-ext/package.json +++ b/packages/plugin-ext/package.json @@ -1,37 +1,37 @@ { "name": "@theia/plugin-ext", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - Plugin Extension", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@theia/bulk-edit": "1.58.0", - "@theia/callhierarchy": "1.58.0", - "@theia/console": "1.58.0", - "@theia/core": "1.58.0", - "@theia/debug": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/editor-preview": "1.58.0", - "@theia/file-search": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/markers": "1.58.0", - "@theia/messages": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/bulk-edit": "1.58.1", + "@theia/callhierarchy": "1.58.1", + "@theia/console": "1.58.1", + "@theia/core": "1.58.1", + "@theia/debug": "1.58.1", + "@theia/editor": "1.58.1", + "@theia/editor-preview": "1.58.1", + "@theia/file-search": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/markers": "1.58.1", + "@theia/messages": "1.58.1", + "@theia/monaco": "1.58.1", "@theia/monaco-editor-core": "1.96.302", - "@theia/navigator": "1.58.0", - "@theia/notebook": "1.58.0", - "@theia/output": "1.58.0", - "@theia/plugin": "1.58.0", - "@theia/preferences": "1.58.0", - "@theia/scm": "1.58.0", - "@theia/search-in-workspace": "1.58.0", - "@theia/task": "1.58.0", - "@theia/terminal": "1.58.0", - "@theia/test": "1.58.0", - "@theia/timeline": "1.58.0", - "@theia/typehierarchy": "1.58.0", - "@theia/variable-resolver": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/navigator": "1.58.1", + "@theia/notebook": "1.58.1", + "@theia/output": "1.58.1", + "@theia/plugin": "1.58.1", + "@theia/preferences": "1.58.1", + "@theia/scm": "1.58.1", + "@theia/search-in-workspace": "1.58.1", + "@theia/task": "1.58.1", + "@theia/terminal": "1.58.1", + "@theia/test": "1.58.1", + "@theia/timeline": "1.58.1", + "@theia/typehierarchy": "1.58.1", + "@theia/variable-resolver": "1.58.1", + "@theia/workspace": "1.58.1", "@types/mime": "^2.0.1", "@vscode/debugprotocol": "^1.51.0", "@vscode/proxy-agent": "^0.13.2", @@ -89,7 +89,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0", + "@theia/ext-scripts": "1.58.1", "@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 971e7ad0a9747..018a574feb6b9 100644 --- a/packages/plugin-metrics/package.json +++ b/packages/plugin-metrics/package.json @@ -1,13 +1,13 @@ { "name": "@theia/plugin-metrics", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - Plugin Metrics", "dependencies": { - "@theia/core": "1.58.0", - "@theia/metrics": "1.58.0", + "@theia/core": "1.58.1", + "@theia/metrics": "1.58.1", "@theia/monaco-editor-core": "1.96.302", - "@theia/plugin": "1.58.0", - "@theia/plugin-ext": "1.58.0", + "@theia/plugin": "1.58.1", + "@theia/plugin-ext": "1.58.1", "tslib": "^2.6.2" }, "publishConfig": { @@ -44,7 +44,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/plugin/package.json b/packages/plugin/package.json index 621b2d6da4886..492da32364931 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@theia/plugin", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - Plugin API", "types": "./src/theia.d.ts", "publishConfig": { @@ -27,7 +27,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/preferences/package.json b/packages/preferences/package.json index ba8a38646584f..93f0ed2ea36c1 100644 --- a/packages/preferences/package.json +++ b/packages/preferences/package.json @@ -1,15 +1,15 @@ { "name": "@theia/preferences", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - Preferences Extension", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/core": "1.58.1", + "@theia/editor": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/monaco": "1.58.1", "@theia/monaco-editor-core": "1.96.302", - "@theia/userstorage": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/userstorage": "1.58.1", + "@theia/workspace": "1.58.1", "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.58.0" + "@theia/ext-scripts": "1.58.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/preview/package.json b/packages/preview/package.json index 8dc6511278cbe..06373ac4d3c54 100644 --- a/packages/preview/package.json +++ b/packages/preview/package.json @@ -1,12 +1,12 @@ { "name": "@theia/preview", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - Preview Extension", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/mini-browser": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/core": "1.58.1", + "@theia/editor": "1.58.1", + "@theia/mini-browser": "1.58.1", + "@theia/monaco": "1.58.1", "@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.58.0", + "@theia/ext-scripts": "1.58.1", "@types/markdown-it-anchor": "^4.0.1" }, "nyc": { diff --git a/packages/process/package.json b/packages/process/package.json index 56180f609cc8e..9324fd077e36f 100644 --- a/packages/process/package.json +++ b/packages/process/package.json @@ -1,9 +1,9 @@ { "name": "@theia/process", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia process support.", "dependencies": { - "@theia/core": "1.58.0", + "@theia/core": "1.58.1", "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.58.0" + "@theia/ext-scripts": "1.58.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/property-view/package.json b/packages/property-view/package.json index 7c4bc28e6e398..d0065d562c046 100644 --- a/packages/property-view/package.json +++ b/packages/property-view/package.json @@ -1,10 +1,10 @@ { "name": "@theia/property-view", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - Property View Extension", "dependencies": { - "@theia/core": "1.58.0", - "@theia/filesystem": "1.58.0", + "@theia/core": "1.58.1", + "@theia/filesystem": "1.58.1", "tslib": "^2.6.2" }, "publishConfig": { @@ -40,7 +40,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/remote/package.json b/packages/remote/package.json index d1747b32421d0..227750d5a43dc 100644 --- a/packages/remote/package.json +++ b/packages/remote/package.json @@ -1,11 +1,11 @@ { "name": "@theia/remote", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - Remote", "dependencies": { - "@theia/core": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/userstorage": "1.58.0", + "@theia/core": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/userstorage": "1.58.1", "archiver": "^5.3.1", "decompress": "^4.2.1", "decompress-tar": "^4.0.0", @@ -53,7 +53,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0", + "@theia/ext-scripts": "1.58.1", "@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 ba6c9e7904c25..ed583e56ffdfb 100644 --- a/packages/scanoss/package.json +++ b/packages/scanoss/package.json @@ -1,9 +1,9 @@ { "name": "@theia/scanoss", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - SCANOSS Integration", "dependencies": { - "@theia/core": "1.58.0", + "@theia/core": "1.58.1", "scanoss": "^0.15.2" }, "publishConfig": { @@ -41,7 +41,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/scm-extra/package.json b/packages/scm-extra/package.json index 8468caf420e7d..cfe54d06f1770 100644 --- a/packages/scm-extra/package.json +++ b/packages/scm-extra/package.json @@ -1,13 +1,13 @@ { "name": "@theia/scm-extra", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - Source control extras Extension", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/navigator": "1.58.0", - "@theia/scm": "1.58.0", + "@theia/core": "1.58.1", + "@theia/editor": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/navigator": "1.58.1", + "@theia/scm": "1.58.1", "tslib": "^2.6.2" }, "publishConfig": { @@ -43,7 +43,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/scm/package.json b/packages/scm/package.json index 660dbcbdb07fe..93db9226cce63 100644 --- a/packages/scm/package.json +++ b/packages/scm/package.json @@ -1,12 +1,12 @@ { "name": "@theia/scm", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - Source control Extension", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/core": "1.58.1", + "@theia/editor": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/monaco": "1.58.1", "@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.58.0" + "@theia/ext-scripts": "1.58.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/search-in-workspace/package.json b/packages/search-in-workspace/package.json index 258b9453d75ca..7836470c295a1 100644 --- a/packages/search-in-workspace/package.json +++ b/packages/search-in-workspace/package.json @@ -1,14 +1,14 @@ { "name": "@theia/search-in-workspace", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - Search in workspace", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/navigator": "1.58.0", - "@theia/process": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/core": "1.58.1", + "@theia/editor": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/navigator": "1.58.1", + "@theia/process": "1.58.1", + "@theia/workspace": "1.58.1", "@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.58.0" + "@theia/ext-scripts": "1.58.1" } } diff --git a/packages/secondary-window/package.json b/packages/secondary-window/package.json index 520ee4d37b5fc..ec4e390dd983d 100644 --- a/packages/secondary-window/package.json +++ b/packages/secondary-window/package.json @@ -1,9 +1,9 @@ { "name": "@theia/secondary-window", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - Secondary Window Extension", "dependencies": { - "@theia/core": "1.58.0", + "@theia/core": "1.58.1", "tslib": "^2.6.2" }, "publishConfig": { @@ -39,6 +39,6 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" } } diff --git a/packages/task/package.json b/packages/task/package.json index bd15337c767f8..24e56f7d03fd1 100644 --- a/packages/task/package.json +++ b/packages/task/package.json @@ -1,19 +1,19 @@ { "name": "@theia/task", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - Task extension. This extension adds support for executing raw or terminal processes in the backend.", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/markers": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/core": "1.58.1", + "@theia/editor": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/markers": "1.58.1", + "@theia/monaco": "1.58.1", "@theia/monaco-editor-core": "1.96.302", - "@theia/process": "1.58.0", - "@theia/terminal": "1.58.0", - "@theia/userstorage": "1.58.0", - "@theia/variable-resolver": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/process": "1.58.1", + "@theia/terminal": "1.58.1", + "@theia/userstorage": "1.58.1", + "@theia/variable-resolver": "1.58.1", + "@theia/workspace": "1.58.1", "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.58.0" + "@theia/ext-scripts": "1.58.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/terminal/package.json b/packages/terminal/package.json index 90b0f4f67fd33..3a29fdf269683 100644 --- a/packages/terminal/package.json +++ b/packages/terminal/package.json @@ -1,15 +1,15 @@ { "name": "@theia/terminal", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - Terminal Extension", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/file-search": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/process": "1.58.0", - "@theia/variable-resolver": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/core": "1.58.1", + "@theia/editor": "1.58.1", + "@theia/file-search": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/process": "1.58.1", + "@theia/variable-resolver": "1.58.1", + "@theia/workspace": "1.58.1", "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.58.0" + "@theia/ext-scripts": "1.58.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/test/package.json b/packages/test/package.json index beef0582fd5b4..14c5fdd8b1ec4 100644 --- a/packages/test/package.json +++ b/packages/test/package.json @@ -1,13 +1,13 @@ { "name": "@theia/test", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - Test Extension", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/navigator": "1.58.0", - "@theia/terminal": "1.58.0", + "@theia/core": "1.58.1", + "@theia/editor": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/navigator": "1.58.1", + "@theia/terminal": "1.58.1", "xterm": "^4.16.0", "xterm-addon-fit": "^0.5.0" }, @@ -44,7 +44,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/timeline/package.json b/packages/timeline/package.json index ce7899f8735f6..2a861aa04e5b8 100644 --- a/packages/timeline/package.json +++ b/packages/timeline/package.json @@ -1,10 +1,10 @@ { "name": "@theia/timeline", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - Timeline Extension", "dependencies": { - "@theia/core": "1.58.0", - "@theia/navigator": "1.58.0", + "@theia/core": "1.58.1", + "@theia/navigator": "1.58.1", "tslib": "^2.6.2" }, "publishConfig": { @@ -40,7 +40,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/toolbar/package.json b/packages/toolbar/package.json index 48ffaa61770b7..53e7c2b773273 100644 --- a/packages/toolbar/package.json +++ b/packages/toolbar/package.json @@ -1,6 +1,6 @@ { "name": "@theia/toolbar", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - Toolbar", "keywords": [ "theia-extension" @@ -27,15 +27,15 @@ "watch": "theiaext watch" }, "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", - "@theia/file-search": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/monaco": "1.58.0", + "@theia/core": "1.58.1", + "@theia/editor": "1.58.1", + "@theia/file-search": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/monaco": "1.58.1", "@theia/monaco-editor-core": "1.96.302", - "@theia/search-in-workspace": "1.58.0", - "@theia/userstorage": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/search-in-workspace": "1.58.1", + "@theia/userstorage": "1.58.1", + "@theia/workspace": "1.58.1", "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 ccd73a4be2159..638aff05eec9c 100644 --- a/packages/typehierarchy/package.json +++ b/packages/typehierarchy/package.json @@ -1,10 +1,10 @@ { "name": "@theia/typehierarchy", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - Type Hierarchy Extension", "dependencies": { - "@theia/core": "1.58.0", - "@theia/editor": "1.58.0", + "@theia/core": "1.58.1", + "@theia/editor": "1.58.1", "tslib": "^2.6.2" }, "publishConfig": { @@ -40,7 +40,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/userstorage/package.json b/packages/userstorage/package.json index 2eddbef455c87..ddaa11a6d6736 100644 --- a/packages/userstorage/package.json +++ b/packages/userstorage/package.json @@ -1,10 +1,10 @@ { "name": "@theia/userstorage", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - User Storage Extension", "dependencies": { - "@theia/core": "1.58.0", - "@theia/filesystem": "1.58.0", + "@theia/core": "1.58.1", + "@theia/filesystem": "1.58.1", "tslib": "^2.6.2" }, "publishConfig": { @@ -40,7 +40,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/variable-resolver/package.json b/packages/variable-resolver/package.json index ce28bc01704d0..31e5d28ea5190 100644 --- a/packages/variable-resolver/package.json +++ b/packages/variable-resolver/package.json @@ -1,9 +1,9 @@ { "name": "@theia/variable-resolver", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - Variable Resolver Extension", "dependencies": { - "@theia/core": "1.58.0", + "@theia/core": "1.58.1", "tslib": "^2.6.2" }, "publishConfig": { @@ -45,7 +45,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.58.0" + "@theia/ext-scripts": "1.58.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/vsx-registry/package.json b/packages/vsx-registry/package.json index 78a2ee995878a..cc9db5a2de9cc 100644 --- a/packages/vsx-registry/package.json +++ b/packages/vsx-registry/package.json @@ -1,16 +1,16 @@ { "name": "@theia/vsx-registry", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - VSX Registry", "dependencies": { - "@theia/core": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/navigator": "1.58.0", - "@theia/ovsx-client": "1.58.0", - "@theia/plugin-ext": "1.58.0", - "@theia/plugin-ext-vscode": "1.58.0", - "@theia/preferences": "1.58.0", - "@theia/workspace": "1.58.0", + "@theia/core": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/navigator": "1.58.1", + "@theia/ovsx-client": "1.58.1", + "@theia/plugin-ext": "1.58.1", + "@theia/plugin-ext-vscode": "1.58.1", + "@theia/preferences": "1.58.1", + "@theia/workspace": "1.58.1", "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.58.0", + "@theia/ext-scripts": "1.58.1", "@types/luxon": "^2.3.2" }, "nyc": { diff --git a/packages/workspace/package.json b/packages/workspace/package.json index 37f3ead8bb997..1dc5485c49d83 100644 --- a/packages/workspace/package.json +++ b/packages/workspace/package.json @@ -1,11 +1,11 @@ { "name": "@theia/workspace", - "version": "1.58.0", + "version": "1.58.1", "description": "Theia - Workspace Extension", "dependencies": { - "@theia/core": "1.58.0", - "@theia/filesystem": "1.58.0", - "@theia/variable-resolver": "1.58.0", + "@theia/core": "1.58.1", + "@theia/filesystem": "1.58.1", + "@theia/variable-resolver": "1.58.1", "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.58.0" + "@theia/ext-scripts": "1.58.1" }, "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 efcf426dff1db..ce84ff2e29777 100644 --- a/sample-plugins/sample-namespace/plugin-a/package.json +++ b/sample-plugins/sample-namespace/plugin-a/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "plugin-a", - "version": "1.58.0", + "version": "1.58.1", "main": "extension.js", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "publisher": "sample-publisher", diff --git a/sample-plugins/sample-namespace/plugin-b/package.json b/sample-plugins/sample-namespace/plugin-b/package.json index 72f114bbe1c5c..79e4414eccc22 100644 --- a/sample-plugins/sample-namespace/plugin-b/package.json +++ b/sample-plugins/sample-namespace/plugin-b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "plugin-b", - "version": "1.58.0", + "version": "1.58.1", "main": "extension.js", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "publisher": "sample-publisher", diff --git a/sample-plugins/sample-namespace/plugin-gotd/package.json b/sample-plugins/sample-namespace/plugin-gotd/package.json index d12bc553d3586..a868d0b8d237c 100644 --- a/sample-plugins/sample-namespace/plugin-gotd/package.json +++ b/sample-plugins/sample-namespace/plugin-gotd/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "plugin-gotd", - "version": "1.58.0", + "version": "1.58.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "repository": { "type": "git", @@ -15,7 +15,7 @@ "*" ], "devDependencies": { - "@theia/api-provider-sample": "1.58.0" + "@theia/api-provider-sample": "1.58.1" }, "scripts": { "build": "npm pack"