From 808de0b0aeac0b3f530d7bc7056af90d827deec1 Mon Sep 17 00:00:00 2001 From: Johannes Faltermeier Date: Thu, 31 Oct 2024 13:02:24 +0100 Subject: [PATCH] v1.55.0 --- 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 | 8 +- 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 | 28 ++-- examples/api-tests/package.json | 4 +- examples/browser-only/package.json | 106 +++++++-------- examples/browser/package.json | 122 +++++++++--------- examples/electron/package.json | 120 ++++++++--------- examples/playwright/package.json | 2 +- lerna.json | 2 +- packages/ai-chat-ui/package.json | 20 +-- packages/ai-chat/package.json | 14 +- packages/ai-code-completion/package.json | 14 +- packages/ai-core/package.json | 18 +-- packages/ai-history/package.json | 14 +- packages/ai-llamafile/package.json | 10 +- packages/ai-ollama/package.json | 12 +- packages/ai-openai/package.json | 12 +- 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 | 8 +- 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 +- 83 files changed, 626 insertions(+), 626 deletions(-) diff --git a/dev-packages/application-manager/package.json b/dev-packages/application-manager/package.json index 3ab87e9160235..2b2369070bdfa 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.54.0", + "version": "1.55.0", "description": "Theia application manager API.", "publishConfig": { "access": "public" @@ -33,9 +33,9 @@ "@babel/plugin-transform-classes": "^7.10.0", "@babel/plugin-transform-runtime": "^7.10.0", "@babel/preset-env": "^7.10.0", - "@theia/application-package": "1.54.0", - "@theia/ffmpeg": "1.54.0", - "@theia/native-webpack-plugin": "1.54.0", + "@theia/application-package": "1.55.0", + "@theia/ffmpeg": "1.55.0", + "@theia/native-webpack-plugin": "1.55.0", "@types/fs-extra": "^4.0.2", "@types/semver": "^7.5.0", "babel-loader": "^8.2.2", @@ -74,7 +74,7 @@ } }, "devDependencies": { - "@theia/ext-scripts": "1.54.0", + "@theia/ext-scripts": "1.55.0", "@types/node-abi": "*" }, "nyc": { diff --git a/dev-packages/application-package/package.json b/dev-packages/application-package/package.json index 642f2d38ae863..4df9b8ae01919 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.54.0", + "version": "1.55.0", "description": "Theia application package API.", "publishConfig": { "access": "public" @@ -29,7 +29,7 @@ "watch": "theiaext watch" }, "dependencies": { - "@theia/request": "1.54.0", + "@theia/request": "1.55.0", "@types/fs-extra": "^4.0.2", "@types/semver": "^7.5.0", "@types/write-json-file": "^2.2.1", @@ -43,7 +43,7 @@ "write-json-file": "^2.2.0" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0" + "@theia/ext-scripts": "1.55.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/dev-packages/cli/package.json b/dev-packages/cli/package.json index 27b9cce50b361..e65feb63fc7be 100644 --- a/dev-packages/cli/package.json +++ b/dev-packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@theia/cli", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia CLI.", "publishConfig": { "access": "public" @@ -32,12 +32,12 @@ "clean": "theiaext clean" }, "dependencies": { - "@theia/application-manager": "1.54.0", - "@theia/application-package": "1.54.0", - "@theia/ffmpeg": "1.54.0", - "@theia/localization-manager": "1.54.0", - "@theia/ovsx-client": "1.54.0", - "@theia/request": "1.54.0", + "@theia/application-manager": "1.55.0", + "@theia/application-package": "1.55.0", + "@theia/ffmpeg": "1.55.0", + "@theia/localization-manager": "1.55.0", + "@theia/ovsx-client": "1.55.0", + "@theia/request": "1.55.0", "@types/chai": "^4.2.7", "@types/mocha": "^10.0.0", "@types/node-fetch": "^2.5.7", diff --git a/dev-packages/ffmpeg/package.json b/dev-packages/ffmpeg/package.json index 8e516fe0f99a2..7fbb464af9c17 100644 --- a/dev-packages/ffmpeg/package.json +++ b/dev-packages/ffmpeg/package.json @@ -1,6 +1,6 @@ { "name": "@theia/ffmpeg", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia FFMPEG reader utility.", "publishConfig": { "access": "public" diff --git a/dev-packages/localization-manager/package.json b/dev-packages/localization-manager/package.json index d902aff6c108c..a1ecfaa1ed013 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.54.0", + "version": "1.55.0", "description": "Theia localization manager API.", "publishConfig": { "access": "public" @@ -40,7 +40,7 @@ "typescript": "~5.4.5" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0" + "@theia/ext-scripts": "1.55.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/dev-packages/native-webpack-plugin/package.json b/dev-packages/native-webpack-plugin/package.json index cf9c289074dcb..ddb5b7710c0a3 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.54.0", + "version": "1.55.0", "description": "Webpack Plugin for native dependencies of Theia.", "publishConfig": { "access": "public" diff --git a/dev-packages/ovsx-client/package.json b/dev-packages/ovsx-client/package.json index 3a16cb7fd5918..fd16e3e0ecb08 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.54.0", + "version": "1.55.0", "description": "Theia Open-VSX Client", "publishConfig": { "access": "public" @@ -29,7 +29,7 @@ "watch": "theiaext watch" }, "dependencies": { - "@theia/request": "1.54.0", + "@theia/request": "1.55.0", "limiter": "^2.1.0", "semver": "^7.5.4", "tslib": "^2.6.2" diff --git a/dev-packages/private-eslint-plugin/package.json b/dev-packages/private-eslint-plugin/package.json index df56642978462..50742b922d3bb 100644 --- a/dev-packages/private-eslint-plugin/package.json +++ b/dev-packages/private-eslint-plugin/package.json @@ -1,16 +1,16 @@ { "private": true, "name": "@theia/eslint-plugin", - "version": "1.54.0", + "version": "1.55.0", "description": "Custom ESLint rules for developing Theia extensions and applications", "main": "index.js", "scripts": { "prepare": "tsc -b" }, "dependencies": { - "@theia/core": "1.54.0", - "@theia/ext-scripts": "1.54.0", - "@theia/re-exports": "1.54.0", + "@theia/core": "1.55.0", + "@theia/ext-scripts": "1.55.0", + "@theia/re-exports": "1.55.0", "js-levenshtein": "^1.1.6" } } diff --git a/dev-packages/private-ext-scripts/package.json b/dev-packages/private-ext-scripts/package.json index 7cbc0f55acee9..a8e44cb2c15bb 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.54.0", + "version": "1.55.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "description": "NPM scripts for Theia packages.", "bin": { diff --git a/dev-packages/private-re-exports/package.json b/dev-packages/private-re-exports/package.json index d5076c0f8e950..b2c4ebded7aa7 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.54.0", + "version": "1.55.0", "description": "Theia re-export helper functions and scripts.", "main": "lib/index.js", "engines": { diff --git a/dev-packages/request/package.json b/dev-packages/request/package.json index f55e01682458e..ae1975c3d683e 100644 --- a/dev-packages/request/package.json +++ b/dev-packages/request/package.json @@ -1,6 +1,6 @@ { "name": "@theia/request", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia Proxy-Aware Request Service", "publishConfig": { "access": "public" diff --git a/examples/api-provider-sample/package.json b/examples/api-provider-sample/package.json index 410a1d085df1e..91521ad61bbdf 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.54.0", + "version": "1.55.0", "description": "Theia - Example code to demonstrate Theia API Provider Extensions", "dependencies": { - "@theia/core": "1.54.0", - "@theia/plugin-ext": "1.54.0", - "@theia/plugin-ext-headless": "1.54.0" + "@theia/core": "1.55.0", + "@theia/plugin-ext": "1.55.0", + "@theia/plugin-ext-headless": "1.55.0" }, "theiaExtensions": [ { @@ -37,6 +37,6 @@ "clean": "theiaext clean" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0" + "@theia/ext-scripts": "1.55.0" } } diff --git a/examples/api-samples/package.json b/examples/api-samples/package.json index 410372c39b76e..7ff6acaadb5b0 100644 --- a/examples/api-samples/package.json +++ b/examples/api-samples/package.json @@ -1,22 +1,22 @@ { "private": true, "name": "@theia/api-samples", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia - Example code to demonstrate Theia API", "dependencies": { - "@theia/ai-chat-ui": "1.54.0", - "@theia/core": "1.54.0", - "@theia/file-search": "1.54.0", - "@theia/filesystem": "1.54.0", - "@theia/monaco": "1.54.0", + "@theia/ai-chat-ui": "1.55.0", + "@theia/core": "1.55.0", + "@theia/file-search": "1.55.0", + "@theia/filesystem": "1.55.0", + "@theia/monaco": "1.55.0", "@theia/monaco-editor-core": "1.83.101", - "@theia/output": "1.54.0", - "@theia/ovsx-client": "1.54.0", - "@theia/search-in-workspace": "1.54.0", - "@theia/test": "1.54.0", - "@theia/toolbar": "1.54.0", - "@theia/vsx-registry": "1.54.0", - "@theia/workspace": "1.54.0" + "@theia/output": "1.55.0", + "@theia/ovsx-client": "1.55.0", + "@theia/search-in-workspace": "1.55.0", + "@theia/test": "1.55.0", + "@theia/toolbar": "1.55.0", + "@theia/vsx-registry": "1.55.0", + "@theia/workspace": "1.55.0" }, "theiaExtensions": [ { @@ -58,6 +58,6 @@ "clean": "theiaext clean" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0" + "@theia/ext-scripts": "1.55.0" } } diff --git a/examples/api-tests/package.json b/examples/api-tests/package.json index ffad1dc080294..43a1502b44ef1 100644 --- a/examples/api-tests/package.json +++ b/examples/api-tests/package.json @@ -1,9 +1,9 @@ { "name": "@theia/api-tests", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia API tests", "dependencies": { - "@theia/core": "1.54.0" + "@theia/core": "1.55.0" }, "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "repository": { diff --git a/examples/browser-only/package.json b/examples/browser-only/package.json index dc2bbce1b8f8c..3f268a6aecf40 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.54.0", + "version": "1.55.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "theia": { "target": "browser-only", @@ -15,57 +15,57 @@ } }, "dependencies": { - "@theia/ai-chat": "1.54.0", - "@theia/ai-chat-ui": "1.54.0", - "@theia/ai-code-completion": "1.54.0", - "@theia/ai-core": "1.54.0", - "@theia/ai-history": "1.54.0", - "@theia/ai-ollama": "1.54.0", - "@theia/ai-openai": "1.54.0", - "@theia/api-samples": "1.54.0", - "@theia/bulk-edit": "1.54.0", - "@theia/callhierarchy": "1.54.0", - "@theia/collaboration": "1.54.0", - "@theia/console": "1.54.0", - "@theia/core": "1.54.0", - "@theia/debug": "1.54.0", - "@theia/editor": "1.54.0", - "@theia/editor-preview": "1.54.0", - "@theia/file-search": "1.54.0", - "@theia/filesystem": "1.54.0", - "@theia/getting-started": "1.54.0", - "@theia/git": "1.54.0", - "@theia/keymaps": "1.54.0", - "@theia/markers": "1.54.0", - "@theia/memory-inspector": "1.54.0", - "@theia/messages": "1.54.0", - "@theia/metrics": "1.54.0", - "@theia/mini-browser": "1.54.0", - "@theia/monaco": "1.54.0", - "@theia/navigator": "1.54.0", - "@theia/outline-view": "1.54.0", - "@theia/output": "1.54.0", - "@theia/plugin-dev": "1.54.0", - "@theia/plugin-ext": "1.54.0", - "@theia/plugin-ext-vscode": "1.54.0", - "@theia/plugin-metrics": "1.54.0", - "@theia/preferences": "1.54.0", - "@theia/preview": "1.54.0", - "@theia/process": "1.54.0", - "@theia/property-view": "1.54.0", - "@theia/scm": "1.54.0", - "@theia/scm-extra": "1.54.0", - "@theia/search-in-workspace": "1.54.0", - "@theia/secondary-window": "1.54.0", - "@theia/task": "1.54.0", - "@theia/terminal": "1.54.0", - "@theia/timeline": "1.54.0", - "@theia/toolbar": "1.54.0", - "@theia/typehierarchy": "1.54.0", - "@theia/userstorage": "1.54.0", - "@theia/variable-resolver": "1.54.0", - "@theia/vsx-registry": "1.54.0", - "@theia/workspace": "1.54.0" + "@theia/ai-chat": "1.55.0", + "@theia/ai-chat-ui": "1.55.0", + "@theia/ai-code-completion": "1.55.0", + "@theia/ai-core": "1.55.0", + "@theia/ai-history": "1.55.0", + "@theia/ai-ollama": "1.55.0", + "@theia/ai-openai": "1.55.0", + "@theia/api-samples": "1.55.0", + "@theia/bulk-edit": "1.55.0", + "@theia/callhierarchy": "1.55.0", + "@theia/collaboration": "1.55.0", + "@theia/console": "1.55.0", + "@theia/core": "1.55.0", + "@theia/debug": "1.55.0", + "@theia/editor": "1.55.0", + "@theia/editor-preview": "1.55.0", + "@theia/file-search": "1.55.0", + "@theia/filesystem": "1.55.0", + "@theia/getting-started": "1.55.0", + "@theia/git": "1.55.0", + "@theia/keymaps": "1.55.0", + "@theia/markers": "1.55.0", + "@theia/memory-inspector": "1.55.0", + "@theia/messages": "1.55.0", + "@theia/metrics": "1.55.0", + "@theia/mini-browser": "1.55.0", + "@theia/monaco": "1.55.0", + "@theia/navigator": "1.55.0", + "@theia/outline-view": "1.55.0", + "@theia/output": "1.55.0", + "@theia/plugin-dev": "1.55.0", + "@theia/plugin-ext": "1.55.0", + "@theia/plugin-ext-vscode": "1.55.0", + "@theia/plugin-metrics": "1.55.0", + "@theia/preferences": "1.55.0", + "@theia/preview": "1.55.0", + "@theia/process": "1.55.0", + "@theia/property-view": "1.55.0", + "@theia/scm": "1.55.0", + "@theia/scm-extra": "1.55.0", + "@theia/search-in-workspace": "1.55.0", + "@theia/secondary-window": "1.55.0", + "@theia/task": "1.55.0", + "@theia/terminal": "1.55.0", + "@theia/timeline": "1.55.0", + "@theia/toolbar": "1.55.0", + "@theia/typehierarchy": "1.55.0", + "@theia/userstorage": "1.55.0", + "@theia/variable-resolver": "1.55.0", + "@theia/vsx-registry": "1.55.0", + "@theia/workspace": "1.55.0" }, "scripts": { "prepare:no-native": "lerna run prepare --scope=\"@theia/re-exports\" && lerna run generate-theia-re-exports --scope=\"@theia/core\"", @@ -81,6 +81,6 @@ "watch:compile": "tsc -b -w" }, "devDependencies": { - "@theia/cli": "1.54.0" + "@theia/cli": "1.55.0" } } diff --git a/examples/browser/package.json b/examples/browser/package.json index 5cfdc9277b381..3f36e92f0605e 100644 --- a/examples/browser/package.json +++ b/examples/browser/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@theia/example-browser", - "version": "1.54.0", + "version": "1.55.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "theia": { "frontend": { @@ -22,65 +22,65 @@ }, "theiaPluginsDir": "../../plugins", "dependencies": { - "@theia/ai-chat": "1.54.0", - "@theia/ai-chat-ui": "1.54.0", - "@theia/ai-code-completion": "1.54.0", - "@theia/ai-core": "1.54.0", - "@theia/ai-history": "1.54.0", - "@theia/ai-llamafile": "1.54.0", - "@theia/ai-ollama": "1.54.0", - "@theia/ai-openai": "1.54.0", - "@theia/ai-terminal": "1.54.0", - "@theia/ai-workspace-agent": "1.54.0", - "@theia/api-provider-sample": "1.54.0", - "@theia/api-samples": "1.54.0", - "@theia/bulk-edit": "1.54.0", - "@theia/callhierarchy": "1.54.0", - "@theia/collaboration": "1.54.0", - "@theia/console": "1.54.0", - "@theia/core": "1.54.0", - "@theia/debug": "1.54.0", - "@theia/dev-container": "1.54.0", - "@theia/editor": "1.54.0", - "@theia/editor-preview": "1.54.0", - "@theia/file-search": "1.54.0", - "@theia/filesystem": "1.54.0", - "@theia/getting-started": "1.54.0", - "@theia/keymaps": "1.54.0", - "@theia/markers": "1.54.0", - "@theia/memory-inspector": "1.54.0", - "@theia/messages": "1.54.0", - "@theia/metrics": "1.54.0", - "@theia/mini-browser": "1.54.0", - "@theia/monaco": "1.54.0", - "@theia/navigator": "1.54.0", - "@theia/notebook": "1.54.0", - "@theia/outline-view": "1.54.0", - "@theia/output": "1.54.0", - "@theia/plugin-dev": "1.54.0", - "@theia/plugin-ext": "1.54.0", - "@theia/plugin-ext-headless": "1.54.0", - "@theia/plugin-ext-vscode": "1.54.0", - "@theia/plugin-metrics": "1.54.0", - "@theia/preferences": "1.54.0", - "@theia/preview": "1.54.0", - "@theia/process": "1.54.0", - "@theia/property-view": "1.54.0", - "@theia/remote": "1.54.0", - "@theia/scm": "1.54.0", - "@theia/scm-extra": "1.54.0", - "@theia/search-in-workspace": "1.54.0", - "@theia/secondary-window": "1.54.0", - "@theia/task": "1.54.0", - "@theia/terminal": "1.54.0", - "@theia/test": "1.54.0", - "@theia/timeline": "1.54.0", - "@theia/toolbar": "1.54.0", - "@theia/typehierarchy": "1.54.0", - "@theia/userstorage": "1.54.0", - "@theia/variable-resolver": "1.54.0", - "@theia/vsx-registry": "1.54.0", - "@theia/workspace": "1.54.0" + "@theia/ai-chat": "1.55.0", + "@theia/ai-chat-ui": "1.55.0", + "@theia/ai-code-completion": "1.55.0", + "@theia/ai-core": "1.55.0", + "@theia/ai-history": "1.55.0", + "@theia/ai-llamafile": "1.55.0", + "@theia/ai-ollama": "1.55.0", + "@theia/ai-openai": "1.55.0", + "@theia/ai-terminal": "1.55.0", + "@theia/ai-workspace-agent": "1.55.0", + "@theia/api-provider-sample": "1.55.0", + "@theia/api-samples": "1.55.0", + "@theia/bulk-edit": "1.55.0", + "@theia/callhierarchy": "1.55.0", + "@theia/collaboration": "1.55.0", + "@theia/console": "1.55.0", + "@theia/core": "1.55.0", + "@theia/debug": "1.55.0", + "@theia/dev-container": "1.55.0", + "@theia/editor": "1.55.0", + "@theia/editor-preview": "1.55.0", + "@theia/file-search": "1.55.0", + "@theia/filesystem": "1.55.0", + "@theia/getting-started": "1.55.0", + "@theia/keymaps": "1.55.0", + "@theia/markers": "1.55.0", + "@theia/memory-inspector": "1.55.0", + "@theia/messages": "1.55.0", + "@theia/metrics": "1.55.0", + "@theia/mini-browser": "1.55.0", + "@theia/monaco": "1.55.0", + "@theia/navigator": "1.55.0", + "@theia/notebook": "1.55.0", + "@theia/outline-view": "1.55.0", + "@theia/output": "1.55.0", + "@theia/plugin-dev": "1.55.0", + "@theia/plugin-ext": "1.55.0", + "@theia/plugin-ext-headless": "1.55.0", + "@theia/plugin-ext-vscode": "1.55.0", + "@theia/plugin-metrics": "1.55.0", + "@theia/preferences": "1.55.0", + "@theia/preview": "1.55.0", + "@theia/process": "1.55.0", + "@theia/property-view": "1.55.0", + "@theia/remote": "1.55.0", + "@theia/scm": "1.55.0", + "@theia/scm-extra": "1.55.0", + "@theia/search-in-workspace": "1.55.0", + "@theia/secondary-window": "1.55.0", + "@theia/task": "1.55.0", + "@theia/terminal": "1.55.0", + "@theia/test": "1.55.0", + "@theia/timeline": "1.55.0", + "@theia/toolbar": "1.55.0", + "@theia/typehierarchy": "1.55.0", + "@theia/userstorage": "1.55.0", + "@theia/variable-resolver": "1.55.0", + "@theia/vsx-registry": "1.55.0", + "@theia/workspace": "1.55.0" }, "scripts": { "clean": "theia clean", @@ -103,6 +103,6 @@ "watch:compile": "tsc -b -w" }, "devDependencies": { - "@theia/cli": "1.54.0" + "@theia/cli": "1.55.0" } } diff --git a/examples/electron/package.json b/examples/electron/package.json index 5dcb9b9007a93..bdf0f34160a46 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.54.0", + "version": "1.55.0", "main": "lib/backend/electron-main.js", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "theia": { @@ -26,64 +26,64 @@ } }, "dependencies": { - "@theia/ai-chat": "1.54.0", - "@theia/ai-chat-ui": "1.54.0", - "@theia/ai-code-completion": "1.54.0", - "@theia/ai-core": "1.54.0", - "@theia/ai-history": "1.54.0", - "@theia/ai-llamafile": "1.54.0", - "@theia/ai-ollama": "1.54.0", - "@theia/ai-openai": "1.54.0", - "@theia/ai-terminal": "1.54.0", - "@theia/ai-workspace-agent": "1.54.0", - "@theia/api-provider-sample": "1.54.0", - "@theia/api-samples": "1.54.0", - "@theia/bulk-edit": "1.54.0", - "@theia/callhierarchy": "1.54.0", - "@theia/collaboration": "1.54.0", - "@theia/console": "1.54.0", - "@theia/core": "1.54.0", - "@theia/debug": "1.54.0", - "@theia/dev-container": "1.54.0", - "@theia/editor": "1.54.0", - "@theia/editor-preview": "1.54.0", - "@theia/electron": "1.54.0", - "@theia/external-terminal": "1.54.0", - "@theia/file-search": "1.54.0", - "@theia/filesystem": "1.54.0", - "@theia/getting-started": "1.54.0", - "@theia/keymaps": "1.54.0", - "@theia/markers": "1.54.0", - "@theia/memory-inspector": "1.54.0", - "@theia/messages": "1.54.0", - "@theia/metrics": "1.54.0", - "@theia/mini-browser": "1.54.0", - "@theia/monaco": "1.54.0", - "@theia/navigator": "1.54.0", - "@theia/outline-view": "1.54.0", - "@theia/output": "1.54.0", - "@theia/plugin-dev": "1.54.0", - "@theia/plugin-ext": "1.54.0", - "@theia/plugin-ext-headless": "1.54.0", - "@theia/plugin-ext-vscode": "1.54.0", - "@theia/preferences": "1.54.0", - "@theia/preview": "1.54.0", - "@theia/process": "1.54.0", - "@theia/property-view": "1.54.0", - "@theia/remote": "1.54.0", - "@theia/scm": "1.54.0", - "@theia/scm-extra": "1.54.0", - "@theia/search-in-workspace": "1.54.0", - "@theia/secondary-window": "1.54.0", - "@theia/task": "1.54.0", - "@theia/terminal": "1.54.0", - "@theia/timeline": "1.54.0", - "@theia/toolbar": "1.54.0", - "@theia/typehierarchy": "1.54.0", - "@theia/userstorage": "1.54.0", - "@theia/variable-resolver": "1.54.0", - "@theia/vsx-registry": "1.54.0", - "@theia/workspace": "1.54.0" + "@theia/ai-chat": "1.55.0", + "@theia/ai-chat-ui": "1.55.0", + "@theia/ai-code-completion": "1.55.0", + "@theia/ai-core": "1.55.0", + "@theia/ai-history": "1.55.0", + "@theia/ai-llamafile": "1.55.0", + "@theia/ai-ollama": "1.55.0", + "@theia/ai-openai": "1.55.0", + "@theia/ai-terminal": "1.55.0", + "@theia/ai-workspace-agent": "1.55.0", + "@theia/api-provider-sample": "1.55.0", + "@theia/api-samples": "1.55.0", + "@theia/bulk-edit": "1.55.0", + "@theia/callhierarchy": "1.55.0", + "@theia/collaboration": "1.55.0", + "@theia/console": "1.55.0", + "@theia/core": "1.55.0", + "@theia/debug": "1.55.0", + "@theia/dev-container": "1.55.0", + "@theia/editor": "1.55.0", + "@theia/editor-preview": "1.55.0", + "@theia/electron": "1.55.0", + "@theia/external-terminal": "1.55.0", + "@theia/file-search": "1.55.0", + "@theia/filesystem": "1.55.0", + "@theia/getting-started": "1.55.0", + "@theia/keymaps": "1.55.0", + "@theia/markers": "1.55.0", + "@theia/memory-inspector": "1.55.0", + "@theia/messages": "1.55.0", + "@theia/metrics": "1.55.0", + "@theia/mini-browser": "1.55.0", + "@theia/monaco": "1.55.0", + "@theia/navigator": "1.55.0", + "@theia/outline-view": "1.55.0", + "@theia/output": "1.55.0", + "@theia/plugin-dev": "1.55.0", + "@theia/plugin-ext": "1.55.0", + "@theia/plugin-ext-headless": "1.55.0", + "@theia/plugin-ext-vscode": "1.55.0", + "@theia/preferences": "1.55.0", + "@theia/preview": "1.55.0", + "@theia/process": "1.55.0", + "@theia/property-view": "1.55.0", + "@theia/remote": "1.55.0", + "@theia/scm": "1.55.0", + "@theia/scm-extra": "1.55.0", + "@theia/search-in-workspace": "1.55.0", + "@theia/secondary-window": "1.55.0", + "@theia/task": "1.55.0", + "@theia/terminal": "1.55.0", + "@theia/timeline": "1.55.0", + "@theia/toolbar": "1.55.0", + "@theia/typehierarchy": "1.55.0", + "@theia/userstorage": "1.55.0", + "@theia/variable-resolver": "1.55.0", + "@theia/vsx-registry": "1.55.0", + "@theia/workspace": "1.55.0" }, "scripts": { "build": "yarn -s compile && yarn -s bundle", @@ -101,7 +101,7 @@ "watch:compile": "tsc -b -w" }, "devDependencies": { - "@theia/cli": "1.54.0", + "@theia/cli": "1.55.0", "electron": "^30.1.2" } } diff --git a/examples/playwright/package.json b/examples/playwright/package.json index 3d2e3ba098051..837388a347cd3 100644 --- a/examples/playwright/package.json +++ b/examples/playwright/package.json @@ -1,6 +1,6 @@ { "name": "@theia/playwright", - "version": "1.54.0", + "version": "1.55.0", "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 63463ee9ae474..9bbf44caf0c8b 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/lerna.json", "npmClient": "yarn", - "version": "1.54.0", + "version": "1.55.0", "command": { "run": { "stream": true diff --git a/packages/ai-chat-ui/package.json b/packages/ai-chat-ui/package.json index 0edf7837f7294..f37f61622e422 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.54.0", + "version": "1.55.0", "description": "Theia - AI Chat UI Extension", "dependencies": { - "@theia/ai-core": "1.54.0", - "@theia/ai-chat": "1.54.0", - "@theia/core": "1.54.0", - "@theia/editor": "1.54.0", - "@theia/filesystem": "1.54.0", - "@theia/monaco": "1.54.0", + "@theia/ai-core": "1.55.0", + "@theia/ai-chat": "1.55.0", + "@theia/core": "1.55.0", + "@theia/editor": "1.55.0", + "@theia/filesystem": "1.55.0", + "@theia/monaco": "1.55.0", "@theia/monaco-editor-core": "1.83.101", - "@theia/editor-preview": "1.54.0", - "@theia/workspace": "1.54.0", + "@theia/editor-preview": "1.55.0", + "@theia/workspace": "1.55.0", "minimatch": "^5.1.0", "tslib": "^2.6.2", "uuid": "^9.0.1" @@ -50,7 +50,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0" + "@theia/ext-scripts": "1.55.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/ai-chat/package.json b/packages/ai-chat/package.json index bc6843dc6fe42..f2979e70f98b9 100644 --- a/packages/ai-chat/package.json +++ b/packages/ai-chat/package.json @@ -1,13 +1,13 @@ { "name": "@theia/ai-chat", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia - AI Chat Extension", "dependencies": { - "@theia/ai-core": "1.54.0", - "@theia/ai-history": "1.54.0", - "@theia/core": "1.54.0", - "@theia/filesystem": "1.54.0", - "@theia/workspace": "1.54.0", + "@theia/ai-core": "1.55.0", + "@theia/ai-history": "1.55.0", + "@theia/core": "1.55.0", + "@theia/filesystem": "1.55.0", + "@theia/workspace": "1.55.0", "minimatch": "^5.1.0", "tslib": "^2.6.2" }, @@ -45,7 +45,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0" + "@theia/ext-scripts": "1.55.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/ai-code-completion/package.json b/packages/ai-code-completion/package.json index 8cf5e1a630163..57cff0974ba08 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.54.0", + "version": "1.55.0", "description": "Theia - AI Core", "dependencies": { - "@theia/ai-core": "1.54.0", - "@theia/core": "1.54.0", - "@theia/filesystem": "1.54.0", + "@theia/ai-core": "1.55.0", + "@theia/core": "1.55.0", + "@theia/filesystem": "1.55.0", "@theia/monaco-editor-core": "1.83.101", - "@theia/output": "1.54.0", - "@theia/workspace": "1.54.0", + "@theia/output": "1.55.0", + "@theia/workspace": "1.55.0", "minimatch": "^5.1.0", "tslib": "^2.6.2" }, @@ -46,7 +46,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0" + "@theia/ext-scripts": "1.55.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/ai-core/package.json b/packages/ai-core/package.json index 88a834aa8ab06..64578eed298cc 100644 --- a/packages/ai-core/package.json +++ b/packages/ai-core/package.json @@ -1,16 +1,16 @@ { "name": "@theia/ai-core", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia - AI Core", "dependencies": { - "@theia/core": "1.54.0", - "@theia/editor": "1.54.0", - "@theia/filesystem": "1.54.0", - "@theia/monaco": "1.54.0", + "@theia/core": "1.55.0", + "@theia/editor": "1.55.0", + "@theia/filesystem": "1.55.0", + "@theia/monaco": "1.55.0", "@theia/monaco-editor-core": "1.83.101", - "@theia/output": "1.54.0", - "@theia/variable-resolver": "1.54.0", - "@theia/workspace": "1.54.0", + "@theia/output": "1.55.0", + "@theia/variable-resolver": "1.55.0", + "@theia/workspace": "1.55.0", "@types/js-yaml": "^4.0.9", "js-yaml": "^4.1.0", "minimatch": "^5.1.0", @@ -52,7 +52,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0" + "@theia/ext-scripts": "1.55.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/ai-history/package.json b/packages/ai-history/package.json index f4c4cd224670d..73c3b71fd62a3 100644 --- a/packages/ai-history/package.json +++ b/packages/ai-history/package.json @@ -1,13 +1,13 @@ { "name": "@theia/ai-history", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia - AI communication history", "dependencies": { - "@theia/ai-core": "1.54.0", - "@theia/core": "1.54.0", - "@theia/filesystem": "1.54.0", - "@theia/output": "1.54.0", - "@theia/workspace": "1.54.0", + "@theia/ai-core": "1.55.0", + "@theia/core": "1.55.0", + "@theia/filesystem": "1.55.0", + "@theia/output": "1.55.0", + "@theia/workspace": "1.55.0", "minimatch": "^5.1.0", "tslib": "^2.6.2" }, @@ -45,7 +45,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0" + "@theia/ext-scripts": "1.55.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/ai-llamafile/package.json b/packages/ai-llamafile/package.json index 9518a24ad7bd6..ef0932604b3d8 100644 --- a/packages/ai-llamafile/package.json +++ b/packages/ai-llamafile/package.json @@ -1,11 +1,11 @@ { "name": "@theia/ai-llamafile", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia - Llamafile Integration", "dependencies": { - "@theia/ai-core": "1.54.0", - "@theia/core": "1.54.0", - "@theia/output": "1.54.0", + "@theia/ai-core": "1.55.0", + "@theia/core": "1.55.0", + "@theia/output": "1.55.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -42,7 +42,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0" + "@theia/ext-scripts": "1.55.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/ai-ollama/package.json b/packages/ai-ollama/package.json index b2a5d74346abb..5a493709b9c86 100644 --- a/packages/ai-ollama/package.json +++ b/packages/ai-ollama/package.json @@ -1,15 +1,15 @@ { "name": "@theia/ai-ollama", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia - Ollama Integration", "dependencies": { - "@theia/core": "1.54.0", - "@theia/filesystem": "1.54.0", - "@theia/workspace": "1.54.0", + "@theia/core": "1.55.0", + "@theia/filesystem": "1.55.0", + "@theia/workspace": "1.55.0", "minimatch": "^5.1.0", "tslib": "^2.6.2", "ollama": "^0.5.8", - "@theia/ai-core": "1.54.0" + "@theia/ai-core": "1.55.0" }, "publishConfig": { "access": "public" @@ -45,7 +45,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0" + "@theia/ext-scripts": "1.55.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/ai-openai/package.json b/packages/ai-openai/package.json index 3ac4dd9ab057e..cc427d0dc1a6f 100644 --- a/packages/ai-openai/package.json +++ b/packages/ai-openai/package.json @@ -1,15 +1,15 @@ { "name": "@theia/ai-openai", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia - OpenAI Integration", "dependencies": { - "@theia/core": "1.54.0", - "@theia/filesystem": "1.54.0", - "@theia/workspace": "1.54.0", + "@theia/core": "1.55.0", + "@theia/filesystem": "1.55.0", + "@theia/workspace": "1.55.0", "minimatch": "^5.1.0", "tslib": "^2.6.2", "openai": "^4.55.7", - "@theia/ai-core": "1.54.0" + "@theia/ai-core": "1.55.0" }, "publishConfig": { "access": "public" @@ -45,7 +45,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0" + "@theia/ext-scripts": "1.55.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/ai-terminal/package.json b/packages/ai-terminal/package.json index acf37e6632656..8ff2bfbbdd79f 100644 --- a/packages/ai-terminal/package.json +++ b/packages/ai-terminal/package.json @@ -1,12 +1,12 @@ { "name": "@theia/ai-terminal", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia - AI Terminal Extension", "dependencies": { - "@theia/core": "1.54.0", - "@theia/ai-core": "1.54.0", - "@theia/ai-chat": "1.54.0", - "@theia/terminal": "1.54.0", + "@theia/core": "1.55.0", + "@theia/ai-core": "1.55.0", + "@theia/ai-chat": "1.55.0", + "@theia/terminal": "1.55.0", "zod": "^3.23.8", "zod-to-json-schema": "^3.23.2" }, @@ -43,7 +43,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0" + "@theia/ext-scripts": "1.55.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/ai-workspace-agent/package.json b/packages/ai-workspace-agent/package.json index d992fb740a4cc..9078198afc962 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.54.0", + "version": "1.55.0", "description": "AI Workspace Agent Extension", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "repository": { @@ -15,20 +15,20 @@ "theia-extension" ], "dependencies": { - "@theia/core": "1.54.0", - "@theia/filesystem": "1.54.0", - "@theia/workspace": "1.54.0", - "@theia/navigator": "1.54.0", - "@theia/terminal": "1.54.0", - "@theia/ai-core": "1.54.0", - "@theia/ai-chat": "1.54.0" + "@theia/core": "1.55.0", + "@theia/filesystem": "1.55.0", + "@theia/workspace": "1.55.0", + "@theia/navigator": "1.55.0", + "@theia/terminal": "1.55.0", + "@theia/ai-core": "1.55.0", + "@theia/ai-chat": "1.55.0" }, "publishConfig": { "access": "public" }, "devDependencies": { - "@theia/cli": "1.54.0", - "@theia/test": "1.54.0" + "@theia/cli": "1.55.0", + "@theia/test": "1.55.0" }, "theiaExtensions": [ { diff --git a/packages/bulk-edit/package.json b/packages/bulk-edit/package.json index c0352dc098be6..8a6c2b424629c 100644 --- a/packages/bulk-edit/package.json +++ b/packages/bulk-edit/package.json @@ -1,14 +1,14 @@ { "name": "@theia/bulk-edit", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia - Bulk Edit Extension", "dependencies": { - "@theia/core": "1.54.0", - "@theia/editor": "1.54.0", - "@theia/filesystem": "1.54.0", - "@theia/monaco": "1.54.0", + "@theia/core": "1.55.0", + "@theia/editor": "1.55.0", + "@theia/filesystem": "1.55.0", + "@theia/monaco": "1.55.0", "@theia/monaco-editor-core": "1.83.101", - "@theia/workspace": "1.54.0", + "@theia/workspace": "1.55.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -44,7 +44,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0" + "@theia/ext-scripts": "1.55.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/callhierarchy/package.json b/packages/callhierarchy/package.json index ebad7bf16c619..f446cfc2fd284 100644 --- a/packages/callhierarchy/package.json +++ b/packages/callhierarchy/package.json @@ -1,10 +1,10 @@ { "name": "@theia/callhierarchy", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia - Call Hierarchy Extension", "dependencies": { - "@theia/core": "1.54.0", - "@theia/editor": "1.54.0", + "@theia/core": "1.55.0", + "@theia/editor": "1.55.0", "ts-md5": "^1.2.2", "tslib": "^2.6.2" }, @@ -41,7 +41,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0" + "@theia/ext-scripts": "1.55.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/collaboration/package.json b/packages/collaboration/package.json index 76a4a88e72794..e8937e1ad4a13 100644 --- a/packages/collaboration/package.json +++ b/packages/collaboration/package.json @@ -1,14 +1,14 @@ { "name": "@theia/collaboration", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia - Collaboration Extension", "dependencies": { - "@theia/core": "1.54.0", - "@theia/editor": "1.54.0", - "@theia/filesystem": "1.54.0", - "@theia/monaco": "1.54.0", + "@theia/core": "1.55.0", + "@theia/editor": "1.55.0", + "@theia/filesystem": "1.55.0", + "@theia/monaco": "1.55.0", "@theia/monaco-editor-core": "1.83.101", - "@theia/workspace": "1.54.0", + "@theia/workspace": "1.55.0", "open-collaboration-protocol": "0.2.0", "open-collaboration-yjs": "0.2.0", "socket.io-client": "^4.5.3", @@ -49,7 +49,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0" + "@theia/ext-scripts": "1.55.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/console/package.json b/packages/console/package.json index a0a68be4de510..0fc9b7bea2ea2 100644 --- a/packages/console/package.json +++ b/packages/console/package.json @@ -1,10 +1,10 @@ { "name": "@theia/console", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia - Console Extension", "dependencies": { - "@theia/core": "1.54.0", - "@theia/monaco": "1.54.0", + "@theia/core": "1.55.0", + "@theia/monaco": "1.55.0", "@theia/monaco-editor-core": "1.83.101", "anser": "^2.0.1", "tslib": "^2.6.2" @@ -42,7 +42,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0" + "@theia/ext-scripts": "1.55.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/core/package.json b/packages/core/package.json index 33de3749014ac..8e0f3e2af8e75 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@theia/core", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia is a cloud & desktop IDE framework implemented in TypeScript.", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", @@ -17,8 +17,8 @@ "@phosphor/signaling": "1", "@phosphor/virtualdom": "1", "@phosphor/widgets": "1", - "@theia/application-package": "1.54.0", - "@theia/request": "1.54.0", + "@theia/application-package": "1.55.0", + "@theia/request": "1.55.0", "@types/body-parser": "^1.16.4", "@types/cookie": "^0.3.3", "@types/dompurify": "^2.2.2", @@ -210,8 +210,8 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0", - "@theia/re-exports": "1.54.0", + "@theia/ext-scripts": "1.55.0", + "@theia/re-exports": "1.55.0", "minimist": "^1.2.0", "nodejs-file-downloader": "4.13.0" }, diff --git a/packages/debug/package.json b/packages/debug/package.json index bb7dcb3e6d939..6a9893971ffbb 100644 --- a/packages/debug/package.json +++ b/packages/debug/package.json @@ -1,22 +1,22 @@ { "name": "@theia/debug", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia - Debug Extension", "dependencies": { - "@theia/console": "1.54.0", - "@theia/core": "1.54.0", - "@theia/editor": "1.54.0", - "@theia/filesystem": "1.54.0", - "@theia/markers": "1.54.0", - "@theia/monaco": "1.54.0", + "@theia/console": "1.55.0", + "@theia/core": "1.55.0", + "@theia/editor": "1.55.0", + "@theia/filesystem": "1.55.0", + "@theia/markers": "1.55.0", + "@theia/monaco": "1.55.0", "@theia/monaco-editor-core": "1.83.101", - "@theia/output": "1.54.0", - "@theia/process": "1.54.0", - "@theia/task": "1.54.0", - "@theia/test": "1.54.0", - "@theia/terminal": "1.54.0", - "@theia/variable-resolver": "1.54.0", - "@theia/workspace": "1.54.0", + "@theia/output": "1.55.0", + "@theia/process": "1.55.0", + "@theia/task": "1.55.0", + "@theia/test": "1.55.0", + "@theia/terminal": "1.55.0", + "@theia/variable-resolver": "1.55.0", + "@theia/workspace": "1.55.0", "@vscode/debugprotocol": "^1.51.0", "fast-deep-equal": "^3.1.3", "jsonc-parser": "^2.2.0", @@ -59,7 +59,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0" + "@theia/ext-scripts": "1.55.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/dev-container/package.json b/packages/dev-container/package.json index 8c50696c150f6..44574d491d55a 100644 --- a/packages/dev-container/package.json +++ b/packages/dev-container/package.json @@ -1,12 +1,12 @@ { "name": "@theia/dev-container", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia - Editor Preview Extension", "dependencies": { - "@theia/core": "1.54.0", - "@theia/output": "1.54.0", - "@theia/remote": "1.54.0", - "@theia/workspace": "1.54.0", + "@theia/core": "1.55.0", + "@theia/output": "1.55.0", + "@theia/remote": "1.55.0", + "@theia/workspace": "1.55.0", "dockerode": "^4.0.2", "jsonc-parser": "^2.2.0", "uuid": "^8.0.0" @@ -45,7 +45,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0", + "@theia/ext-scripts": "1.55.0", "@types/dockerode": "^3.3.23" }, "nyc": { diff --git a/packages/editor-preview/package.json b/packages/editor-preview/package.json index 9c572f902b63e..c04256e37352a 100644 --- a/packages/editor-preview/package.json +++ b/packages/editor-preview/package.json @@ -1,11 +1,11 @@ { "name": "@theia/editor-preview", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia - Editor Preview Extension", "dependencies": { - "@theia/core": "1.54.0", - "@theia/editor": "1.54.0", - "@theia/navigator": "1.54.0", + "@theia/core": "1.55.0", + "@theia/editor": "1.55.0", + "@theia/navigator": "1.55.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -41,7 +41,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0" + "@theia/ext-scripts": "1.55.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/editor/package.json b/packages/editor/package.json index 32d1e2d9d1f7b..77983d93d897b 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -1,10 +1,10 @@ { "name": "@theia/editor", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia - Editor Extension", "dependencies": { - "@theia/core": "1.54.0", - "@theia/variable-resolver": "1.54.0", + "@theia/core": "1.55.0", + "@theia/variable-resolver": "1.55.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -41,7 +41,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0" + "@theia/ext-scripts": "1.55.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/electron/package.json b/packages/electron/package.json index 23e63797d9c8e..5eeb2091f8433 100644 --- a/packages/electron/package.json +++ b/packages/electron/package.json @@ -1,6 +1,6 @@ { "name": "@theia/electron", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia - Electron utility package", "dependencies": { "electron-store": "^8.0.0", @@ -8,8 +8,8 @@ "native-keymap": "^2.2.1" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0", - "@theia/re-exports": "1.54.0" + "@theia/ext-scripts": "1.55.0", + "@theia/re-exports": "1.55.0" }, "peerDependencies": { "electron": "^30.1.2" diff --git a/packages/external-terminal/package.json b/packages/external-terminal/package.json index e15aedbc83909..5968a3850150e 100644 --- a/packages/external-terminal/package.json +++ b/packages/external-terminal/package.json @@ -1,11 +1,11 @@ { "name": "@theia/external-terminal", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia - External Terminal Extension", "dependencies": { - "@theia/core": "1.54.0", - "@theia/editor": "1.54.0", - "@theia/workspace": "1.54.0", + "@theia/core": "1.55.0", + "@theia/editor": "1.55.0", + "@theia/workspace": "1.55.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -42,7 +42,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0" + "@theia/ext-scripts": "1.55.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/file-search/package.json b/packages/file-search/package.json index 79861c8efdc55..3859705d6b988 100644 --- a/packages/file-search/package.json +++ b/packages/file-search/package.json @@ -1,13 +1,13 @@ { "name": "@theia/file-search", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia - File Search Extension", "dependencies": { - "@theia/core": "1.54.0", - "@theia/editor": "1.54.0", - "@theia/filesystem": "1.54.0", - "@theia/process": "1.54.0", - "@theia/workspace": "1.54.0", + "@theia/core": "1.55.0", + "@theia/editor": "1.55.0", + "@theia/filesystem": "1.55.0", + "@theia/process": "1.55.0", + "@theia/workspace": "1.55.0", "@vscode/ripgrep": "^1.14.2", "tslib": "^2.6.2" }, @@ -45,7 +45,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0" + "@theia/ext-scripts": "1.55.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/filesystem/package.json b/packages/filesystem/package.json index e870dcc25eff1..462cc604d1419 100644 --- a/packages/filesystem/package.json +++ b/packages/filesystem/package.json @@ -1,9 +1,9 @@ { "name": "@theia/filesystem", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia - FileSystem Extension", "dependencies": { - "@theia/core": "1.54.0", + "@theia/core": "1.55.0", "@types/body-parser": "^1.17.0", "@types/multer": "^1.4.7", "@types/tar-fs": "^1.16.1", @@ -72,7 +72,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0" + "@theia/ext-scripts": "1.55.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/getting-started/package.json b/packages/getting-started/package.json index cb666bfd2dc5f..4eebef73af117 100644 --- a/packages/getting-started/package.json +++ b/packages/getting-started/package.json @@ -1,14 +1,14 @@ { "name": "@theia/getting-started", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia - GettingStarted Extension", "dependencies": { - "@theia/core": "1.54.0", - "@theia/editor": "1.54.0", - "@theia/filesystem": "1.54.0", - "@theia/keymaps": "1.54.0", - "@theia/preview": "1.54.0", - "@theia/workspace": "1.54.0", + "@theia/core": "1.55.0", + "@theia/editor": "1.55.0", + "@theia/filesystem": "1.55.0", + "@theia/keymaps": "1.55.0", + "@theia/preview": "1.55.0", + "@theia/workspace": "1.55.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -45,7 +45,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0" + "@theia/ext-scripts": "1.55.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/git/package.json b/packages/git/package.json index a5e1b776c1ec3..6a63e8a747b2f 100644 --- a/packages/git/package.json +++ b/packages/git/package.json @@ -1,16 +1,16 @@ { "name": "@theia/git", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia - Git Integration", "dependencies": { - "@theia/core": "1.54.0", - "@theia/editor": "1.54.0", - "@theia/filesystem": "1.54.0", + "@theia/core": "1.55.0", + "@theia/editor": "1.55.0", + "@theia/filesystem": "1.55.0", "@theia/monaco-editor-core": "1.83.101", - "@theia/navigator": "1.54.0", - "@theia/scm": "1.54.0", - "@theia/scm-extra": "1.54.0", - "@theia/workspace": "1.54.0", + "@theia/navigator": "1.55.0", + "@theia/scm": "1.55.0", + "@theia/scm-extra": "1.55.0", + "@theia/workspace": "1.55.0", "@types/diff": "^5.2.1", "@types/p-queue": "^2.3.1", "diff": "^5.2.0", @@ -67,7 +67,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0", + "@theia/ext-scripts": "1.55.0", "@types/luxon": "^2.3.2", "upath": "^1.0.2" }, diff --git a/packages/keymaps/package.json b/packages/keymaps/package.json index 5a0bbff683274..c4db592886fa1 100644 --- a/packages/keymaps/package.json +++ b/packages/keymaps/package.json @@ -1,18 +1,18 @@ { "name": "@theia/keymaps", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia - Custom Keymaps Extension", "dependencies": { - "@theia/core": "1.54.0", - "@theia/monaco": "1.54.0", + "@theia/core": "1.55.0", + "@theia/monaco": "1.55.0", "@theia/monaco-editor-core": "1.83.101", - "@theia/preferences": "1.54.0", - "@theia/userstorage": "1.54.0", + "@theia/preferences": "1.55.0", + "@theia/userstorage": "1.55.0", "jsonc-parser": "^2.2.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0" + "@theia/ext-scripts": "1.55.0" }, "publishConfig": { "access": "public" diff --git a/packages/markers/package.json b/packages/markers/package.json index 47aba430ee260..d6454f785faef 100644 --- a/packages/markers/package.json +++ b/packages/markers/package.json @@ -1,11 +1,11 @@ { "name": "@theia/markers", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia - Markers Extension", "dependencies": { - "@theia/core": "1.54.0", - "@theia/filesystem": "1.54.0", - "@theia/workspace": "1.54.0", + "@theia/core": "1.55.0", + "@theia/filesystem": "1.55.0", + "@theia/workspace": "1.55.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -41,7 +41,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0" + "@theia/ext-scripts": "1.55.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/memory-inspector/package.json b/packages/memory-inspector/package.json index a505a90f24873..2c324ed170869 100644 --- a/packages/memory-inspector/package.json +++ b/packages/memory-inspector/package.json @@ -1,6 +1,6 @@ { "name": "@theia/memory-inspector", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia - Memory Inspector", "keywords": [ "theia-extension" @@ -27,8 +27,8 @@ "watch": "theiaext watch" }, "dependencies": { - "@theia/core": "1.54.0", - "@theia/debug": "1.54.0", + "@theia/core": "1.55.0", + "@theia/debug": "1.55.0", "@vscode/debugprotocol": "^1.51.0", "long": "^4.0.0", "tslib": "^2.6.2" diff --git a/packages/messages/package.json b/packages/messages/package.json index d0526320a5100..e8a205220507a 100644 --- a/packages/messages/package.json +++ b/packages/messages/package.json @@ -1,9 +1,9 @@ { "name": "@theia/messages", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia - Messages Extension", "dependencies": { - "@theia/core": "1.54.0", + "@theia/core": "1.55.0", "react-perfect-scrollbar": "^1.5.3", "ts-md5": "^1.2.2", "tslib": "^2.6.2" @@ -41,7 +41,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0" + "@theia/ext-scripts": "1.55.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/metrics/package.json b/packages/metrics/package.json index ffa673db971e4..c44aaf47ebbf0 100644 --- a/packages/metrics/package.json +++ b/packages/metrics/package.json @@ -1,9 +1,9 @@ { "name": "@theia/metrics", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia - Metrics Extension", "dependencies": { - "@theia/core": "1.54.0", + "@theia/core": "1.55.0", "prom-client": "^10.2.0", "tslib": "^2.6.2" }, @@ -44,7 +44,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0" + "@theia/ext-scripts": "1.55.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/mini-browser/package.json b/packages/mini-browser/package.json index 2dbc4baf27487..ea926b1cccf56 100644 --- a/packages/mini-browser/package.json +++ b/packages/mini-browser/package.json @@ -1,10 +1,10 @@ { "name": "@theia/mini-browser", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia - Mini-Browser Extension", "dependencies": { - "@theia/core": "1.54.0", - "@theia/filesystem": "1.54.0", + "@theia/core": "1.55.0", + "@theia/filesystem": "1.55.0", "@types/mime-types": "^2.1.0", "mime-types": "^2.1.18", "pdfobject": "^2.0.201604172", @@ -49,7 +49,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0" + "@theia/ext-scripts": "1.55.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/monaco/package.json b/packages/monaco/package.json index 7e65c3cd66811..e70cdd87cf0be 100644 --- a/packages/monaco/package.json +++ b/packages/monaco/package.json @@ -1,15 +1,15 @@ { "name": "@theia/monaco", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia - Monaco Extension", "dependencies": { - "@theia/core": "1.54.0", - "@theia/editor": "1.54.0", - "@theia/filesystem": "1.54.0", - "@theia/markers": "1.54.0", + "@theia/core": "1.55.0", + "@theia/editor": "1.55.0", + "@theia/filesystem": "1.55.0", + "@theia/markers": "1.55.0", "@theia/monaco-editor-core": "1.83.101", - "@theia/outline-view": "1.54.0", - "@theia/workspace": "1.54.0", + "@theia/outline-view": "1.55.0", + "@theia/workspace": "1.55.0", "fast-plist": "^0.1.2", "idb": "^4.0.5", "jsonc-parser": "^2.2.0", @@ -52,7 +52,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0" + "@theia/ext-scripts": "1.55.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/navigator/package.json b/packages/navigator/package.json index 9abadafa4f317..f3c3a9ee9064a 100644 --- a/packages/navigator/package.json +++ b/packages/navigator/package.json @@ -1,11 +1,11 @@ { "name": "@theia/navigator", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia - Navigator Extension", "dependencies": { - "@theia/core": "1.54.0", - "@theia/filesystem": "1.54.0", - "@theia/workspace": "1.54.0", + "@theia/core": "1.55.0", + "@theia/filesystem": "1.55.0", + "@theia/workspace": "1.55.0", "minimatch": "^5.1.0", "tslib": "^2.6.2" }, @@ -45,7 +45,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0" + "@theia/ext-scripts": "1.55.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/notebook/package.json b/packages/notebook/package.json index cc15cf13ac99f..1f32ae058ea98 100644 --- a/packages/notebook/package.json +++ b/packages/notebook/package.json @@ -1,14 +1,14 @@ { "name": "@theia/notebook", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia - Notebook Extension", "dependencies": { - "@theia/core": "1.54.0", - "@theia/editor": "1.54.0", - "@theia/filesystem": "1.54.0", - "@theia/monaco": "1.54.0", + "@theia/core": "1.55.0", + "@theia/editor": "1.55.0", + "@theia/filesystem": "1.55.0", + "@theia/monaco": "1.55.0", "@theia/monaco-editor-core": "1.83.101", - "@theia/outline-view": "1.54.0", + "@theia/outline-view": "1.55.0", "advanced-mark.js": "^2.6.0", "react-perfect-scrollbar": "^1.5.8", "tslib": "^2.6.2" @@ -46,7 +46,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0", + "@theia/ext-scripts": "1.55.0", "@types/markdown-it": "^12.2.3", "@types/vscode-notebook-renderer": "^1.72.0" }, diff --git a/packages/outline-view/package.json b/packages/outline-view/package.json index d7ce97cab677c..3dae0f9029ae3 100644 --- a/packages/outline-view/package.json +++ b/packages/outline-view/package.json @@ -1,9 +1,9 @@ { "name": "@theia/outline-view", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia - Outline View Extension", "dependencies": { - "@theia/core": "1.54.0", + "@theia/core": "1.55.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -39,7 +39,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0" + "@theia/ext-scripts": "1.55.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/output/package.json b/packages/output/package.json index ef2c8059bcf49..49e616f0de67d 100644 --- a/packages/output/package.json +++ b/packages/output/package.json @@ -1,11 +1,11 @@ { "name": "@theia/output", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia - Output Extension", "dependencies": { - "@theia/core": "1.54.0", - "@theia/editor": "1.54.0", - "@theia/monaco": "1.54.0", + "@theia/core": "1.55.0", + "@theia/editor": "1.55.0", + "@theia/monaco": "1.55.0", "@theia/monaco-editor-core": "1.83.101", "@types/p-queue": "^2.3.1", "p-queue": "^2.4.2", @@ -44,7 +44,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0" + "@theia/ext-scripts": "1.55.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/plugin-dev/package.json b/packages/plugin-dev/package.json index eff7071bcf6d1..d6736b6a5fb1a 100644 --- a/packages/plugin-dev/package.json +++ b/packages/plugin-dev/package.json @@ -1,16 +1,16 @@ { "name": "@theia/plugin-dev", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia - Plugin Development Extension", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@theia/core": "1.54.0", - "@theia/debug": "1.54.0", - "@theia/filesystem": "1.54.0", - "@theia/output": "1.54.0", - "@theia/plugin-ext": "1.54.0", - "@theia/workspace": "1.54.0", + "@theia/core": "1.55.0", + "@theia/debug": "1.55.0", + "@theia/filesystem": "1.55.0", + "@theia/output": "1.55.0", + "@theia/plugin-ext": "1.55.0", + "@theia/workspace": "1.55.0", "ps-tree": "^1.2.0", "tslib": "^2.6.2" }, @@ -49,7 +49,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0" + "@theia/ext-scripts": "1.55.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/plugin-ext-headless/package.json b/packages/plugin-ext-headless/package.json index 52ac90e82f9d8..59dbd17fcc6e5 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.54.0", + "version": "1.55.0", "description": "Theia - Headless (Backend-only) Plugin Extension", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@theia/core": "1.54.0", - "@theia/plugin-ext": "1.54.0", - "@theia/terminal": "1.54.0", + "@theia/core": "1.55.0", + "@theia/plugin-ext": "1.55.0", + "@theia/terminal": "1.55.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -44,7 +44,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0", + "@theia/ext-scripts": "1.55.0", "@types/decompress": "^4.2.2", "@types/escape-html": "^0.0.20", "@types/lodash.clonedeep": "^4.5.3", diff --git a/packages/plugin-ext-vscode/package.json b/packages/plugin-ext-vscode/package.json index b58d98b27c46e..9681a3c9ec0bc 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.54.0", + "version": "1.55.0", "description": "Theia - Plugin Extension for VsCode", "dependencies": { - "@theia/callhierarchy": "1.54.0", - "@theia/core": "1.54.0", - "@theia/editor": "1.54.0", - "@theia/filesystem": "1.54.0", - "@theia/monaco": "1.54.0", + "@theia/callhierarchy": "1.55.0", + "@theia/core": "1.55.0", + "@theia/editor": "1.55.0", + "@theia/filesystem": "1.55.0", + "@theia/monaco": "1.55.0", "@theia/monaco-editor-core": "1.83.101", - "@theia/navigator": "1.54.0", - "@theia/outline-view": "1.54.0", - "@theia/plugin": "1.54.0", - "@theia/plugin-ext": "1.54.0", - "@theia/terminal": "1.54.0", - "@theia/typehierarchy": "1.54.0", - "@theia/userstorage": "1.54.0", - "@theia/workspace": "1.54.0", + "@theia/navigator": "1.55.0", + "@theia/outline-view": "1.55.0", + "@theia/plugin": "1.55.0", + "@theia/plugin-ext": "1.55.0", + "@theia/terminal": "1.55.0", + "@theia/typehierarchy": "1.55.0", + "@theia/userstorage": "1.55.0", + "@theia/workspace": "1.55.0", "decompress": "^4.2.1", "filenamify": "^4.1.0", "tslib": "^2.6.2" @@ -55,7 +55,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0" + "@theia/ext-scripts": "1.55.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/plugin-ext/package.json b/packages/plugin-ext/package.json index 3143dc53e15be..78b9fe4ff45fa 100644 --- a/packages/plugin-ext/package.json +++ b/packages/plugin-ext/package.json @@ -1,37 +1,37 @@ { "name": "@theia/plugin-ext", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia - Plugin Extension", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@theia/bulk-edit": "1.54.0", - "@theia/callhierarchy": "1.54.0", - "@theia/console": "1.54.0", - "@theia/core": "1.54.0", - "@theia/debug": "1.54.0", - "@theia/editor": "1.54.0", - "@theia/editor-preview": "1.54.0", - "@theia/file-search": "1.54.0", - "@theia/filesystem": "1.54.0", - "@theia/markers": "1.54.0", - "@theia/messages": "1.54.0", - "@theia/monaco": "1.54.0", + "@theia/bulk-edit": "1.55.0", + "@theia/callhierarchy": "1.55.0", + "@theia/console": "1.55.0", + "@theia/core": "1.55.0", + "@theia/debug": "1.55.0", + "@theia/editor": "1.55.0", + "@theia/editor-preview": "1.55.0", + "@theia/file-search": "1.55.0", + "@theia/filesystem": "1.55.0", + "@theia/markers": "1.55.0", + "@theia/messages": "1.55.0", + "@theia/monaco": "1.55.0", "@theia/monaco-editor-core": "1.83.101", - "@theia/navigator": "1.54.0", - "@theia/notebook": "1.54.0", - "@theia/output": "1.54.0", - "@theia/plugin": "1.54.0", - "@theia/preferences": "1.54.0", - "@theia/scm": "1.54.0", - "@theia/search-in-workspace": "1.54.0", - "@theia/task": "1.54.0", - "@theia/terminal": "1.54.0", - "@theia/test": "1.54.0", - "@theia/timeline": "1.54.0", - "@theia/typehierarchy": "1.54.0", - "@theia/variable-resolver": "1.54.0", - "@theia/workspace": "1.54.0", + "@theia/navigator": "1.55.0", + "@theia/notebook": "1.55.0", + "@theia/output": "1.55.0", + "@theia/plugin": "1.55.0", + "@theia/preferences": "1.55.0", + "@theia/scm": "1.55.0", + "@theia/search-in-workspace": "1.55.0", + "@theia/task": "1.55.0", + "@theia/terminal": "1.55.0", + "@theia/test": "1.55.0", + "@theia/timeline": "1.55.0", + "@theia/typehierarchy": "1.55.0", + "@theia/variable-resolver": "1.55.0", + "@theia/workspace": "1.55.0", "@types/mime": "^2.0.1", "@vscode/debugprotocol": "^1.51.0", "@vscode/proxy-agent": "^0.13.2", @@ -88,7 +88,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0", + "@theia/ext-scripts": "1.55.0", "@types/decompress": "^4.2.2", "@types/escape-html": "^0.0.20", "@types/lodash.clonedeep": "^4.5.3", diff --git a/packages/plugin-metrics/package.json b/packages/plugin-metrics/package.json index 4852c50738780..15fa60121686b 100644 --- a/packages/plugin-metrics/package.json +++ b/packages/plugin-metrics/package.json @@ -1,13 +1,13 @@ { "name": "@theia/plugin-metrics", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia - Plugin Metrics", "dependencies": { - "@theia/core": "1.54.0", - "@theia/metrics": "1.54.0", + "@theia/core": "1.55.0", + "@theia/metrics": "1.55.0", "@theia/monaco-editor-core": "1.83.101", - "@theia/plugin": "1.54.0", - "@theia/plugin-ext": "1.54.0", + "@theia/plugin": "1.55.0", + "@theia/plugin-ext": "1.55.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -44,7 +44,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0" + "@theia/ext-scripts": "1.55.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/plugin/package.json b/packages/plugin/package.json index b9c572034c9e6..4194d3abc3c05 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@theia/plugin", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia - Plugin API", "types": "./src/theia.d.ts", "publishConfig": { @@ -27,7 +27,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0" + "@theia/ext-scripts": "1.55.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/preferences/package.json b/packages/preferences/package.json index 83f970627b727..b98b411078f33 100644 --- a/packages/preferences/package.json +++ b/packages/preferences/package.json @@ -1,15 +1,15 @@ { "name": "@theia/preferences", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia - Preferences Extension", "dependencies": { - "@theia/core": "1.54.0", - "@theia/editor": "1.54.0", - "@theia/filesystem": "1.54.0", - "@theia/monaco": "1.54.0", + "@theia/core": "1.55.0", + "@theia/editor": "1.55.0", + "@theia/filesystem": "1.55.0", + "@theia/monaco": "1.55.0", "@theia/monaco-editor-core": "1.83.101", - "@theia/userstorage": "1.54.0", - "@theia/workspace": "1.54.0", + "@theia/userstorage": "1.55.0", + "@theia/workspace": "1.55.0", "async-mutex": "^0.3.1", "fast-deep-equal": "^3.1.3", "jsonc-parser": "^2.2.0", @@ -50,7 +50,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0" + "@theia/ext-scripts": "1.55.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/preview/package.json b/packages/preview/package.json index 0fae6f0b68c67..9f66b317c7983 100644 --- a/packages/preview/package.json +++ b/packages/preview/package.json @@ -1,12 +1,12 @@ { "name": "@theia/preview", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia - Preview Extension", "dependencies": { - "@theia/core": "1.54.0", - "@theia/editor": "1.54.0", - "@theia/mini-browser": "1.54.0", - "@theia/monaco": "1.54.0", + "@theia/core": "1.55.0", + "@theia/editor": "1.55.0", + "@theia/mini-browser": "1.55.0", + "@theia/monaco": "1.55.0", "@types/highlight.js": "^10.1.0", "@types/markdown-it-anchor": "^4.0.1", "highlight.js": "10.4.1", @@ -46,7 +46,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0" + "@theia/ext-scripts": "1.55.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/process/package.json b/packages/process/package.json index bef30552ed384..b47f034693422 100644 --- a/packages/process/package.json +++ b/packages/process/package.json @@ -1,9 +1,9 @@ { "name": "@theia/process", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia process support.", "dependencies": { - "@theia/core": "1.54.0", + "@theia/core": "1.55.0", "node-pty": "0.11.0-beta24", "string-argv": "^0.1.1", "tslib": "^2.6.2" @@ -45,7 +45,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0" + "@theia/ext-scripts": "1.55.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/property-view/package.json b/packages/property-view/package.json index 515ea5bbd4ad9..5917023fe81ad 100644 --- a/packages/property-view/package.json +++ b/packages/property-view/package.json @@ -1,10 +1,10 @@ { "name": "@theia/property-view", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia - Property View Extension", "dependencies": { - "@theia/core": "1.54.0", - "@theia/filesystem": "1.54.0", + "@theia/core": "1.55.0", + "@theia/filesystem": "1.55.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -40,7 +40,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0" + "@theia/ext-scripts": "1.55.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/remote/package.json b/packages/remote/package.json index 833bccffc3cd2..3303c4390df8f 100644 --- a/packages/remote/package.json +++ b/packages/remote/package.json @@ -1,10 +1,10 @@ { "name": "@theia/remote", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia - Remote", "dependencies": { - "@theia/core": "1.54.0", - "@theia/filesystem": "1.54.0", + "@theia/core": "1.55.0", + "@theia/filesystem": "1.55.0", "archiver": "^5.3.1", "decompress": "^4.2.1", "decompress-tar": "^4.0.0", @@ -52,7 +52,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0", + "@theia/ext-scripts": "1.55.0", "@types/archiver": "^5.3.2", "@types/decompress": "^4.2.4", "@types/express-http-proxy": "^1.6.6", diff --git a/packages/scm-extra/package.json b/packages/scm-extra/package.json index 227b1f92580cd..302d7e2976b4e 100644 --- a/packages/scm-extra/package.json +++ b/packages/scm-extra/package.json @@ -1,13 +1,13 @@ { "name": "@theia/scm-extra", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia - Source control extras Extension", "dependencies": { - "@theia/core": "1.54.0", - "@theia/editor": "1.54.0", - "@theia/filesystem": "1.54.0", - "@theia/navigator": "1.54.0", - "@theia/scm": "1.54.0", + "@theia/core": "1.55.0", + "@theia/editor": "1.55.0", + "@theia/filesystem": "1.55.0", + "@theia/navigator": "1.55.0", + "@theia/scm": "1.55.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -43,7 +43,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0" + "@theia/ext-scripts": "1.55.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/scm/package.json b/packages/scm/package.json index 87b52c2704627..e38940b3b0f4d 100644 --- a/packages/scm/package.json +++ b/packages/scm/package.json @@ -1,12 +1,12 @@ { "name": "@theia/scm", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia - Source control Extension", "dependencies": { - "@theia/core": "1.54.0", - "@theia/editor": "1.54.0", - "@theia/filesystem": "1.54.0", - "@theia/monaco": "1.54.0", + "@theia/core": "1.55.0", + "@theia/editor": "1.55.0", + "@theia/filesystem": "1.55.0", + "@theia/monaco": "1.55.0", "@theia/monaco-editor-core": "1.83.101", "@types/diff": "^5.2.1", "diff": "^5.2.0", @@ -49,7 +49,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0" + "@theia/ext-scripts": "1.55.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/search-in-workspace/package.json b/packages/search-in-workspace/package.json index 2b8e007c68d19..5a03618e59949 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.54.0", + "version": "1.55.0", "description": "Theia - Search in workspace", "dependencies": { - "@theia/core": "1.54.0", - "@theia/editor": "1.54.0", - "@theia/filesystem": "1.54.0", - "@theia/navigator": "1.54.0", - "@theia/process": "1.54.0", - "@theia/workspace": "1.54.0", + "@theia/core": "1.55.0", + "@theia/editor": "1.55.0", + "@theia/filesystem": "1.55.0", + "@theia/navigator": "1.55.0", + "@theia/process": "1.55.0", + "@theia/workspace": "1.55.0", "@vscode/ripgrep": "^1.14.2", "minimatch": "^5.1.0", "react-autosize-textarea": "^7.0.0", @@ -48,6 +48,6 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0" + "@theia/ext-scripts": "1.55.0" } } diff --git a/packages/secondary-window/package.json b/packages/secondary-window/package.json index 1513249fc66f7..f371f23ed0940 100644 --- a/packages/secondary-window/package.json +++ b/packages/secondary-window/package.json @@ -1,9 +1,9 @@ { "name": "@theia/secondary-window", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia - Secondary Window Extension", "dependencies": { - "@theia/core": "1.54.0", + "@theia/core": "1.55.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -39,6 +39,6 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0" + "@theia/ext-scripts": "1.55.0" } } diff --git a/packages/task/package.json b/packages/task/package.json index 5d2cc954395e8..c53b640b78f64 100644 --- a/packages/task/package.json +++ b/packages/task/package.json @@ -1,19 +1,19 @@ { "name": "@theia/task", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia - Task extension. This extension adds support for executing raw or terminal processes in the backend.", "dependencies": { - "@theia/core": "1.54.0", - "@theia/editor": "1.54.0", - "@theia/filesystem": "1.54.0", - "@theia/markers": "1.54.0", - "@theia/monaco": "1.54.0", + "@theia/core": "1.55.0", + "@theia/editor": "1.55.0", + "@theia/filesystem": "1.55.0", + "@theia/markers": "1.55.0", + "@theia/monaco": "1.55.0", "@theia/monaco-editor-core": "1.83.101", - "@theia/process": "1.54.0", - "@theia/terminal": "1.54.0", - "@theia/userstorage": "1.54.0", - "@theia/variable-resolver": "1.54.0", - "@theia/workspace": "1.54.0", + "@theia/process": "1.55.0", + "@theia/terminal": "1.55.0", + "@theia/userstorage": "1.55.0", + "@theia/variable-resolver": "1.55.0", + "@theia/workspace": "1.55.0", "async-mutex": "^0.3.1", "jsonc-parser": "^2.2.0", "p-debounce": "^2.1.0", @@ -53,7 +53,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0" + "@theia/ext-scripts": "1.55.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/terminal/package.json b/packages/terminal/package.json index 7dd3431211d6e..483238f0619d9 100644 --- a/packages/terminal/package.json +++ b/packages/terminal/package.json @@ -1,15 +1,15 @@ { "name": "@theia/terminal", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia - Terminal Extension", "dependencies": { - "@theia/core": "1.54.0", - "@theia/editor": "1.54.0", - "@theia/file-search": "1.54.0", - "@theia/filesystem": "1.54.0", - "@theia/process": "1.54.0", - "@theia/variable-resolver": "1.54.0", - "@theia/workspace": "1.54.0", + "@theia/core": "1.55.0", + "@theia/editor": "1.55.0", + "@theia/file-search": "1.55.0", + "@theia/filesystem": "1.55.0", + "@theia/process": "1.55.0", + "@theia/variable-resolver": "1.55.0", + "@theia/workspace": "1.55.0", "tslib": "^2.6.2", "xterm": "^5.3.0", "xterm-addon-fit": "^0.8.0", @@ -50,7 +50,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0" + "@theia/ext-scripts": "1.55.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/test/package.json b/packages/test/package.json index 74637739d8f82..d79f8df3c1f6e 100644 --- a/packages/test/package.json +++ b/packages/test/package.json @@ -1,13 +1,13 @@ { "name": "@theia/test", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia - Test Extension", "dependencies": { - "@theia/core": "1.54.0", - "@theia/editor": "1.54.0", - "@theia/filesystem": "1.54.0", - "@theia/navigator": "1.54.0", - "@theia/terminal": "1.54.0", + "@theia/core": "1.55.0", + "@theia/editor": "1.55.0", + "@theia/filesystem": "1.55.0", + "@theia/navigator": "1.55.0", + "@theia/terminal": "1.55.0", "xterm": "^4.16.0", "xterm-addon-fit": "^0.5.0" }, @@ -44,7 +44,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0" + "@theia/ext-scripts": "1.55.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/timeline/package.json b/packages/timeline/package.json index f778a8d5978f9..680a87c5189a3 100644 --- a/packages/timeline/package.json +++ b/packages/timeline/package.json @@ -1,10 +1,10 @@ { "name": "@theia/timeline", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia - Timeline Extension", "dependencies": { - "@theia/core": "1.54.0", - "@theia/navigator": "1.54.0", + "@theia/core": "1.55.0", + "@theia/navigator": "1.55.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -40,7 +40,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0" + "@theia/ext-scripts": "1.55.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/toolbar/package.json b/packages/toolbar/package.json index 7c0abda7c4399..98085f8c5b77c 100644 --- a/packages/toolbar/package.json +++ b/packages/toolbar/package.json @@ -1,6 +1,6 @@ { "name": "@theia/toolbar", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia - Toolbar", "keywords": [ "theia-extension" @@ -27,15 +27,15 @@ "watch": "theiaext watch" }, "dependencies": { - "@theia/core": "1.54.0", - "@theia/editor": "1.54.0", - "@theia/file-search": "1.54.0", - "@theia/filesystem": "1.54.0", - "@theia/monaco": "1.54.0", + "@theia/core": "1.55.0", + "@theia/editor": "1.55.0", + "@theia/file-search": "1.55.0", + "@theia/filesystem": "1.55.0", + "@theia/monaco": "1.55.0", "@theia/monaco-editor-core": "1.83.101", - "@theia/search-in-workspace": "1.54.0", - "@theia/userstorage": "1.54.0", - "@theia/workspace": "1.54.0", + "@theia/search-in-workspace": "1.55.0", + "@theia/userstorage": "1.55.0", + "@theia/workspace": "1.55.0", "ajv": "^6.5.3", "jsonc-parser": "^2.2.0", "perfect-scrollbar": "^1.3.0", diff --git a/packages/typehierarchy/package.json b/packages/typehierarchy/package.json index 0802b6ccd5530..7f5a22f506670 100644 --- a/packages/typehierarchy/package.json +++ b/packages/typehierarchy/package.json @@ -1,10 +1,10 @@ { "name": "@theia/typehierarchy", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia - Type Hierarchy Extension", "dependencies": { - "@theia/core": "1.54.0", - "@theia/editor": "1.54.0", + "@theia/core": "1.55.0", + "@theia/editor": "1.55.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -40,7 +40,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0" + "@theia/ext-scripts": "1.55.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/userstorage/package.json b/packages/userstorage/package.json index f43f417ae21e4..8c5a2e0522c13 100644 --- a/packages/userstorage/package.json +++ b/packages/userstorage/package.json @@ -1,10 +1,10 @@ { "name": "@theia/userstorage", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia - User Storage Extension", "dependencies": { - "@theia/core": "1.54.0", - "@theia/filesystem": "1.54.0", + "@theia/core": "1.55.0", + "@theia/filesystem": "1.55.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -40,7 +40,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0" + "@theia/ext-scripts": "1.55.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/variable-resolver/package.json b/packages/variable-resolver/package.json index 5cdb301cebdf6..3f328ce2ce88d 100644 --- a/packages/variable-resolver/package.json +++ b/packages/variable-resolver/package.json @@ -1,9 +1,9 @@ { "name": "@theia/variable-resolver", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia - Variable Resolver Extension", "dependencies": { - "@theia/core": "1.54.0", + "@theia/core": "1.55.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -45,7 +45,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0" + "@theia/ext-scripts": "1.55.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/vsx-registry/package.json b/packages/vsx-registry/package.json index 3eabc882978ee..86564f58d722d 100644 --- a/packages/vsx-registry/package.json +++ b/packages/vsx-registry/package.json @@ -1,16 +1,16 @@ { "name": "@theia/vsx-registry", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia - VSX Registry", "dependencies": { - "@theia/core": "1.54.0", - "@theia/filesystem": "1.54.0", - "@theia/navigator": "1.54.0", - "@theia/ovsx-client": "1.54.0", - "@theia/plugin-ext": "1.54.0", - "@theia/plugin-ext-vscode": "1.54.0", - "@theia/preferences": "1.54.0", - "@theia/workspace": "1.54.0", + "@theia/core": "1.55.0", + "@theia/filesystem": "1.55.0", + "@theia/navigator": "1.55.0", + "@theia/ovsx-client": "1.55.0", + "@theia/plugin-ext": "1.55.0", + "@theia/plugin-ext-vscode": "1.55.0", + "@theia/preferences": "1.55.0", + "@theia/workspace": "1.55.0", "limiter": "^2.1.0", "luxon": "^2.4.0", "p-debounce": "^2.1.0", @@ -55,7 +55,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0", + "@theia/ext-scripts": "1.55.0", "@types/luxon": "^2.3.2" }, "nyc": { diff --git a/packages/workspace/package.json b/packages/workspace/package.json index 4480fb4d92c12..0acc10966a7d6 100644 --- a/packages/workspace/package.json +++ b/packages/workspace/package.json @@ -1,11 +1,11 @@ { "name": "@theia/workspace", - "version": "1.54.0", + "version": "1.55.0", "description": "Theia - Workspace Extension", "dependencies": { - "@theia/core": "1.54.0", - "@theia/filesystem": "1.54.0", - "@theia/variable-resolver": "1.54.0", + "@theia/core": "1.55.0", + "@theia/filesystem": "1.55.0", + "@theia/variable-resolver": "1.55.0", "jsonc-parser": "^2.2.0", "tslib": "^2.6.2", "valid-filename": "^2.0.1" @@ -47,7 +47,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.54.0" + "@theia/ext-scripts": "1.55.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/sample-plugins/sample-namespace/plugin-a/package.json b/sample-plugins/sample-namespace/plugin-a/package.json index 8b1af99d4c01f..1f00826244e81 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.54.0", + "version": "1.55.0", "main": "extension.js", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "repository": { diff --git a/sample-plugins/sample-namespace/plugin-b/package.json b/sample-plugins/sample-namespace/plugin-b/package.json index 6f195fb4b3569..4a64bdad38b2c 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.54.0", + "version": "1.55.0", "main": "extension.js", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "repository": { diff --git a/sample-plugins/sample-namespace/plugin-gotd/package.json b/sample-plugins/sample-namespace/plugin-gotd/package.json index 0eae6cb2417db..39c18050c2bd1 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.54.0", + "version": "1.55.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "repository": { "type": "git", @@ -15,7 +15,7 @@ "*" ], "devDependencies": { - "@theia/api-provider-sample": "1.54.0" + "@theia/api-provider-sample": "1.55.0" }, "scripts": { "prepare": "yarn -s package",