Skip to content

Commit

Permalink
v1.59.0
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Graband <[email protected]>
  • Loading branch information
sgraband committed Feb 27, 2025
1 parent 8b04c41 commit 1869bc5
Show file tree
Hide file tree
Showing 89 changed files with 1,496 additions and 1,421 deletions.
13 changes: 7 additions & 6 deletions dev-packages/application-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theia/application-manager",
"version": "1.58.0",
"version": "1.59.0",
"description": "Theia application manager API.",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -33,9 +33,9 @@
"@babel/plugin-transform-classes": "^7.10.0",
"@babel/plugin-transform-runtime": "^7.10.0",
"@babel/preset-env": "^7.10.0",
"@theia/application-package": "1.58.0",
"@theia/ffmpeg": "1.58.0",
"@theia/native-webpack-plugin": "1.58.0",
"@theia/application-package": "1.59.0",
"@theia/ffmpeg": "1.59.0",
"@theia/native-webpack-plugin": "1.59.0",
"@types/fs-extra": "^4.0.2",
"@types/semver": "^7.5.0",
"babel-loader": "^8.2.2",
Expand Down Expand Up @@ -74,10 +74,11 @@
}
},
"devDependencies": {
"@theia/ext-scripts": "1.58.0",
"@theia/ext-scripts": "1.59.0",
"@types/node-abi": "*"
},
"nyc": {
"extends": "../../configs/nyc.json"
}
},
"gitHead": "21358137e41342742707f660b8e222f940a27652"
}
9 changes: 5 additions & 4 deletions dev-packages/application-package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theia/application-package",
"version": "1.58.0",
"version": "1.59.0",
"description": "Theia application package API.",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -29,7 +29,7 @@
"watch": "theiaext watch"
},
"dependencies": {
"@theia/request": "1.58.0",
"@theia/request": "1.59.0",
"@types/fs-extra": "^4.0.2",
"@types/semver": "^7.5.0",
"@types/write-json-file": "^2.2.1",
Expand All @@ -43,9 +43,10 @@
"write-json-file": "^2.2.0"
},
"devDependencies": {
"@theia/ext-scripts": "1.58.0"
"@theia/ext-scripts": "1.59.0"
},
"nyc": {
"extends": "../../configs/nyc.json"
}
},
"gitHead": "21358137e41342742707f660b8e222f940a27652"
}
17 changes: 9 additions & 8 deletions dev-packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theia/cli",
"version": "1.58.0",
"version": "1.59.0",
"description": "Theia CLI.",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -32,12 +32,12 @@
"clean": "theiaext clean"
},
"dependencies": {
"@theia/application-manager": "1.58.0",
"@theia/application-package": "1.58.0",
"@theia/ffmpeg": "1.58.0",
"@theia/localization-manager": "1.58.0",
"@theia/ovsx-client": "1.58.0",
"@theia/request": "1.58.0",
"@theia/application-manager": "1.59.0",
"@theia/application-package": "1.59.0",
"@theia/ffmpeg": "1.59.0",
"@theia/localization-manager": "1.59.0",
"@theia/ovsx-client": "1.59.0",
"@theia/request": "1.59.0",
"@types/chai": "^4.2.7",
"@types/mocha": "^10.0.0",
"@types/node-fetch": "^2.5.7",
Expand All @@ -63,5 +63,6 @@
"@types/mocha": "^10.0.0",
"@types/node-fetch": "^2.5.7",
"@types/proxy-from-env": "^1.0.1"
}
},
"gitHead": "21358137e41342742707f660b8e222f940a27652"
}
5 changes: 3 additions & 2 deletions dev-packages/ffmpeg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theia/ffmpeg",
"version": "1.58.0",
"version": "1.59.0",
"description": "Theia FFMPEG reader utility.",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -35,5 +35,6 @@
},
"devDependencies": {
"@types/unzipper": "^0.9.2"
}
},
"gitHead": "21358137e41342742707f660b8e222f940a27652"
}
7 changes: 4 additions & 3 deletions dev-packages/localization-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theia/localization-manager",
"version": "1.58.0",
"version": "1.59.0",
"description": "Theia localization manager API.",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -41,9 +41,10 @@
"typescript": "~5.4.5"
},
"devDependencies": {
"@theia/ext-scripts": "1.58.0"
"@theia/ext-scripts": "1.59.0"
},
"nyc": {
"extends": "../../configs/nyc.json"
}
},
"gitHead": "21358137e41342742707f660b8e222f940a27652"
}
5 changes: 3 additions & 2 deletions dev-packages/native-webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theia/native-webpack-plugin",
"version": "1.58.0",
"version": "1.59.0",
"description": "Webpack Plugin for native dependencies of Theia.",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -32,5 +32,6 @@
"detect-libc": "^2.0.2",
"tslib": "^2.6.2",
"webpack": "^5.76.0"
}
},
"gitHead": "21358137e41342742707f660b8e222f940a27652"
}
7 changes: 4 additions & 3 deletions dev-packages/ovsx-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theia/ovsx-client",
"version": "1.58.0",
"version": "1.59.0",
"description": "Theia Open-VSX Client",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -29,9 +29,10 @@
"watch": "theiaext watch"
},
"dependencies": {
"@theia/request": "1.58.0",
"@theia/request": "1.59.0",
"limiter": "^2.1.0",
"semver": "^7.5.4",
"tslib": "^2.6.2"
}
},
"gitHead": "21358137e41342742707f660b8e222f940a27652"
}
6 changes: 3 additions & 3 deletions dev-packages/private-eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"private": true,
"name": "@theia/eslint-plugin",
"version": "1.58.0",
"version": "1.59.0",
"description": "Custom ESLint rules for developing Theia extensions and applications",
"main": "index.js",
"scripts": {
"afterInstall": "npm run compile",
"compile": "theiaext compile"
},
"dependencies": {
"@theia/ext-scripts": "1.58.0",
"@theia/re-exports": "1.58.0",
"@theia/ext-scripts": "1.59.0",
"@theia/re-exports": "1.59.0",
"js-levenshtein": "^1.1.6"
}
}
2 changes: 1 addition & 1 deletion dev-packages/private-ext-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@theia/ext-scripts",
"version": "1.58.0",
"version": "1.59.0",
"license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0",
"description": "NPM scripts for Theia packages.",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion dev-packages/private-re-exports/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@theia/re-exports",
"version": "1.58.0",
"version": "1.59.0",
"description": "Theia re-export helper functions and scripts.",
"main": "lib/index.js",
"engines": {
Expand Down
5 changes: 3 additions & 2 deletions dev-packages/request/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theia/request",
"version": "1.58.0",
"version": "1.59.0",
"description": "Theia Proxy-Aware Request Service",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -32,5 +32,6 @@
"http-proxy-agent": "^5.0.0",
"https-proxy-agent": "^5.0.0",
"tslib": "^2.6.2"
}
},
"gitHead": "21358137e41342742707f660b8e222f940a27652"
}
10 changes: 5 additions & 5 deletions examples/api-provider-sample/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"private": true,
"name": "@theia/api-provider-sample",
"version": "1.58.0",
"version": "1.59.0",
"description": "Theia - Example code to demonstrate Theia API Provider Extensions",
"dependencies": {
"@theia/core": "1.58.0",
"@theia/plugin-ext": "1.58.0",
"@theia/plugin-ext-headless": "1.58.0"
"@theia/core": "1.59.0",
"@theia/plugin-ext": "1.59.0",
"@theia/plugin-ext-headless": "1.59.0"
},
"theiaExtensions": [
{
Expand Down Expand Up @@ -37,6 +37,6 @@
"clean": "theiaext clean"
},
"devDependencies": {
"@theia/ext-scripts": "1.58.0"
"@theia/ext-scripts": "1.59.0"
}
}
32 changes: 16 additions & 16 deletions examples/api-samples/package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"private": true,
"name": "@theia/api-samples",
"version": "1.58.0",
"version": "1.59.0",
"description": "Theia - Example code to demonstrate Theia API",
"dependencies": {
"@theia/ai-chat": "1.58.0",
"@theia/ai-chat-ui": "1.58.0",
"@theia/ai-core": "1.58.0",
"@theia/core": "1.58.0",
"@theia/file-search": "1.58.0",
"@theia/filesystem": "1.58.0",
"@theia/monaco": "1.58.0",
"@theia/ai-chat": "1.59.0",
"@theia/ai-chat-ui": "1.59.0",
"@theia/ai-core": "1.59.0",
"@theia/core": "1.59.0",
"@theia/file-search": "1.59.0",
"@theia/filesystem": "1.59.0",
"@theia/monaco": "1.59.0",
"@theia/monaco-editor-core": "1.96.302",
"@theia/output": "1.58.0",
"@theia/ovsx-client": "1.58.0",
"@theia/search-in-workspace": "1.58.0",
"@theia/test": "1.58.0",
"@theia/toolbar": "1.58.0",
"@theia/vsx-registry": "1.58.0",
"@theia/workspace": "1.58.0"
"@theia/output": "1.59.0",
"@theia/ovsx-client": "1.59.0",
"@theia/search-in-workspace": "1.59.0",
"@theia/test": "1.59.0",
"@theia/toolbar": "1.59.0",
"@theia/vsx-registry": "1.59.0",
"@theia/workspace": "1.59.0"
},
"theiaExtensions": [
{
Expand Down Expand Up @@ -63,6 +63,6 @@
"clean": "theiaext clean"
},
"devDependencies": {
"@theia/ext-scripts": "1.58.0"
"@theia/ext-scripts": "1.59.0"
}
}
7 changes: 4 additions & 3 deletions examples/api-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@theia/api-tests",
"version": "1.58.0",
"version": "1.59.0",
"description": "Theia API tests",
"dependencies": {
"@theia/core": "1.58.0"
"@theia/core": "1.59.0"
},
"license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0",
"repository": {
Expand All @@ -19,5 +19,6 @@
],
"publishConfig": {
"access": "public"
}
},
"gitHead": "21358137e41342742707f660b8e222f940a27652"
}
Loading

0 comments on commit 1869bc5

Please sign in to comment.