Skip to content
  • Sponsor arduino/arduino-ide

  • Notifications You must be signed in to change notification settings
  • Fork 435

Commit 859d29d

Browse files
authoredMar 28, 2025··
feat: use theia@1.57.0 (#2654)
1 parent d298b3f commit 859d29d

File tree

80 files changed

+4307
-4428
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+4307
-4428
lines changed
 

‎.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ jobs:
294294
SIGNTOOL_PATH: "C:/Program Files (x86)/Windows Kits/10/bin/10.0.19041.0/x86/signtool.exe"
295295
WIN_CERT_PASSWORD: ${{ secrets[matrix.config.certificate-password-secret] }}
296296
WIN_CERT_CONTAINER_NAME: ${{ secrets[matrix.config.certificate-container] }}
297+
PUPPETEER_SKIP_DOWNLOAD: true
297298

298299
strategy:
299300
matrix:

‎arduino-ide-extension/package.json

+25-25
Original file line numberDiff line numberDiff line change
@@ -24,28 +24,29 @@
2424
},
2525
"dependencies": {
2626
"@grpc/grpc-js": "^1.8.14",
27-
"@theia/application-package": "1.41.0",
28-
"@theia/core": "1.41.0",
29-
"@theia/debug": "1.41.0",
30-
"@theia/editor": "1.41.0",
31-
"@theia/electron": "1.41.0",
32-
"@theia/filesystem": "1.41.0",
33-
"@theia/keymaps": "1.41.0",
34-
"@theia/markers": "1.41.0",
35-
"@theia/messages": "1.41.0",
36-
"@theia/monaco": "1.41.0",
37-
"@theia/monaco-editor-core": "1.72.3",
38-
"@theia/navigator": "1.41.0",
39-
"@theia/outline-view": "1.41.0",
40-
"@theia/output": "1.41.0",
41-
"@theia/plugin-ext": "1.41.0",
42-
"@theia/plugin-ext-vscode": "1.41.0",
43-
"@theia/preferences": "1.41.0",
44-
"@theia/scm": "1.41.0",
45-
"@theia/search-in-workspace": "1.41.0",
46-
"@theia/terminal": "1.41.0",
47-
"@theia/typehierarchy": "1.41.0",
48-
"@theia/workspace": "1.41.0",
27+
"@theia/application-package": "1.57.0",
28+
"@theia/core": "1.57.0",
29+
"@theia/debug": "1.57.0",
30+
"@theia/editor": "1.57.0",
31+
"@theia/electron": "1.57.0",
32+
"@theia/filesystem": "1.57.0",
33+
"@theia/keymaps": "1.57.0",
34+
"@theia/markers": "1.57.0",
35+
"@theia/messages": "1.57.0",
36+
"@theia/monaco": "1.57.0",
37+
"@theia/monaco-editor-core": "1.83.101",
38+
"@theia/navigator": "1.57.0",
39+
"@theia/outline-view": "1.57.0",
40+
"@theia/output": "1.57.0",
41+
"@theia/plugin-ext": "1.57.0",
42+
"@theia/plugin-ext-vscode": "1.57.0",
43+
"@theia/preferences": "1.57.0",
44+
"@theia/scm": "1.57.0",
45+
"@theia/search-in-workspace": "1.57.0",
46+
"@theia/terminal": "1.57.0",
47+
"@theia/test": "1.57.0",
48+
"@theia/typehierarchy": "1.57.0",
49+
"@theia/workspace": "1.57.0",
4950
"@tippyjs/react": "^4.2.5",
5051
"@types/auth0-js": "^9.21.3",
5152
"@types/btoa": "^1.2.3",
@@ -57,7 +58,6 @@
5758
"@types/node-fetch": "^2.5.7",
5859
"@types/p-queue": "^2.3.1",
5960
"@types/ps-tree": "^1.1.0",
60-
"@types/react-tabs": "^2.3.2",
6161
"@types/temp": "^0.8.34",
6262
"arduino-serial-plotter-webapp": "0.2.0",
6363
"async-mutex": "^0.3.0",
@@ -99,7 +99,7 @@
9999
"react-markdown": "^8.0.0",
100100
"react-perfect-scrollbar": "^1.5.8",
101101
"react-select": "^5.6.0",
102-
"react-tabs": "^3.1.2",
102+
"react-tabs": "^6.1.0",
103103
"react-window": "^1.8.6",
104104
"semver": "^7.3.2",
105105
"string-natural-compare": "^2.0.3",
@@ -126,7 +126,7 @@
126126
"mockdate": "^3.0.5",
127127
"moment": "^2.24.0",
128128
"ncp": "^2.0.0",
129-
"rimraf": "^2.6.1"
129+
"rimraf": "^5.0.0"
130130
},
131131
"optionalDependencies": {
132132
"@pingghost/protoc": "^1.0.2",

0 commit comments

Comments
 (0)