@theia/core 1.60.1 → 1.60.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -86,12 +86,12 @@ export class SomeClass {
86
86
  - `@lumino/signaling` (from [`@lumino/signaling@^2.1.3`](https://www.npmjs.com/package/@lumino/signaling))
87
87
  - `@lumino/virtualdom` (from [`@lumino/virtualdom@^2.0.2`](https://www.npmjs.com/package/@lumino/virtualdom))
88
88
  - `@lumino/widgets` (from [`@lumino/widgets@2.5.0`](https://www.npmjs.com/package/@lumino/widgets/v/2.5.0))
89
- - `@theia/application-package` (from [`@theia/application-package@1.60.1`](https://www.npmjs.com/package/@theia/application-package/v/1.60.1))
90
- - `@theia/application-package/lib/api` (from [`@theia/application-package@1.60.1`](https://www.npmjs.com/package/@theia/application-package/v/1.60.1))
91
- - `@theia/application-package/lib/environment` (from [`@theia/application-package@1.60.1`](https://www.npmjs.com/package/@theia/application-package/v/1.60.1))
92
- - `@theia/request` (from [`@theia/request@1.60.1`](https://www.npmjs.com/package/@theia/request/v/1.60.1))
93
- - `@theia/request/lib/proxy` (from [`@theia/request@1.60.1`](https://www.npmjs.com/package/@theia/request/v/1.60.1))
94
- - `@theia/request/lib/node-request-service` (from [`@theia/request@1.60.1`](https://www.npmjs.com/package/@theia/request/v/1.60.1))
89
+ - `@theia/application-package` (from [`@theia/application-package@1.60.2`](https://www.npmjs.com/package/@theia/application-package/v/1.60.2))
90
+ - `@theia/application-package/lib/api` (from [`@theia/application-package@1.60.2`](https://www.npmjs.com/package/@theia/application-package/v/1.60.2))
91
+ - `@theia/application-package/lib/environment` (from [`@theia/application-package@1.60.2`](https://www.npmjs.com/package/@theia/application-package/v/1.60.2))
92
+ - `@theia/request` (from [`@theia/request@1.60.2`](https://www.npmjs.com/package/@theia/request/v/1.60.2))
93
+ - `@theia/request/lib/proxy` (from [`@theia/request@1.60.2`](https://www.npmjs.com/package/@theia/request/v/1.60.2))
94
+ - `@theia/request/lib/node-request-service` (from [`@theia/request@1.60.2`](https://www.npmjs.com/package/@theia/request/v/1.60.2))
95
95
  - `fs-extra` (from [`fs-extra@^4.0.2`](https://www.npmjs.com/package/fs-extra))
96
96
  - `fuzzy` (from [`fuzzy@^0.1.3`](https://www.npmjs.com/package/fuzzy))
97
97
  - `inversify` (from [`inversify@^6.1.3`](https://www.npmjs.com/package/inversify))
@@ -2,6 +2,34 @@
2
2
  "$schema": "https://json.schemastore.org/schema-catalog.json",
3
3
  "version": 1,
4
4
  "schemas": [
5
+ {
6
+ "name": "Upsun config",
7
+ "description": "Upsun configuration file",
8
+ "fileMatch": ["**/.upsun/config.yml", "**/.upsun/config.yaml"],
9
+ "url": "https://raw.githubusercontent.com/platformsh/platformify/refs/heads/main/validator/schema/upsun.json"
10
+ },
11
+ {
12
+ "name": "Platform.sh application",
13
+ "description": "Platform.sh application configuration file",
14
+ "fileMatch": [
15
+ ".platform.app.yml",
16
+ ".platform.app.yaml",
17
+ "**/.platform.app.yml"
18
+ ],
19
+ "url": "https://raw.githubusercontent.com/platformsh/platformify/refs/heads/main/validator/schema/platformsh.application.json"
20
+ },
21
+ {
22
+ "name": "Platform.sh routes",
23
+ "description": "Platform.sh routes configuration file",
24
+ "fileMatch": ["**/.platform/routes.yml", "**/.platform/routes.yaml"],
25
+ "url": "https://raw.githubusercontent.com/platformsh/platformify/refs/heads/main/validator/schema/platformsh.routes.json"
26
+ },
27
+ {
28
+ "name": "Platform.sh services",
29
+ "description": "Platform.sh services configuration file",
30
+ "fileMatch": ["**/.platform/services.yml", "**/.platform/services.yaml"],
31
+ "url": "https://raw.githubusercontent.com/platformsh/platformify/refs/heads/main/validator/schema/platformsh.services.json"
32
+ },
5
33
  {
6
34
  "name": "1Password SSH Agent Config",
7
35
  "description": "Configuration file for the 1Password SSH agent",
@@ -765,7 +793,7 @@
765
793
  "name": "bitbucket-pipelines",
766
794
  "description": "Bitbucket Pipelines CI/CD manifest",
767
795
  "fileMatch": ["bitbucket-pipelines.yml"],
768
- "url": "https://bitbucket.org/atlassianlabs/intellij-bitbucket-references-plugin/raw/master/src/main/resources/schemas/bitbucket-pipelines.schema.json"
796
+ "url": "https://api.bitbucket.org/schemas/pipelines-configuration"
769
797
  },
770
798
  {
771
799
  "name": "bitrise",
@@ -7900,6 +7928,12 @@
7900
7928
  "description": "PEP 751 lock file",
7901
7929
  "fileMatch": ["pylock.toml", "pylock.*.toml"],
7902
7930
  "url": "https://json.schemastore.org/pylock.json"
7931
+ },
7932
+ {
7933
+ "name": "Stylua Config",
7934
+ "description": "Stylua configuration",
7935
+ "fileMatch": [".stylua.toml", "stylua.toml"],
7936
+ "url": "https://json.schemastore.org/stylua.json"
7903
7937
  }
7904
7938
  ]
7905
7939
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theia/core",
3
- "version": "1.60.1",
3
+ "version": "1.60.2",
4
4
  "description": "Theia is a cloud & desktop IDE framework implemented in TypeScript.",
5
5
  "main": "lib/common/index.js",
6
6
  "typings": "lib/common/index.d.ts",
@@ -17,8 +17,8 @@
17
17
  "@lumino/virtualdom": "^2.0.2",
18
18
  "@lumino/widgets": "2.5.0",
19
19
  "@parcel/watcher": "^2.5.0",
20
- "@theia/application-package": "1.60.1",
21
- "@theia/request": "1.60.1",
20
+ "@theia/application-package": "1.60.2",
21
+ "@theia/request": "1.60.2",
22
22
  "@types/body-parser": "^1.16.4",
23
23
  "@types/cookie": "^0.3.3",
24
24
  "@types/dompurify": "^2.2.2",
@@ -210,13 +210,13 @@
210
210
  "watch": "theiaext watch"
211
211
  },
212
212
  "devDependencies": {
213
- "@theia/ext-scripts": "1.60.1",
214
- "@theia/re-exports": "1.60.1",
213
+ "@theia/ext-scripts": "1.60.2",
214
+ "@theia/re-exports": "1.60.2",
215
215
  "minimist": "^1.2.0",
216
216
  "nodejs-file-downloader": "4.13.0"
217
217
  },
218
218
  "nyc": {
219
219
  "extends": "../../configs/nyc.json"
220
220
  },
221
- "gitHead": "23230a4ff18bb6b4c09e08c1a40ae1ebdb20ff69"
221
+ "gitHead": "20a341b4c41053bfa2c6efc9ff07ac967da077f2"
222
222
  }