Skip to content

Commit 3bc0244

Browse files
committed
v1.58.0
1 parent 3d83182 commit 3bc0244

File tree

88 files changed

+1328
-1342
lines changed

Some content is hidden

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

88 files changed

+1328
-1342
lines changed

Diff for: dev-packages/application-manager/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theia/application-manager",
3-
"version": "1.57.0",
3+
"version": "1.58.0",
44
"description": "Theia application manager API.",
55
"publishConfig": {
66
"access": "public"
@@ -33,9 +33,9 @@
3333
"@babel/plugin-transform-classes": "^7.10.0",
3434
"@babel/plugin-transform-runtime": "^7.10.0",
3535
"@babel/preset-env": "^7.10.0",
36-
"@theia/application-package": "1.57.0",
37-
"@theia/ffmpeg": "1.57.0",
38-
"@theia/native-webpack-plugin": "1.57.0",
36+
"@theia/application-package": "1.58.0",
37+
"@theia/ffmpeg": "1.58.0",
38+
"@theia/native-webpack-plugin": "1.58.0",
3939
"@types/fs-extra": "^4.0.2",
4040
"@types/semver": "^7.5.0",
4141
"babel-loader": "^8.2.2",
@@ -74,7 +74,7 @@
7474
}
7575
},
7676
"devDependencies": {
77-
"@theia/ext-scripts": "1.57.0",
77+
"@theia/ext-scripts": "1.58.0",
7878
"@types/node-abi": "*"
7979
},
8080
"nyc": {

Diff for: dev-packages/application-package/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theia/application-package",
3-
"version": "1.57.0",
3+
"version": "1.58.0",
44
"description": "Theia application package API.",
55
"publishConfig": {
66
"access": "public"
@@ -29,7 +29,7 @@
2929
"watch": "theiaext watch"
3030
},
3131
"dependencies": {
32-
"@theia/request": "1.57.0",
32+
"@theia/request": "1.58.0",
3333
"@types/fs-extra": "^4.0.2",
3434
"@types/semver": "^7.5.0",
3535
"@types/write-json-file": "^2.2.1",
@@ -43,7 +43,7 @@
4343
"write-json-file": "^2.2.0"
4444
},
4545
"devDependencies": {
46-
"@theia/ext-scripts": "1.57.0"
46+
"@theia/ext-scripts": "1.58.0"
4747
},
4848
"nyc": {
4949
"extends": "../../configs/nyc.json"

Diff for: dev-packages/cli/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theia/cli",
3-
"version": "1.57.0",
3+
"version": "1.58.0",
44
"description": "Theia CLI.",
55
"publishConfig": {
66
"access": "public"
@@ -32,12 +32,12 @@
3232
"clean": "theiaext clean"
3333
},
3434
"dependencies": {
35-
"@theia/application-manager": "1.57.0",
36-
"@theia/application-package": "1.57.0",
37-
"@theia/ffmpeg": "1.57.0",
38-
"@theia/localization-manager": "1.57.0",
39-
"@theia/ovsx-client": "1.57.0",
40-
"@theia/request": "1.57.0",
35+
"@theia/application-manager": "1.58.0",
36+
"@theia/application-package": "1.58.0",
37+
"@theia/ffmpeg": "1.58.0",
38+
"@theia/localization-manager": "1.58.0",
39+
"@theia/ovsx-client": "1.58.0",
40+
"@theia/request": "1.58.0",
4141
"@types/chai": "^4.2.7",
4242
"@types/mocha": "^10.0.0",
4343
"@types/node-fetch": "^2.5.7",

Diff for: dev-packages/ffmpeg/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theia/ffmpeg",
3-
"version": "1.57.0",
3+
"version": "1.58.0",
44
"description": "Theia FFMPEG reader utility.",
55
"publishConfig": {
66
"access": "public"

Diff for: dev-packages/localization-manager/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theia/localization-manager",
3-
"version": "1.57.0",
3+
"version": "1.58.0",
44
"description": "Theia localization manager API.",
55
"publishConfig": {
66
"access": "public"
@@ -41,7 +41,7 @@
4141
"typescript": "~5.4.5"
4242
},
4343
"devDependencies": {
44-
"@theia/ext-scripts": "1.57.0"
44+
"@theia/ext-scripts": "1.58.0"
4545
},
4646
"nyc": {
4747
"extends": "../../configs/nyc.json"

Diff for: dev-packages/native-webpack-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theia/native-webpack-plugin",
3-
"version": "1.57.0",
3+
"version": "1.58.0",
44
"description": "Webpack Plugin for native dependencies of Theia.",
55
"publishConfig": {
66
"access": "public"

Diff for: dev-packages/ovsx-client/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theia/ovsx-client",
3-
"version": "1.57.0",
3+
"version": "1.58.0",
44
"description": "Theia Open-VSX Client",
55
"publishConfig": {
66
"access": "public"
@@ -29,7 +29,7 @@
2929
"watch": "theiaext watch"
3030
},
3131
"dependencies": {
32-
"@theia/request": "1.57.0",
32+
"@theia/request": "1.58.0",
3333
"limiter": "^2.1.0",
3434
"semver": "^7.5.4",
3535
"tslib": "^2.6.2"

Diff for: dev-packages/private-eslint-plugin/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"private": true,
33
"name": "@theia/eslint-plugin",
4-
"version": "1.57.0",
4+
"version": "1.58.0",
55
"description": "Custom ESLint rules for developing Theia extensions and applications",
66
"main": "index.js",
77
"scripts": {
88
"afterInstall": "npm run compile",
99
"compile": "theiaext compile"
1010
},
1111
"dependencies": {
12-
"@theia/ext-scripts": "1.57.0",
13-
"@theia/re-exports": "1.57.0",
12+
"@theia/ext-scripts": "1.58.0",
13+
"@theia/re-exports": "1.58.0",
1414
"js-levenshtein": "^1.1.6"
1515
}
1616
}

Diff for: dev-packages/private-ext-scripts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@theia/ext-scripts",
4-
"version": "1.57.0",
4+
"version": "1.58.0",
55
"license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0",
66
"description": "NPM scripts for Theia packages.",
77
"bin": {

Diff for: dev-packages/private-re-exports/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@theia/re-exports",
4-
"version": "1.57.0",
4+
"version": "1.58.0",
55
"description": "Theia re-export helper functions and scripts.",
66
"main": "lib/index.js",
77
"engines": {

Diff for: dev-packages/request/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theia/request",
3-
"version": "1.57.0",
3+
"version": "1.58.0",
44
"description": "Theia Proxy-Aware Request Service",
55
"publishConfig": {
66
"access": "public"

Diff for: examples/api-provider-sample/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"private": true,
33
"name": "@theia/api-provider-sample",
4-
"version": "1.57.0",
4+
"version": "1.58.0",
55
"description": "Theia - Example code to demonstrate Theia API Provider Extensions",
66
"dependencies": {
7-
"@theia/core": "1.57.0",
8-
"@theia/plugin-ext": "1.57.0",
9-
"@theia/plugin-ext-headless": "1.57.0"
7+
"@theia/core": "1.58.0",
8+
"@theia/plugin-ext": "1.58.0",
9+
"@theia/plugin-ext-headless": "1.58.0"
1010
},
1111
"theiaExtensions": [
1212
{
@@ -37,6 +37,6 @@
3737
"clean": "theiaext clean"
3838
},
3939
"devDependencies": {
40-
"@theia/ext-scripts": "1.57.0"
40+
"@theia/ext-scripts": "1.58.0"
4141
}
4242
}

Diff for: examples/api-samples/package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
{
22
"private": true,
33
"name": "@theia/api-samples",
4-
"version": "1.57.0",
4+
"version": "1.58.0",
55
"description": "Theia - Example code to demonstrate Theia API",
66
"dependencies": {
7-
"@theia/ai-chat": "1.57.0",
8-
"@theia/ai-chat-ui": "1.57.0",
9-
"@theia/ai-core": "1.57.0",
10-
"@theia/core": "1.57.0",
11-
"@theia/file-search": "1.57.0",
12-
"@theia/filesystem": "1.57.0",
13-
"@theia/monaco": "1.57.0",
7+
"@theia/ai-chat": "1.58.0",
8+
"@theia/ai-chat-ui": "1.58.0",
9+
"@theia/ai-core": "1.58.0",
10+
"@theia/core": "1.58.0",
11+
"@theia/file-search": "1.58.0",
12+
"@theia/filesystem": "1.58.0",
13+
"@theia/monaco": "1.58.0",
1414
"@theia/monaco-editor-core": "1.96.302",
15-
"@theia/output": "1.57.0",
16-
"@theia/ovsx-client": "1.57.0",
17-
"@theia/search-in-workspace": "1.57.0",
18-
"@theia/test": "1.57.0",
19-
"@theia/toolbar": "1.57.0",
20-
"@theia/vsx-registry": "1.57.0",
21-
"@theia/workspace": "1.57.0"
15+
"@theia/output": "1.58.0",
16+
"@theia/ovsx-client": "1.58.0",
17+
"@theia/search-in-workspace": "1.58.0",
18+
"@theia/test": "1.58.0",
19+
"@theia/toolbar": "1.58.0",
20+
"@theia/vsx-registry": "1.58.0",
21+
"@theia/workspace": "1.58.0"
2222
},
2323
"theiaExtensions": [
2424
{
@@ -60,6 +60,6 @@
6060
"clean": "theiaext clean"
6161
},
6262
"devDependencies": {
63-
"@theia/ext-scripts": "1.57.0"
63+
"@theia/ext-scripts": "1.58.0"
6464
}
6565
}

Diff for: examples/api-tests/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@theia/api-tests",
3-
"version": "1.57.0",
3+
"version": "1.58.0",
44
"description": "Theia API tests",
55
"dependencies": {
6-
"@theia/core": "1.57.0"
6+
"@theia/core": "1.58.0"
77
},
88
"license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0",
99
"repository": {

Diff for: examples/browser-only/package.json

+55-55
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@theia/example-browser-only",
4-
"version": "1.57.0",
4+
"version": "1.58.0",
55
"license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0",
66
"theia": {
77
"target": "browser-only",
@@ -15,59 +15,59 @@
1515
}
1616
},
1717
"dependencies": {
18-
"@theia/ai-chat": "1.57.0",
19-
"@theia/ai-chat-ui": "1.57.0",
20-
"@theia/ai-code-completion": "1.57.0",
21-
"@theia/ai-core": "1.57.0",
22-
"@theia/ai-history": "1.57.0",
23-
"@theia/ai-ollama": "1.57.0",
24-
"@theia/ai-openai": "1.57.0",
25-
"@theia/ai-scanoss": "1.57.0",
26-
"@theia/api-samples": "1.57.0",
27-
"@theia/bulk-edit": "1.57.0",
28-
"@theia/callhierarchy": "1.57.0",
29-
"@theia/collaboration": "1.57.0",
30-
"@theia/console": "1.57.0",
31-
"@theia/core": "1.57.0",
32-
"@theia/debug": "1.57.0",
33-
"@theia/editor": "1.57.0",
34-
"@theia/editor-preview": "1.57.0",
35-
"@theia/file-search": "1.57.0",
36-
"@theia/filesystem": "1.57.0",
37-
"@theia/getting-started": "1.57.0",
38-
"@theia/git": "1.57.0",
39-
"@theia/keymaps": "1.57.0",
40-
"@theia/markers": "1.57.0",
41-
"@theia/memory-inspector": "1.57.0",
42-
"@theia/messages": "1.57.0",
43-
"@theia/metrics": "1.57.0",
44-
"@theia/mini-browser": "1.57.0",
45-
"@theia/monaco": "1.57.0",
46-
"@theia/navigator": "1.57.0",
47-
"@theia/outline-view": "1.57.0",
48-
"@theia/output": "1.57.0",
49-
"@theia/plugin-dev": "1.57.0",
50-
"@theia/plugin-ext": "1.57.0",
51-
"@theia/plugin-ext-vscode": "1.57.0",
52-
"@theia/plugin-metrics": "1.57.0",
53-
"@theia/preferences": "1.57.0",
54-
"@theia/preview": "1.57.0",
55-
"@theia/process": "1.57.0",
56-
"@theia/property-view": "1.57.0",
57-
"@theia/scanoss": "1.57.0",
58-
"@theia/scm": "1.57.0",
59-
"@theia/scm-extra": "1.57.0",
60-
"@theia/search-in-workspace": "1.57.0",
61-
"@theia/secondary-window": "1.57.0",
62-
"@theia/task": "1.57.0",
63-
"@theia/terminal": "1.57.0",
64-
"@theia/timeline": "1.57.0",
65-
"@theia/toolbar": "1.57.0",
66-
"@theia/typehierarchy": "1.57.0",
67-
"@theia/userstorage": "1.57.0",
68-
"@theia/variable-resolver": "1.57.0",
69-
"@theia/vsx-registry": "1.57.0",
70-
"@theia/workspace": "1.57.0"
18+
"@theia/ai-chat": "1.58.0",
19+
"@theia/ai-chat-ui": "1.58.0",
20+
"@theia/ai-code-completion": "1.58.0",
21+
"@theia/ai-core": "1.58.0",
22+
"@theia/ai-history": "1.58.0",
23+
"@theia/ai-ollama": "1.58.0",
24+
"@theia/ai-openai": "1.58.0",
25+
"@theia/ai-scanoss": "1.58.0",
26+
"@theia/api-samples": "1.58.0",
27+
"@theia/bulk-edit": "1.58.0",
28+
"@theia/callhierarchy": "1.58.0",
29+
"@theia/collaboration": "1.58.0",
30+
"@theia/console": "1.58.0",
31+
"@theia/core": "1.58.0",
32+
"@theia/debug": "1.58.0",
33+
"@theia/editor": "1.58.0",
34+
"@theia/editor-preview": "1.58.0",
35+
"@theia/file-search": "1.58.0",
36+
"@theia/filesystem": "1.58.0",
37+
"@theia/getting-started": "1.58.0",
38+
"@theia/git": "1.58.0",
39+
"@theia/keymaps": "1.58.0",
40+
"@theia/markers": "1.58.0",
41+
"@theia/memory-inspector": "1.58.0",
42+
"@theia/messages": "1.58.0",
43+
"@theia/metrics": "1.58.0",
44+
"@theia/mini-browser": "1.58.0",
45+
"@theia/monaco": "1.58.0",
46+
"@theia/navigator": "1.58.0",
47+
"@theia/outline-view": "1.58.0",
48+
"@theia/output": "1.58.0",
49+
"@theia/plugin-dev": "1.58.0",
50+
"@theia/plugin-ext": "1.58.0",
51+
"@theia/plugin-ext-vscode": "1.58.0",
52+
"@theia/plugin-metrics": "1.58.0",
53+
"@theia/preferences": "1.58.0",
54+
"@theia/preview": "1.58.0",
55+
"@theia/process": "1.58.0",
56+
"@theia/property-view": "1.58.0",
57+
"@theia/scanoss": "1.58.0",
58+
"@theia/scm": "1.58.0",
59+
"@theia/scm-extra": "1.58.0",
60+
"@theia/search-in-workspace": "1.58.0",
61+
"@theia/secondary-window": "1.58.0",
62+
"@theia/task": "1.58.0",
63+
"@theia/terminal": "1.58.0",
64+
"@theia/timeline": "1.58.0",
65+
"@theia/toolbar": "1.58.0",
66+
"@theia/typehierarchy": "1.58.0",
67+
"@theia/userstorage": "1.58.0",
68+
"@theia/variable-resolver": "1.58.0",
69+
"@theia/vsx-registry": "1.58.0",
70+
"@theia/workspace": "1.58.0"
7171
},
7272
"scripts": {
7373
"prepare:no-native": "lerna run prepare --scope=\"@theia/re-exports\" && lerna run generate-theia-re-exports --scope=\"@theia/core\"",
@@ -83,6 +83,6 @@
8383
"watch:compile": "tsc -b -w"
8484
},
8585
"devDependencies": {
86-
"@theia/cli": "1.57.0"
86+
"@theia/cli": "1.58.0"
8787
}
8888
}

0 commit comments

Comments
 (0)