From dece3526c5257f1bcab110b68347d53a8eec8c71 Mon Sep 17 00:00:00 2001 From: vince-fugnitto Date: Thu, 29 Jul 2021 15:33:54 -0400 Subject: [PATCH] publish v1.16.0 Signed-off-by: vince-fugnitto --- dev-packages/application-manager/package.json | 6 +- dev-packages/application-package/package.json | 4 +- dev-packages/cli/package.json | 8 +- dev-packages/electron/package.json | 2 +- dev-packages/eslint-plugin/package.json | 4 +- dev-packages/ext-scripts/package.json | 2 +- dev-packages/ovsx-client/package.json | 2 +- examples/api-samples/package.json | 14 +-- examples/api-tests/package.json | 4 +- examples/browser/package.json | 84 +++++++++--------- examples/electron/package.json | 86 +++++++++---------- lerna.json | 2 +- packages/bulk-edit/package.json | 14 +-- packages/callhierarchy/package.json | 10 +-- packages/console/package.json | 8 +- packages/core/README.md | 4 +- packages/core/package.json | 6 +- packages/debug/package.json | 32 +++---- packages/editor-preview/package.json | 10 +-- packages/editor/package.json | 8 +- packages/external-terminal/package.json | 10 +-- packages/file-search/package.json | 16 ++-- packages/filesystem/package.json | 6 +- packages/getting-started/package.json | 12 +-- packages/git/package.json | 20 ++--- packages/keymaps/package.json | 12 +-- packages/markers/package.json | 12 +-- 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/outline-view/package.json | 6 +- packages/output/package.json | 10 +-- packages/plugin-dev/package.json | 18 ++-- packages/plugin-ext-vscode/package.json | 26 +++--- packages/plugin-ext/package.json | 46 +++++----- 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/scm-extra/package.json | 14 +-- packages/scm/package.json | 12 +-- packages/search-in-workspace/package.json | 16 ++-- packages/task/package.json | 26 +++--- packages/terminal/package.json | 16 ++-- packages/timeline/package.json | 8 +- packages/typehierarchy/package.json | 8 +- packages/userstorage/package.json | 8 +- packages/variable-resolver/package.json | 6 +- packages/vsx-registry/package.json | 18 ++-- packages/workspace/package.json | 10 +-- 54 files changed, 375 insertions(+), 375 deletions(-) diff --git a/dev-packages/application-manager/package.json b/dev-packages/application-manager/package.json index 4726037018823..10395fc3c408d 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.15.0", + "version": "1.16.0", "description": "Theia application manager API.", "publishConfig": { "access": "public" @@ -32,7 +32,7 @@ "@babel/plugin-transform-classes": "^7.10.0", "@babel/plugin-transform-runtime": "^7.10.0", "@babel/preset-env": "^7.10.0", - "@theia/application-package": "1.15.0", + "@theia/application-package": "1.16.0", "@theia/compression-webpack-plugin": "^3.0.0", "@types/fs-extra": "^4.0.2", "babel-loader": "^8.2.2", @@ -56,7 +56,7 @@ "yargs": "^15.3.1" }, "devDependencies": { - "@theia/ext-scripts": "1.15.0" + "@theia/ext-scripts": "1.16.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/dev-packages/application-package/package.json b/dev-packages/application-package/package.json index 828a49ebb507d..741f700bd0dc0 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.15.0", + "version": "1.16.0", "description": "Theia application package API.", "publishConfig": { "access": "public" @@ -41,7 +41,7 @@ "write-json-file": "^2.2.0" }, "devDependencies": { - "@theia/ext-scripts": "1.15.0" + "@theia/ext-scripts": "1.16.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/dev-packages/cli/package.json b/dev-packages/cli/package.json index 8b5307846c762..f3724fe9dc7a1 100644 --- a/dev-packages/cli/package.json +++ b/dev-packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@theia/cli", - "version": "1.15.0", + "version": "1.16.0", "description": "Theia CLI.", "publishConfig": { "access": "public" @@ -29,9 +29,9 @@ "clean": "theiaext clean" }, "dependencies": { - "@theia/application-manager": "1.15.0", - "@theia/application-package": "1.15.0", - "@theia/ovsx-client": "1.15.0", + "@theia/application-manager": "1.16.0", + "@theia/application-package": "1.16.0", + "@theia/ovsx-client": "1.16.0", "@types/chai": "^4.2.7", "@types/mkdirp": "^0.5.2", "@types/mocha": "^5.2.7", diff --git a/dev-packages/electron/package.json b/dev-packages/electron/package.json index 38e6f32ba1c76..3c747320b6b31 100644 --- a/dev-packages/electron/package.json +++ b/dev-packages/electron/package.json @@ -1,6 +1,6 @@ { "name": "@theia/electron", - "version": "1.15.0", + "version": "1.16.0", "description": "Electron runtime dependencies for Theia", "publishConfig": { "access": "public" diff --git a/dev-packages/eslint-plugin/package.json b/dev-packages/eslint-plugin/package.json index fca5a9de2b24e..fe117b2fca002 100644 --- a/dev-packages/eslint-plugin/package.json +++ b/dev-packages/eslint-plugin/package.json @@ -1,9 +1,9 @@ { "private": true, "name": "@theia/eslint-plugin", - "version": "1.15.0", + "version": "1.16.0", "description": "Custom ESLint rules for developing Theia extensions and applications", "dependencies": { - "@theia/core": "1.15.0" + "@theia/core": "1.16.0" } } diff --git a/dev-packages/ext-scripts/package.json b/dev-packages/ext-scripts/package.json index a8d88a3e47138..eef517c38cf8c 100644 --- a/dev-packages/ext-scripts/package.json +++ b/dev-packages/ext-scripts/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@theia/ext-scripts", - "version": "1.15.0", + "version": "1.16.0", "license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0", "description": "NPM scripts for Theia packages.", "bin": { diff --git a/dev-packages/ovsx-client/package.json b/dev-packages/ovsx-client/package.json index 8e1978ed30968..814ef83037ceb 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.15.0", + "version": "1.16.0", "description": "Theia Open-VSX Client", "publishConfig": { "access": "public" diff --git a/examples/api-samples/package.json b/examples/api-samples/package.json index 5698c3218d243..c20f4d0b76469 100644 --- a/examples/api-samples/package.json +++ b/examples/api-samples/package.json @@ -1,14 +1,14 @@ { "private": true, "name": "@theia/api-samples", - "version": "1.15.0", + "version": "1.16.0", "description": "Theia - Example code to demonstrate Theia API", "dependencies": { - "@theia/core": "1.15.0", - "@theia/filesystem": "1.15.0", - "@theia/output": "1.15.0", - "@theia/vsx-registry": "1.15.0", - "@theia/workspace": "1.15.0" + "@theia/core": "1.16.0", + "@theia/filesystem": "1.16.0", + "@theia/output": "1.16.0", + "@theia/vsx-registry": "1.16.0", + "@theia/workspace": "1.16.0" }, "theiaExtensions": [ { @@ -47,6 +47,6 @@ "clean": "theiaext clean" }, "devDependencies": { - "@theia/ext-scripts": "1.15.0" + "@theia/ext-scripts": "1.16.0" } } diff --git a/examples/api-tests/package.json b/examples/api-tests/package.json index 4c1301a0c8cbd..03ebbaf4359e8 100644 --- a/examples/api-tests/package.json +++ b/examples/api-tests/package.json @@ -1,9 +1,9 @@ { "name": "@theia/api-tests", - "version": "1.15.0", + "version": "1.16.0", "description": "Theia API tests", "dependencies": { - "@theia/core": "1.15.0" + "@theia/core": "1.16.0" }, "license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0", "repository": { diff --git a/examples/browser/package.json b/examples/browser/package.json index 72edc1a5da38f..950b7e632554b 100644 --- a/examples/browser/package.json +++ b/examples/browser/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@theia/example-browser", - "version": "1.15.0", + "version": "1.16.0", "license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0", "theia": { "frontend": { @@ -14,46 +14,46 @@ } }, "dependencies": { - "@theia/api-samples": "1.15.0", - "@theia/bulk-edit": "1.15.0", - "@theia/callhierarchy": "1.15.0", - "@theia/console": "1.15.0", - "@theia/core": "1.15.0", - "@theia/debug": "1.15.0", - "@theia/editor": "1.15.0", - "@theia/editor-preview": "1.15.0", - "@theia/file-search": "1.15.0", - "@theia/filesystem": "1.15.0", - "@theia/getting-started": "1.15.0", - "@theia/git": "1.15.0", - "@theia/keymaps": "1.15.0", - "@theia/markers": "1.15.0", - "@theia/messages": "1.15.0", - "@theia/metrics": "1.15.0", - "@theia/mini-browser": "1.15.0", - "@theia/monaco": "1.15.0", - "@theia/navigator": "1.15.0", - "@theia/outline-view": "1.15.0", - "@theia/output": "1.15.0", - "@theia/plugin-dev": "1.15.0", - "@theia/plugin-ext": "1.15.0", - "@theia/plugin-ext-vscode": "1.15.0", - "@theia/plugin-metrics": "1.15.0", - "@theia/preferences": "1.15.0", - "@theia/preview": "1.15.0", - "@theia/process": "1.15.0", - "@theia/property-view": "1.15.0", - "@theia/scm": "1.15.0", - "@theia/scm-extra": "1.15.0", - "@theia/search-in-workspace": "1.15.0", - "@theia/task": "1.15.0", - "@theia/terminal": "1.15.0", - "@theia/timeline": "1.15.0", - "@theia/typehierarchy": "1.15.0", - "@theia/userstorage": "1.15.0", - "@theia/variable-resolver": "1.15.0", - "@theia/vsx-registry": "1.15.0", - "@theia/workspace": "1.15.0" + "@theia/api-samples": "1.16.0", + "@theia/bulk-edit": "1.16.0", + "@theia/callhierarchy": "1.16.0", + "@theia/console": "1.16.0", + "@theia/core": "1.16.0", + "@theia/debug": "1.16.0", + "@theia/editor": "1.16.0", + "@theia/editor-preview": "1.16.0", + "@theia/file-search": "1.16.0", + "@theia/filesystem": "1.16.0", + "@theia/getting-started": "1.16.0", + "@theia/git": "1.16.0", + "@theia/keymaps": "1.16.0", + "@theia/markers": "1.16.0", + "@theia/messages": "1.16.0", + "@theia/metrics": "1.16.0", + "@theia/mini-browser": "1.16.0", + "@theia/monaco": "1.16.0", + "@theia/navigator": "1.16.0", + "@theia/outline-view": "1.16.0", + "@theia/output": "1.16.0", + "@theia/plugin-dev": "1.16.0", + "@theia/plugin-ext": "1.16.0", + "@theia/plugin-ext-vscode": "1.16.0", + "@theia/plugin-metrics": "1.16.0", + "@theia/preferences": "1.16.0", + "@theia/preview": "1.16.0", + "@theia/process": "1.16.0", + "@theia/property-view": "1.16.0", + "@theia/scm": "1.16.0", + "@theia/scm-extra": "1.16.0", + "@theia/search-in-workspace": "1.16.0", + "@theia/task": "1.16.0", + "@theia/terminal": "1.16.0", + "@theia/timeline": "1.16.0", + "@theia/typehierarchy": "1.16.0", + "@theia/userstorage": "1.16.0", + "@theia/variable-resolver": "1.16.0", + "@theia/vsx-registry": "1.16.0", + "@theia/workspace": "1.16.0" }, "scripts": { "prepare": "yarn run clean && yarn build", @@ -69,6 +69,6 @@ "coverage:clean": "rimraf .nyc_output && rimraf coverage" }, "devDependencies": { - "@theia/cli": "1.15.0" + "@theia/cli": "1.16.0" } } diff --git a/examples/electron/package.json b/examples/electron/package.json index 60340a11b472e..8c6e521da6895 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.15.0", + "version": "1.16.0", "main": "src-gen/frontend/electron-main.js", "license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0", "theia": { @@ -14,47 +14,47 @@ } }, "dependencies": { - "@theia/api-samples": "1.15.0", - "@theia/bulk-edit": "1.15.0", - "@theia/callhierarchy": "1.15.0", - "@theia/console": "1.15.0", - "@theia/core": "1.15.0", - "@theia/debug": "1.15.0", - "@theia/editor": "1.15.0", - "@theia/editor-preview": "1.15.0", - "@theia/electron": "1.15.0", - "@theia/external-terminal": "1.15.0", - "@theia/file-search": "1.15.0", - "@theia/filesystem": "1.15.0", - "@theia/getting-started": "1.15.0", - "@theia/git": "1.15.0", - "@theia/keymaps": "1.15.0", - "@theia/markers": "1.15.0", - "@theia/messages": "1.15.0", - "@theia/metrics": "1.15.0", - "@theia/mini-browser": "1.15.0", - "@theia/monaco": "1.15.0", - "@theia/navigator": "1.15.0", - "@theia/outline-view": "1.15.0", - "@theia/output": "1.15.0", - "@theia/plugin-dev": "1.15.0", - "@theia/plugin-ext": "1.15.0", - "@theia/plugin-ext-vscode": "1.15.0", - "@theia/preferences": "1.15.0", - "@theia/preview": "1.15.0", - "@theia/process": "1.15.0", - "@theia/property-view": "1.15.0", - "@theia/scm": "1.15.0", - "@theia/scm-extra": "1.15.0", - "@theia/search-in-workspace": "1.15.0", - "@theia/task": "1.15.0", - "@theia/terminal": "1.15.0", - "@theia/timeline": "1.15.0", - "@theia/typehierarchy": "1.15.0", - "@theia/userstorage": "1.15.0", - "@theia/variable-resolver": "1.15.0", - "@theia/vsx-registry": "1.15.0", - "@theia/workspace": "1.15.0" + "@theia/api-samples": "1.16.0", + "@theia/bulk-edit": "1.16.0", + "@theia/callhierarchy": "1.16.0", + "@theia/console": "1.16.0", + "@theia/core": "1.16.0", + "@theia/debug": "1.16.0", + "@theia/editor": "1.16.0", + "@theia/editor-preview": "1.16.0", + "@theia/electron": "1.16.0", + "@theia/external-terminal": "1.16.0", + "@theia/file-search": "1.16.0", + "@theia/filesystem": "1.16.0", + "@theia/getting-started": "1.16.0", + "@theia/git": "1.16.0", + "@theia/keymaps": "1.16.0", + "@theia/markers": "1.16.0", + "@theia/messages": "1.16.0", + "@theia/metrics": "1.16.0", + "@theia/mini-browser": "1.16.0", + "@theia/monaco": "1.16.0", + "@theia/navigator": "1.16.0", + "@theia/outline-view": "1.16.0", + "@theia/output": "1.16.0", + "@theia/plugin-dev": "1.16.0", + "@theia/plugin-ext": "1.16.0", + "@theia/plugin-ext-vscode": "1.16.0", + "@theia/preferences": "1.16.0", + "@theia/preview": "1.16.0", + "@theia/process": "1.16.0", + "@theia/property-view": "1.16.0", + "@theia/scm": "1.16.0", + "@theia/scm-extra": "1.16.0", + "@theia/search-in-workspace": "1.16.0", + "@theia/task": "1.16.0", + "@theia/terminal": "1.16.0", + "@theia/timeline": "1.16.0", + "@theia/typehierarchy": "1.16.0", + "@theia/userstorage": "1.16.0", + "@theia/variable-resolver": "1.16.0", + "@theia/vsx-registry": "1.16.0", + "@theia/workspace": "1.16.0" }, "scripts": { "lint": "theiaext lint", @@ -67,6 +67,6 @@ "test": "electron-mocha --timeout 60000 \"./lib/test/**/*.espec.js\"" }, "devDependencies": { - "@theia/cli": "1.15.0" + "@theia/cli": "1.16.0" } } diff --git a/lerna.json b/lerna.json index 2a9b4a9229d4c..b96eb97d05384 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "lerna": "2.2.0", "npmClient": "yarn", "useWorkspaces": true, - "version": "1.15.0", + "version": "1.16.0", "command": { "run": { "stream": true diff --git a/packages/bulk-edit/package.json b/packages/bulk-edit/package.json index 1a5e61e126836..ec3f8b6bb4ef3 100644 --- a/packages/bulk-edit/package.json +++ b/packages/bulk-edit/package.json @@ -1,13 +1,13 @@ { "name": "@theia/bulk-edit", - "version": "1.15.0", + "version": "1.16.0", "description": "Theia - Bulk Edit Extension", "dependencies": { - "@theia/core": "1.15.0", - "@theia/editor": "1.15.0", - "@theia/filesystem": "1.15.0", - "@theia/monaco": "1.15.0", - "@theia/workspace": "1.15.0" + "@theia/core": "1.16.0", + "@theia/editor": "1.16.0", + "@theia/filesystem": "1.16.0", + "@theia/monaco": "1.16.0", + "@theia/workspace": "1.16.0" }, "publishConfig": { "access": "public" @@ -41,7 +41,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "1.15.0" + "@theia/ext-scripts": "1.16.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/callhierarchy/package.json b/packages/callhierarchy/package.json index 7c3e7868717c7..9f1af76da6ad1 100644 --- a/packages/callhierarchy/package.json +++ b/packages/callhierarchy/package.json @@ -1,11 +1,11 @@ { "name": "@theia/callhierarchy", - "version": "1.15.0", + "version": "1.16.0", "description": "Theia - Call Hierarchy Extension", "dependencies": { - "@theia/core": "1.15.0", - "@theia/editor": "1.15.0", - "@theia/monaco": "1.15.0", + "@theia/core": "1.16.0", + "@theia/editor": "1.16.0", + "@theia/monaco": "1.16.0", "ts-md5": "^1.2.2" }, "publishConfig": { @@ -40,7 +40,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "1.15.0" + "@theia/ext-scripts": "1.16.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/console/package.json b/packages/console/package.json index 8e62a9a8c1990..08f72c5e5c0bb 100644 --- a/packages/console/package.json +++ b/packages/console/package.json @@ -1,10 +1,10 @@ { "name": "@theia/console", - "version": "1.15.0", + "version": "1.16.0", "description": "Theia - Console Extension", "dependencies": { - "@theia/core": "1.15.0", - "@theia/monaco": "1.15.0", + "@theia/core": "1.16.0", + "@theia/monaco": "1.16.0", "anser": "^2.0.1" }, "publishConfig": { @@ -39,7 +39,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "1.15.0" + "@theia/ext-scripts": "1.16.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/core/README.md b/packages/core/README.md index 3d82899bea58e..f007d3d8e85b3 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -78,8 +78,8 @@ export class SomeClass { - [`@phosphor/signaling@1`](https://www.npmjs.com/package/@phosphor/signaling) - [`@phosphor/virtualdom@1`](https://www.npmjs.com/package/@phosphor/virtualdom) - [`@phosphor/widgets@1`](https://www.npmjs.com/package/@phosphor/widgets) - - [`@theia/application-package@1.15.0`](https://www.npmjs.com/package/@theia/application-package) - - [`@theia/application-package/lib/environment@1.15.0`](https://www.npmjs.com/package/@theia/application-package) + - [`@theia/application-package@1.16.0`](https://www.npmjs.com/package/@theia/application-package) + - [`@theia/application-package/lib/environment@1.16.0`](https://www.npmjs.com/package/@theia/application-package) - [`dompurify@^2.2.9`](https://www.npmjs.com/package/dompurify) - [`electron@^9.0.2`](https://www.npmjs.com/package/electron) - [`express@^4.16.3`](https://www.npmjs.com/package/express) diff --git a/packages/core/package.json b/packages/core/package.json index 937b5aed0d191..d83beab0e5b3a 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@theia/core", - "version": "1.15.0", + "version": "1.16.0", "description": "Theia is a cloud & desktop IDE framework implemented in TypeScript.", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", @@ -17,7 +17,7 @@ "@phosphor/virtualdom": "1", "@phosphor/widgets": "1", "@primer/octicons-react": "^9.0.0", - "@theia/application-package": "1.15.0", + "@theia/application-package": "1.16.0", "@types/body-parser": "^1.16.4", "@types/cookie": "^0.3.3", "@types/dompurify": "^2.2.2", @@ -163,7 +163,7 @@ "generate-layout": "electron ./scripts/generate-layout" }, "devDependencies": { - "@theia/ext-scripts": "1.15.0", + "@theia/ext-scripts": "1.16.0", "minimist": "^1.2.0" }, "nyc": { diff --git a/packages/debug/package.json b/packages/debug/package.json index 79f0e4b37bab8..8e6342bb70637 100644 --- a/packages/debug/package.json +++ b/packages/debug/package.json @@ -1,22 +1,22 @@ { "name": "@theia/debug", - "version": "1.15.0", + "version": "1.16.0", "description": "Theia - Debug Extension", "dependencies": { - "@theia/console": "1.15.0", - "@theia/core": "1.15.0", - "@theia/editor": "1.15.0", - "@theia/filesystem": "1.15.0", - "@theia/markers": "1.15.0", - "@theia/monaco": "1.15.0", - "@theia/output": "1.15.0", - "@theia/preferences": "1.15.0", - "@theia/process": "1.15.0", - "@theia/task": "1.15.0", - "@theia/terminal": "1.15.0", - "@theia/userstorage": "1.15.0", - "@theia/variable-resolver": "1.15.0", - "@theia/workspace": "1.15.0", + "@theia/console": "1.16.0", + "@theia/core": "1.16.0", + "@theia/editor": "1.16.0", + "@theia/filesystem": "1.16.0", + "@theia/markers": "1.16.0", + "@theia/monaco": "1.16.0", + "@theia/output": "1.16.0", + "@theia/preferences": "1.16.0", + "@theia/process": "1.16.0", + "@theia/task": "1.16.0", + "@theia/terminal": "1.16.0", + "@theia/userstorage": "1.16.0", + "@theia/variable-resolver": "1.16.0", + "@theia/workspace": "1.16.0", "jsonc-parser": "^2.2.0", "mkdirp": "^0.5.0", "p-debounce": "^2.1.0", @@ -63,7 +63,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "1.15.0" + "@theia/ext-scripts": "1.16.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/editor-preview/package.json b/packages/editor-preview/package.json index 42977dfd268fa..4bf057c2c7a61 100644 --- a/packages/editor-preview/package.json +++ b/packages/editor-preview/package.json @@ -1,11 +1,11 @@ { "name": "@theia/editor-preview", - "version": "1.15.0", + "version": "1.16.0", "description": "Theia - Editor Preview Extension", "dependencies": { - "@theia/core": "1.15.0", - "@theia/editor": "1.15.0", - "@theia/navigator": "1.15.0" + "@theia/core": "1.16.0", + "@theia/editor": "1.16.0", + "@theia/navigator": "1.16.0" }, "publishConfig": { "access": "public" @@ -39,7 +39,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "1.15.0" + "@theia/ext-scripts": "1.16.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/editor/package.json b/packages/editor/package.json index 7fe8f819338c2..6979bcf1aeaad 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -1,10 +1,10 @@ { "name": "@theia/editor", - "version": "1.15.0", + "version": "1.16.0", "description": "Theia - Editor Extension", "dependencies": { - "@theia/core": "1.15.0", - "@theia/variable-resolver": "1.15.0", + "@theia/core": "1.16.0", + "@theia/variable-resolver": "1.16.0", "@types/base64-arraybuffer": "0.1.0", "base64-arraybuffer": "^0.1.5" }, @@ -40,7 +40,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "1.15.0" + "@theia/ext-scripts": "1.16.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/external-terminal/package.json b/packages/external-terminal/package.json index f95430e20e94e..ba5ff4d3888db 100644 --- a/packages/external-terminal/package.json +++ b/packages/external-terminal/package.json @@ -1,11 +1,11 @@ { "name": "@theia/external-terminal", - "version": "1.15.0", + "version": "1.16.0", "description": "Theia - External Terminal Extension", "dependencies": { - "@theia/core": "1.15.0", - "@theia/editor": "1.15.0", - "@theia/workspace": "1.15.0" + "@theia/core": "1.16.0", + "@theia/editor": "1.16.0", + "@theia/workspace": "1.16.0" }, "publishConfig": { "access": "public" @@ -40,7 +40,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "1.15.0" + "@theia/ext-scripts": "1.16.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/file-search/package.json b/packages/file-search/package.json index 03e30ec34dbd7..cf5225f6fab5d 100644 --- a/packages/file-search/package.json +++ b/packages/file-search/package.json @@ -1,14 +1,14 @@ { "name": "@theia/file-search", - "version": "1.15.0", + "version": "1.16.0", "description": "Theia - File Search Extension", "dependencies": { - "@theia/core": "1.15.0", - "@theia/editor": "1.15.0", - "@theia/filesystem": "1.15.0", - "@theia/process": "1.15.0", - "@theia/workspace": "1.15.0", - "@theia/monaco": "1.15.0", + "@theia/core": "1.16.0", + "@theia/editor": "1.16.0", + "@theia/filesystem": "1.16.0", + "@theia/monaco": "1.16.0", + "@theia/process": "1.16.0", + "@theia/workspace": "1.16.0", "vscode-ripgrep": "^1.2.4" }, "publishConfig": { @@ -44,7 +44,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "1.15.0" + "@theia/ext-scripts": "1.16.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/filesystem/package.json b/packages/filesystem/package.json index 91103f524ca24..36fb7077fe60c 100644 --- a/packages/filesystem/package.json +++ b/packages/filesystem/package.json @@ -1,9 +1,9 @@ { "name": "@theia/filesystem", - "version": "1.15.0", + "version": "1.16.0", "description": "Theia - FileSystem Extension", "dependencies": { - "@theia/core": "1.15.0", + "@theia/core": "1.16.0", "@types/body-parser": "^1.17.0", "@types/rimraf": "^2.0.2", "@types/tar-fs": "^1.16.1", @@ -59,7 +59,7 @@ "test:watch": "theiaext test:watch" }, "devDependencies": { - "@theia/ext-scripts": "1.15.0" + "@theia/ext-scripts": "1.16.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/getting-started/package.json b/packages/getting-started/package.json index 4866cb5520477..97240e8e886ae 100644 --- a/packages/getting-started/package.json +++ b/packages/getting-started/package.json @@ -1,12 +1,12 @@ { "name": "@theia/getting-started", - "version": "1.15.0", + "version": "1.16.0", "description": "Theia - GettingStarted Extension", "dependencies": { - "@theia/core": "1.15.0", - "@theia/filesystem": "1.15.0", - "@theia/keymaps": "1.15.0", - "@theia/workspace": "1.15.0" + "@theia/core": "1.16.0", + "@theia/filesystem": "1.16.0", + "@theia/keymaps": "1.16.0", + "@theia/workspace": "1.16.0" }, "publishConfig": { "access": "public" @@ -41,7 +41,7 @@ "test:watch": "theiaext test:watch" }, "devDependencies": { - "@theia/ext-scripts": "1.15.0" + "@theia/ext-scripts": "1.16.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/git/package.json b/packages/git/package.json index bbf485595aa3e..e214a83a1ad81 100644 --- a/packages/git/package.json +++ b/packages/git/package.json @@ -1,16 +1,16 @@ { "name": "@theia/git", - "version": "1.15.0", + "version": "1.16.0", "description": "Theia - Git Integration", "dependencies": { - "@theia/core": "1.15.0", - "@theia/editor": "1.15.0", - "@theia/filesystem": "1.15.0", - "@theia/monaco": "1.15.0", - "@theia/navigator": "1.15.0", - "@theia/scm": "1.15.0", - "@theia/scm-extra": "1.15.0", - "@theia/workspace": "1.15.0", + "@theia/core": "1.16.0", + "@theia/editor": "1.16.0", + "@theia/filesystem": "1.16.0", + "@theia/monaco": "1.16.0", + "@theia/navigator": "1.16.0", + "@theia/scm": "1.16.0", + "@theia/scm-extra": "1.16.0", + "@theia/workspace": "1.16.0", "@types/diff": "^3.2.2", "@types/p-queue": "^2.3.1", "diff": "^3.4.0", @@ -64,7 +64,7 @@ "test:watch": "theiaext test:watch" }, "devDependencies": { - "@theia/ext-scripts": "1.15.0", + "@theia/ext-scripts": "1.16.0", "upath": "^1.0.2" }, "nyc": { diff --git a/packages/keymaps/package.json b/packages/keymaps/package.json index 8583e297e9363..dda5ce2e82ba4 100644 --- a/packages/keymaps/package.json +++ b/packages/keymaps/package.json @@ -1,18 +1,18 @@ { "name": "@theia/keymaps", - "version": "1.15.0", + "version": "1.16.0", "description": "Theia - Custom Keymaps Extension", "dependencies": { - "@theia/core": "1.15.0", - "@theia/monaco": "1.15.0", - "@theia/userstorage": "1.15.0", - "@theia/workspace": "1.15.0", + "@theia/core": "1.16.0", + "@theia/monaco": "1.16.0", + "@theia/userstorage": "1.16.0", + "@theia/workspace": "1.16.0", "@types/lodash.debounce": "4.0.3", "ajv": "^6.5.3", "jsonc-parser": "^2.2.0" }, "devDependencies": { - "@theia/ext-scripts": "1.15.0", + "@theia/ext-scripts": "1.16.0", "@types/temp": "^0.8.29", "temp": "^0.8.3" }, diff --git a/packages/markers/package.json b/packages/markers/package.json index e257b9848a123..02d3d64cfbaf2 100644 --- a/packages/markers/package.json +++ b/packages/markers/package.json @@ -1,12 +1,12 @@ { "name": "@theia/markers", - "version": "1.15.0", + "version": "1.16.0", "description": "Theia - Markers Extension", "dependencies": { - "@theia/core": "1.15.0", - "@theia/filesystem": "1.15.0", - "@theia/navigator": "1.15.0", - "@theia/workspace": "1.15.0" + "@theia/core": "1.16.0", + "@theia/filesystem": "1.16.0", + "@theia/navigator": "1.16.0", + "@theia/workspace": "1.16.0" }, "publishConfig": { "access": "public" @@ -40,7 +40,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "1.15.0" + "@theia/ext-scripts": "1.16.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/messages/package.json b/packages/messages/package.json index 419a537f038f4..adcdc36243a42 100644 --- a/packages/messages/package.json +++ b/packages/messages/package.json @@ -1,9 +1,9 @@ { "name": "@theia/messages", - "version": "1.15.0", + "version": "1.16.0", "description": "Theia - Messages Extension", "dependencies": { - "@theia/core": "1.15.0", + "@theia/core": "1.16.0", "markdown-it": "^8.4.0", "react-perfect-scrollbar": "^1.5.3", "ts-md5": "^1.2.2" @@ -40,7 +40,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "1.15.0" + "@theia/ext-scripts": "1.16.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/metrics/package.json b/packages/metrics/package.json index 792d6fd0d626a..137b2034607ae 100644 --- a/packages/metrics/package.json +++ b/packages/metrics/package.json @@ -1,9 +1,9 @@ { "name": "@theia/metrics", - "version": "1.15.0", + "version": "1.16.0", "description": "Theia - Metrics Extension", "dependencies": { - "@theia/core": "1.15.0", + "@theia/core": "1.16.0", "prom-client": "^10.2.0" }, "publishConfig": { @@ -38,7 +38,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "1.15.0" + "@theia/ext-scripts": "1.16.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/mini-browser/package.json b/packages/mini-browser/package.json index 02ff507f9b555..7031f99bdeb67 100644 --- a/packages/mini-browser/package.json +++ b/packages/mini-browser/package.json @@ -1,10 +1,10 @@ { "name": "@theia/mini-browser", - "version": "1.15.0", + "version": "1.16.0", "description": "Theia - Mini-Browser Extension", "dependencies": { - "@theia/core": "1.15.0", - "@theia/filesystem": "1.15.0", + "@theia/core": "1.16.0", + "@theia/filesystem": "1.16.0", "@types/mime-types": "^2.1.0", "mime-types": "^2.1.18", "pdfobject": "^2.0.201604172", @@ -48,7 +48,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "1.15.0" + "@theia/ext-scripts": "1.16.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/monaco/package.json b/packages/monaco/package.json index ed13c7529be8a..27844ab70435b 100644 --- a/packages/monaco/package.json +++ b/packages/monaco/package.json @@ -1,15 +1,15 @@ { "name": "@theia/monaco", - "version": "1.15.0", + "version": "1.16.0", "description": "Theia - Monaco Extension", "dependencies": { - "@theia/core": "1.15.0", - "@theia/editor": "1.15.0", - "@theia/filesystem": "1.15.0", - "@theia/markers": "1.15.0", + "@theia/core": "1.16.0", + "@theia/editor": "1.16.0", + "@theia/filesystem": "1.16.0", + "@theia/markers": "1.16.0", "@theia/monaco-editor-core": "0.23.0", - "@theia/outline-view": "1.15.0", - "@theia/workspace": "1.15.0", + "@theia/outline-view": "1.16.0", + "@theia/workspace": "1.16.0", "deepmerge": "2.0.1", "fast-plist": "^0.1.2", "idb": "^4.0.5", @@ -51,7 +51,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "1.15.0" + "@theia/ext-scripts": "1.16.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/navigator/package.json b/packages/navigator/package.json index 8c2673737e086..76487cdc16aca 100644 --- a/packages/navigator/package.json +++ b/packages/navigator/package.json @@ -1,11 +1,11 @@ { "name": "@theia/navigator", - "version": "1.15.0", + "version": "1.16.0", "description": "Theia - Navigator Extension", "dependencies": { - "@theia/core": "1.15.0", - "@theia/filesystem": "1.15.0", - "@theia/workspace": "1.15.0", + "@theia/core": "1.16.0", + "@theia/filesystem": "1.16.0", + "@theia/workspace": "1.16.0", "minimatch": "^3.0.4" }, "publishConfig": { @@ -40,7 +40,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "1.15.0" + "@theia/ext-scripts": "1.16.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/outline-view/package.json b/packages/outline-view/package.json index cf5b5d3044600..c29005fdd789a 100644 --- a/packages/outline-view/package.json +++ b/packages/outline-view/package.json @@ -1,9 +1,9 @@ { "name": "@theia/outline-view", - "version": "1.15.0", + "version": "1.16.0", "description": "Theia - Outline View Extension", "dependencies": { - "@theia/core": "1.15.0" + "@theia/core": "1.16.0" }, "publishConfig": { "access": "public" @@ -37,7 +37,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "1.15.0" + "@theia/ext-scripts": "1.16.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/output/package.json b/packages/output/package.json index fc534e98730a5..ce40f4dedb4e3 100644 --- a/packages/output/package.json +++ b/packages/output/package.json @@ -1,11 +1,11 @@ { "name": "@theia/output", - "version": "1.15.0", + "version": "1.16.0", "description": "Theia - Output Extension", "dependencies": { - "@theia/core": "1.15.0", - "@theia/editor": "1.15.0", - "@theia/monaco": "1.15.0", + "@theia/core": "1.16.0", + "@theia/editor": "1.16.0", + "@theia/monaco": "1.16.0", "@types/p-queue": "^2.3.1", "p-queue": "^2.4.2" }, @@ -41,7 +41,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "1.15.0" + "@theia/ext-scripts": "1.16.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/plugin-dev/package.json b/packages/plugin-dev/package.json index 246f84b03334d..8f8a4bfbcd2c4 100644 --- a/packages/plugin-dev/package.json +++ b/packages/plugin-dev/package.json @@ -1,17 +1,17 @@ { "name": "@theia/plugin-dev", - "version": "1.15.0", + "version": "1.16.0", "description": "Theia - Plugin Development Extension", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@theia/core": "1.15.0", - "@theia/debug": "1.15.0", - "@theia/filesystem": "1.15.0", - "@theia/output": "1.15.0", - "@theia/plugin-ext": "1.15.0", - "@theia/preferences": "1.15.0", - "@theia/workspace": "1.15.0", + "@theia/core": "1.16.0", + "@theia/debug": "1.16.0", + "@theia/filesystem": "1.16.0", + "@theia/output": "1.16.0", + "@theia/plugin-ext": "1.16.0", + "@theia/preferences": "1.16.0", + "@theia/workspace": "1.16.0", "@types/request": "^2.0.3", "ps-tree": "^1.2.0", "request": "^2.82.0" @@ -50,7 +50,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "1.15.0" + "@theia/ext-scripts": "1.16.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/plugin-ext-vscode/package.json b/packages/plugin-ext-vscode/package.json index 319c8c671a2da..b20747e97ba24 100644 --- a/packages/plugin-ext-vscode/package.json +++ b/packages/plugin-ext-vscode/package.json @@ -1,19 +1,19 @@ { "name": "@theia/plugin-ext-vscode", - "version": "1.15.0", + "version": "1.16.0", "description": "Theia - Plugin Extension for VsCode", "dependencies": { - "@theia/callhierarchy": "1.15.0", - "@theia/core": "1.15.0", - "@theia/editor": "1.15.0", - "@theia/filesystem": "1.15.0", - "@theia/monaco": "1.15.0", - "@theia/navigator": "1.15.0", - "@theia/plugin": "1.15.0", - "@theia/plugin-ext": "1.15.0", - "@theia/terminal": "1.15.0", - "@theia/userstorage": "1.15.0", - "@theia/workspace": "1.15.0", + "@theia/callhierarchy": "1.16.0", + "@theia/core": "1.16.0", + "@theia/editor": "1.16.0", + "@theia/filesystem": "1.16.0", + "@theia/monaco": "1.16.0", + "@theia/navigator": "1.16.0", + "@theia/plugin": "1.16.0", + "@theia/plugin-ext": "1.16.0", + "@theia/terminal": "1.16.0", + "@theia/userstorage": "1.16.0", + "@theia/workspace": "1.16.0", "@types/request": "^2.0.3", "filenamify": "^4.1.0", "request": "^2.82.0" @@ -51,7 +51,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "1.15.0" + "@theia/ext-scripts": "1.16.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/plugin-ext/package.json b/packages/plugin-ext/package.json index 91986d5fe17c2..b5fdb9c074878 100644 --- a/packages/plugin-ext/package.json +++ b/packages/plugin-ext/package.json @@ -1,31 +1,31 @@ { "name": "@theia/plugin-ext", - "version": "1.15.0", + "version": "1.16.0", "description": "Theia - Plugin Extension", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@theia/bulk-edit": "1.15.0", - "@theia/callhierarchy": "1.15.0", - "@theia/core": "1.15.0", - "@theia/console": "1.15.0", - "@theia/debug": "1.15.0", - "@theia/editor": "1.15.0", - "@theia/file-search": "1.15.0", - "@theia/filesystem": "1.15.0", - "@theia/markers": "1.15.0", - "@theia/messages": "1.15.0", - "@theia/monaco": "1.15.0", - "@theia/navigator": "1.15.0", - "@theia/output": "1.15.0", - "@theia/plugin": "1.15.0", - "@theia/preferences": "1.15.0", - "@theia/scm": "1.15.0", - "@theia/search-in-workspace": "1.15.0", - "@theia/task": "1.15.0", - "@theia/terminal": "1.15.0", - "@theia/timeline": "1.15.0", - "@theia/workspace": "1.15.0", + "@theia/bulk-edit": "1.16.0", + "@theia/callhierarchy": "1.16.0", + "@theia/console": "1.16.0", + "@theia/core": "1.16.0", + "@theia/debug": "1.16.0", + "@theia/editor": "1.16.0", + "@theia/file-search": "1.16.0", + "@theia/filesystem": "1.16.0", + "@theia/markers": "1.16.0", + "@theia/messages": "1.16.0", + "@theia/monaco": "1.16.0", + "@theia/navigator": "1.16.0", + "@theia/output": "1.16.0", + "@theia/plugin": "1.16.0", + "@theia/preferences": "1.16.0", + "@theia/scm": "1.16.0", + "@theia/search-in-workspace": "1.16.0", + "@theia/task": "1.16.0", + "@theia/terminal": "1.16.0", + "@theia/timeline": "1.16.0", + "@theia/workspace": "1.16.0", "@types/mime": "^2.0.1", "decompress": "^4.2.1", "escape-html": "^1.0.3", @@ -79,7 +79,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "1.15.0", + "@theia/ext-scripts": "1.16.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 f54e32af21a9c..2a9f4e2ab7eeb 100644 --- a/packages/plugin-metrics/package.json +++ b/packages/plugin-metrics/package.json @@ -1,12 +1,12 @@ { "name": "@theia/plugin-metrics", - "version": "1.15.0", + "version": "1.16.0", "description": "Theia - Plugin Metrics", "dependencies": { - "@theia/core": "1.15.0", - "@theia/metrics": "1.15.0", - "@theia/plugin": "1.15.0", - "@theia/plugin-ext": "1.15.0" + "@theia/core": "1.16.0", + "@theia/metrics": "1.16.0", + "@theia/plugin": "1.16.0", + "@theia/plugin-ext": "1.16.0" }, "publishConfig": { "access": "public" @@ -41,7 +41,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "1.15.0" + "@theia/ext-scripts": "1.16.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/plugin/package.json b/packages/plugin/package.json index 1f3a71771722e..0064eb5354f24 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@theia/plugin", - "version": "1.15.0", + "version": "1.16.0", "description": "Theia - Plugin API", "types": "./src/theia.d.ts", "publishConfig": { @@ -26,7 +26,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "1.15.0" + "@theia/ext-scripts": "1.16.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/preferences/package.json b/packages/preferences/package.json index 21617536d5d1a..ad0430dd33416 100644 --- a/packages/preferences/package.json +++ b/packages/preferences/package.json @@ -1,14 +1,14 @@ { "name": "@theia/preferences", - "version": "1.15.0", + "version": "1.16.0", "description": "Theia - Preferences Extension", "dependencies": { - "@theia/core": "1.15.0", - "@theia/editor": "1.15.0", - "@theia/filesystem": "1.15.0", - "@theia/monaco": "1.15.0", - "@theia/userstorage": "1.15.0", - "@theia/workspace": "1.15.0", + "@theia/core": "1.16.0", + "@theia/editor": "1.16.0", + "@theia/filesystem": "1.16.0", + "@theia/monaco": "1.16.0", + "@theia/userstorage": "1.16.0", + "@theia/workspace": "1.16.0", "jsonc-parser": "^2.2.0" }, "publishConfig": { @@ -43,7 +43,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "1.15.0" + "@theia/ext-scripts": "1.16.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/preview/package.json b/packages/preview/package.json index 43c01b0b3f395..209597993215e 100644 --- a/packages/preview/package.json +++ b/packages/preview/package.json @@ -1,12 +1,12 @@ { "name": "@theia/preview", - "version": "1.15.0", + "version": "1.16.0", "description": "Theia - Preview Extension", "dependencies": { - "@theia/core": "1.15.0", - "@theia/editor": "1.15.0", - "@theia/mini-browser": "1.15.0", - "@theia/monaco": "1.15.0", + "@theia/core": "1.16.0", + "@theia/editor": "1.16.0", + "@theia/mini-browser": "1.16.0", + "@theia/monaco": "1.16.0", "@types/highlight.js": "^10.1.0", "@types/markdown-it": "*", "@types/markdown-it-anchor": "^4.0.1", @@ -46,7 +46,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "1.15.0" + "@theia/ext-scripts": "1.16.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/process/package.json b/packages/process/package.json index b3505a33204b9..3d73c92786368 100644 --- a/packages/process/package.json +++ b/packages/process/package.json @@ -1,9 +1,9 @@ { "name": "@theia/process", - "version": "1.15.0", + "version": "1.16.0", "description": "Theia process support.", "dependencies": { - "@theia/core": "1.15.0", + "@theia/core": "1.16.0", "@theia/node-pty": "0.9.0-theia.6", "string-argv": "^0.1.1" }, @@ -43,7 +43,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "1.15.0" + "@theia/ext-scripts": "1.16.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/property-view/package.json b/packages/property-view/package.json index fcd6419c18c38..41ceec03a50e3 100644 --- a/packages/property-view/package.json +++ b/packages/property-view/package.json @@ -1,10 +1,10 @@ { "name": "@theia/property-view", - "version": "1.15.0", + "version": "1.16.0", "description": "Theia - Property View Extension", "dependencies": { - "@theia/core": "1.15.0", - "@theia/filesystem": "1.15.0" + "@theia/core": "1.16.0", + "@theia/filesystem": "1.16.0" }, "publishConfig": { "access": "public" @@ -38,7 +38,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "1.15.0" + "@theia/ext-scripts": "1.16.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/scm-extra/package.json b/packages/scm-extra/package.json index 50119f1b152c0..4dede8e0b9c43 100644 --- a/packages/scm-extra/package.json +++ b/packages/scm-extra/package.json @@ -1,13 +1,13 @@ { "name": "@theia/scm-extra", - "version": "1.15.0", + "version": "1.16.0", "description": "Theia - Source control extras Extension", "dependencies": { - "@theia/core": "1.15.0", - "@theia/editor": "1.15.0", - "@theia/filesystem": "1.15.0", - "@theia/navigator": "1.15.0", - "@theia/scm": "1.15.0" + "@theia/core": "1.16.0", + "@theia/editor": "1.16.0", + "@theia/filesystem": "1.16.0", + "@theia/navigator": "1.16.0", + "@theia/scm": "1.16.0" }, "publishConfig": { "access": "public" @@ -41,7 +41,7 @@ "docs": "theiaext docs" }, "devDependencies": { - "@theia/ext-scripts": "1.15.0" + "@theia/ext-scripts": "1.16.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/scm/package.json b/packages/scm/package.json index 742cd98d9a9d3..a5dc6b02ed1f8 100644 --- a/packages/scm/package.json +++ b/packages/scm/package.json @@ -1,12 +1,12 @@ { "name": "@theia/scm", - "version": "1.15.0", + "version": "1.16.0", "description": "Theia - Source control Extension", "dependencies": { - "@theia/core": "1.15.0", - "@theia/editor": "1.15.0", - "@theia/filesystem": "1.15.0", - "@theia/navigator": "1.15.0", + "@theia/core": "1.16.0", + "@theia/editor": "1.16.0", + "@theia/filesystem": "1.16.0", + "@theia/navigator": "1.16.0", "@types/diff": "^3.2.2", "diff": "^3.4.0", "p-debounce": "^2.1.0", @@ -45,7 +45,7 @@ "docs": "theiaext docs" }, "devDependencies": { - "@theia/ext-scripts": "1.15.0" + "@theia/ext-scripts": "1.16.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/search-in-workspace/package.json b/packages/search-in-workspace/package.json index a8415bc1b7329..d8d6278e84b18 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.15.0", + "version": "1.16.0", "description": "Theia - Search in workspace", "dependencies": { - "@theia/core": "1.15.0", - "@theia/editor": "1.15.0", - "@theia/filesystem": "1.15.0", - "@theia/navigator": "1.15.0", - "@theia/process": "1.15.0", - "@theia/workspace": "1.15.0", + "@theia/core": "1.16.0", + "@theia/editor": "1.16.0", + "@theia/filesystem": "1.16.0", + "@theia/navigator": "1.16.0", + "@theia/process": "1.16.0", + "@theia/workspace": "1.16.0", "minimatch": "^3.0.4", "vscode-ripgrep": "^1.2.4" }, @@ -45,6 +45,6 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "1.15.0" + "@theia/ext-scripts": "1.16.0" } } diff --git a/packages/task/package.json b/packages/task/package.json index bf82b436607e1..245ed237417ad 100644 --- a/packages/task/package.json +++ b/packages/task/package.json @@ -1,19 +1,19 @@ { "name": "@theia/task", - "version": "1.15.0", + "version": "1.16.0", "description": "Theia - Task extension. This extension adds support for executing raw or terminal processes in the backend.", "dependencies": { - "@theia/core": "1.15.0", - "@theia/editor": "1.15.0", - "@theia/filesystem": "1.15.0", - "@theia/markers": "1.15.0", - "@theia/monaco": "1.15.0", - "@theia/preferences": "1.15.0", - "@theia/process": "1.15.0", - "@theia/terminal": "1.15.0", - "@theia/userstorage": "1.15.0", - "@theia/variable-resolver": "1.15.0", - "@theia/workspace": "1.15.0", + "@theia/core": "1.16.0", + "@theia/editor": "1.16.0", + "@theia/filesystem": "1.16.0", + "@theia/markers": "1.16.0", + "@theia/monaco": "1.16.0", + "@theia/preferences": "1.16.0", + "@theia/process": "1.16.0", + "@theia/terminal": "1.16.0", + "@theia/userstorage": "1.16.0", + "@theia/variable-resolver": "1.16.0", + "@theia/workspace": "1.16.0", "ajv": "^6.5.3", "jsonc-parser": "^2.2.0", "p-debounce": "^2.1.0" @@ -51,7 +51,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "1.15.0" + "@theia/ext-scripts": "1.16.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/terminal/package.json b/packages/terminal/package.json index 9bf0801fc408c..17509a1d94c00 100644 --- a/packages/terminal/package.json +++ b/packages/terminal/package.json @@ -1,14 +1,14 @@ { "name": "@theia/terminal", - "version": "1.15.0", + "version": "1.16.0", "description": "Theia - Terminal Extension", "dependencies": { - "@theia/core": "1.15.0", - "@theia/editor": "1.15.0", - "@theia/filesystem": "1.15.0", - "@theia/process": "1.15.0", - "@theia/workspace": "1.15.0", - "@theia/monaco": "1.15.0", + "@theia/core": "1.16.0", + "@theia/editor": "1.16.0", + "@theia/filesystem": "1.16.0", + "@theia/monaco": "1.16.0", + "@theia/process": "1.16.0", + "@theia/workspace": "1.16.0", "xterm": "~4.11.0", "xterm-addon-fit": "~0.5.0", "xterm-addon-search": "~0.8.0" @@ -46,7 +46,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "1.15.0" + "@theia/ext-scripts": "1.16.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/timeline/package.json b/packages/timeline/package.json index 30ccb4765762f..ef69256ab267b 100644 --- a/packages/timeline/package.json +++ b/packages/timeline/package.json @@ -1,10 +1,10 @@ { "name": "@theia/timeline", - "version": "1.15.0", + "version": "1.16.0", "description": "Theia - Timeline Extension", "dependencies": { - "@theia/core": "1.15.0", - "@theia/navigator": "1.15.0" + "@theia/core": "1.16.0", + "@theia/navigator": "1.16.0" }, "publishConfig": { "access": "public" @@ -37,7 +37,7 @@ "clean": "theiaext clean" }, "devDependencies": { - "@theia/ext-scripts": "1.15.0" + "@theia/ext-scripts": "1.16.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/typehierarchy/package.json b/packages/typehierarchy/package.json index f7e368a294d7c..98a47c763e9ba 100644 --- a/packages/typehierarchy/package.json +++ b/packages/typehierarchy/package.json @@ -1,10 +1,10 @@ { "name": "@theia/typehierarchy", - "version": "1.15.0", + "version": "1.16.0", "description": "Theia - Type Hierarchy Extension", "dependencies": { - "@theia/core": "1.15.0", - "@theia/editor": "1.15.0", + "@theia/core": "1.16.0", + "@theia/editor": "1.16.0", "@types/uuid": "^7.0.3", "uuid": "^8.0.0" }, @@ -40,7 +40,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "1.15.0" + "@theia/ext-scripts": "1.16.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/userstorage/package.json b/packages/userstorage/package.json index f823365c659ad..73cf7081b512c 100644 --- a/packages/userstorage/package.json +++ b/packages/userstorage/package.json @@ -1,10 +1,10 @@ { "name": "@theia/userstorage", - "version": "1.15.0", + "version": "1.16.0", "description": "Theia - User Storage Extension", "dependencies": { - "@theia/core": "1.15.0", - "@theia/filesystem": "1.15.0" + "@theia/core": "1.16.0", + "@theia/filesystem": "1.16.0" }, "publishConfig": { "access": "public" @@ -38,7 +38,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "1.15.0" + "@theia/ext-scripts": "1.16.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/variable-resolver/package.json b/packages/variable-resolver/package.json index c816a4fc7b6ea..5c5d04edabc11 100644 --- a/packages/variable-resolver/package.json +++ b/packages/variable-resolver/package.json @@ -1,9 +1,9 @@ { "name": "@theia/variable-resolver", - "version": "1.15.0", + "version": "1.16.0", "description": "Theia - Variable Resolver Extension", "dependencies": { - "@theia/core": "1.15.0" + "@theia/core": "1.16.0" }, "publishConfig": { "access": "public" @@ -43,7 +43,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "1.15.0" + "@theia/ext-scripts": "1.16.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/vsx-registry/package.json b/packages/vsx-registry/package.json index 84711701c598a..5e0f7356d90bf 100644 --- a/packages/vsx-registry/package.json +++ b/packages/vsx-registry/package.json @@ -1,15 +1,15 @@ { "name": "@theia/vsx-registry", - "version": "1.15.0", + "version": "1.16.0", "description": "Theia - VSX Registry", "dependencies": { - "@theia/core": "1.15.0", - "@theia/filesystem": "1.15.0", - "@theia/ovsx-client": "1.15.0", - "@theia/plugin-ext": "1.15.0", - "@theia/plugin-ext-vscode": "1.15.0", - "@theia/preferences": "1.15.0", - "@theia/workspace": "1.15.0", + "@theia/core": "1.16.0", + "@theia/filesystem": "1.16.0", + "@theia/ovsx-client": "1.16.0", + "@theia/plugin-ext": "1.16.0", + "@theia/plugin-ext-vscode": "1.16.0", + "@theia/preferences": "1.16.0", + "@theia/workspace": "1.16.0", "@types/bent": "^7.0.1", "@types/sanitize-html": "^2.3.1", "@types/showdown": "^1.7.1", @@ -54,7 +54,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "1.15.0" + "@theia/ext-scripts": "1.16.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/workspace/package.json b/packages/workspace/package.json index a54c8b550aca5..fa9be61def084 100644 --- a/packages/workspace/package.json +++ b/packages/workspace/package.json @@ -1,11 +1,11 @@ { "name": "@theia/workspace", - "version": "1.15.0", + "version": "1.16.0", "description": "Theia - Workspace Extension", "dependencies": { - "@theia/core": "1.15.0", - "@theia/filesystem": "1.15.0", - "@theia/variable-resolver": "1.15.0", + "@theia/core": "1.16.0", + "@theia/filesystem": "1.16.0", + "@theia/variable-resolver": "1.16.0", "ajv": "^6.5.3", "jsonc-parser": "^2.2.0", "moment": "2.24.0", @@ -44,7 +44,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "1.15.0" + "@theia/ext-scripts": "1.16.0" }, "nyc": { "extends": "../../configs/nyc.json"