Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge theia blueprint 1.34.1 #52

Merged
merged 13 commits into from
Mar 31, 2023
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,26 +19,26 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-2019, ubuntu-18.04, macos-10.15]
os: [windows-2019, ubuntu-latest, macos-11]
node: ['14.x']

runs-on: ${{ matrix.os }}
timeout-minutes: 60

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0 # To fetch all history for all branches and tags. (Will be required for caching with lerna: https://github.com/markuplint/markuplint/pull/111)

- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
registry-url: 'https://registry.npmjs.org'

- name: Use Python 3.x
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.10.8'

Expand Down
6 changes: 6 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
"name": "Attach by Process ID",
"processId": "${command:PickProcess}"
},
{
"type": "node",
"request": "launch",
"name": "Launch with Node.js",
"program": "${file}"
},
{
"type": "node",
"request": "launch",
Expand Down
88 changes: 44 additions & 44 deletions applications/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,54 +31,54 @@
}
},
"dependencies": {
"@theia/bulk-edit": "1.31.1",
"@theia/callhierarchy": "1.31.1",
"@theia/console": "1.31.1",
"@theia/core": "1.31.1",
"@theia/debug": "1.31.1",
"@theia/editor": "1.31.1",
"@theia/editor-preview": "1.31.1",
"@theia/external-terminal": "1.31.1",
"@theia/file-search": "1.31.1",
"@theia/filesystem": "1.31.1",
"@theia/getting-started": "1.31.1",
"@theia/keymaps": "1.31.1",
"@theia/markers": "1.31.1",
"@theia/messages": "1.31.1",
"@theia/memory-inspector": "1.31.1",
"@theia/metrics": "1.31.1",
"@theia/mini-browser": "1.31.1",
"@theia/monaco": "1.31.1",
"@theia/navigator": "1.31.1",
"@theia/outline-view": "1.31.1",
"@theia/output": "1.31.1",
"@theia/plugin-dev": "1.31.1",
"@theia/plugin-ext": "1.31.1",
"@theia/plugin-ext-vscode": "1.31.1",
"@theia/preferences": "1.31.1",
"@theia/preview": "1.31.1",
"@theia/process": "1.31.1",
"@theia/property-view": "1.31.1",
"@theia/scm": "1.31.1",
"@theia/scm-extra": "1.31.1",
"@theia/search-in-workspace": "1.31.1",
"@theia/task": "1.31.1",
"@theia/terminal": "1.31.1",
"@theia/timeline": "1.31.1",
"@theia/toolbar": "1.31.1",
"@theia/typehierarchy": "1.31.1",
"@theia/userstorage": "1.31.1",
"@theia/variable-resolver": "1.31.1",
"@theia/vsx-registry": "1.31.1",
"@theia/workspace": "1.31.1",
"@theia/bulk-edit": "1.34.4",
"@theia/callhierarchy": "1.34.4",
"@theia/console": "1.34.4",
"@theia/core": "1.34.4",
"@theia/debug": "1.34.4",
"@theia/editor": "1.34.4",
"@theia/editor-preview": "1.34.4",
"@theia/external-terminal": "1.34.4",
"@theia/file-search": "1.34.4",
"@theia/filesystem": "1.34.4",
"@theia/getting-started": "1.34.4",
"@theia/keymaps": "1.34.4",
"@theia/markers": "1.34.4",
"@theia/messages": "1.34.4",
"@theia/memory-inspector": "1.34.4",
"@theia/metrics": "1.34.4",
"@theia/mini-browser": "1.34.4",
"@theia/monaco": "1.34.4",
"@theia/navigator": "1.34.4",
"@theia/outline-view": "1.34.4",
"@theia/output": "1.34.4",
"@theia/plugin-dev": "1.34.4",
"@theia/plugin-ext": "1.34.4",
"@theia/plugin-ext-vscode": "1.34.4",
"@theia/preferences": "1.34.4",
"@theia/preview": "1.34.4",
"@theia/process": "1.34.4",
"@theia/property-view": "1.34.4",
"@theia/scm": "1.34.4",
"@theia/scm-extra": "1.34.4",
"@theia/search-in-workspace": "1.34.4",
"@theia/task": "1.34.4",
"@theia/terminal": "1.34.4",
"@theia/timeline": "1.34.4",
"@theia/toolbar": "1.34.4",
"@theia/typehierarchy": "1.34.4",
"@theia/userstorage": "1.34.4",
"@theia/variable-resolver": "1.34.4",
"@theia/vsx-registry": "1.34.4",
"@theia/workspace": "1.34.4",
"fs-extra": "^9.0.1",
"cdt-cloud-blueprint-updater": "1.31.1",
"cdt-cloud-blueprint-product": "1.31.1",
"cdt-cloud-blueprint-updater": "1.34.4",
"cdt-cloud-blueprint-product": "1.34.4",
"theia-traceviewer": "0.2.0-next.38d4e17.0",
"@eclipse-cdt-cloud/blueprint-example-generator": "1.31.1"
"@eclipse-cdt-cloud/blueprint-example-generator": "1.34.4"
},
"devDependencies": {
"@theia/cli": "1.31.1"
"@theia/cli": "1.34.4"
},
"scripts": {
"prepare": "yarn build && yarn download:plugins",
Expand Down
84 changes: 42 additions & 42 deletions applications/docker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,52 +31,52 @@
}
},
"dependencies": {
"@theia/bulk-edit": "1.31.1",
"@theia/callhierarchy": "1.31.1",
"@theia/console": "1.31.1",
"@theia/core": "1.31.1",
"@theia/debug": "1.31.1",
"@theia/editor": "1.31.1",
"@theia/editor-preview": "1.31.1",
"@theia/external-terminal": "1.31.1",
"@theia/file-search": "1.31.1",
"@theia/filesystem": "1.31.1",
"@theia/getting-started": "1.31.1",
"@theia/keymaps": "1.31.1",
"@theia/markers": "1.31.1",
"@theia/messages": "1.31.1",
"@theia/memory-inspector": "1.31.1",
"@theia/metrics": "1.31.1",
"@theia/mini-browser": "1.31.1",
"@theia/monaco": "1.31.1",
"@theia/navigator": "1.31.1",
"@theia/outline-view": "1.31.1",
"@theia/output": "1.31.1",
"@theia/plugin-dev": "1.31.1",
"@theia/plugin-ext": "1.31.1",
"@theia/plugin-ext-vscode": "1.31.1",
"@theia/preferences": "1.31.1",
"@theia/preview": "1.31.1",
"@theia/process": "1.31.1",
"@theia/property-view": "1.31.1",
"@theia/scm": "1.31.1",
"@theia/scm-extra": "1.31.1",
"@theia/search-in-workspace": "1.31.1",
"@theia/task": "1.31.1",
"@theia/terminal": "1.31.1",
"@theia/timeline": "1.31.1",
"@theia/toolbar": "1.31.1",
"@theia/typehierarchy": "1.31.1",
"@theia/userstorage": "1.31.1",
"@theia/variable-resolver": "1.31.1",
"@theia/vsx-registry": "1.31.1",
"@theia/workspace": "1.31.1",
"@theia/bulk-edit": "1.34.4",
"@theia/callhierarchy": "1.34.4",
"@theia/console": "1.34.4",
"@theia/core": "1.34.4",
"@theia/debug": "1.34.4",
"@theia/editor": "1.34.4",
"@theia/editor-preview": "1.34.4",
"@theia/external-terminal": "1.34.4",
"@theia/file-search": "1.34.4",
"@theia/filesystem": "1.34.4",
"@theia/getting-started": "1.34.4",
"@theia/keymaps": "1.34.4",
"@theia/markers": "1.34.4",
"@theia/messages": "1.34.4",
"@theia/memory-inspector": "1.34.4",
"@theia/metrics": "1.34.4",
"@theia/mini-browser": "1.34.4",
"@theia/monaco": "1.34.4",
"@theia/navigator": "1.34.4",
"@theia/outline-view": "1.34.4",
"@theia/output": "1.34.4",
"@theia/plugin-dev": "1.34.4",
"@theia/plugin-ext": "1.34.4",
"@theia/plugin-ext-vscode": "1.34.4",
"@theia/preferences": "1.34.4",
"@theia/preview": "1.34.4",
"@theia/process": "1.34.4",
"@theia/property-view": "1.34.4",
"@theia/scm": "1.34.4",
"@theia/scm-extra": "1.34.4",
"@theia/search-in-workspace": "1.34.4",
"@theia/task": "1.34.4",
"@theia/terminal": "1.34.4",
"@theia/timeline": "1.34.4",
"@theia/toolbar": "1.34.4",
"@theia/typehierarchy": "1.34.4",
"@theia/userstorage": "1.34.4",
"@theia/variable-resolver": "1.34.4",
"@theia/vsx-registry": "1.34.4",
"@theia/workspace": "1.34.4",
"fs-extra": "^9.0.1",
"cdt-cloud-blueprint-product": "1.31.1",
"cdt-cloud-blueprint-product": "1.34.4",
"theia-traceviewer": "0.2.0-next.38d4e17.0"
},
"devDependencies": {
"@theia/cli": "1.31.1"
"@theia/cli": "1.34.4"
},
"scripts": {
"prepare": "yarn build && yarn download:plugins",
Expand Down
96 changes: 49 additions & 47 deletions applications/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "cdt-cloud-blueprint",
"description": "CDT.cloud Blueprint is a template for building custom web-based C/C++ tools",
"productName": "CDT.cloud Blueprint",
"version": "1.31.1",
"version": "1.34.4",
"main": "scripts/theia-electron-main.js",
"license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0",
"author": {
Expand Down Expand Up @@ -45,55 +45,56 @@
}
},
"dependencies": {
"@theia/bulk-edit": "1.31.1",
"@theia/callhierarchy": "1.31.1",
"@theia/console": "1.31.1",
"@theia/core": "1.31.1",
"@theia/debug": "1.31.1",
"@theia/editor": "1.31.1",
"@theia/editor-preview": "1.31.1",
"@theia/electron": "1.31.1",
"@theia/external-terminal": "1.31.1",
"@theia/file-search": "1.31.1",
"@theia/filesystem": "1.31.1",
"@theia/getting-started": "1.31.1",
"@theia/git": "1.31.1",
"@theia/keymaps": "1.31.1",
"@theia/markers": "1.31.1",
"@theia/messages": "1.31.1",
"@theia/memory-inspector": "1.31.1",
"@theia/metrics": "1.31.1",
"@theia/mini-browser": "1.31.1",
"@theia/monaco": "1.31.1",
"@theia/navigator": "1.31.1",
"@theia/outline-view": "1.31.1",
"@theia/output": "1.31.1",
"@theia/plugin-dev": "1.31.1",
"@theia/plugin-ext": "1.31.1",
"@theia/plugin-ext-vscode": "1.31.1",
"@theia/preferences": "1.31.1",
"@theia/process": "1.31.1",
"@theia/property-view": "1.31.1",
"@theia/scm": "1.31.1",
"@theia/scm-extra": "1.31.1",
"@theia/search-in-workspace": "1.31.1",
"@theia/task": "1.31.1",
"@theia/terminal": "1.31.1",
"@theia/timeline": "1.31.1",
"@theia/toolbar": "1.31.1",
"@theia/typehierarchy": "1.31.1",
"@theia/userstorage": "1.31.1",
"@theia/variable-resolver": "1.31.1",
"@theia/vsx-registry": "1.31.1",
"@theia/workspace": "1.31.1",
"@theia/bulk-edit": "1.34.4",
"@theia/callhierarchy": "1.34.4",
"@theia/console": "1.34.4",
"@theia/core": "1.34.4",
"@theia/debug": "1.34.4",
"@theia/editor": "1.34.4",
"@theia/editor-preview": "1.34.4",
"@theia/electron": "1.34.4",
"@theia/external-terminal": "1.34.4",
"@theia/file-search": "1.34.4",
"@theia/filesystem": "1.34.4",
"@theia/getting-started": "1.34.4",
"@theia/git": "1.34.4",
"@theia/keymaps": "1.34.4",
"@theia/markers": "1.34.4",
"@theia/messages": "1.34.4",
"@theia/memory-inspector": "1.34.4",
"@theia/metrics": "1.34.4",
"@theia/mini-browser": "1.34.4",
"@theia/monaco": "1.34.4",
"@theia/navigator": "1.34.4",
"@theia/outline-view": "1.34.4",
"@theia/output": "1.34.4",
"@theia/plugin-dev": "1.34.4",
"@theia/plugin-ext": "1.34.4",
"@theia/plugin-ext-vscode": "1.34.4",
"@theia/preferences": "1.34.4",
"@theia/process": "1.34.4",
"@theia/property-view": "1.34.4",
"@theia/scm": "1.34.4",
"@theia/scm-extra": "1.34.4",
"@theia/search-in-workspace": "1.34.4",
"@theia/task": "1.34.4",
"@theia/terminal": "1.34.4",
"@theia/timeline": "1.34.4",
"@theia/toolbar": "1.34.4",
"@theia/typehierarchy": "1.34.4",
"@theia/userstorage": "1.34.4",
"@theia/variable-resolver": "1.34.4",
"@theia/vsx-registry": "1.34.4",
"@theia/workspace": "1.34.4",
"fs-extra": "^9.0.1",
"cdt-cloud-blueprint-updater": "1.31.1",
"cdt-cloud-blueprint-product": "1.31.1",
"cdt-cloud-blueprint-updater": "1.34.4",
"cdt-cloud-blueprint-product": "1.34.4",
"cdt-cloud-blueprint-launcher": "1.34.4",
"theia-traceviewer": "0.2.0-next.38d4e17.0",
"@eclipse-cdt-cloud/blueprint-example-generator": "1.31.1"
"@eclipse-cdt-cloud/blueprint-example-generator": "1.34.4"
},
"devDependencies": {
"@theia/cli": "1.31.1",
"@theia/cli": "1.34.4",
"@types/js-yaml": "^3.12.0",
"@types/yargs": "17.0.7",
"@wdio/cli": "^6.10.2",
Expand All @@ -113,7 +114,8 @@
"ts-node": "^10.0.0",
"wdio-chromedriver-service": "^6.0.4",
"webdriverio": "^6.10.2",
"yargs": "17.2.1"
"yargs": "17.2.1",
"concurrently": "^3.5.0"
},
"scripts": {
"prepare": "yarn build && yarn download:plugins",
Expand Down
Loading