diff --git a/dev-packages/application-manager/package.json b/dev-packages/application-manager/package.json index 10c58467c38f5..253333063f3d8 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.52.0", + "version": "1.53.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.52.0", - "@theia/ffmpeg": "1.52.0", - "@theia/native-webpack-plugin": "1.52.0", + "@theia/application-package": "1.53.0", + "@theia/ffmpeg": "1.53.0", + "@theia/native-webpack-plugin": "1.53.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.52.0", + "@theia/ext-scripts": "1.53.0", "@types/node-abi": "*" }, "nyc": { diff --git a/dev-packages/application-package/package.json b/dev-packages/application-package/package.json index c448d1ec3df4d..5b9d6fdb4b895 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.52.0", + "version": "1.53.0", "description": "Theia application package API.", "publishConfig": { "access": "public" @@ -29,7 +29,7 @@ "watch": "theiaext watch" }, "dependencies": { - "@theia/request": "1.52.0", + "@theia/request": "1.53.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.52.0" + "@theia/ext-scripts": "1.53.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/dev-packages/cli/package.json b/dev-packages/cli/package.json index 0fb56c018e2bb..585de9466de36 100644 --- a/dev-packages/cli/package.json +++ b/dev-packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@theia/cli", - "version": "1.52.0", + "version": "1.53.0", "description": "Theia CLI.", "publishConfig": { "access": "public" @@ -32,12 +32,12 @@ "clean": "theiaext clean" }, "dependencies": { - "@theia/application-manager": "1.52.0", - "@theia/application-package": "1.52.0", - "@theia/ffmpeg": "1.52.0", - "@theia/localization-manager": "1.52.0", - "@theia/ovsx-client": "1.52.0", - "@theia/request": "1.52.0", + "@theia/application-manager": "1.53.0", + "@theia/application-package": "1.53.0", + "@theia/ffmpeg": "1.53.0", + "@theia/localization-manager": "1.53.0", + "@theia/ovsx-client": "1.53.0", + "@theia/request": "1.53.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 6d04dec267ac9..04b6c254c6995 100644 --- a/dev-packages/ffmpeg/package.json +++ b/dev-packages/ffmpeg/package.json @@ -1,6 +1,6 @@ { "name": "@theia/ffmpeg", - "version": "1.52.0", + "version": "1.53.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 c316b4d2c0344..0b17fa8efce24 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.52.0", + "version": "1.53.0", "description": "Theia localization manager API.", "publishConfig": { "access": "public" @@ -40,7 +40,7 @@ "typescript": "~5.4.5" }, "devDependencies": { - "@theia/ext-scripts": "1.52.0" + "@theia/ext-scripts": "1.53.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 face0ca0563de..47de634969c89 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.52.0", + "version": "1.53.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 3ef7f91b6d1bd..160fe418dc6b3 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.52.0", + "version": "1.53.0", "description": "Theia Open-VSX Client", "publishConfig": { "access": "public" @@ -29,7 +29,7 @@ "watch": "theiaext watch" }, "dependencies": { - "@theia/request": "1.52.0", + "@theia/request": "1.53.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 99d5704dde653..ef8aa9cb183a1 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.52.0", + "version": "1.53.0", "description": "Custom ESLint rules for developing Theia extensions and applications", "main": "index.js", "scripts": { "prepare": "tsc -b" }, "dependencies": { - "@theia/core": "1.52.0", - "@theia/ext-scripts": "1.52.0", - "@theia/re-exports": "1.52.0", + "@theia/core": "1.53.0", + "@theia/ext-scripts": "1.53.0", + "@theia/re-exports": "1.53.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 3bcf0da0a0565..1ab8efa73e4b6 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.52.0", + "version": "1.53.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 aec9cadd287e2..e91f290766f93 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.52.0", + "version": "1.53.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 9011b84a4dce2..58f272d50880c 100644 --- a/dev-packages/request/package.json +++ b/dev-packages/request/package.json @@ -1,6 +1,6 @@ { "name": "@theia/request", - "version": "1.52.0", + "version": "1.53.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 c8553f9c0caf6..33d76b3bf09ce 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.52.0", + "version": "1.53.0", "description": "Theia - Example code to demonstrate Theia API Provider Extensions", "dependencies": { - "@theia/core": "1.52.0", - "@theia/plugin-ext": "1.52.0", - "@theia/plugin-ext-headless": "1.52.0" + "@theia/core": "1.53.0", + "@theia/plugin-ext": "1.53.0", + "@theia/plugin-ext-headless": "1.53.0" }, "theiaExtensions": [ { @@ -37,6 +37,6 @@ "clean": "theiaext clean" }, "devDependencies": { - "@theia/ext-scripts": "1.52.0" + "@theia/ext-scripts": "1.53.0" } } diff --git a/examples/api-samples/package.json b/examples/api-samples/package.json index f5a4b84142086..959f47f940556 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.52.0", + "version": "1.53.0", "description": "Theia - Example code to demonstrate Theia API", "dependencies": { - "@theia/core": "1.52.0", - "@theia/file-search": "1.52.0", - "@theia/filesystem": "1.52.0", - "@theia/monaco": "1.52.0", + "@theia/core": "1.53.0", + "@theia/file-search": "1.53.0", + "@theia/filesystem": "1.53.0", + "@theia/monaco": "1.53.0", "@theia/monaco-editor-core": "1.83.101", - "@theia/output": "1.52.0", - "@theia/ovsx-client": "1.52.0", - "@theia/search-in-workspace": "1.52.0", - "@theia/test": "1.52.0", - "@theia/toolbar": "1.52.0", - "@theia/vsx-registry": "1.52.0", - "@theia/workspace": "1.52.0" + "@theia/output": "1.53.0", + "@theia/ovsx-client": "1.53.0", + "@theia/search-in-workspace": "1.53.0", + "@theia/test": "1.53.0", + "@theia/toolbar": "1.53.0", + "@theia/vsx-registry": "1.53.0", + "@theia/workspace": "1.53.0" }, "theiaExtensions": [ { @@ -57,6 +57,6 @@ "clean": "theiaext clean" }, "devDependencies": { - "@theia/ext-scripts": "1.52.0" + "@theia/ext-scripts": "1.53.0" } } diff --git a/examples/api-tests/package.json b/examples/api-tests/package.json index 947cd74ef3332..32a8954956517 100644 --- a/examples/api-tests/package.json +++ b/examples/api-tests/package.json @@ -1,9 +1,9 @@ { "name": "@theia/api-tests", - "version": "1.52.0", + "version": "1.53.0", "description": "Theia API tests", "dependencies": { - "@theia/core": "1.52.0" + "@theia/core": "1.53.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 2913b38d8658e..caf6e3b12f115 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.52.0", + "version": "1.53.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "theia": { "target": "browser-only", @@ -15,50 +15,50 @@ } }, "dependencies": { - "@theia/api-samples": "1.52.0", - "@theia/bulk-edit": "1.52.0", - "@theia/callhierarchy": "1.52.0", - "@theia/collaboration": "1.52.0", - "@theia/console": "1.52.0", - "@theia/core": "1.52.0", - "@theia/debug": "1.52.0", - "@theia/editor": "1.52.0", - "@theia/editor-preview": "1.52.0", - "@theia/file-search": "1.52.0", - "@theia/filesystem": "1.52.0", - "@theia/getting-started": "1.52.0", - "@theia/git": "1.52.0", - "@theia/keymaps": "1.52.0", - "@theia/markers": "1.52.0", - "@theia/memory-inspector": "1.52.0", - "@theia/messages": "1.52.0", - "@theia/metrics": "1.52.0", - "@theia/mini-browser": "1.52.0", - "@theia/monaco": "1.52.0", - "@theia/navigator": "1.52.0", - "@theia/outline-view": "1.52.0", - "@theia/output": "1.52.0", - "@theia/plugin-dev": "1.52.0", - "@theia/plugin-ext": "1.52.0", - "@theia/plugin-ext-vscode": "1.52.0", - "@theia/plugin-metrics": "1.52.0", - "@theia/preferences": "1.52.0", - "@theia/preview": "1.52.0", - "@theia/process": "1.52.0", - "@theia/property-view": "1.52.0", - "@theia/scm": "1.52.0", - "@theia/scm-extra": "1.52.0", - "@theia/search-in-workspace": "1.52.0", - "@theia/secondary-window": "1.52.0", - "@theia/task": "1.52.0", - "@theia/terminal": "1.52.0", - "@theia/timeline": "1.52.0", - "@theia/toolbar": "1.52.0", - "@theia/typehierarchy": "1.52.0", - "@theia/userstorage": "1.52.0", - "@theia/variable-resolver": "1.52.0", - "@theia/vsx-registry": "1.52.0", - "@theia/workspace": "1.52.0" + "@theia/api-samples": "1.53.0", + "@theia/bulk-edit": "1.53.0", + "@theia/callhierarchy": "1.53.0", + "@theia/collaboration": "1.53.0", + "@theia/console": "1.53.0", + "@theia/core": "1.53.0", + "@theia/debug": "1.53.0", + "@theia/editor": "1.53.0", + "@theia/editor-preview": "1.53.0", + "@theia/file-search": "1.53.0", + "@theia/filesystem": "1.53.0", + "@theia/getting-started": "1.53.0", + "@theia/git": "1.53.0", + "@theia/keymaps": "1.53.0", + "@theia/markers": "1.53.0", + "@theia/memory-inspector": "1.53.0", + "@theia/messages": "1.53.0", + "@theia/metrics": "1.53.0", + "@theia/mini-browser": "1.53.0", + "@theia/monaco": "1.53.0", + "@theia/navigator": "1.53.0", + "@theia/outline-view": "1.53.0", + "@theia/output": "1.53.0", + "@theia/plugin-dev": "1.53.0", + "@theia/plugin-ext": "1.53.0", + "@theia/plugin-ext-vscode": "1.53.0", + "@theia/plugin-metrics": "1.53.0", + "@theia/preferences": "1.53.0", + "@theia/preview": "1.53.0", + "@theia/process": "1.53.0", + "@theia/property-view": "1.53.0", + "@theia/scm": "1.53.0", + "@theia/scm-extra": "1.53.0", + "@theia/search-in-workspace": "1.53.0", + "@theia/secondary-window": "1.53.0", + "@theia/task": "1.53.0", + "@theia/terminal": "1.53.0", + "@theia/timeline": "1.53.0", + "@theia/toolbar": "1.53.0", + "@theia/typehierarchy": "1.53.0", + "@theia/userstorage": "1.53.0", + "@theia/variable-resolver": "1.53.0", + "@theia/vsx-registry": "1.53.0", + "@theia/workspace": "1.53.0" }, "scripts": { "prepare:no-native": "lerna run prepare --scope=\"@theia/re-exports\" && lerna run generate-theia-re-exports --scope=\"@theia/core\"", @@ -74,6 +74,6 @@ "watch:compile": "tsc -b -w" }, "devDependencies": { - "@theia/cli": "1.52.0" + "@theia/cli": "1.53.0" } } diff --git a/examples/browser/package.json b/examples/browser/package.json index 0e2e714ea1756..ab928d6b29f2e 100644 --- a/examples/browser/package.json +++ b/examples/browser/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@theia/example-browser", - "version": "1.52.0", + "version": "1.53.0", "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.52.0", - "@theia/api-samples": "1.52.0", - "@theia/bulk-edit": "1.52.0", - "@theia/callhierarchy": "1.52.0", - "@theia/collaboration": "1.52.0", - "@theia/console": "1.52.0", - "@theia/core": "1.52.0", - "@theia/debug": "1.52.0", - "@theia/dev-container": "1.52.0", - "@theia/editor": "1.52.0", - "@theia/editor-preview": "1.52.0", - "@theia/file-search": "1.52.0", - "@theia/filesystem": "1.52.0", - "@theia/getting-started": "1.52.0", - "@theia/keymaps": "1.52.0", - "@theia/markers": "1.52.0", - "@theia/memory-inspector": "1.52.0", - "@theia/messages": "1.52.0", - "@theia/metrics": "1.52.0", - "@theia/mini-browser": "1.52.0", - "@theia/monaco": "1.52.0", - "@theia/navigator": "1.52.0", - "@theia/notebook": "1.52.0", - "@theia/outline-view": "1.52.0", - "@theia/output": "1.52.0", - "@theia/plugin-dev": "1.52.0", - "@theia/plugin-ext": "1.52.0", - "@theia/plugin-ext-headless": "1.52.0", - "@theia/plugin-ext-vscode": "1.52.0", - "@theia/plugin-metrics": "1.52.0", - "@theia/preferences": "1.52.0", - "@theia/preview": "1.52.0", - "@theia/process": "1.52.0", - "@theia/property-view": "1.52.0", - "@theia/remote": "1.52.0", - "@theia/scm": "1.52.0", - "@theia/scm-extra": "1.52.0", - "@theia/search-in-workspace": "1.52.0", - "@theia/secondary-window": "1.52.0", - "@theia/task": "1.52.0", - "@theia/terminal": "1.52.0", - "@theia/test": "1.52.0", - "@theia/timeline": "1.52.0", - "@theia/toolbar": "1.52.0", - "@theia/typehierarchy": "1.52.0", - "@theia/userstorage": "1.52.0", - "@theia/variable-resolver": "1.52.0", - "@theia/vsx-registry": "1.52.0", - "@theia/workspace": "1.52.0" + "@theia/api-provider-sample": "1.53.0", + "@theia/api-samples": "1.53.0", + "@theia/bulk-edit": "1.53.0", + "@theia/callhierarchy": "1.53.0", + "@theia/collaboration": "1.53.0", + "@theia/console": "1.53.0", + "@theia/core": "1.53.0", + "@theia/debug": "1.53.0", + "@theia/dev-container": "1.53.0", + "@theia/editor": "1.53.0", + "@theia/editor-preview": "1.53.0", + "@theia/file-search": "1.53.0", + "@theia/filesystem": "1.53.0", + "@theia/getting-started": "1.53.0", + "@theia/keymaps": "1.53.0", + "@theia/markers": "1.53.0", + "@theia/memory-inspector": "1.53.0", + "@theia/messages": "1.53.0", + "@theia/metrics": "1.53.0", + "@theia/mini-browser": "1.53.0", + "@theia/monaco": "1.53.0", + "@theia/navigator": "1.53.0", + "@theia/notebook": "1.53.0", + "@theia/outline-view": "1.53.0", + "@theia/output": "1.53.0", + "@theia/plugin-dev": "1.53.0", + "@theia/plugin-ext": "1.53.0", + "@theia/plugin-ext-headless": "1.53.0", + "@theia/plugin-ext-vscode": "1.53.0", + "@theia/plugin-metrics": "1.53.0", + "@theia/preferences": "1.53.0", + "@theia/preview": "1.53.0", + "@theia/process": "1.53.0", + "@theia/property-view": "1.53.0", + "@theia/remote": "1.53.0", + "@theia/scm": "1.53.0", + "@theia/scm-extra": "1.53.0", + "@theia/search-in-workspace": "1.53.0", + "@theia/secondary-window": "1.53.0", + "@theia/task": "1.53.0", + "@theia/terminal": "1.53.0", + "@theia/test": "1.53.0", + "@theia/timeline": "1.53.0", + "@theia/toolbar": "1.53.0", + "@theia/typehierarchy": "1.53.0", + "@theia/userstorage": "1.53.0", + "@theia/variable-resolver": "1.53.0", + "@theia/vsx-registry": "1.53.0", + "@theia/workspace": "1.53.0" }, "scripts": { "clean": "theia clean", @@ -91,6 +91,6 @@ "watch:compile": "tsc -b -w" }, "devDependencies": { - "@theia/cli": "1.52.0" + "@theia/cli": "1.53.0" } } diff --git a/examples/electron/package.json b/examples/electron/package.json index 52eceabf186bd..16386e54eb76f 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.52.0", + "version": "1.53.0", "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.52.0", - "@theia/api-samples": "1.52.0", - "@theia/bulk-edit": "1.52.0", - "@theia/callhierarchy": "1.52.0", - "@theia/collaboration": "1.52.0", - "@theia/console": "1.52.0", - "@theia/core": "1.52.0", - "@theia/debug": "1.52.0", - "@theia/dev-container": "1.52.0", - "@theia/editor": "1.52.0", - "@theia/editor-preview": "1.52.0", - "@theia/electron": "1.52.0", - "@theia/external-terminal": "1.52.0", - "@theia/file-search": "1.52.0", - "@theia/filesystem": "1.52.0", - "@theia/getting-started": "1.52.0", - "@theia/keymaps": "1.52.0", - "@theia/markers": "1.52.0", - "@theia/memory-inspector": "1.52.0", - "@theia/messages": "1.52.0", - "@theia/metrics": "1.52.0", - "@theia/mini-browser": "1.52.0", - "@theia/monaco": "1.52.0", - "@theia/navigator": "1.52.0", - "@theia/outline-view": "1.52.0", - "@theia/output": "1.52.0", - "@theia/plugin-dev": "1.52.0", - "@theia/plugin-ext": "1.52.0", - "@theia/plugin-ext-headless": "1.52.0", - "@theia/plugin-ext-vscode": "1.52.0", - "@theia/preferences": "1.52.0", - "@theia/preview": "1.52.0", - "@theia/process": "1.52.0", - "@theia/property-view": "1.52.0", - "@theia/remote": "1.52.0", - "@theia/scm": "1.52.0", - "@theia/scm-extra": "1.52.0", - "@theia/search-in-workspace": "1.52.0", - "@theia/secondary-window": "1.52.0", - "@theia/task": "1.52.0", - "@theia/terminal": "1.52.0", - "@theia/timeline": "1.52.0", - "@theia/toolbar": "1.52.0", - "@theia/typehierarchy": "1.52.0", - "@theia/userstorage": "1.52.0", - "@theia/variable-resolver": "1.52.0", - "@theia/vsx-registry": "1.52.0", - "@theia/workspace": "1.52.0" + "@theia/api-provider-sample": "1.53.0", + "@theia/api-samples": "1.53.0", + "@theia/bulk-edit": "1.53.0", + "@theia/callhierarchy": "1.53.0", + "@theia/collaboration": "1.53.0", + "@theia/console": "1.53.0", + "@theia/core": "1.53.0", + "@theia/debug": "1.53.0", + "@theia/dev-container": "1.53.0", + "@theia/editor": "1.53.0", + "@theia/editor-preview": "1.53.0", + "@theia/electron": "1.53.0", + "@theia/external-terminal": "1.53.0", + "@theia/file-search": "1.53.0", + "@theia/filesystem": "1.53.0", + "@theia/getting-started": "1.53.0", + "@theia/keymaps": "1.53.0", + "@theia/markers": "1.53.0", + "@theia/memory-inspector": "1.53.0", + "@theia/messages": "1.53.0", + "@theia/metrics": "1.53.0", + "@theia/mini-browser": "1.53.0", + "@theia/monaco": "1.53.0", + "@theia/navigator": "1.53.0", + "@theia/outline-view": "1.53.0", + "@theia/output": "1.53.0", + "@theia/plugin-dev": "1.53.0", + "@theia/plugin-ext": "1.53.0", + "@theia/plugin-ext-headless": "1.53.0", + "@theia/plugin-ext-vscode": "1.53.0", + "@theia/preferences": "1.53.0", + "@theia/preview": "1.53.0", + "@theia/process": "1.53.0", + "@theia/property-view": "1.53.0", + "@theia/remote": "1.53.0", + "@theia/scm": "1.53.0", + "@theia/scm-extra": "1.53.0", + "@theia/search-in-workspace": "1.53.0", + "@theia/secondary-window": "1.53.0", + "@theia/task": "1.53.0", + "@theia/terminal": "1.53.0", + "@theia/timeline": "1.53.0", + "@theia/toolbar": "1.53.0", + "@theia/typehierarchy": "1.53.0", + "@theia/userstorage": "1.53.0", + "@theia/variable-resolver": "1.53.0", + "@theia/vsx-registry": "1.53.0", + "@theia/workspace": "1.53.0" }, "scripts": { "build": "yarn -s compile && yarn -s bundle", @@ -91,7 +91,7 @@ "watch:compile": "tsc -b -w" }, "devDependencies": { - "@theia/cli": "1.52.0", + "@theia/cli": "1.53.0", "electron": "^30.1.2" } } diff --git a/examples/playwright/package.json b/examples/playwright/package.json index d9dd3f72aabb5..0d0b175d74bf6 100644 --- a/examples/playwright/package.json +++ b/examples/playwright/package.json @@ -1,6 +1,6 @@ { "name": "@theia/playwright", - "version": "1.52.0", + "version": "1.53.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 fedeabfeeb7d2..2221326102421 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/lerna.json", "npmClient": "yarn", - "version": "1.52.0", + "version": "1.53.0", "command": { "run": { "stream": true diff --git a/packages/bulk-edit/package.json b/packages/bulk-edit/package.json index 0278d46c71001..312ef80cc23a8 100644 --- a/packages/bulk-edit/package.json +++ b/packages/bulk-edit/package.json @@ -1,14 +1,14 @@ { "name": "@theia/bulk-edit", - "version": "1.52.0", + "version": "1.53.0", "description": "Theia - Bulk Edit Extension", "dependencies": { - "@theia/core": "1.52.0", - "@theia/editor": "1.52.0", - "@theia/filesystem": "1.52.0", - "@theia/monaco": "1.52.0", + "@theia/core": "1.53.0", + "@theia/editor": "1.53.0", + "@theia/filesystem": "1.53.0", + "@theia/monaco": "1.53.0", "@theia/monaco-editor-core": "1.83.101", - "@theia/workspace": "1.52.0", + "@theia/workspace": "1.53.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -44,7 +44,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.52.0" + "@theia/ext-scripts": "1.53.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/callhierarchy/package.json b/packages/callhierarchy/package.json index 5caaaee70073d..cde8b9af18d1d 100644 --- a/packages/callhierarchy/package.json +++ b/packages/callhierarchy/package.json @@ -1,10 +1,10 @@ { "name": "@theia/callhierarchy", - "version": "1.52.0", + "version": "1.53.0", "description": "Theia - Call Hierarchy Extension", "dependencies": { - "@theia/core": "1.52.0", - "@theia/editor": "1.52.0", + "@theia/core": "1.53.0", + "@theia/editor": "1.53.0", "ts-md5": "^1.2.2", "tslib": "^2.6.2" }, @@ -41,7 +41,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.52.0" + "@theia/ext-scripts": "1.53.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/collaboration/package.json b/packages/collaboration/package.json index 130c2b6718399..ef39af5fad751 100644 --- a/packages/collaboration/package.json +++ b/packages/collaboration/package.json @@ -1,14 +1,14 @@ { "name": "@theia/collaboration", - "version": "1.52.0", + "version": "1.53.0", "description": "Theia - Collaboration Extension", "dependencies": { - "@theia/core": "1.52.0", - "@theia/editor": "1.52.0", - "@theia/filesystem": "1.52.0", - "@theia/monaco": "1.52.0", + "@theia/core": "1.53.0", + "@theia/editor": "1.53.0", + "@theia/filesystem": "1.53.0", + "@theia/monaco": "1.53.0", "@theia/monaco-editor-core": "1.83.101", - "@theia/workspace": "1.52.0", + "@theia/workspace": "1.53.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.52.0" + "@theia/ext-scripts": "1.53.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/console/package.json b/packages/console/package.json index 5f5f209d0a16b..6b0055c2b2fb5 100644 --- a/packages/console/package.json +++ b/packages/console/package.json @@ -1,10 +1,10 @@ { "name": "@theia/console", - "version": "1.52.0", + "version": "1.53.0", "description": "Theia - Console Extension", "dependencies": { - "@theia/core": "1.52.0", - "@theia/monaco": "1.52.0", + "@theia/core": "1.53.0", + "@theia/monaco": "1.53.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.52.0" + "@theia/ext-scripts": "1.53.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/core/package.json b/packages/core/package.json index e5349a14818d8..b941db18927e3 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@theia/core", - "version": "1.52.0", + "version": "1.53.0", "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.52.0", - "@theia/request": "1.52.0", + "@theia/application-package": "1.53.0", + "@theia/request": "1.53.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.52.0", - "@theia/re-exports": "1.52.0", + "@theia/ext-scripts": "1.53.0", + "@theia/re-exports": "1.53.0", "minimist": "^1.2.0", "nodejs-file-downloader": "4.13.0" }, diff --git a/packages/debug/package.json b/packages/debug/package.json index ae1a8e14c2dd4..20c5f05cf0f2a 100644 --- a/packages/debug/package.json +++ b/packages/debug/package.json @@ -1,22 +1,22 @@ { "name": "@theia/debug", - "version": "1.52.0", + "version": "1.53.0", "description": "Theia - Debug Extension", "dependencies": { - "@theia/console": "1.52.0", - "@theia/core": "1.52.0", - "@theia/editor": "1.52.0", - "@theia/filesystem": "1.52.0", - "@theia/markers": "1.52.0", - "@theia/monaco": "1.52.0", + "@theia/console": "1.53.0", + "@theia/core": "1.53.0", + "@theia/editor": "1.53.0", + "@theia/filesystem": "1.53.0", + "@theia/markers": "1.53.0", + "@theia/monaco": "1.53.0", "@theia/monaco-editor-core": "1.83.101", - "@theia/output": "1.52.0", - "@theia/process": "1.52.0", - "@theia/task": "1.52.0", - "@theia/test": "1.52.0", - "@theia/terminal": "1.52.0", - "@theia/variable-resolver": "1.52.0", - "@theia/workspace": "1.52.0", + "@theia/output": "1.53.0", + "@theia/process": "1.53.0", + "@theia/task": "1.53.0", + "@theia/test": "1.53.0", + "@theia/terminal": "1.53.0", + "@theia/variable-resolver": "1.53.0", + "@theia/workspace": "1.53.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.52.0" + "@theia/ext-scripts": "1.53.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/dev-container/package.json b/packages/dev-container/package.json index dde7c2c865464..32f233826ae62 100644 --- a/packages/dev-container/package.json +++ b/packages/dev-container/package.json @@ -1,12 +1,12 @@ { "name": "@theia/dev-container", - "version": "1.52.0", + "version": "1.53.0", "description": "Theia - Editor Preview Extension", "dependencies": { - "@theia/core": "1.52.0", - "@theia/output": "1.52.0", - "@theia/remote": "1.52.0", - "@theia/workspace": "1.52.0", + "@theia/core": "1.53.0", + "@theia/output": "1.53.0", + "@theia/remote": "1.53.0", + "@theia/workspace": "1.53.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.52.0", + "@theia/ext-scripts": "1.53.0", "@types/dockerode": "^3.3.23" }, "nyc": { diff --git a/packages/editor-preview/package.json b/packages/editor-preview/package.json index 7c1e4566da0ab..7f55c86cd94fc 100644 --- a/packages/editor-preview/package.json +++ b/packages/editor-preview/package.json @@ -1,11 +1,11 @@ { "name": "@theia/editor-preview", - "version": "1.52.0", + "version": "1.53.0", "description": "Theia - Editor Preview Extension", "dependencies": { - "@theia/core": "1.52.0", - "@theia/editor": "1.52.0", - "@theia/navigator": "1.52.0", + "@theia/core": "1.53.0", + "@theia/editor": "1.53.0", + "@theia/navigator": "1.53.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -41,7 +41,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.52.0" + "@theia/ext-scripts": "1.53.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/editor/package.json b/packages/editor/package.json index 0556960495382..c0a330246a020 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -1,10 +1,10 @@ { "name": "@theia/editor", - "version": "1.52.0", + "version": "1.53.0", "description": "Theia - Editor Extension", "dependencies": { - "@theia/core": "1.52.0", - "@theia/variable-resolver": "1.52.0", + "@theia/core": "1.53.0", + "@theia/variable-resolver": "1.53.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -41,7 +41,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.52.0" + "@theia/ext-scripts": "1.53.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/electron/package.json b/packages/electron/package.json index 2a947ac02c81a..e6ec7699f5883 100644 --- a/packages/electron/package.json +++ b/packages/electron/package.json @@ -1,6 +1,6 @@ { "name": "@theia/electron", - "version": "1.52.0", + "version": "1.53.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.52.0", - "@theia/re-exports": "1.52.0" + "@theia/ext-scripts": "1.53.0", + "@theia/re-exports": "1.53.0" }, "peerDependencies": { "electron": "^30.1.2" diff --git a/packages/external-terminal/package.json b/packages/external-terminal/package.json index f125bcc1283c8..e0348b0654fed 100644 --- a/packages/external-terminal/package.json +++ b/packages/external-terminal/package.json @@ -1,11 +1,11 @@ { "name": "@theia/external-terminal", - "version": "1.52.0", + "version": "1.53.0", "description": "Theia - External Terminal Extension", "dependencies": { - "@theia/core": "1.52.0", - "@theia/editor": "1.52.0", - "@theia/workspace": "1.52.0", + "@theia/core": "1.53.0", + "@theia/editor": "1.53.0", + "@theia/workspace": "1.53.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -42,7 +42,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.52.0" + "@theia/ext-scripts": "1.53.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/file-search/package.json b/packages/file-search/package.json index 48a4598b2782c..4c5ba9e5d522e 100644 --- a/packages/file-search/package.json +++ b/packages/file-search/package.json @@ -1,13 +1,13 @@ { "name": "@theia/file-search", - "version": "1.52.0", + "version": "1.53.0", "description": "Theia - File Search Extension", "dependencies": { - "@theia/core": "1.52.0", - "@theia/editor": "1.52.0", - "@theia/filesystem": "1.52.0", - "@theia/process": "1.52.0", - "@theia/workspace": "1.52.0", + "@theia/core": "1.53.0", + "@theia/editor": "1.53.0", + "@theia/filesystem": "1.53.0", + "@theia/process": "1.53.0", + "@theia/workspace": "1.53.0", "@vscode/ripgrep": "^1.14.2", "tslib": "^2.6.2" }, @@ -45,7 +45,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.52.0" + "@theia/ext-scripts": "1.53.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/filesystem/package.json b/packages/filesystem/package.json index cf7ea16b482f5..7c1a60322c673 100644 --- a/packages/filesystem/package.json +++ b/packages/filesystem/package.json @@ -1,9 +1,9 @@ { "name": "@theia/filesystem", - "version": "1.52.0", + "version": "1.53.0", "description": "Theia - FileSystem Extension", "dependencies": { - "@theia/core": "1.52.0", + "@theia/core": "1.53.0", "@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.52.0" + "@theia/ext-scripts": "1.53.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/getting-started/package.json b/packages/getting-started/package.json index 0877622695314..644cfca695224 100644 --- a/packages/getting-started/package.json +++ b/packages/getting-started/package.json @@ -1,14 +1,14 @@ { "name": "@theia/getting-started", - "version": "1.52.0", + "version": "1.53.0", "description": "Theia - GettingStarted Extension", "dependencies": { - "@theia/core": "1.52.0", - "@theia/editor": "1.52.0", - "@theia/filesystem": "1.52.0", - "@theia/keymaps": "1.52.0", - "@theia/preview": "1.52.0", - "@theia/workspace": "1.52.0", + "@theia/core": "1.53.0", + "@theia/editor": "1.53.0", + "@theia/filesystem": "1.53.0", + "@theia/keymaps": "1.53.0", + "@theia/preview": "1.53.0", + "@theia/workspace": "1.53.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -45,7 +45,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.52.0" + "@theia/ext-scripts": "1.53.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/git/package.json b/packages/git/package.json index 6af6d23eca82c..eb69eba9b6383 100644 --- a/packages/git/package.json +++ b/packages/git/package.json @@ -1,16 +1,16 @@ { "name": "@theia/git", - "version": "1.52.0", + "version": "1.53.0", "description": "Theia - Git Integration", "dependencies": { - "@theia/core": "1.52.0", - "@theia/editor": "1.52.0", - "@theia/filesystem": "1.52.0", + "@theia/core": "1.53.0", + "@theia/editor": "1.53.0", + "@theia/filesystem": "1.53.0", "@theia/monaco-editor-core": "1.83.101", - "@theia/navigator": "1.52.0", - "@theia/scm": "1.52.0", - "@theia/scm-extra": "1.52.0", - "@theia/workspace": "1.52.0", + "@theia/navigator": "1.53.0", + "@theia/scm": "1.53.0", + "@theia/scm-extra": "1.53.0", + "@theia/workspace": "1.53.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.52.0", + "@theia/ext-scripts": "1.53.0", "@types/luxon": "^2.3.2", "upath": "^1.0.2" }, diff --git a/packages/keymaps/package.json b/packages/keymaps/package.json index 8df3ca28c183c..425fe663b24fd 100644 --- a/packages/keymaps/package.json +++ b/packages/keymaps/package.json @@ -1,18 +1,18 @@ { "name": "@theia/keymaps", - "version": "1.52.0", + "version": "1.53.0", "description": "Theia - Custom Keymaps Extension", "dependencies": { - "@theia/core": "1.52.0", - "@theia/monaco": "1.52.0", + "@theia/core": "1.53.0", + "@theia/monaco": "1.53.0", "@theia/monaco-editor-core": "1.83.101", - "@theia/preferences": "1.52.0", - "@theia/userstorage": "1.52.0", + "@theia/preferences": "1.53.0", + "@theia/userstorage": "1.53.0", "jsonc-parser": "^2.2.0", "tslib": "^2.6.2" }, "devDependencies": { - "@theia/ext-scripts": "1.52.0" + "@theia/ext-scripts": "1.53.0" }, "publishConfig": { "access": "public" diff --git a/packages/markers/package.json b/packages/markers/package.json index a4ae243d95287..97d1a36c62c8a 100644 --- a/packages/markers/package.json +++ b/packages/markers/package.json @@ -1,11 +1,11 @@ { "name": "@theia/markers", - "version": "1.52.0", + "version": "1.53.0", "description": "Theia - Markers Extension", "dependencies": { - "@theia/core": "1.52.0", - "@theia/filesystem": "1.52.0", - "@theia/workspace": "1.52.0", + "@theia/core": "1.53.0", + "@theia/filesystem": "1.53.0", + "@theia/workspace": "1.53.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -41,7 +41,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.52.0" + "@theia/ext-scripts": "1.53.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/memory-inspector/package.json b/packages/memory-inspector/package.json index 2510402629ac8..ff3b247c27495 100644 --- a/packages/memory-inspector/package.json +++ b/packages/memory-inspector/package.json @@ -1,6 +1,6 @@ { "name": "@theia/memory-inspector", - "version": "1.52.0", + "version": "1.53.0", "description": "Theia - Memory Inspector", "keywords": [ "theia-extension" @@ -27,8 +27,8 @@ "watch": "theiaext watch" }, "dependencies": { - "@theia/core": "1.52.0", - "@theia/debug": "1.52.0", + "@theia/core": "1.53.0", + "@theia/debug": "1.53.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 8ea723c887ccf..56cfe7f700f30 100644 --- a/packages/messages/package.json +++ b/packages/messages/package.json @@ -1,9 +1,9 @@ { "name": "@theia/messages", - "version": "1.52.0", + "version": "1.53.0", "description": "Theia - Messages Extension", "dependencies": { - "@theia/core": "1.52.0", + "@theia/core": "1.53.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.52.0" + "@theia/ext-scripts": "1.53.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/metrics/package.json b/packages/metrics/package.json index cc53ef925b854..422ede4ef0702 100644 --- a/packages/metrics/package.json +++ b/packages/metrics/package.json @@ -1,9 +1,9 @@ { "name": "@theia/metrics", - "version": "1.52.0", + "version": "1.53.0", "description": "Theia - Metrics Extension", "dependencies": { - "@theia/core": "1.52.0", + "@theia/core": "1.53.0", "prom-client": "^10.2.0", "tslib": "^2.6.2" }, @@ -44,7 +44,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.52.0" + "@theia/ext-scripts": "1.53.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/mini-browser/package.json b/packages/mini-browser/package.json index 863c2f399e72f..405aab53fc71c 100644 --- a/packages/mini-browser/package.json +++ b/packages/mini-browser/package.json @@ -1,10 +1,10 @@ { "name": "@theia/mini-browser", - "version": "1.52.0", + "version": "1.53.0", "description": "Theia - Mini-Browser Extension", "dependencies": { - "@theia/core": "1.52.0", - "@theia/filesystem": "1.52.0", + "@theia/core": "1.53.0", + "@theia/filesystem": "1.53.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.52.0" + "@theia/ext-scripts": "1.53.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/monaco/package.json b/packages/monaco/package.json index 93417d193a7bc..626ab8cb50145 100644 --- a/packages/monaco/package.json +++ b/packages/monaco/package.json @@ -1,15 +1,15 @@ { "name": "@theia/monaco", - "version": "1.52.0", + "version": "1.53.0", "description": "Theia - Monaco Extension", "dependencies": { - "@theia/core": "1.52.0", - "@theia/editor": "1.52.0", - "@theia/filesystem": "1.52.0", - "@theia/markers": "1.52.0", + "@theia/core": "1.53.0", + "@theia/editor": "1.53.0", + "@theia/filesystem": "1.53.0", + "@theia/markers": "1.53.0", "@theia/monaco-editor-core": "1.83.101", - "@theia/outline-view": "1.52.0", - "@theia/workspace": "1.52.0", + "@theia/outline-view": "1.53.0", + "@theia/workspace": "1.53.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.52.0" + "@theia/ext-scripts": "1.53.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/navigator/package.json b/packages/navigator/package.json index 92480dfdf2906..e20b6b9692b2a 100644 --- a/packages/navigator/package.json +++ b/packages/navigator/package.json @@ -1,11 +1,11 @@ { "name": "@theia/navigator", - "version": "1.52.0", + "version": "1.53.0", "description": "Theia - Navigator Extension", "dependencies": { - "@theia/core": "1.52.0", - "@theia/filesystem": "1.52.0", - "@theia/workspace": "1.52.0", + "@theia/core": "1.53.0", + "@theia/filesystem": "1.53.0", + "@theia/workspace": "1.53.0", "minimatch": "^5.1.0", "tslib": "^2.6.2" }, @@ -45,7 +45,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.52.0" + "@theia/ext-scripts": "1.53.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/notebook/package.json b/packages/notebook/package.json index 9a2f6bb8b8e9a..c62ef82bb0701 100644 --- a/packages/notebook/package.json +++ b/packages/notebook/package.json @@ -1,14 +1,14 @@ { "name": "@theia/notebook", - "version": "1.52.0", + "version": "1.53.0", "description": "Theia - Notebook Extension", "dependencies": { - "@theia/core": "1.52.0", - "@theia/editor": "1.52.0", - "@theia/filesystem": "1.52.0", - "@theia/monaco": "1.52.0", + "@theia/core": "1.53.0", + "@theia/editor": "1.53.0", + "@theia/filesystem": "1.53.0", + "@theia/monaco": "1.53.0", "@theia/monaco-editor-core": "1.83.101", - "@theia/outline-view": "1.52.0", + "@theia/outline-view": "1.53.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.52.0", + "@theia/ext-scripts": "1.53.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 1d0935e68949b..b843df4db85ab 100644 --- a/packages/outline-view/package.json +++ b/packages/outline-view/package.json @@ -1,9 +1,9 @@ { "name": "@theia/outline-view", - "version": "1.52.0", + "version": "1.53.0", "description": "Theia - Outline View Extension", "dependencies": { - "@theia/core": "1.52.0", + "@theia/core": "1.53.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -39,7 +39,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.52.0" + "@theia/ext-scripts": "1.53.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/output/package.json b/packages/output/package.json index 6202626d4b471..3844098b6f9fc 100644 --- a/packages/output/package.json +++ b/packages/output/package.json @@ -1,11 +1,11 @@ { "name": "@theia/output", - "version": "1.52.0", + "version": "1.53.0", "description": "Theia - Output Extension", "dependencies": { - "@theia/core": "1.52.0", - "@theia/editor": "1.52.0", - "@theia/monaco": "1.52.0", + "@theia/core": "1.53.0", + "@theia/editor": "1.53.0", + "@theia/monaco": "1.53.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.52.0" + "@theia/ext-scripts": "1.53.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/plugin-dev/package.json b/packages/plugin-dev/package.json index 53dbfea468f0c..64e3d429d2b0c 100644 --- a/packages/plugin-dev/package.json +++ b/packages/plugin-dev/package.json @@ -1,16 +1,16 @@ { "name": "@theia/plugin-dev", - "version": "1.52.0", + "version": "1.53.0", "description": "Theia - Plugin Development Extension", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@theia/core": "1.52.0", - "@theia/debug": "1.52.0", - "@theia/filesystem": "1.52.0", - "@theia/output": "1.52.0", - "@theia/plugin-ext": "1.52.0", - "@theia/workspace": "1.52.0", + "@theia/core": "1.53.0", + "@theia/debug": "1.53.0", + "@theia/filesystem": "1.53.0", + "@theia/output": "1.53.0", + "@theia/plugin-ext": "1.53.0", + "@theia/workspace": "1.53.0", "ps-tree": "^1.2.0", "tslib": "^2.6.2" }, @@ -49,7 +49,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.52.0" + "@theia/ext-scripts": "1.53.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/plugin-ext-headless/package.json b/packages/plugin-ext-headless/package.json index 964d6cbd0704c..0a37cd93a205d 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.52.0", + "version": "1.53.0", "description": "Theia - Headless (Backend-only) Plugin Extension", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@theia/core": "1.52.0", - "@theia/plugin-ext": "1.52.0", - "@theia/terminal": "1.52.0", + "@theia/core": "1.53.0", + "@theia/plugin-ext": "1.53.0", + "@theia/terminal": "1.53.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -44,7 +44,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.52.0", + "@theia/ext-scripts": "1.53.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 75d95b98bb1c7..2e8ce00a71ea7 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.52.0", + "version": "1.53.0", "description": "Theia - Plugin Extension for VsCode", "dependencies": { - "@theia/callhierarchy": "1.52.0", - "@theia/core": "1.52.0", - "@theia/editor": "1.52.0", - "@theia/filesystem": "1.52.0", - "@theia/monaco": "1.52.0", + "@theia/callhierarchy": "1.53.0", + "@theia/core": "1.53.0", + "@theia/editor": "1.53.0", + "@theia/filesystem": "1.53.0", + "@theia/monaco": "1.53.0", "@theia/monaco-editor-core": "1.83.101", - "@theia/navigator": "1.52.0", - "@theia/outline-view": "1.52.0", - "@theia/plugin": "1.52.0", - "@theia/plugin-ext": "1.52.0", - "@theia/terminal": "1.52.0", - "@theia/typehierarchy": "1.52.0", - "@theia/userstorage": "1.52.0", - "@theia/workspace": "1.52.0", + "@theia/navigator": "1.53.0", + "@theia/outline-view": "1.53.0", + "@theia/plugin": "1.53.0", + "@theia/plugin-ext": "1.53.0", + "@theia/terminal": "1.53.0", + "@theia/typehierarchy": "1.53.0", + "@theia/userstorage": "1.53.0", + "@theia/workspace": "1.53.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.52.0" + "@theia/ext-scripts": "1.53.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/plugin-ext/package.json b/packages/plugin-ext/package.json index 43fa009a22eca..129124f12c7d1 100644 --- a/packages/plugin-ext/package.json +++ b/packages/plugin-ext/package.json @@ -1,37 +1,37 @@ { "name": "@theia/plugin-ext", - "version": "1.52.0", + "version": "1.53.0", "description": "Theia - Plugin Extension", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@theia/bulk-edit": "1.52.0", - "@theia/callhierarchy": "1.52.0", - "@theia/console": "1.52.0", - "@theia/core": "1.52.0", - "@theia/debug": "1.52.0", - "@theia/editor": "1.52.0", - "@theia/editor-preview": "1.52.0", - "@theia/file-search": "1.52.0", - "@theia/filesystem": "1.52.0", - "@theia/markers": "1.52.0", - "@theia/messages": "1.52.0", - "@theia/monaco": "1.52.0", + "@theia/bulk-edit": "1.53.0", + "@theia/callhierarchy": "1.53.0", + "@theia/console": "1.53.0", + "@theia/core": "1.53.0", + "@theia/debug": "1.53.0", + "@theia/editor": "1.53.0", + "@theia/editor-preview": "1.53.0", + "@theia/file-search": "1.53.0", + "@theia/filesystem": "1.53.0", + "@theia/markers": "1.53.0", + "@theia/messages": "1.53.0", + "@theia/monaco": "1.53.0", "@theia/monaco-editor-core": "1.83.101", - "@theia/navigator": "1.52.0", - "@theia/notebook": "1.52.0", - "@theia/output": "1.52.0", - "@theia/plugin": "1.52.0", - "@theia/preferences": "1.52.0", - "@theia/scm": "1.52.0", - "@theia/search-in-workspace": "1.52.0", - "@theia/task": "1.52.0", - "@theia/terminal": "1.52.0", - "@theia/test": "1.52.0", - "@theia/timeline": "1.52.0", - "@theia/typehierarchy": "1.52.0", - "@theia/variable-resolver": "1.52.0", - "@theia/workspace": "1.52.0", + "@theia/navigator": "1.53.0", + "@theia/notebook": "1.53.0", + "@theia/output": "1.53.0", + "@theia/plugin": "1.53.0", + "@theia/preferences": "1.53.0", + "@theia/scm": "1.53.0", + "@theia/search-in-workspace": "1.53.0", + "@theia/task": "1.53.0", + "@theia/terminal": "1.53.0", + "@theia/test": "1.53.0", + "@theia/timeline": "1.53.0", + "@theia/typehierarchy": "1.53.0", + "@theia/variable-resolver": "1.53.0", + "@theia/workspace": "1.53.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.52.0", + "@theia/ext-scripts": "1.53.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 3f54efcc0f54d..e94657de4a0d5 100644 --- a/packages/plugin-metrics/package.json +++ b/packages/plugin-metrics/package.json @@ -1,13 +1,13 @@ { "name": "@theia/plugin-metrics", - "version": "1.52.0", + "version": "1.53.0", "description": "Theia - Plugin Metrics", "dependencies": { - "@theia/core": "1.52.0", - "@theia/metrics": "1.52.0", + "@theia/core": "1.53.0", + "@theia/metrics": "1.53.0", "@theia/monaco-editor-core": "1.83.101", - "@theia/plugin": "1.52.0", - "@theia/plugin-ext": "1.52.0", + "@theia/plugin": "1.53.0", + "@theia/plugin-ext": "1.53.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -44,7 +44,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.52.0" + "@theia/ext-scripts": "1.53.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/plugin/package.json b/packages/plugin/package.json index 2ecf9c5d15bf8..7acbf0e09fd9e 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@theia/plugin", - "version": "1.52.0", + "version": "1.53.0", "description": "Theia - Plugin API", "types": "./src/theia.d.ts", "publishConfig": { @@ -27,7 +27,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.52.0" + "@theia/ext-scripts": "1.53.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/preferences/package.json b/packages/preferences/package.json index 8b0513b9e860a..7963265e81868 100644 --- a/packages/preferences/package.json +++ b/packages/preferences/package.json @@ -1,15 +1,15 @@ { "name": "@theia/preferences", - "version": "1.52.0", + "version": "1.53.0", "description": "Theia - Preferences Extension", "dependencies": { - "@theia/core": "1.52.0", - "@theia/editor": "1.52.0", - "@theia/filesystem": "1.52.0", - "@theia/monaco": "1.52.0", + "@theia/core": "1.53.0", + "@theia/editor": "1.53.0", + "@theia/filesystem": "1.53.0", + "@theia/monaco": "1.53.0", "@theia/monaco-editor-core": "1.83.101", - "@theia/userstorage": "1.52.0", - "@theia/workspace": "1.52.0", + "@theia/userstorage": "1.53.0", + "@theia/workspace": "1.53.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.52.0" + "@theia/ext-scripts": "1.53.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/preview/package.json b/packages/preview/package.json index c0a876920461f..3b346f27ec6ce 100644 --- a/packages/preview/package.json +++ b/packages/preview/package.json @@ -1,12 +1,12 @@ { "name": "@theia/preview", - "version": "1.52.0", + "version": "1.53.0", "description": "Theia - Preview Extension", "dependencies": { - "@theia/core": "1.52.0", - "@theia/editor": "1.52.0", - "@theia/mini-browser": "1.52.0", - "@theia/monaco": "1.52.0", + "@theia/core": "1.53.0", + "@theia/editor": "1.53.0", + "@theia/mini-browser": "1.53.0", + "@theia/monaco": "1.53.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.52.0" + "@theia/ext-scripts": "1.53.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/process/package.json b/packages/process/package.json index 3b0b8d4158ac9..e1626aa212009 100644 --- a/packages/process/package.json +++ b/packages/process/package.json @@ -1,9 +1,9 @@ { "name": "@theia/process", - "version": "1.52.0", + "version": "1.53.0", "description": "Theia process support.", "dependencies": { - "@theia/core": "1.52.0", + "@theia/core": "1.53.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.52.0" + "@theia/ext-scripts": "1.53.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/property-view/package.json b/packages/property-view/package.json index 74880056d9d3e..46cc02f53cd1a 100644 --- a/packages/property-view/package.json +++ b/packages/property-view/package.json @@ -1,10 +1,10 @@ { "name": "@theia/property-view", - "version": "1.52.0", + "version": "1.53.0", "description": "Theia - Property View Extension", "dependencies": { - "@theia/core": "1.52.0", - "@theia/filesystem": "1.52.0", + "@theia/core": "1.53.0", + "@theia/filesystem": "1.53.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -40,7 +40,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.52.0" + "@theia/ext-scripts": "1.53.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/remote/package.json b/packages/remote/package.json index 246c914c5a54f..4993914bbbd03 100644 --- a/packages/remote/package.json +++ b/packages/remote/package.json @@ -1,10 +1,10 @@ { "name": "@theia/remote", - "version": "1.52.0", + "version": "1.53.0", "description": "Theia - Remote", "dependencies": { - "@theia/core": "1.52.0", - "@theia/filesystem": "1.52.0", + "@theia/core": "1.53.0", + "@theia/filesystem": "1.53.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.52.0", + "@theia/ext-scripts": "1.53.0", "@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 675d0ef784dd6..0a83d3c53fa75 100644 --- a/packages/scm-extra/package.json +++ b/packages/scm-extra/package.json @@ -1,13 +1,13 @@ { "name": "@theia/scm-extra", - "version": "1.52.0", + "version": "1.53.0", "description": "Theia - Source control extras Extension", "dependencies": { - "@theia/core": "1.52.0", - "@theia/editor": "1.52.0", - "@theia/filesystem": "1.52.0", - "@theia/navigator": "1.52.0", - "@theia/scm": "1.52.0", + "@theia/core": "1.53.0", + "@theia/editor": "1.53.0", + "@theia/filesystem": "1.53.0", + "@theia/navigator": "1.53.0", + "@theia/scm": "1.53.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -43,7 +43,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.52.0" + "@theia/ext-scripts": "1.53.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/scm/package.json b/packages/scm/package.json index 06a55db61c073..4a5bfd979221a 100644 --- a/packages/scm/package.json +++ b/packages/scm/package.json @@ -1,12 +1,12 @@ { "name": "@theia/scm", - "version": "1.52.0", + "version": "1.53.0", "description": "Theia - Source control Extension", "dependencies": { - "@theia/core": "1.52.0", - "@theia/editor": "1.52.0", - "@theia/filesystem": "1.52.0", - "@theia/monaco": "1.52.0", + "@theia/core": "1.53.0", + "@theia/editor": "1.53.0", + "@theia/filesystem": "1.53.0", + "@theia/monaco": "1.53.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.52.0" + "@theia/ext-scripts": "1.53.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/search-in-workspace/package.json b/packages/search-in-workspace/package.json index 73facb28b55bd..ba4cde4e6bfc6 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.52.0", + "version": "1.53.0", "description": "Theia - Search in workspace", "dependencies": { - "@theia/core": "1.52.0", - "@theia/editor": "1.52.0", - "@theia/filesystem": "1.52.0", - "@theia/navigator": "1.52.0", - "@theia/process": "1.52.0", - "@theia/workspace": "1.52.0", + "@theia/core": "1.53.0", + "@theia/editor": "1.53.0", + "@theia/filesystem": "1.53.0", + "@theia/navigator": "1.53.0", + "@theia/process": "1.53.0", + "@theia/workspace": "1.53.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.52.0" + "@theia/ext-scripts": "1.53.0" } } diff --git a/packages/secondary-window/package.json b/packages/secondary-window/package.json index ad8ba480d9be1..237203d85b302 100644 --- a/packages/secondary-window/package.json +++ b/packages/secondary-window/package.json @@ -1,9 +1,9 @@ { "name": "@theia/secondary-window", - "version": "1.52.0", + "version": "1.53.0", "description": "Theia - Secondary Window Extension", "dependencies": { - "@theia/core": "1.52.0", + "@theia/core": "1.53.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -39,6 +39,6 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.52.0" + "@theia/ext-scripts": "1.53.0" } } diff --git a/packages/task/package.json b/packages/task/package.json index 6b136daa5492e..507ff9d0724b3 100644 --- a/packages/task/package.json +++ b/packages/task/package.json @@ -1,19 +1,19 @@ { "name": "@theia/task", - "version": "1.52.0", + "version": "1.53.0", "description": "Theia - Task extension. This extension adds support for executing raw or terminal processes in the backend.", "dependencies": { - "@theia/core": "1.52.0", - "@theia/editor": "1.52.0", - "@theia/filesystem": "1.52.0", - "@theia/markers": "1.52.0", - "@theia/monaco": "1.52.0", + "@theia/core": "1.53.0", + "@theia/editor": "1.53.0", + "@theia/filesystem": "1.53.0", + "@theia/markers": "1.53.0", + "@theia/monaco": "1.53.0", "@theia/monaco-editor-core": "1.83.101", - "@theia/process": "1.52.0", - "@theia/terminal": "1.52.0", - "@theia/userstorage": "1.52.0", - "@theia/variable-resolver": "1.52.0", - "@theia/workspace": "1.52.0", + "@theia/process": "1.53.0", + "@theia/terminal": "1.53.0", + "@theia/userstorage": "1.53.0", + "@theia/variable-resolver": "1.53.0", + "@theia/workspace": "1.53.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.52.0" + "@theia/ext-scripts": "1.53.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/terminal/package.json b/packages/terminal/package.json index 439290b6e72aa..bf9c8a435a54d 100644 --- a/packages/terminal/package.json +++ b/packages/terminal/package.json @@ -1,15 +1,15 @@ { "name": "@theia/terminal", - "version": "1.52.0", + "version": "1.53.0", "description": "Theia - Terminal Extension", "dependencies": { - "@theia/core": "1.52.0", - "@theia/editor": "1.52.0", - "@theia/file-search": "1.52.0", - "@theia/filesystem": "1.52.0", - "@theia/process": "1.52.0", - "@theia/variable-resolver": "1.52.0", - "@theia/workspace": "1.52.0", + "@theia/core": "1.53.0", + "@theia/editor": "1.53.0", + "@theia/file-search": "1.53.0", + "@theia/filesystem": "1.53.0", + "@theia/process": "1.53.0", + "@theia/variable-resolver": "1.53.0", + "@theia/workspace": "1.53.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.52.0" + "@theia/ext-scripts": "1.53.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/test/package.json b/packages/test/package.json index d1e601bf53328..e30f799f7ac30 100644 --- a/packages/test/package.json +++ b/packages/test/package.json @@ -1,13 +1,13 @@ { "name": "@theia/test", - "version": "1.52.0", + "version": "1.53.0", "description": "Theia - Test Extension", "dependencies": { - "@theia/core": "1.52.0", - "@theia/editor": "1.52.0", - "@theia/filesystem": "1.52.0", - "@theia/navigator": "1.52.0", - "@theia/terminal": "1.52.0", + "@theia/core": "1.53.0", + "@theia/editor": "1.53.0", + "@theia/filesystem": "1.53.0", + "@theia/navigator": "1.53.0", + "@theia/terminal": "1.53.0", "xterm": "^4.16.0", "xterm-addon-fit": "^0.5.0" }, @@ -44,7 +44,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.52.0" + "@theia/ext-scripts": "1.53.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/timeline/package.json b/packages/timeline/package.json index 760112f5bbbd9..d508da7c10aaf 100644 --- a/packages/timeline/package.json +++ b/packages/timeline/package.json @@ -1,10 +1,10 @@ { "name": "@theia/timeline", - "version": "1.52.0", + "version": "1.53.0", "description": "Theia - Timeline Extension", "dependencies": { - "@theia/core": "1.52.0", - "@theia/navigator": "1.52.0", + "@theia/core": "1.53.0", + "@theia/navigator": "1.53.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -40,7 +40,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.52.0" + "@theia/ext-scripts": "1.53.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/toolbar/package.json b/packages/toolbar/package.json index e75806cf534de..da728cf0315f3 100644 --- a/packages/toolbar/package.json +++ b/packages/toolbar/package.json @@ -1,6 +1,6 @@ { "name": "@theia/toolbar", - "version": "1.52.0", + "version": "1.53.0", "description": "Theia - Toolbar", "keywords": [ "theia-extension" @@ -27,15 +27,15 @@ "watch": "theiaext watch" }, "dependencies": { - "@theia/core": "1.52.0", - "@theia/editor": "1.52.0", - "@theia/file-search": "1.52.0", - "@theia/filesystem": "1.52.0", - "@theia/monaco": "1.52.0", + "@theia/core": "1.53.0", + "@theia/editor": "1.53.0", + "@theia/file-search": "1.53.0", + "@theia/filesystem": "1.53.0", + "@theia/monaco": "1.53.0", "@theia/monaco-editor-core": "1.83.101", - "@theia/search-in-workspace": "1.52.0", - "@theia/userstorage": "1.52.0", - "@theia/workspace": "1.52.0", + "@theia/search-in-workspace": "1.53.0", + "@theia/userstorage": "1.53.0", + "@theia/workspace": "1.53.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 ef90ebaa08de3..d9965c61e42d0 100644 --- a/packages/typehierarchy/package.json +++ b/packages/typehierarchy/package.json @@ -1,10 +1,10 @@ { "name": "@theia/typehierarchy", - "version": "1.52.0", + "version": "1.53.0", "description": "Theia - Type Hierarchy Extension", "dependencies": { - "@theia/core": "1.52.0", - "@theia/editor": "1.52.0", + "@theia/core": "1.53.0", + "@theia/editor": "1.53.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -40,7 +40,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.52.0" + "@theia/ext-scripts": "1.53.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/userstorage/package.json b/packages/userstorage/package.json index 3eb1a5c484d6e..0b7cee4c41d76 100644 --- a/packages/userstorage/package.json +++ b/packages/userstorage/package.json @@ -1,10 +1,10 @@ { "name": "@theia/userstorage", - "version": "1.52.0", + "version": "1.53.0", "description": "Theia - User Storage Extension", "dependencies": { - "@theia/core": "1.52.0", - "@theia/filesystem": "1.52.0", + "@theia/core": "1.53.0", + "@theia/filesystem": "1.53.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -40,7 +40,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.52.0" + "@theia/ext-scripts": "1.53.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/variable-resolver/package.json b/packages/variable-resolver/package.json index 0e27cc4599295..ba8fbdafbd7cb 100644 --- a/packages/variable-resolver/package.json +++ b/packages/variable-resolver/package.json @@ -1,9 +1,9 @@ { "name": "@theia/variable-resolver", - "version": "1.52.0", + "version": "1.53.0", "description": "Theia - Variable Resolver Extension", "dependencies": { - "@theia/core": "1.52.0", + "@theia/core": "1.53.0", "tslib": "^2.6.2" }, "publishConfig": { @@ -45,7 +45,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.52.0" + "@theia/ext-scripts": "1.53.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/vsx-registry/package.json b/packages/vsx-registry/package.json index fa9adcd5c5f2b..86656ef7f8dac 100644 --- a/packages/vsx-registry/package.json +++ b/packages/vsx-registry/package.json @@ -1,16 +1,16 @@ { "name": "@theia/vsx-registry", - "version": "1.52.0", + "version": "1.53.0", "description": "Theia - VSX Registry", "dependencies": { - "@theia/core": "1.52.0", - "@theia/filesystem": "1.52.0", - "@theia/navigator": "1.52.0", - "@theia/ovsx-client": "1.52.0", - "@theia/plugin-ext": "1.52.0", - "@theia/plugin-ext-vscode": "1.52.0", - "@theia/preferences": "1.52.0", - "@theia/workspace": "1.52.0", + "@theia/core": "1.53.0", + "@theia/filesystem": "1.53.0", + "@theia/navigator": "1.53.0", + "@theia/ovsx-client": "1.53.0", + "@theia/plugin-ext": "1.53.0", + "@theia/plugin-ext-vscode": "1.53.0", + "@theia/preferences": "1.53.0", + "@theia/workspace": "1.53.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.52.0", + "@theia/ext-scripts": "1.53.0", "@types/luxon": "^2.3.2" }, "nyc": { diff --git a/packages/workspace/package.json b/packages/workspace/package.json index f361e8e65400f..85340e1e18638 100644 --- a/packages/workspace/package.json +++ b/packages/workspace/package.json @@ -1,11 +1,11 @@ { "name": "@theia/workspace", - "version": "1.52.0", + "version": "1.53.0", "description": "Theia - Workspace Extension", "dependencies": { - "@theia/core": "1.52.0", - "@theia/filesystem": "1.52.0", - "@theia/variable-resolver": "1.52.0", + "@theia/core": "1.53.0", + "@theia/filesystem": "1.53.0", + "@theia/variable-resolver": "1.53.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.52.0" + "@theia/ext-scripts": "1.53.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 1ab56e9efe0bb..6979f04fb5433 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.52.0", + "version": "1.53.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 89315d68ce7d2..4cb8ea0bd7577 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.52.0", + "version": "1.53.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 637a229bc13ef..eee86aed9b23a 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.52.0", + "version": "1.53.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.52.0" + "@theia/api-provider-sample": "1.53.0" }, "scripts": { "prepare": "yarn -s package",