Skip to content

Commit e0656bb

Browse files
committed
v1.55.1
1 parent 203a2ec commit e0656bb

File tree

83 files changed

+626
-626
lines changed

Some content is hidden

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

83 files changed

+626
-626
lines changed

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.55.0",
3+
"version": "1.55.1",
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.55.0",
37-
"@theia/ffmpeg": "1.55.0",
38-
"@theia/native-webpack-plugin": "1.55.0",
36+
"@theia/application-package": "1.55.1",
37+
"@theia/ffmpeg": "1.55.1",
38+
"@theia/native-webpack-plugin": "1.55.1",
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.55.0",
77+
"@theia/ext-scripts": "1.55.1",
7878
"@types/node-abi": "*"
7979
},
8080
"nyc": {

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.55.0",
3+
"version": "1.55.1",
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.55.0",
32+
"@theia/request": "1.55.1",
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.55.0"
46+
"@theia/ext-scripts": "1.55.1"
4747
},
4848
"nyc": {
4949
"extends": "../../configs/nyc.json"

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.55.0",
3+
"version": "1.55.1",
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.55.0",
36-
"@theia/application-package": "1.55.0",
37-
"@theia/ffmpeg": "1.55.0",
38-
"@theia/localization-manager": "1.55.0",
39-
"@theia/ovsx-client": "1.55.0",
40-
"@theia/request": "1.55.0",
35+
"@theia/application-manager": "1.55.1",
36+
"@theia/application-package": "1.55.1",
37+
"@theia/ffmpeg": "1.55.1",
38+
"@theia/localization-manager": "1.55.1",
39+
"@theia/ovsx-client": "1.55.1",
40+
"@theia/request": "1.55.1",
4141
"@types/chai": "^4.2.7",
4242
"@types/mocha": "^10.0.0",
4343
"@types/node-fetch": "^2.5.7",

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.55.0",
3+
"version": "1.55.1",
44
"description": "Theia FFMPEG reader utility.",
55
"publishConfig": {
66
"access": "public"

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.55.0",
3+
"version": "1.55.1",
44
"description": "Theia localization manager API.",
55
"publishConfig": {
66
"access": "public"
@@ -40,7 +40,7 @@
4040
"typescript": "~5.4.5"
4141
},
4242
"devDependencies": {
43-
"@theia/ext-scripts": "1.55.0"
43+
"@theia/ext-scripts": "1.55.1"
4444
},
4545
"nyc": {
4646
"extends": "../../configs/nyc.json"

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.55.0",
3+
"version": "1.55.1",
44
"description": "Webpack Plugin for native dependencies of Theia.",
55
"publishConfig": {
66
"access": "public"

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.55.0",
3+
"version": "1.55.1",
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.55.0",
32+
"@theia/request": "1.55.1",
3333
"limiter": "^2.1.0",
3434
"semver": "^7.5.4",
3535
"tslib": "^2.6.2"
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"private": true,
33
"name": "@theia/eslint-plugin",
4-
"version": "1.55.0",
4+
"version": "1.55.1",
55
"description": "Custom ESLint rules for developing Theia extensions and applications",
66
"main": "index.js",
77
"scripts": {
88
"prepare": "tsc -b"
99
},
1010
"dependencies": {
11-
"@theia/core": "1.55.0",
12-
"@theia/ext-scripts": "1.55.0",
13-
"@theia/re-exports": "1.55.0",
11+
"@theia/core": "1.55.1",
12+
"@theia/ext-scripts": "1.55.1",
13+
"@theia/re-exports": "1.55.1",
1414
"js-levenshtein": "^1.1.6"
1515
}
1616
}

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.55.0",
4+
"version": "1.55.1",
55
"license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0",
66
"description": "NPM scripts for Theia packages.",
77
"bin": {

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.55.0",
4+
"version": "1.55.1",
55
"description": "Theia re-export helper functions and scripts.",
66
"main": "lib/index.js",
77
"engines": {

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.55.0",
3+
"version": "1.55.1",
44
"description": "Theia Proxy-Aware Request Service",
55
"publishConfig": {
66
"access": "public"

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.55.0",
4+
"version": "1.55.1",
55
"description": "Theia - Example code to demonstrate Theia API Provider Extensions",
66
"dependencies": {
7-
"@theia/core": "1.55.0",
8-
"@theia/plugin-ext": "1.55.0",
9-
"@theia/plugin-ext-headless": "1.55.0"
7+
"@theia/core": "1.55.1",
8+
"@theia/plugin-ext": "1.55.1",
9+
"@theia/plugin-ext-headless": "1.55.1"
1010
},
1111
"theiaExtensions": [
1212
{
@@ -37,6 +37,6 @@
3737
"clean": "theiaext clean"
3838
},
3939
"devDependencies": {
40-
"@theia/ext-scripts": "1.55.0"
40+
"@theia/ext-scripts": "1.55.1"
4141
}
4242
}

examples/api-samples/package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
22
"private": true,
33
"name": "@theia/api-samples",
4-
"version": "1.55.0",
4+
"version": "1.55.1",
55
"description": "Theia - Example code to demonstrate Theia API",
66
"dependencies": {
7-
"@theia/ai-chat-ui": "1.55.0",
8-
"@theia/core": "1.55.0",
9-
"@theia/file-search": "1.55.0",
10-
"@theia/filesystem": "1.55.0",
11-
"@theia/monaco": "1.55.0",
7+
"@theia/ai-chat-ui": "1.55.1",
8+
"@theia/core": "1.55.1",
9+
"@theia/file-search": "1.55.1",
10+
"@theia/filesystem": "1.55.1",
11+
"@theia/monaco": "1.55.1",
1212
"@theia/monaco-editor-core": "1.83.101",
13-
"@theia/output": "1.55.0",
14-
"@theia/ovsx-client": "1.55.0",
15-
"@theia/search-in-workspace": "1.55.0",
16-
"@theia/test": "1.55.0",
17-
"@theia/toolbar": "1.55.0",
18-
"@theia/vsx-registry": "1.55.0",
19-
"@theia/workspace": "1.55.0"
13+
"@theia/output": "1.55.1",
14+
"@theia/ovsx-client": "1.55.1",
15+
"@theia/search-in-workspace": "1.55.1",
16+
"@theia/test": "1.55.1",
17+
"@theia/toolbar": "1.55.1",
18+
"@theia/vsx-registry": "1.55.1",
19+
"@theia/workspace": "1.55.1"
2020
},
2121
"theiaExtensions": [
2222
{
@@ -58,6 +58,6 @@
5858
"clean": "theiaext clean"
5959
},
6060
"devDependencies": {
61-
"@theia/ext-scripts": "1.55.0"
61+
"@theia/ext-scripts": "1.55.1"
6262
}
6363
}

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.55.0",
3+
"version": "1.55.1",
44
"description": "Theia API tests",
55
"dependencies": {
6-
"@theia/core": "1.55.0"
6+
"@theia/core": "1.55.1"
77
},
88
"license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0",
99
"repository": {

examples/browser-only/package.json

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

0 commit comments

Comments
 (0)