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

Update to latest Theia community release: v1.52.0 #1118

Merged
merged 3 commits into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion configs/license-check-exclusions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
"npm/npmjs/-/playwright-core/1.46.1": "Believed to be license-compatible but still under IP review: https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/15964"
"npm/npmjs/-/app-builder-lib/24.13.3": "Believed to be license-compatible but still under IP review: https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/16244",
"npm/npmjs/@ag-grid-community/react/32.2.0": "Believed to be license-compatible but still under IP review: https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/16245",
"npm/npmjs/-/playwright-core/1.47.2": "Believed to be license-compatible but still under IP review: https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/16247",
"npm/npmjs/-/playwright/1.47.2": "Believed to be license-compatible but still under IP review: https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/16248",
"npm/npmjs/-/electron-to-chromium/1.5.26": "Believed to be license-compatible but still under IP review: https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/16255",
"npm/npmjs/@ag-grid-community/core/32.2.0": "Believed to be license-compatible but still under IP review: https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/16256"
}
10 changes: 5 additions & 5 deletions examples/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
}
},
"dependencies": {
"@theia/core": "1.49.1",
"@theia/navigator": "1.49.1",
"@theia/preferences": "1.49.1",
"@theia/terminal": "1.49.1",
"@theia/core": "1.52.0",
"@theia/navigator": "1.52.0",
"@theia/preferences": "1.52.0",
"@theia/terminal": "1.52.0",
"theia-traceviewer": "0.2.7"
},
"devDependencies": {
"@theia/cli": "1.49.1"
"@theia/cli": "1.52.0"
},
"scripts": {
"prepare": "yarn build",
Expand Down
2 changes: 1 addition & 1 deletion examples/electron/electron-builder.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
electronVersion: 23.6.0
electronVersion: 28.3.3
electronDist: ../../node_modules/electron/dist
productName: Theia Trace Example Application
appId: theia-trace-example
Expand Down
20 changes: 10 additions & 10 deletions examples/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,21 @@
}
},
"dependencies": {
"@theia/core": "1.49.1",
"@theia/electron": "1.49.1",
"@theia/navigator": "1.49.1",
"@theia/preferences": "1.49.1",
"@theia/terminal": "1.49.1",
"@theia/core": "1.52.0",
"@theia/electron": "1.52.0",
"@theia/navigator": "1.52.0",
"@theia/preferences": "1.52.0",
"@theia/terminal": "1.52.0",
"theia-traceviewer": "0.2.7"
},
"devDependencies": {
"@theia/cli": "1.49.1",
"electron": "^23.2.4",
"electron-builder": "~23.6.0"
"@theia/cli": "1.52.0",
"electron": "^28.2.8",
"electron-builder": "~24.13.0"
},
"scripts": {
"prepare": "yarn build",
"build": "theia build --mode development",
"build": "theia build --app-target=\"electron\" --mode development",
"rebuild": "theia rebuild:electron --cacheRoot ../..",
"start": "TRACE_SERVER_PATH=../../trace-compass-server/tracecompass-server theia start",
"watch": "theia build --watch --mode development",
Expand All @@ -55,4 +55,4 @@
"type": "git",
"url": "https://github.com/eclipse-cdt-cloud/theia-trace-extension"
}
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@
},
"homepage": "https://github.com/eclipse-cdt-cloud/theia-trace-extension",
"resolutions": {
"msgpackr": "^1.10.1"
"**/nan": "2.18.0"
},
"devDependencies": {
"@eclipse-dash/nodejs-wrapper": "^0.0.1",
"@theia/cli": "1.49.1",
"@theia/cli": "1.52.0",
"concurrently": "^8.2.1",
"jsonc-parser": "^3.0.0",
"lerna": "^7.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ exports[`<TableOutputComponent /> Renders AG-Grid table with provided props & st
<div
aria-colcount="0"
aria-rowcount="-1"
class="ag-root ag-unselectable ag-layout-normal"
class="ag-root ag-unselectable ag-layout-normal ag-body-vertical-content-no-gap ag-body-horizontal-content-no-gap"
role="treegrid"
>
<div
Expand Down
8 changes: 4 additions & 4 deletions theia-extensions/viewer-prototype/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"style"
],
"dependencies": {
"@theia/core": "1.49.1",
"@theia/editor": "1.49.1",
"@theia/filesystem": "1.49.1",
"@theia/messages": "1.49.1",
"@theia/core": "1.52.0",
"@theia/editor": "1.52.0",
"@theia/filesystem": "1.52.0",
"@theia/messages": "1.52.0",
"animate.css": "^4.1.1",
"traceviewer-base": "0.2.7",
"traceviewer-react-components": "0.2.7",
Expand Down
Loading
Loading