Skip to content

Commit

Permalink
Theia 1.45.0 Update
Browse files Browse the repository at this point in the history
* update ElectronIpcConnectionProvider,
ElectronMainApplicationContribution imports
* update Theia versions

Contributed on behalf of STMicroelectronics

Signed-off-by: Johannes Faltermeier <[email protected]>
  • Loading branch information
jfaltermeier committed Dec 22, 2023
1 parent 9da648d commit c232508
Show file tree
Hide file tree
Showing 9 changed files with 522 additions and 521 deletions.
84 changes: 42 additions & 42 deletions applications/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "theia-ide-browser-app",
"description": "Eclipse Theia IDE browser product",
"productName": "Theia IDE",
"version": "1.44.0",
"version": "1.45.0",
"license": "MIT",
"author": "Eclipse Theia <[email protected]>",
"homepage": "https://github.com/eclipse-theia/theia-blueprint#readme",
Expand Down Expand Up @@ -44,50 +44,50 @@
}
},
"dependencies": {
"@theia/bulk-edit": "1.44.0",
"@theia/callhierarchy": "1.44.0",
"@theia/console": "1.44.0",
"@theia/core": "1.44.0",
"@theia/debug": "1.44.0",
"@theia/editor": "1.44.0",
"@theia/editor-preview": "1.44.0",
"@theia/external-terminal": "1.44.0",
"@theia/file-search": "1.44.0",
"@theia/filesystem": "1.44.0",
"@theia/getting-started": "1.44.0",
"@theia/keymaps": "1.44.0",
"@theia/markers": "1.44.0",
"@theia/memory-inspector": "1.44.0",
"@theia/messages": "1.44.0",
"@theia/metrics": "1.44.0",
"@theia/mini-browser": "1.44.0",
"@theia/monaco": "1.44.0",
"@theia/navigator": "1.44.0",
"@theia/outline-view": "1.44.0",
"@theia/output": "1.44.0",
"@theia/plugin-dev": "1.44.0",
"@theia/plugin-ext": "1.44.0",
"@theia/plugin-ext-vscode": "1.44.0",
"@theia/preferences": "1.44.0",
"@theia/process": "1.44.0",
"@theia/property-view": "1.44.0",
"@theia/scm": "1.44.0",
"@theia/search-in-workspace": "1.44.0",
"@theia/secondary-window": "1.44.0",
"@theia/task": "1.44.0",
"@theia/terminal": "1.44.0",
"@theia/timeline": "1.44.0",
"@theia/toolbar": "1.44.0",
"@theia/typehierarchy": "1.44.0",
"@theia/userstorage": "1.44.0",
"@theia/variable-resolver": "1.44.0",
"@theia/vsx-registry": "1.44.0",
"@theia/workspace": "1.44.0",
"@theia/bulk-edit": "1.45.0",
"@theia/callhierarchy": "1.45.0",
"@theia/console": "1.45.0",
"@theia/core": "1.45.0",
"@theia/debug": "1.45.0",
"@theia/editor": "1.45.0",
"@theia/editor-preview": "1.45.0",
"@theia/external-terminal": "1.45.0",
"@theia/file-search": "1.45.0",
"@theia/filesystem": "1.45.0",
"@theia/getting-started": "1.45.0",
"@theia/keymaps": "1.45.0",
"@theia/markers": "1.45.0",
"@theia/memory-inspector": "1.45.0",
"@theia/messages": "1.45.0",
"@theia/metrics": "1.45.0",
"@theia/mini-browser": "1.45.0",
"@theia/monaco": "1.45.0",
"@theia/navigator": "1.45.0",
"@theia/outline-view": "1.45.0",
"@theia/output": "1.45.0",
"@theia/plugin-dev": "1.45.0",
"@theia/plugin-ext": "1.45.0",
"@theia/plugin-ext-vscode": "1.45.0",
"@theia/preferences": "1.45.0",
"@theia/process": "1.45.0",
"@theia/property-view": "1.45.0",
"@theia/scm": "1.45.0",
"@theia/search-in-workspace": "1.45.0",
"@theia/secondary-window": "1.45.0",
"@theia/task": "1.45.0",
"@theia/terminal": "1.45.0",
"@theia/timeline": "1.45.0",
"@theia/toolbar": "1.45.0",
"@theia/typehierarchy": "1.45.0",
"@theia/userstorage": "1.45.0",
"@theia/variable-resolver": "1.45.0",
"@theia/vsx-registry": "1.45.0",
"@theia/workspace": "1.45.0",
"fs-extra": "^9.0.1",
"theia-ide-product-ext": "1.44.0"
"theia-ide-product-ext": "1.45.0"
},
"devDependencies": {
"@theia/cli": "1.44.0"
"@theia/cli": "1.45.0"
},
"scripts": {
"clean": "theia clean && rimraf node_modules",
Expand Down
90 changes: 45 additions & 45 deletions applications/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "theia-ide-electron-app",
"description": "Eclipse Theia IDE product",
"productName": "Theia IDE",
"version": "1.44.0",
"version": "1.45.0",
"main": "scripts/theia-electron-main.js",
"license": "MIT",
"author": "Eclipse Theia <[email protected]>",
Expand Down Expand Up @@ -46,53 +46,53 @@
}
},
"dependencies": {
"@theia/bulk-edit": "1.44.0",
"@theia/callhierarchy": "1.44.0",
"@theia/console": "1.44.0",
"@theia/core": "1.44.0",
"@theia/debug": "1.44.0",
"@theia/editor": "1.44.0",
"@theia/editor-preview": "1.44.0",
"@theia/electron": "1.44.0",
"@theia/external-terminal": "1.44.0",
"@theia/file-search": "1.44.0",
"@theia/filesystem": "1.44.0",
"@theia/getting-started": "1.44.0",
"@theia/keymaps": "1.44.0",
"@theia/markers": "1.44.0",
"@theia/memory-inspector": "1.44.0",
"@theia/messages": "1.44.0",
"@theia/metrics": "1.44.0",
"@theia/mini-browser": "1.44.0",
"@theia/monaco": "1.44.0",
"@theia/navigator": "1.44.0",
"@theia/outline-view": "1.44.0",
"@theia/output": "1.44.0",
"@theia/plugin-dev": "1.44.0",
"@theia/plugin-ext": "1.44.0",
"@theia/plugin-ext-vscode": "1.44.0",
"@theia/preferences": "1.44.0",
"@theia/process": "1.44.0",
"@theia/property-view": "1.44.0",
"@theia/secondary-window": "1.44.0",
"@theia/scm": "1.44.0",
"@theia/search-in-workspace": "1.44.0",
"@theia/task": "1.44.0",
"@theia/terminal": "1.44.0",
"@theia/timeline": "1.44.0",
"@theia/toolbar": "1.44.0",
"@theia/typehierarchy": "1.44.0",
"@theia/userstorage": "1.44.0",
"@theia/variable-resolver": "1.44.0",
"@theia/vsx-registry": "1.44.0",
"@theia/workspace": "1.44.0",
"@theia/bulk-edit": "1.45.0",
"@theia/callhierarchy": "1.45.0",
"@theia/console": "1.45.0",
"@theia/core": "1.45.0",
"@theia/debug": "1.45.0",
"@theia/editor": "1.45.0",
"@theia/editor-preview": "1.45.0",
"@theia/electron": "1.45.0",
"@theia/external-terminal": "1.45.0",
"@theia/file-search": "1.45.0",
"@theia/filesystem": "1.45.0",
"@theia/getting-started": "1.45.0",
"@theia/keymaps": "1.45.0",
"@theia/markers": "1.45.0",
"@theia/memory-inspector": "1.45.0",
"@theia/messages": "1.45.0",
"@theia/metrics": "1.45.0",
"@theia/mini-browser": "1.45.0",
"@theia/monaco": "1.45.0",
"@theia/navigator": "1.45.0",
"@theia/outline-view": "1.45.0",
"@theia/output": "1.45.0",
"@theia/plugin-dev": "1.45.0",
"@theia/plugin-ext": "1.45.0",
"@theia/plugin-ext-vscode": "1.45.0",
"@theia/preferences": "1.45.0",
"@theia/process": "1.45.0",
"@theia/property-view": "1.45.0",
"@theia/secondary-window": "1.45.0",
"@theia/scm": "1.45.0",
"@theia/search-in-workspace": "1.45.0",
"@theia/task": "1.45.0",
"@theia/terminal": "1.45.0",
"@theia/timeline": "1.45.0",
"@theia/toolbar": "1.45.0",
"@theia/typehierarchy": "1.45.0",
"@theia/userstorage": "1.45.0",
"@theia/variable-resolver": "1.45.0",
"@theia/vsx-registry": "1.45.0",
"@theia/workspace": "1.45.0",
"fs-extra": "^9.0.1",
"theia-ide-updater-ext": "1.44.0",
"theia-ide-product-ext": "1.44.0",
"theia-ide-launcher-ext": "1.44.0"
"theia-ide-updater-ext": "1.45.0",
"theia-ide-product-ext": "1.45.0",
"theia-ide-launcher-ext": "1.45.0"
},
"devDependencies": {
"@theia/cli": "1.44.0",
"@theia/cli": "1.45.0",
"@types/js-yaml": "^3.12.0",
"@types/yargs": "17.0.7",
"@wdio/cli": "^6.10.2",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "1.44.0",
"version": "1.45.0",
"license": "MIT",
"author": "Rob Moran <[email protected]>",
"homepage": "https://github.com/eclipse-theia/theia-blueprint#readme",
Expand All @@ -16,7 +16,7 @@
"node": ">=12.14.1"
},
"devDependencies": {
"@theia/cli": "1.44.0",
"@theia/cli": "1.45.0",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/eslint-plugin-tslint": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
Expand Down
4 changes: 2 additions & 2 deletions theia-extensions/launcher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "theia-ide-launcher-ext",
"version": "1.44.0",
"version": "1.45.0",
"keywords": [
"theia-extension"
],
Expand All @@ -18,7 +18,7 @@
"src"
],
"dependencies": {
"@theia/core": "1.44.0",
"@theia/core": "1.45.0",
"body-parser": "^1.17.2",
"fs-extra": "^4.0.2",
"@vscode/sudo-prompt": "9.3.1"
Expand Down
10 changes: 5 additions & 5 deletions theia-extensions/product/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"private": true,
"name": "theia-ide-product-ext",
"version": "1.44.0",
"version": "1.45.0",
"description": "Eclipse Theia IDE Product Branding",
"dependencies": {
"@theia/core": "1.44.0",
"@theia/getting-started": "1.44.0",
"@theia/vsx-registry": "1.44.0",
"@theia/workspace": "1.44.0",
"@theia/core": "1.45.0",
"@theia/getting-started": "1.45.0",
"@theia/vsx-registry": "1.45.0",
"@theia/workspace": "1.45.0",
"inversify": "^6.0.1"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions theia-extensions/updater/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"private": true,
"name": "theia-ide-updater-ext",
"version": "1.44.0",
"version": "1.45.0",
"description": "Eclipse Theia IDE Updater",
"dependencies": {
"@theia/core": "1.44.0",
"@theia/output": "1.44.0",
"@theia/preferences": "1.44.0",
"@theia/core": "1.45.0",
"@theia/output": "1.45.0",
"@theia/preferences": "1.45.0",
"electron-log": "^4.3.0",
"electron-updater": "5.3.0",
"fs-extra": "^10.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { CommandContribution, MenuContribution } from '@theia/core/lib/common';
import { ElectronMenuUpdater, TheiaUpdaterClientImpl, TheiaUpdaterFrontendContribution } from './updater/theia-updater-frontend-contribution';
import { TheiaUpdater, TheiaUpdaterClient, TheiaUpdaterPath } from '../common/updater/theia-updater';
import { ContainerModule } from '@theia/core/shared/inversify';
import { ElectronIpcConnectionProvider } from '@theia/core/lib/electron-browser/messaging/electron-ipc-connection-provider';
import { ElectronIpcConnectionProvider } from '@theia/core/lib/electron-browser/messaging/electron-ipc-connection-source';
import { PreferenceContribution } from '@theia/core/lib/browser';
import { theiaUpdaterPreferenceSchema } from './updater/theia-updater-preferences';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

import { TheiaUpdater, TheiaUpdaterClient, TheiaUpdaterPath } from '../../common/updater/theia-updater';
import { ContainerModule } from '@theia/core/shared/inversify';
import { ElectronConnectionHandler } from '@theia/core/lib/electron-common/messaging/electron-connection-handler';
import { ElectronConnectionHandler } from '@theia/core/lib/electron-main/messaging/electron-connection-handler';
import { ElectronMainApplicationContribution } from '@theia/core/lib/electron-main/electron-main-application';
import { JsonRpcConnectionHandler } from '@theia/core/lib/common/messaging/proxy-factory';
import { TheiaUpdaterImpl } from './theia-updater-impl';
Expand Down
Loading

0 comments on commit c232508

Please sign in to comment.