From 0fe1fc6ad3460210ecc175e52ecce46f3172feaf Mon Sep 17 00:00:00 2001 From: Johannes Faltermeier Date: Thu, 2 May 2024 10:09:08 +0200 Subject: [PATCH] v1.49.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 | 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 | 26 ++--- examples/api-tests/package.json | 4 +- examples/browser-only/package.json | 90 ++++++++-------- examples/browser/package.json | 102 +++++++++--------- examples/electron/package.json | 100 ++++++++--------- examples/playwright/package.json | 2 +- lerna.json | 2 +- packages/bulk-edit/package.json | 14 +-- packages/callhierarchy/package.json | 8 +- packages/console/package.json | 8 +- packages/core/README.md | 12 +-- packages/core/package.json | 10 +- packages/debug/package.json | 28 ++--- 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 +- 73 files changed, 522 insertions(+), 522 deletions(-) diff --git a/dev-packages/application-manager/package.json b/dev-packages/application-manager/package.json index 5f153fa5ef03f..aae4dd528e7c4 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.49.0", + "version": "1.49.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.49.0", - "@theia/ffmpeg": "1.49.0", - "@theia/native-webpack-plugin": "1.49.0", + "@theia/application-package": "1.49.1", + "@theia/ffmpeg": "1.49.1", + "@theia/native-webpack-plugin": "1.49.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.49.0", + "@theia/ext-scripts": "1.49.1", "@types/node-abi": "*" }, "nyc": { diff --git a/dev-packages/application-package/package.json b/dev-packages/application-package/package.json index 10cc21e0a8240..2d7df57bd14d0 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.49.0", + "version": "1.49.1", "description": "Theia application package API.", "publishConfig": { "access": "public" @@ -29,7 +29,7 @@ "watch": "theiaext watch" }, "dependencies": { - "@theia/request": "1.49.0", + "@theia/request": "1.49.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.49.0" + "@theia/ext-scripts": "1.49.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/dev-packages/cli/package.json b/dev-packages/cli/package.json index e8283d617d5f4..dc3d870eaf5a7 100644 --- a/dev-packages/cli/package.json +++ b/dev-packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@theia/cli", - "version": "1.49.0", + "version": "1.49.1", "description": "Theia CLI.", "publishConfig": { "access": "public" @@ -32,12 +32,12 @@ "clean": "theiaext clean" }, "dependencies": { - "@theia/application-manager": "1.49.0", - "@theia/application-package": "1.49.0", - "@theia/ffmpeg": "1.49.0", - "@theia/localization-manager": "1.49.0", - "@theia/ovsx-client": "1.49.0", - "@theia/request": "1.49.0", + "@theia/application-manager": "1.49.1", + "@theia/application-package": "1.49.1", + "@theia/ffmpeg": "1.49.1", + "@theia/localization-manager": "1.49.1", + "@theia/ovsx-client": "1.49.1", + "@theia/request": "1.49.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 ebbfba69ed3ab..936d721207970 100644 --- a/dev-packages/ffmpeg/package.json +++ b/dev-packages/ffmpeg/package.json @@ -1,6 +1,6 @@ { "name": "@theia/ffmpeg", - "version": "1.49.0", + "version": "1.49.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 7238863aff6a2..d81c6697373e2 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.49.0", + "version": "1.49.1", "description": "Theia localization manager API.", "publishConfig": { "access": "public" @@ -40,7 +40,7 @@ "typescript": "~4.5.5" }, "devDependencies": { - "@theia/ext-scripts": "1.49.0" + "@theia/ext-scripts": "1.49.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 6502832c2165a..0e0d7a5cdc603 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.49.0", + "version": "1.49.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 fb6d6a0cbf67d..b8fa7a71e609d 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.49.0", + "version": "1.49.1", "description": "Theia Open-VSX Client", "publishConfig": { "access": "public" @@ -29,7 +29,7 @@ "watch": "theiaext watch" }, "dependencies": { - "@theia/request": "1.49.0", + "@theia/request": "1.49.1", "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 c96faee5ffd49..3ec2d924d2899 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.49.0", + "version": "1.49.1", "description": "Custom ESLint rules for developing Theia extensions and applications", "main": "index.js", "scripts": { "prepare": "tsc -b" }, "dependencies": { - "@theia/core": "1.49.0", - "@theia/ext-scripts": "1.49.0", - "@theia/re-exports": "1.49.0", + "@theia/core": "1.49.1", + "@theia/ext-scripts": "1.49.1", + "@theia/re-exports": "1.49.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 896541e54e442..b11485f31cd13 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.49.0", + "version": "1.49.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 e532099c08618..ea05ef107b9a5 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.49.0", + "version": "1.49.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 adddf0c9ac13e..e340d4677f289 100644 --- a/dev-packages/request/package.json +++ b/dev-packages/request/package.json @@ -1,6 +1,6 @@ { "name": "@theia/request", - "version": "1.49.0", + "version": "1.49.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 ce21ee47c43ee..bcf82fcaa290b 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.49.0", + "version": "1.49.1", "description": "Theia - Example code to demonstrate Theia API Provider Extensions", "dependencies": { - "@theia/core": "1.49.0", - "@theia/plugin-ext": "1.49.0", - "@theia/plugin-ext-headless": "1.49.0" + "@theia/core": "1.49.1", + "@theia/plugin-ext": "1.49.1", + "@theia/plugin-ext-headless": "1.49.1" }, "theiaExtensions": [ { @@ -37,6 +37,6 @@ "clean": "theiaext clean" }, "devDependencies": { - "@theia/ext-scripts": "1.49.0" + "@theia/ext-scripts": "1.49.1" } } diff --git a/examples/api-samples/package.json b/examples/api-samples/package.json index cb9a09b45b939..1752a79fa6c7f 100644 --- a/examples/api-samples/package.json +++ b/examples/api-samples/package.json @@ -1,21 +1,21 @@ { "private": true, "name": "@theia/api-samples", - "version": "1.49.0", + "version": "1.49.1", "description": "Theia - Example code to demonstrate Theia API", "dependencies": { - "@theia/core": "1.49.0", - "@theia/file-search": "1.49.0", - "@theia/filesystem": "1.49.0", - "@theia/monaco": "1.49.0", + "@theia/core": "1.49.1", + "@theia/file-search": "1.49.1", + "@theia/filesystem": "1.49.1", + "@theia/monaco": "1.49.1", "@theia/monaco-editor-core": "1.83.101", - "@theia/output": "1.49.0", - "@theia/ovsx-client": "1.49.0", - "@theia/search-in-workspace": "1.49.0", - "@theia/test": "1.49.0", - "@theia/toolbar": "1.49.0", - "@theia/vsx-registry": "1.49.0", - "@theia/workspace": "1.49.0" + "@theia/output": "1.49.1", + "@theia/ovsx-client": "1.49.1", + "@theia/search-in-workspace": "1.49.1", + "@theia/test": "1.49.1", + "@theia/toolbar": "1.49.1", + "@theia/vsx-registry": "1.49.1", + "@theia/workspace": "1.49.1" }, "theiaExtensions": [ { @@ -57,6 +57,6 @@ "clean": "theiaext clean" }, "devDependencies": { - "@theia/ext-scripts": "1.49.0" + "@theia/ext-scripts": "1.49.1" } } diff --git a/examples/api-tests/package.json b/examples/api-tests/package.json index 95dc5c56a778c..875dd825f8509 100644 --- a/examples/api-tests/package.json +++ b/examples/api-tests/package.json @@ -1,9 +1,9 @@ { "name": "@theia/api-tests", - "version": "1.49.0", + "version": "1.49.1", "description": "Theia API tests", "dependencies": { - "@theia/core": "1.49.0" + "@theia/core": "1.49.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 d9617d165a0ba..3ad0bf3f43647 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.49.0", + "version": "1.49.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "theia": { "target": "browser-only", @@ -15,49 +15,49 @@ } }, "dependencies": { - "@theia/api-samples": "1.49.0", - "@theia/bulk-edit": "1.49.0", - "@theia/callhierarchy": "1.49.0", - "@theia/console": "1.49.0", - "@theia/core": "1.49.0", - "@theia/debug": "1.49.0", - "@theia/editor": "1.49.0", - "@theia/editor-preview": "1.49.0", - "@theia/file-search": "1.49.0", - "@theia/filesystem": "1.49.0", - "@theia/getting-started": "1.49.0", - "@theia/git": "1.49.0", - "@theia/keymaps": "1.49.0", - "@theia/markers": "1.49.0", - "@theia/memory-inspector": "1.49.0", - "@theia/messages": "1.49.0", - "@theia/metrics": "1.49.0", - "@theia/mini-browser": "1.49.0", - "@theia/monaco": "1.49.0", - "@theia/navigator": "1.49.0", - "@theia/outline-view": "1.49.0", - "@theia/output": "1.49.0", - "@theia/plugin-dev": "1.49.0", - "@theia/plugin-ext": "1.49.0", - "@theia/plugin-ext-vscode": "1.49.0", - "@theia/plugin-metrics": "1.49.0", - "@theia/preferences": "1.49.0", - "@theia/preview": "1.49.0", - "@theia/process": "1.49.0", - "@theia/property-view": "1.49.0", - "@theia/scm": "1.49.0", - "@theia/scm-extra": "1.49.0", - "@theia/search-in-workspace": "1.49.0", - "@theia/secondary-window": "1.49.0", - "@theia/task": "1.49.0", - "@theia/terminal": "1.49.0", - "@theia/timeline": "1.49.0", - "@theia/toolbar": "1.49.0", - "@theia/typehierarchy": "1.49.0", - "@theia/userstorage": "1.49.0", - "@theia/variable-resolver": "1.49.0", - "@theia/vsx-registry": "1.49.0", - "@theia/workspace": "1.49.0" + "@theia/api-samples": "1.49.1", + "@theia/bulk-edit": "1.49.1", + "@theia/callhierarchy": "1.49.1", + "@theia/console": "1.49.1", + "@theia/core": "1.49.1", + "@theia/debug": "1.49.1", + "@theia/editor": "1.49.1", + "@theia/editor-preview": "1.49.1", + "@theia/file-search": "1.49.1", + "@theia/filesystem": "1.49.1", + "@theia/getting-started": "1.49.1", + "@theia/git": "1.49.1", + "@theia/keymaps": "1.49.1", + "@theia/markers": "1.49.1", + "@theia/memory-inspector": "1.49.1", + "@theia/messages": "1.49.1", + "@theia/metrics": "1.49.1", + "@theia/mini-browser": "1.49.1", + "@theia/monaco": "1.49.1", + "@theia/navigator": "1.49.1", + "@theia/outline-view": "1.49.1", + "@theia/output": "1.49.1", + "@theia/plugin-dev": "1.49.1", + "@theia/plugin-ext": "1.49.1", + "@theia/plugin-ext-vscode": "1.49.1", + "@theia/plugin-metrics": "1.49.1", + "@theia/preferences": "1.49.1", + "@theia/preview": "1.49.1", + "@theia/process": "1.49.1", + "@theia/property-view": "1.49.1", + "@theia/scm": "1.49.1", + "@theia/scm-extra": "1.49.1", + "@theia/search-in-workspace": "1.49.1", + "@theia/secondary-window": "1.49.1", + "@theia/task": "1.49.1", + "@theia/terminal": "1.49.1", + "@theia/timeline": "1.49.1", + "@theia/toolbar": "1.49.1", + "@theia/typehierarchy": "1.49.1", + "@theia/userstorage": "1.49.1", + "@theia/variable-resolver": "1.49.1", + "@theia/vsx-registry": "1.49.1", + "@theia/workspace": "1.49.1" }, "scripts": { "prepare:no-native": "lerna run prepare --scope=\"@theia/re-exports\" && lerna run generate-theia-re-exports --scope=\"@theia/core\"", @@ -73,6 +73,6 @@ "watch:compile": "tsc -b -w" }, "devDependencies": { - "@theia/cli": "1.49.0" + "@theia/cli": "1.49.1" } } diff --git a/examples/browser/package.json b/examples/browser/package.json index d7e6cfec6a352..bb938439b17e2 100644 --- a/examples/browser/package.json +++ b/examples/browser/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@theia/example-browser", - "version": "1.49.0", + "version": "1.49.1", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "theia": { "frontend": { @@ -20,55 +20,55 @@ } }, "dependencies": { - "@theia/api-provider-sample": "1.49.0", - "@theia/api-samples": "1.49.0", - "@theia/bulk-edit": "1.49.0", - "@theia/callhierarchy": "1.49.0", - "@theia/console": "1.49.0", - "@theia/core": "1.49.0", - "@theia/debug": "1.49.0", - "@theia/dev-container": "1.49.0", - "@theia/editor": "1.49.0", - "@theia/editor-preview": "1.49.0", - "@theia/file-search": "1.49.0", - "@theia/filesystem": "1.49.0", - "@theia/getting-started": "1.49.0", - "@theia/git": "1.49.0", - "@theia/keymaps": "1.49.0", - "@theia/markers": "1.49.0", - "@theia/memory-inspector": "1.49.0", - "@theia/messages": "1.49.0", - "@theia/metrics": "1.49.0", - "@theia/mini-browser": "1.49.0", - "@theia/monaco": "1.49.0", - "@theia/navigator": "1.49.0", - "@theia/notebook": "1.49.0", - "@theia/outline-view": "1.49.0", - "@theia/output": "1.49.0", - "@theia/plugin-dev": "1.49.0", - "@theia/plugin-ext": "1.49.0", - "@theia/plugin-ext-headless": "1.49.0", - "@theia/plugin-ext-vscode": "1.49.0", - "@theia/plugin-metrics": "1.49.0", - "@theia/preferences": "1.49.0", - "@theia/preview": "1.49.0", - "@theia/process": "1.49.0", - "@theia/property-view": "1.49.0", - "@theia/remote": "1.49.0", - "@theia/scm": "1.49.0", - "@theia/scm-extra": "1.49.0", - "@theia/search-in-workspace": "1.49.0", - "@theia/secondary-window": "1.49.0", - "@theia/task": "1.49.0", - "@theia/terminal": "1.49.0", - "@theia/test": "1.49.0", - "@theia/timeline": "1.49.0", - "@theia/toolbar": "1.49.0", - "@theia/typehierarchy": "1.49.0", - "@theia/userstorage": "1.49.0", - "@theia/variable-resolver": "1.49.0", - "@theia/vsx-registry": "1.49.0", - "@theia/workspace": "1.49.0" + "@theia/api-provider-sample": "1.49.1", + "@theia/api-samples": "1.49.1", + "@theia/bulk-edit": "1.49.1", + "@theia/callhierarchy": "1.49.1", + "@theia/console": "1.49.1", + "@theia/core": "1.49.1", + "@theia/debug": "1.49.1", + "@theia/dev-container": "1.49.1", + "@theia/editor": "1.49.1", + "@theia/editor-preview": "1.49.1", + "@theia/file-search": "1.49.1", + "@theia/filesystem": "1.49.1", + "@theia/getting-started": "1.49.1", + "@theia/git": "1.49.1", + "@theia/keymaps": "1.49.1", + "@theia/markers": "1.49.1", + "@theia/memory-inspector": "1.49.1", + "@theia/messages": "1.49.1", + "@theia/metrics": "1.49.1", + "@theia/mini-browser": "1.49.1", + "@theia/monaco": "1.49.1", + "@theia/navigator": "1.49.1", + "@theia/notebook": "1.49.1", + "@theia/outline-view": "1.49.1", + "@theia/output": "1.49.1", + "@theia/plugin-dev": "1.49.1", + "@theia/plugin-ext": "1.49.1", + "@theia/plugin-ext-headless": "1.49.1", + "@theia/plugin-ext-vscode": "1.49.1", + "@theia/plugin-metrics": "1.49.1", + "@theia/preferences": "1.49.1", + "@theia/preview": "1.49.1", + "@theia/process": "1.49.1", + "@theia/property-view": "1.49.1", + "@theia/remote": "1.49.1", + "@theia/scm": "1.49.1", + "@theia/scm-extra": "1.49.1", + "@theia/search-in-workspace": "1.49.1", + "@theia/secondary-window": "1.49.1", + "@theia/task": "1.49.1", + "@theia/terminal": "1.49.1", + "@theia/test": "1.49.1", + "@theia/timeline": "1.49.1", + "@theia/toolbar": "1.49.1", + "@theia/typehierarchy": "1.49.1", + "@theia/userstorage": "1.49.1", + "@theia/variable-resolver": "1.49.1", + "@theia/vsx-registry": "1.49.1", + "@theia/workspace": "1.49.1" }, "scripts": { "clean": "theia clean", @@ -91,6 +91,6 @@ "watch:compile": "tsc -b -w" }, "devDependencies": { - "@theia/cli": "1.49.0" + "@theia/cli": "1.49.1" } } diff --git a/examples/electron/package.json b/examples/electron/package.json index a310f569423f0..a55e6ffab923b 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.49.0", + "version": "1.49.1", "main": "lib/backend/electron-main.js", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "theia": { @@ -26,54 +26,54 @@ } }, "dependencies": { - "@theia/api-provider-sample": "1.49.0", - "@theia/api-samples": "1.49.0", - "@theia/bulk-edit": "1.49.0", - "@theia/callhierarchy": "1.49.0", - "@theia/console": "1.49.0", - "@theia/core": "1.49.0", - "@theia/debug": "1.49.0", - "@theia/dev-container": "1.49.0", - "@theia/editor": "1.49.0", - "@theia/editor-preview": "1.49.0", - "@theia/electron": "1.49.0", - "@theia/external-terminal": "1.49.0", - "@theia/file-search": "1.49.0", - "@theia/filesystem": "1.49.0", - "@theia/getting-started": "1.49.0", - "@theia/git": "1.49.0", - "@theia/keymaps": "1.49.0", - "@theia/markers": "1.49.0", - "@theia/memory-inspector": "1.49.0", - "@theia/messages": "1.49.0", - "@theia/metrics": "1.49.0", - "@theia/mini-browser": "1.49.0", - "@theia/monaco": "1.49.0", - "@theia/navigator": "1.49.0", - "@theia/outline-view": "1.49.0", - "@theia/output": "1.49.0", - "@theia/plugin-dev": "1.49.0", - "@theia/plugin-ext": "1.49.0", - "@theia/plugin-ext-headless": "1.49.0", - "@theia/plugin-ext-vscode": "1.49.0", - "@theia/preferences": "1.49.0", - "@theia/preview": "1.49.0", - "@theia/process": "1.49.0", - "@theia/property-view": "1.49.0", - "@theia/remote": "1.49.0", - "@theia/scm": "1.49.0", - "@theia/scm-extra": "1.49.0", - "@theia/search-in-workspace": "1.49.0", - "@theia/secondary-window": "1.49.0", - "@theia/task": "1.49.0", - "@theia/terminal": "1.49.0", - "@theia/timeline": "1.49.0", - "@theia/toolbar": "1.49.0", - "@theia/typehierarchy": "1.49.0", - "@theia/userstorage": "1.49.0", - "@theia/variable-resolver": "1.49.0", - "@theia/vsx-registry": "1.49.0", - "@theia/workspace": "1.49.0" + "@theia/api-provider-sample": "1.49.1", + "@theia/api-samples": "1.49.1", + "@theia/bulk-edit": "1.49.1", + "@theia/callhierarchy": "1.49.1", + "@theia/console": "1.49.1", + "@theia/core": "1.49.1", + "@theia/debug": "1.49.1", + "@theia/dev-container": "1.49.1", + "@theia/editor": "1.49.1", + "@theia/editor-preview": "1.49.1", + "@theia/electron": "1.49.1", + "@theia/external-terminal": "1.49.1", + "@theia/file-search": "1.49.1", + "@theia/filesystem": "1.49.1", + "@theia/getting-started": "1.49.1", + "@theia/git": "1.49.1", + "@theia/keymaps": "1.49.1", + "@theia/markers": "1.49.1", + "@theia/memory-inspector": "1.49.1", + "@theia/messages": "1.49.1", + "@theia/metrics": "1.49.1", + "@theia/mini-browser": "1.49.1", + "@theia/monaco": "1.49.1", + "@theia/navigator": "1.49.1", + "@theia/outline-view": "1.49.1", + "@theia/output": "1.49.1", + "@theia/plugin-dev": "1.49.1", + "@theia/plugin-ext": "1.49.1", + "@theia/plugin-ext-headless": "1.49.1", + "@theia/plugin-ext-vscode": "1.49.1", + "@theia/preferences": "1.49.1", + "@theia/preview": "1.49.1", + "@theia/process": "1.49.1", + "@theia/property-view": "1.49.1", + "@theia/remote": "1.49.1", + "@theia/scm": "1.49.1", + "@theia/scm-extra": "1.49.1", + "@theia/search-in-workspace": "1.49.1", + "@theia/secondary-window": "1.49.1", + "@theia/task": "1.49.1", + "@theia/terminal": "1.49.1", + "@theia/timeline": "1.49.1", + "@theia/toolbar": "1.49.1", + "@theia/typehierarchy": "1.49.1", + "@theia/userstorage": "1.49.1", + "@theia/variable-resolver": "1.49.1", + "@theia/vsx-registry": "1.49.1", + "@theia/workspace": "1.49.1" }, "scripts": { "build": "yarn -s compile && yarn -s bundle", @@ -91,7 +91,7 @@ "watch:compile": "tsc -b -w" }, "devDependencies": { - "@theia/cli": "1.49.0", + "@theia/cli": "1.49.1", "electron": "^23.2.4" } } diff --git a/examples/playwright/package.json b/examples/playwright/package.json index cd0e04f845015..7527d39ac3a02 100644 --- a/examples/playwright/package.json +++ b/examples/playwright/package.json @@ -1,6 +1,6 @@ { "name": "@theia/playwright", - "version": "1.49.0", + "version": "1.49.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 715a667ab608b..9141c46ad93a5 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/lerna.json", "npmClient": "yarn", - "version": "1.49.0", + "version": "1.49.1", "command": { "run": { "stream": true diff --git a/packages/bulk-edit/package.json b/packages/bulk-edit/package.json index a63c50027fa26..65248e2ceaf70 100644 --- a/packages/bulk-edit/package.json +++ b/packages/bulk-edit/package.json @@ -1,14 +1,14 @@ { "name": "@theia/bulk-edit", - "version": "1.49.0", + "version": "1.49.1", "description": "Theia - Bulk Edit Extension", "dependencies": { - "@theia/core": "1.49.0", - "@theia/editor": "1.49.0", - "@theia/filesystem": "1.49.0", - "@theia/monaco": "1.49.0", + "@theia/core": "1.49.1", + "@theia/editor": "1.49.1", + "@theia/filesystem": "1.49.1", + "@theia/monaco": "1.49.1", "@theia/monaco-editor-core": "1.83.101", - "@theia/workspace": "1.49.0", + "@theia/workspace": "1.49.1", "tslib": "^2.6.2" }, "publishConfig": { @@ -44,7 +44,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.49.0" + "@theia/ext-scripts": "1.49.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/callhierarchy/package.json b/packages/callhierarchy/package.json index ff55e82e52ca8..c7e55d1ab6014 100644 --- a/packages/callhierarchy/package.json +++ b/packages/callhierarchy/package.json @@ -1,10 +1,10 @@ { "name": "@theia/callhierarchy", - "version": "1.49.0", + "version": "1.49.1", "description": "Theia - Call Hierarchy Extension", "dependencies": { - "@theia/core": "1.49.0", - "@theia/editor": "1.49.0", + "@theia/core": "1.49.1", + "@theia/editor": "1.49.1", "ts-md5": "^1.2.2", "tslib": "^2.6.2" }, @@ -41,7 +41,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.49.0" + "@theia/ext-scripts": "1.49.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/console/package.json b/packages/console/package.json index c3ba587ce32f2..ca31118494e15 100644 --- a/packages/console/package.json +++ b/packages/console/package.json @@ -1,10 +1,10 @@ { "name": "@theia/console", - "version": "1.49.0", + "version": "1.49.1", "description": "Theia - Console Extension", "dependencies": { - "@theia/core": "1.49.0", - "@theia/monaco": "1.49.0", + "@theia/core": "1.49.1", + "@theia/monaco": "1.49.1", "@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.49.0" + "@theia/ext-scripts": "1.49.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/core/README.md b/packages/core/README.md index 44750b88a67eb..253b712d7f789 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -84,12 +84,12 @@ export class SomeClass { - `@phosphor/signaling` (from [`@phosphor/signaling@1`](https://www.npmjs.com/package/@phosphor/signaling)) - `@phosphor/virtualdom` (from [`@phosphor/virtualdom@1`](https://www.npmjs.com/package/@phosphor/virtualdom)) - `@phosphor/widgets` (from [`@phosphor/widgets@1`](https://www.npmjs.com/package/@phosphor/widgets)) - - `@theia/application-package` (from [`@theia/application-package@1.49.0`](https://www.npmjs.com/package/@theia/application-package/v/1.49.0)) - - `@theia/application-package/lib/api` (from [`@theia/application-package@1.49.0`](https://www.npmjs.com/package/@theia/application-package/v/1.49.0)) - - `@theia/application-package/lib/environment` (from [`@theia/application-package@1.49.0`](https://www.npmjs.com/package/@theia/application-package/v/1.49.0)) - - `@theia/request` (from [`@theia/request@1.49.0`](https://www.npmjs.com/package/@theia/request/v/1.49.0)) - - `@theia/request/lib/proxy` (from [`@theia/request@1.49.0`](https://www.npmjs.com/package/@theia/request/v/1.49.0)) - - `@theia/request/lib/node-request-service` (from [`@theia/request@1.49.0`](https://www.npmjs.com/package/@theia/request/v/1.49.0)) + - `@theia/application-package` (from [`@theia/application-package@1.49.1`](https://www.npmjs.com/package/@theia/application-package/v/1.49.1)) + - `@theia/application-package/lib/api` (from [`@theia/application-package@1.49.1`](https://www.npmjs.com/package/@theia/application-package/v/1.49.1)) + - `@theia/application-package/lib/environment` (from [`@theia/application-package@1.49.1`](https://www.npmjs.com/package/@theia/application-package/v/1.49.1)) + - `@theia/request` (from [`@theia/request@1.49.1`](https://www.npmjs.com/package/@theia/request/v/1.49.1)) + - `@theia/request/lib/proxy` (from [`@theia/request@1.49.1`](https://www.npmjs.com/package/@theia/request/v/1.49.1)) + - `@theia/request/lib/node-request-service` (from [`@theia/request@1.49.1`](https://www.npmjs.com/package/@theia/request/v/1.49.1)) - `fs-extra` (from [`fs-extra@^4.0.2`](https://www.npmjs.com/package/fs-extra)) - `fuzzy` (from [`fuzzy@^0.1.3`](https://www.npmjs.com/package/fuzzy)) - `inversify` (from [`inversify@^6.0.1`](https://www.npmjs.com/package/inversify)) diff --git a/packages/core/package.json b/packages/core/package.json index f127f61e37f06..97e4921513b72 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@theia/core", - "version": "1.49.0", + "version": "1.49.1", "description": "Theia is a cloud & desktop IDE framework implemented in TypeScript.", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", @@ -16,8 +16,8 @@ "@phosphor/signaling": "1", "@phosphor/virtualdom": "1", "@phosphor/widgets": "1", - "@theia/application-package": "1.49.0", - "@theia/request": "1.49.0", + "@theia/application-package": "1.49.1", + "@theia/request": "1.49.1", "@types/body-parser": "^1.16.4", "@types/cookie": "^0.3.3", "@types/dompurify": "^2.2.2", @@ -206,8 +206,8 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.49.0", - "@theia/re-exports": "1.49.0", + "@theia/ext-scripts": "1.49.1", + "@theia/re-exports": "1.49.1", "minimist": "^1.2.0" }, "nyc": { diff --git a/packages/debug/package.json b/packages/debug/package.json index d25c0532758b3..3f6ca1cb84f35 100644 --- a/packages/debug/package.json +++ b/packages/debug/package.json @@ -1,21 +1,21 @@ { "name": "@theia/debug", - "version": "1.49.0", + "version": "1.49.1", "description": "Theia - Debug Extension", "dependencies": { - "@theia/console": "1.49.0", - "@theia/core": "1.49.0", - "@theia/editor": "1.49.0", - "@theia/filesystem": "1.49.0", - "@theia/markers": "1.49.0", - "@theia/monaco": "1.49.0", + "@theia/console": "1.49.1", + "@theia/core": "1.49.1", + "@theia/editor": "1.49.1", + "@theia/filesystem": "1.49.1", + "@theia/markers": "1.49.1", + "@theia/monaco": "1.49.1", "@theia/monaco-editor-core": "1.83.101", - "@theia/output": "1.49.0", - "@theia/process": "1.49.0", - "@theia/task": "1.49.0", - "@theia/terminal": "1.49.0", - "@theia/variable-resolver": "1.49.0", - "@theia/workspace": "1.49.0", + "@theia/output": "1.49.1", + "@theia/process": "1.49.1", + "@theia/task": "1.49.1", + "@theia/terminal": "1.49.1", + "@theia/variable-resolver": "1.49.1", + "@theia/workspace": "1.49.1", "@vscode/debugprotocol": "^1.51.0", "fast-deep-equal": "^3.1.3", "jsonc-parser": "^2.2.0", @@ -58,7 +58,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.49.0" + "@theia/ext-scripts": "1.49.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/dev-container/package.json b/packages/dev-container/package.json index d51c2170b0a11..eb844caa2f74e 100644 --- a/packages/dev-container/package.json +++ b/packages/dev-container/package.json @@ -1,12 +1,12 @@ { "name": "@theia/dev-container", - "version": "1.49.0", + "version": "1.49.1", "description": "Theia - Editor Preview Extension", "dependencies": { - "@theia/core": "1.49.0", - "@theia/output": "1.49.0", - "@theia/remote": "1.49.0", - "@theia/workspace": "1.49.0", + "@theia/core": "1.49.1", + "@theia/output": "1.49.1", + "@theia/remote": "1.49.1", + "@theia/workspace": "1.49.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.49.0", + "@theia/ext-scripts": "1.49.1", "@types/dockerode": "^3.3.23" }, "nyc": { diff --git a/packages/editor-preview/package.json b/packages/editor-preview/package.json index ff800ee986882..456502901b2a0 100644 --- a/packages/editor-preview/package.json +++ b/packages/editor-preview/package.json @@ -1,11 +1,11 @@ { "name": "@theia/editor-preview", - "version": "1.49.0", + "version": "1.49.1", "description": "Theia - Editor Preview Extension", "dependencies": { - "@theia/core": "1.49.0", - "@theia/editor": "1.49.0", - "@theia/navigator": "1.49.0", + "@theia/core": "1.49.1", + "@theia/editor": "1.49.1", + "@theia/navigator": "1.49.1", "tslib": "^2.6.2" }, "publishConfig": { @@ -41,7 +41,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.49.0" + "@theia/ext-scripts": "1.49.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/editor/package.json b/packages/editor/package.json index 4e76681cb87f7..7d0933c506609 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -1,10 +1,10 @@ { "name": "@theia/editor", - "version": "1.49.0", + "version": "1.49.1", "description": "Theia - Editor Extension", "dependencies": { - "@theia/core": "1.49.0", - "@theia/variable-resolver": "1.49.0", + "@theia/core": "1.49.1", + "@theia/variable-resolver": "1.49.1", "tslib": "^2.6.2" }, "publishConfig": { @@ -41,7 +41,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.49.0" + "@theia/ext-scripts": "1.49.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/electron/package.json b/packages/electron/package.json index 0ace72c8a205b..94e82664deecd 100644 --- a/packages/electron/package.json +++ b/packages/electron/package.json @@ -1,6 +1,6 @@ { "name": "@theia/electron", - "version": "1.49.0", + "version": "1.49.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.49.0", - "@theia/re-exports": "1.49.0" + "@theia/ext-scripts": "1.49.1", + "@theia/re-exports": "1.49.1" }, "peerDependencies": { "electron": "^23.2.4" diff --git a/packages/external-terminal/package.json b/packages/external-terminal/package.json index a4054ef33ba19..7772095a608bf 100644 --- a/packages/external-terminal/package.json +++ b/packages/external-terminal/package.json @@ -1,11 +1,11 @@ { "name": "@theia/external-terminal", - "version": "1.49.0", + "version": "1.49.1", "description": "Theia - External Terminal Extension", "dependencies": { - "@theia/core": "1.49.0", - "@theia/editor": "1.49.0", - "@theia/workspace": "1.49.0", + "@theia/core": "1.49.1", + "@theia/editor": "1.49.1", + "@theia/workspace": "1.49.1", "tslib": "^2.6.2" }, "publishConfig": { @@ -42,7 +42,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.49.0" + "@theia/ext-scripts": "1.49.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/file-search/package.json b/packages/file-search/package.json index 052c376758d58..05f95df017dc5 100644 --- a/packages/file-search/package.json +++ b/packages/file-search/package.json @@ -1,13 +1,13 @@ { "name": "@theia/file-search", - "version": "1.49.0", + "version": "1.49.1", "description": "Theia - File Search Extension", "dependencies": { - "@theia/core": "1.49.0", - "@theia/editor": "1.49.0", - "@theia/filesystem": "1.49.0", - "@theia/process": "1.49.0", - "@theia/workspace": "1.49.0", + "@theia/core": "1.49.1", + "@theia/editor": "1.49.1", + "@theia/filesystem": "1.49.1", + "@theia/process": "1.49.1", + "@theia/workspace": "1.49.1", "@vscode/ripgrep": "^1.14.2", "tslib": "^2.6.2" }, @@ -45,7 +45,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.49.0" + "@theia/ext-scripts": "1.49.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/filesystem/package.json b/packages/filesystem/package.json index 3d8a65d90ba1f..f0dcc7264482c 100644 --- a/packages/filesystem/package.json +++ b/packages/filesystem/package.json @@ -1,9 +1,9 @@ { "name": "@theia/filesystem", - "version": "1.49.0", + "version": "1.49.1", "description": "Theia - FileSystem Extension", "dependencies": { - "@theia/core": "1.49.0", + "@theia/core": "1.49.1", "@types/body-parser": "^1.17.0", "@types/multer": "^1.4.7", "@types/rimraf": "^2.0.2", @@ -73,7 +73,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.49.0" + "@theia/ext-scripts": "1.49.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/getting-started/package.json b/packages/getting-started/package.json index 0992a56fd6767..88464c3d4dd7c 100644 --- a/packages/getting-started/package.json +++ b/packages/getting-started/package.json @@ -1,14 +1,14 @@ { "name": "@theia/getting-started", - "version": "1.49.0", + "version": "1.49.1", "description": "Theia - GettingStarted Extension", "dependencies": { - "@theia/core": "1.49.0", - "@theia/editor": "1.49.0", - "@theia/filesystem": "1.49.0", - "@theia/keymaps": "1.49.0", - "@theia/preview": "1.49.0", - "@theia/workspace": "1.49.0", + "@theia/core": "1.49.1", + "@theia/editor": "1.49.1", + "@theia/filesystem": "1.49.1", + "@theia/keymaps": "1.49.1", + "@theia/preview": "1.49.1", + "@theia/workspace": "1.49.1", "tslib": "^2.6.2" }, "publishConfig": { @@ -45,7 +45,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.49.0" + "@theia/ext-scripts": "1.49.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/git/package.json b/packages/git/package.json index 2c9a0ceded313..6c4284edf9c08 100644 --- a/packages/git/package.json +++ b/packages/git/package.json @@ -1,16 +1,16 @@ { "name": "@theia/git", - "version": "1.49.0", + "version": "1.49.1", "description": "Theia - Git Integration", "dependencies": { - "@theia/core": "1.49.0", - "@theia/editor": "1.49.0", - "@theia/filesystem": "1.49.0", + "@theia/core": "1.49.1", + "@theia/editor": "1.49.1", + "@theia/filesystem": "1.49.1", "@theia/monaco-editor-core": "1.83.101", - "@theia/navigator": "1.49.0", - "@theia/scm": "1.49.0", - "@theia/scm-extra": "1.49.0", - "@theia/workspace": "1.49.0", + "@theia/navigator": "1.49.1", + "@theia/scm": "1.49.1", + "@theia/scm-extra": "1.49.1", + "@theia/workspace": "1.49.1", "@types/diff": "^3.2.2", "@types/p-queue": "^2.3.1", "diff": "^3.4.0", @@ -67,7 +67,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.49.0", + "@theia/ext-scripts": "1.49.1", "@types/luxon": "^2.3.2", "upath": "^1.0.2" }, diff --git a/packages/keymaps/package.json b/packages/keymaps/package.json index 5879738cc886e..85d59bc8097a1 100644 --- a/packages/keymaps/package.json +++ b/packages/keymaps/package.json @@ -1,18 +1,18 @@ { "name": "@theia/keymaps", - "version": "1.49.0", + "version": "1.49.1", "description": "Theia - Custom Keymaps Extension", "dependencies": { - "@theia/core": "1.49.0", - "@theia/monaco": "1.49.0", + "@theia/core": "1.49.1", + "@theia/monaco": "1.49.1", "@theia/monaco-editor-core": "1.83.101", - "@theia/preferences": "1.49.0", - "@theia/userstorage": "1.49.0", + "@theia/preferences": "1.49.1", + "@theia/userstorage": "1.49.1", "jsonc-parser": "^2.2.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.49.0" + "@theia/ext-scripts": "1.49.1" }, "publishConfig": { "access": "public" diff --git a/packages/markers/package.json b/packages/markers/package.json index 0815d6cc2fc74..0e732153796bc 100644 --- a/packages/markers/package.json +++ b/packages/markers/package.json @@ -1,11 +1,11 @@ { "name": "@theia/markers", - "version": "1.49.0", + "version": "1.49.1", "description": "Theia - Markers Extension", "dependencies": { - "@theia/core": "1.49.0", - "@theia/filesystem": "1.49.0", - "@theia/workspace": "1.49.0", + "@theia/core": "1.49.1", + "@theia/filesystem": "1.49.1", + "@theia/workspace": "1.49.1", "tslib": "^2.6.2" }, "publishConfig": { @@ -41,7 +41,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.49.0" + "@theia/ext-scripts": "1.49.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/memory-inspector/package.json b/packages/memory-inspector/package.json index 304b95c255c43..ec6d96945e3e6 100644 --- a/packages/memory-inspector/package.json +++ b/packages/memory-inspector/package.json @@ -1,6 +1,6 @@ { "name": "@theia/memory-inspector", - "version": "1.49.0", + "version": "1.49.1", "description": "Theia - Memory Inspector", "keywords": [ "theia-extension" @@ -27,8 +27,8 @@ "watch": "theiaext watch" }, "dependencies": { - "@theia/core": "1.49.0", - "@theia/debug": "1.49.0", + "@theia/core": "1.49.1", + "@theia/debug": "1.49.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 b9e20be90a58f..57abb65ee2e3b 100644 --- a/packages/messages/package.json +++ b/packages/messages/package.json @@ -1,9 +1,9 @@ { "name": "@theia/messages", - "version": "1.49.0", + "version": "1.49.1", "description": "Theia - Messages Extension", "dependencies": { - "@theia/core": "1.49.0", + "@theia/core": "1.49.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.49.0" + "@theia/ext-scripts": "1.49.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/metrics/package.json b/packages/metrics/package.json index d6d836f49753e..2f1bec8d92e9e 100644 --- a/packages/metrics/package.json +++ b/packages/metrics/package.json @@ -1,9 +1,9 @@ { "name": "@theia/metrics", - "version": "1.49.0", + "version": "1.49.1", "description": "Theia - Metrics Extension", "dependencies": { - "@theia/core": "1.49.0", + "@theia/core": "1.49.1", "prom-client": "^10.2.0", "tslib": "^2.6.2" }, @@ -44,7 +44,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.49.0" + "@theia/ext-scripts": "1.49.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/mini-browser/package.json b/packages/mini-browser/package.json index 5f18723ddd0c7..840fd9f637224 100644 --- a/packages/mini-browser/package.json +++ b/packages/mini-browser/package.json @@ -1,10 +1,10 @@ { "name": "@theia/mini-browser", - "version": "1.49.0", + "version": "1.49.1", "description": "Theia - Mini-Browser Extension", "dependencies": { - "@theia/core": "1.49.0", - "@theia/filesystem": "1.49.0", + "@theia/core": "1.49.1", + "@theia/filesystem": "1.49.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.49.0" + "@theia/ext-scripts": "1.49.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/monaco/package.json b/packages/monaco/package.json index 885304f399a11..74e660d0d072d 100644 --- a/packages/monaco/package.json +++ b/packages/monaco/package.json @@ -1,15 +1,15 @@ { "name": "@theia/monaco", - "version": "1.49.0", + "version": "1.49.1", "description": "Theia - Monaco Extension", "dependencies": { - "@theia/core": "1.49.0", - "@theia/editor": "1.49.0", - "@theia/filesystem": "1.49.0", - "@theia/markers": "1.49.0", + "@theia/core": "1.49.1", + "@theia/editor": "1.49.1", + "@theia/filesystem": "1.49.1", + "@theia/markers": "1.49.1", "@theia/monaco-editor-core": "1.83.101", - "@theia/outline-view": "1.49.0", - "@theia/workspace": "1.49.0", + "@theia/outline-view": "1.49.1", + "@theia/workspace": "1.49.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.49.0" + "@theia/ext-scripts": "1.49.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/navigator/package.json b/packages/navigator/package.json index da73f3da4a724..11932a8afb719 100644 --- a/packages/navigator/package.json +++ b/packages/navigator/package.json @@ -1,11 +1,11 @@ { "name": "@theia/navigator", - "version": "1.49.0", + "version": "1.49.1", "description": "Theia - Navigator Extension", "dependencies": { - "@theia/core": "1.49.0", - "@theia/filesystem": "1.49.0", - "@theia/workspace": "1.49.0", + "@theia/core": "1.49.1", + "@theia/filesystem": "1.49.1", + "@theia/workspace": "1.49.1", "minimatch": "^5.1.0", "tslib": "^2.6.2" }, @@ -45,7 +45,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.49.0" + "@theia/ext-scripts": "1.49.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/notebook/package.json b/packages/notebook/package.json index 4230c133036ce..a235eaffd2cfa 100644 --- a/packages/notebook/package.json +++ b/packages/notebook/package.json @@ -1,14 +1,14 @@ { "name": "@theia/notebook", - "version": "1.49.0", + "version": "1.49.1", "description": "Theia - Notebook Extension", "dependencies": { - "@theia/core": "1.49.0", - "@theia/editor": "1.49.0", - "@theia/filesystem": "1.49.0", - "@theia/monaco": "1.49.0", + "@theia/core": "1.49.1", + "@theia/editor": "1.49.1", + "@theia/filesystem": "1.49.1", + "@theia/monaco": "1.49.1", "@theia/monaco-editor-core": "1.83.101", - "@theia/outline-view": "1.49.0", + "@theia/outline-view": "1.49.1", "react-perfect-scrollbar": "^1.5.8", "tslib": "^2.6.2" }, @@ -45,7 +45,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.49.0", + "@theia/ext-scripts": "1.49.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 a2be8bf2631e9..3499403763bba 100644 --- a/packages/outline-view/package.json +++ b/packages/outline-view/package.json @@ -1,9 +1,9 @@ { "name": "@theia/outline-view", - "version": "1.49.0", + "version": "1.49.1", "description": "Theia - Outline View Extension", "dependencies": { - "@theia/core": "1.49.0", + "@theia/core": "1.49.1", "tslib": "^2.6.2" }, "publishConfig": { @@ -39,7 +39,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.49.0" + "@theia/ext-scripts": "1.49.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/output/package.json b/packages/output/package.json index 84100459dd984..ca4475a2455c2 100644 --- a/packages/output/package.json +++ b/packages/output/package.json @@ -1,11 +1,11 @@ { "name": "@theia/output", - "version": "1.49.0", + "version": "1.49.1", "description": "Theia - Output Extension", "dependencies": { - "@theia/core": "1.49.0", - "@theia/editor": "1.49.0", - "@theia/monaco": "1.49.0", + "@theia/core": "1.49.1", + "@theia/editor": "1.49.1", + "@theia/monaco": "1.49.1", "@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.49.0" + "@theia/ext-scripts": "1.49.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/plugin-dev/package.json b/packages/plugin-dev/package.json index 7939a13bab50c..3b78732d89ee9 100644 --- a/packages/plugin-dev/package.json +++ b/packages/plugin-dev/package.json @@ -1,16 +1,16 @@ { "name": "@theia/plugin-dev", - "version": "1.49.0", + "version": "1.49.1", "description": "Theia - Plugin Development Extension", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@theia/core": "1.49.0", - "@theia/debug": "1.49.0", - "@theia/filesystem": "1.49.0", - "@theia/output": "1.49.0", - "@theia/plugin-ext": "1.49.0", - "@theia/workspace": "1.49.0", + "@theia/core": "1.49.1", + "@theia/debug": "1.49.1", + "@theia/filesystem": "1.49.1", + "@theia/output": "1.49.1", + "@theia/plugin-ext": "1.49.1", + "@theia/workspace": "1.49.1", "ps-tree": "^1.2.0", "tslib": "^2.6.2" }, @@ -49,7 +49,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.49.0" + "@theia/ext-scripts": "1.49.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/plugin-ext-headless/package.json b/packages/plugin-ext-headless/package.json index d881283142dd8..953d791173b30 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.49.0", + "version": "1.49.1", "description": "Theia - Headless (Backend-only) Plugin Extension", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@theia/core": "1.49.0", - "@theia/plugin-ext": "1.49.0", - "@theia/terminal": "1.49.0", + "@theia/core": "1.49.1", + "@theia/plugin-ext": "1.49.1", + "@theia/terminal": "1.49.1", "tslib": "^2.6.2" }, "publishConfig": { @@ -44,7 +44,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.49.0", + "@theia/ext-scripts": "1.49.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 e679a78cf59f6..bef248824d094 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.49.0", + "version": "1.49.1", "description": "Theia - Plugin Extension for VsCode", "dependencies": { - "@theia/callhierarchy": "1.49.0", - "@theia/core": "1.49.0", - "@theia/editor": "1.49.0", - "@theia/filesystem": "1.49.0", - "@theia/monaco": "1.49.0", + "@theia/callhierarchy": "1.49.1", + "@theia/core": "1.49.1", + "@theia/editor": "1.49.1", + "@theia/filesystem": "1.49.1", + "@theia/monaco": "1.49.1", "@theia/monaco-editor-core": "1.83.101", - "@theia/navigator": "1.49.0", - "@theia/outline-view": "1.49.0", - "@theia/plugin": "1.49.0", - "@theia/plugin-ext": "1.49.0", - "@theia/terminal": "1.49.0", - "@theia/typehierarchy": "1.49.0", - "@theia/userstorage": "1.49.0", - "@theia/workspace": "1.49.0", + "@theia/navigator": "1.49.1", + "@theia/outline-view": "1.49.1", + "@theia/plugin": "1.49.1", + "@theia/plugin-ext": "1.49.1", + "@theia/terminal": "1.49.1", + "@theia/typehierarchy": "1.49.1", + "@theia/userstorage": "1.49.1", + "@theia/workspace": "1.49.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.49.0" + "@theia/ext-scripts": "1.49.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/plugin-ext/package.json b/packages/plugin-ext/package.json index f88dff0ba7958..f748cf7e15f33 100644 --- a/packages/plugin-ext/package.json +++ b/packages/plugin-ext/package.json @@ -1,37 +1,37 @@ { "name": "@theia/plugin-ext", - "version": "1.49.0", + "version": "1.49.1", "description": "Theia - Plugin Extension", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@theia/bulk-edit": "1.49.0", - "@theia/callhierarchy": "1.49.0", - "@theia/console": "1.49.0", - "@theia/core": "1.49.0", - "@theia/debug": "1.49.0", - "@theia/editor": "1.49.0", - "@theia/editor-preview": "1.49.0", - "@theia/file-search": "1.49.0", - "@theia/filesystem": "1.49.0", - "@theia/markers": "1.49.0", - "@theia/messages": "1.49.0", - "@theia/monaco": "1.49.0", + "@theia/bulk-edit": "1.49.1", + "@theia/callhierarchy": "1.49.1", + "@theia/console": "1.49.1", + "@theia/core": "1.49.1", + "@theia/debug": "1.49.1", + "@theia/editor": "1.49.1", + "@theia/editor-preview": "1.49.1", + "@theia/file-search": "1.49.1", + "@theia/filesystem": "1.49.1", + "@theia/markers": "1.49.1", + "@theia/messages": "1.49.1", + "@theia/monaco": "1.49.1", "@theia/monaco-editor-core": "1.83.101", - "@theia/navigator": "1.49.0", - "@theia/notebook": "1.49.0", - "@theia/output": "1.49.0", - "@theia/plugin": "1.49.0", - "@theia/preferences": "1.49.0", - "@theia/scm": "1.49.0", - "@theia/search-in-workspace": "1.49.0", - "@theia/task": "1.49.0", - "@theia/terminal": "1.49.0", - "@theia/test": "1.49.0", - "@theia/timeline": "1.49.0", - "@theia/typehierarchy": "1.49.0", - "@theia/variable-resolver": "1.49.0", - "@theia/workspace": "1.49.0", + "@theia/navigator": "1.49.1", + "@theia/notebook": "1.49.1", + "@theia/output": "1.49.1", + "@theia/plugin": "1.49.1", + "@theia/preferences": "1.49.1", + "@theia/scm": "1.49.1", + "@theia/search-in-workspace": "1.49.1", + "@theia/task": "1.49.1", + "@theia/terminal": "1.49.1", + "@theia/test": "1.49.1", + "@theia/timeline": "1.49.1", + "@theia/typehierarchy": "1.49.1", + "@theia/variable-resolver": "1.49.1", + "@theia/workspace": "1.49.1", "@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.49.0", + "@theia/ext-scripts": "1.49.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 c843d7bd50184..52257a316cfba 100644 --- a/packages/plugin-metrics/package.json +++ b/packages/plugin-metrics/package.json @@ -1,13 +1,13 @@ { "name": "@theia/plugin-metrics", - "version": "1.49.0", + "version": "1.49.1", "description": "Theia - Plugin Metrics", "dependencies": { - "@theia/core": "1.49.0", - "@theia/metrics": "1.49.0", + "@theia/core": "1.49.1", + "@theia/metrics": "1.49.1", "@theia/monaco-editor-core": "1.83.101", - "@theia/plugin": "1.49.0", - "@theia/plugin-ext": "1.49.0", + "@theia/plugin": "1.49.1", + "@theia/plugin-ext": "1.49.1", "tslib": "^2.6.2" }, "publishConfig": { @@ -44,7 +44,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.49.0" + "@theia/ext-scripts": "1.49.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/plugin/package.json b/packages/plugin/package.json index 36e44f7bcd3c4..2e8debaa76700 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@theia/plugin", - "version": "1.49.0", + "version": "1.49.1", "description": "Theia - Plugin API", "types": "./src/theia.d.ts", "publishConfig": { @@ -27,7 +27,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.49.0" + "@theia/ext-scripts": "1.49.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/preferences/package.json b/packages/preferences/package.json index 85fbaa30a8357..cf48c2998b7d4 100644 --- a/packages/preferences/package.json +++ b/packages/preferences/package.json @@ -1,15 +1,15 @@ { "name": "@theia/preferences", - "version": "1.49.0", + "version": "1.49.1", "description": "Theia - Preferences Extension", "dependencies": { - "@theia/core": "1.49.0", - "@theia/editor": "1.49.0", - "@theia/filesystem": "1.49.0", - "@theia/monaco": "1.49.0", + "@theia/core": "1.49.1", + "@theia/editor": "1.49.1", + "@theia/filesystem": "1.49.1", + "@theia/monaco": "1.49.1", "@theia/monaco-editor-core": "1.83.101", - "@theia/userstorage": "1.49.0", - "@theia/workspace": "1.49.0", + "@theia/userstorage": "1.49.1", + "@theia/workspace": "1.49.1", "async-mutex": "^0.3.1", "fast-deep-equal": "^3.1.3", "jsonc-parser": "^2.2.0", @@ -49,7 +49,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.49.0" + "@theia/ext-scripts": "1.49.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/preview/package.json b/packages/preview/package.json index e21dd7cb3d48b..582660d7e5d3a 100644 --- a/packages/preview/package.json +++ b/packages/preview/package.json @@ -1,12 +1,12 @@ { "name": "@theia/preview", - "version": "1.49.0", + "version": "1.49.1", "description": "Theia - Preview Extension", "dependencies": { - "@theia/core": "1.49.0", - "@theia/editor": "1.49.0", - "@theia/mini-browser": "1.49.0", - "@theia/monaco": "1.49.0", + "@theia/core": "1.49.1", + "@theia/editor": "1.49.1", + "@theia/mini-browser": "1.49.1", + "@theia/monaco": "1.49.1", "@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.49.0" + "@theia/ext-scripts": "1.49.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/process/package.json b/packages/process/package.json index 0a83f10498a15..be27bdc7deaf5 100644 --- a/packages/process/package.json +++ b/packages/process/package.json @@ -1,9 +1,9 @@ { "name": "@theia/process", - "version": "1.49.0", + "version": "1.49.1", "description": "Theia process support.", "dependencies": { - "@theia/core": "1.49.0", + "@theia/core": "1.49.1", "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.49.0" + "@theia/ext-scripts": "1.49.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/property-view/package.json b/packages/property-view/package.json index a82e63a3e76a7..fe736303458eb 100644 --- a/packages/property-view/package.json +++ b/packages/property-view/package.json @@ -1,10 +1,10 @@ { "name": "@theia/property-view", - "version": "1.49.0", + "version": "1.49.1", "description": "Theia - Property View Extension", "dependencies": { - "@theia/core": "1.49.0", - "@theia/filesystem": "1.49.0", + "@theia/core": "1.49.1", + "@theia/filesystem": "1.49.1", "tslib": "^2.6.2" }, "publishConfig": { @@ -40,7 +40,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.49.0" + "@theia/ext-scripts": "1.49.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/remote/package.json b/packages/remote/package.json index 624e74771e02e..53072ad1d3eb3 100644 --- a/packages/remote/package.json +++ b/packages/remote/package.json @@ -1,10 +1,10 @@ { "name": "@theia/remote", - "version": "1.49.0", + "version": "1.49.1", "description": "Theia - Remote", "dependencies": { - "@theia/core": "1.49.0", - "@theia/filesystem": "1.49.0", + "@theia/core": "1.49.1", + "@theia/filesystem": "1.49.1", "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.49.0", + "@theia/ext-scripts": "1.49.1", "@types/archiver": "^5.3.2", "@types/decompress": "^4.2.4", "@types/express-http-proxy": "^1.6.3", diff --git a/packages/scm-extra/package.json b/packages/scm-extra/package.json index e346b7b069682..fd6297c890115 100644 --- a/packages/scm-extra/package.json +++ b/packages/scm-extra/package.json @@ -1,13 +1,13 @@ { "name": "@theia/scm-extra", - "version": "1.49.0", + "version": "1.49.1", "description": "Theia - Source control extras Extension", "dependencies": { - "@theia/core": "1.49.0", - "@theia/editor": "1.49.0", - "@theia/filesystem": "1.49.0", - "@theia/navigator": "1.49.0", - "@theia/scm": "1.49.0", + "@theia/core": "1.49.1", + "@theia/editor": "1.49.1", + "@theia/filesystem": "1.49.1", + "@theia/navigator": "1.49.1", + "@theia/scm": "1.49.1", "tslib": "^2.6.2" }, "publishConfig": { @@ -43,7 +43,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.49.0" + "@theia/ext-scripts": "1.49.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/scm/package.json b/packages/scm/package.json index 1ec63d0bc4927..317558e539793 100644 --- a/packages/scm/package.json +++ b/packages/scm/package.json @@ -1,12 +1,12 @@ { "name": "@theia/scm", - "version": "1.49.0", + "version": "1.49.1", "description": "Theia - Source control Extension", "dependencies": { - "@theia/core": "1.49.0", - "@theia/editor": "1.49.0", - "@theia/filesystem": "1.49.0", - "@theia/monaco": "1.49.0", + "@theia/core": "1.49.1", + "@theia/editor": "1.49.1", + "@theia/filesystem": "1.49.1", + "@theia/monaco": "1.49.1", "@theia/monaco-editor-core": "1.83.101", "@types/diff": "^3.2.2", "diff": "^3.4.0", @@ -48,7 +48,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.49.0" + "@theia/ext-scripts": "1.49.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/search-in-workspace/package.json b/packages/search-in-workspace/package.json index 8875bdc22a436..966205cf5363d 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.49.0", + "version": "1.49.1", "description": "Theia - Search in workspace", "dependencies": { - "@theia/core": "1.49.0", - "@theia/editor": "1.49.0", - "@theia/filesystem": "1.49.0", - "@theia/navigator": "1.49.0", - "@theia/process": "1.49.0", - "@theia/workspace": "1.49.0", + "@theia/core": "1.49.1", + "@theia/editor": "1.49.1", + "@theia/filesystem": "1.49.1", + "@theia/navigator": "1.49.1", + "@theia/process": "1.49.1", + "@theia/workspace": "1.49.1", "@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.49.0" + "@theia/ext-scripts": "1.49.1" } } diff --git a/packages/secondary-window/package.json b/packages/secondary-window/package.json index 23543736851a9..435cfd3847e28 100644 --- a/packages/secondary-window/package.json +++ b/packages/secondary-window/package.json @@ -1,9 +1,9 @@ { "name": "@theia/secondary-window", - "version": "1.49.0", + "version": "1.49.1", "description": "Theia - Secondary Window Extension", "dependencies": { - "@theia/core": "1.49.0", + "@theia/core": "1.49.1", "tslib": "^2.6.2" }, "publishConfig": { @@ -39,6 +39,6 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.49.0" + "@theia/ext-scripts": "1.49.1" } } diff --git a/packages/task/package.json b/packages/task/package.json index f4ada852b7b60..1aaf4f0b73fc7 100644 --- a/packages/task/package.json +++ b/packages/task/package.json @@ -1,19 +1,19 @@ { "name": "@theia/task", - "version": "1.49.0", + "version": "1.49.1", "description": "Theia - Task extension. This extension adds support for executing raw or terminal processes in the backend.", "dependencies": { - "@theia/core": "1.49.0", - "@theia/editor": "1.49.0", - "@theia/filesystem": "1.49.0", - "@theia/markers": "1.49.0", - "@theia/monaco": "1.49.0", + "@theia/core": "1.49.1", + "@theia/editor": "1.49.1", + "@theia/filesystem": "1.49.1", + "@theia/markers": "1.49.1", + "@theia/monaco": "1.49.1", "@theia/monaco-editor-core": "1.83.101", - "@theia/process": "1.49.0", - "@theia/terminal": "1.49.0", - "@theia/userstorage": "1.49.0", - "@theia/variable-resolver": "1.49.0", - "@theia/workspace": "1.49.0", + "@theia/process": "1.49.1", + "@theia/terminal": "1.49.1", + "@theia/userstorage": "1.49.1", + "@theia/variable-resolver": "1.49.1", + "@theia/workspace": "1.49.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.49.0" + "@theia/ext-scripts": "1.49.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/terminal/package.json b/packages/terminal/package.json index d01054f84426a..4ab3c7dea7aec 100644 --- a/packages/terminal/package.json +++ b/packages/terminal/package.json @@ -1,15 +1,15 @@ { "name": "@theia/terminal", - "version": "1.49.0", + "version": "1.49.1", "description": "Theia - Terminal Extension", "dependencies": { - "@theia/core": "1.49.0", - "@theia/editor": "1.49.0", - "@theia/file-search": "1.49.0", - "@theia/filesystem": "1.49.0", - "@theia/process": "1.49.0", - "@theia/variable-resolver": "1.49.0", - "@theia/workspace": "1.49.0", + "@theia/core": "1.49.1", + "@theia/editor": "1.49.1", + "@theia/file-search": "1.49.1", + "@theia/filesystem": "1.49.1", + "@theia/process": "1.49.1", + "@theia/variable-resolver": "1.49.1", + "@theia/workspace": "1.49.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.49.0" + "@theia/ext-scripts": "1.49.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/test/package.json b/packages/test/package.json index c9d180784203d..32e171b27dd10 100644 --- a/packages/test/package.json +++ b/packages/test/package.json @@ -1,13 +1,13 @@ { "name": "@theia/test", - "version": "1.49.0", + "version": "1.49.1", "description": "Theia - Test Extension", "dependencies": { - "@theia/core": "1.49.0", - "@theia/editor": "1.49.0", - "@theia/filesystem": "1.49.0", - "@theia/navigator": "1.49.0", - "@theia/terminal": "1.49.0", + "@theia/core": "1.49.1", + "@theia/editor": "1.49.1", + "@theia/filesystem": "1.49.1", + "@theia/navigator": "1.49.1", + "@theia/terminal": "1.49.1", "xterm": "^4.16.0", "xterm-addon-fit": "^0.5.0" }, @@ -44,7 +44,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.49.0" + "@theia/ext-scripts": "1.49.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/timeline/package.json b/packages/timeline/package.json index d5e19db776992..9e53914599326 100644 --- a/packages/timeline/package.json +++ b/packages/timeline/package.json @@ -1,10 +1,10 @@ { "name": "@theia/timeline", - "version": "1.49.0", + "version": "1.49.1", "description": "Theia - Timeline Extension", "dependencies": { - "@theia/core": "1.49.0", - "@theia/navigator": "1.49.0", + "@theia/core": "1.49.1", + "@theia/navigator": "1.49.1", "tslib": "^2.6.2" }, "publishConfig": { @@ -40,7 +40,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.49.0" + "@theia/ext-scripts": "1.49.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/toolbar/package.json b/packages/toolbar/package.json index ca0fdb37f31a3..13e57e259787e 100644 --- a/packages/toolbar/package.json +++ b/packages/toolbar/package.json @@ -1,6 +1,6 @@ { "name": "@theia/toolbar", - "version": "1.49.0", + "version": "1.49.1", "description": "Theia - Toolbar", "keywords": [ "theia-extension" @@ -27,15 +27,15 @@ "watch": "theiaext watch" }, "dependencies": { - "@theia/core": "1.49.0", - "@theia/editor": "1.49.0", - "@theia/file-search": "1.49.0", - "@theia/filesystem": "1.49.0", - "@theia/monaco": "1.49.0", + "@theia/core": "1.49.1", + "@theia/editor": "1.49.1", + "@theia/file-search": "1.49.1", + "@theia/filesystem": "1.49.1", + "@theia/monaco": "1.49.1", "@theia/monaco-editor-core": "1.83.101", - "@theia/search-in-workspace": "1.49.0", - "@theia/userstorage": "1.49.0", - "@theia/workspace": "1.49.0", + "@theia/search-in-workspace": "1.49.1", + "@theia/userstorage": "1.49.1", + "@theia/workspace": "1.49.1", "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 564e8d2d37839..db6f011bd3c79 100644 --- a/packages/typehierarchy/package.json +++ b/packages/typehierarchy/package.json @@ -1,10 +1,10 @@ { "name": "@theia/typehierarchy", - "version": "1.49.0", + "version": "1.49.1", "description": "Theia - Type Hierarchy Extension", "dependencies": { - "@theia/core": "1.49.0", - "@theia/editor": "1.49.0", + "@theia/core": "1.49.1", + "@theia/editor": "1.49.1", "tslib": "^2.6.2" }, "publishConfig": { @@ -40,7 +40,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.49.0" + "@theia/ext-scripts": "1.49.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/userstorage/package.json b/packages/userstorage/package.json index 114d89c74f34c..489341549b7da 100644 --- a/packages/userstorage/package.json +++ b/packages/userstorage/package.json @@ -1,10 +1,10 @@ { "name": "@theia/userstorage", - "version": "1.49.0", + "version": "1.49.1", "description": "Theia - User Storage Extension", "dependencies": { - "@theia/core": "1.49.0", - "@theia/filesystem": "1.49.0", + "@theia/core": "1.49.1", + "@theia/filesystem": "1.49.1", "tslib": "^2.6.2" }, "publishConfig": { @@ -40,7 +40,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.49.0" + "@theia/ext-scripts": "1.49.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/variable-resolver/package.json b/packages/variable-resolver/package.json index 072dc08158c1d..36618d944c44c 100644 --- a/packages/variable-resolver/package.json +++ b/packages/variable-resolver/package.json @@ -1,9 +1,9 @@ { "name": "@theia/variable-resolver", - "version": "1.49.0", + "version": "1.49.1", "description": "Theia - Variable Resolver Extension", "dependencies": { - "@theia/core": "1.49.0", + "@theia/core": "1.49.1", "tslib": "^2.6.2" }, "publishConfig": { @@ -45,7 +45,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.49.0" + "@theia/ext-scripts": "1.49.1" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/vsx-registry/package.json b/packages/vsx-registry/package.json index bc4602e1e2e67..0ce86f0372e32 100644 --- a/packages/vsx-registry/package.json +++ b/packages/vsx-registry/package.json @@ -1,16 +1,16 @@ { "name": "@theia/vsx-registry", - "version": "1.49.0", + "version": "1.49.1", "description": "Theia - VSX Registry", "dependencies": { - "@theia/core": "1.49.0", - "@theia/filesystem": "1.49.0", - "@theia/navigator": "1.49.0", - "@theia/ovsx-client": "1.49.0", - "@theia/plugin-ext": "1.49.0", - "@theia/plugin-ext-vscode": "1.49.0", - "@theia/preferences": "1.49.0", - "@theia/workspace": "1.49.0", + "@theia/core": "1.49.1", + "@theia/filesystem": "1.49.1", + "@theia/navigator": "1.49.1", + "@theia/ovsx-client": "1.49.1", + "@theia/plugin-ext": "1.49.1", + "@theia/plugin-ext-vscode": "1.49.1", + "@theia/preferences": "1.49.1", + "@theia/workspace": "1.49.1", "luxon": "^2.4.0", "p-debounce": "^2.1.0", "semver": "^7.5.4", @@ -54,7 +54,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.49.0", + "@theia/ext-scripts": "1.49.1", "@types/luxon": "^2.3.2" }, "nyc": { diff --git a/packages/workspace/package.json b/packages/workspace/package.json index b0ba638c5efbb..6145bce05bf4a 100644 --- a/packages/workspace/package.json +++ b/packages/workspace/package.json @@ -1,11 +1,11 @@ { "name": "@theia/workspace", - "version": "1.49.0", + "version": "1.49.1", "description": "Theia - Workspace Extension", "dependencies": { - "@theia/core": "1.49.0", - "@theia/filesystem": "1.49.0", - "@theia/variable-resolver": "1.49.0", + "@theia/core": "1.49.1", + "@theia/filesystem": "1.49.1", + "@theia/variable-resolver": "1.49.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.49.0" + "@theia/ext-scripts": "1.49.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 e9ebb8dd7bdd5..aa42af552d3d3 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.49.0", + "version": "1.49.1", "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 3adeb5e79e204..deb0362fd9ac2 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.49.0", + "version": "1.49.1", "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 caada66babf7e..7f9dd47cca592 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.49.0", + "version": "1.49.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.49.0" + "@theia/api-provider-sample": "1.49.1" }, "scripts": { "prepare": "yarn -s package",