@theia/core 1.63.2 → 1.63.3

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
@@ -72,7 +72,7 @@ export class SomeClass {
72
72
 
73
73
  - `@theia/core/electron-shared/...`
74
74
  - `native-keymap` (from [`native-keymap@^2.2.1`](https://www.npmjs.com/package/native-keymap))
75
- - `electron` (from [`electron@36.4.0`](https://www.npmjs.com/package/electron/v/36.4.0))
75
+ - `electron` (from [`electron@37.2.1`](https://www.npmjs.com/package/electron/v/37.2.1))
76
76
  - `electron-store` (from [`electron-store@^8.0.0`](https://www.npmjs.com/package/electron-store))
77
77
  - `@theia/core/shared/...`
78
78
  - `@lumino/algorithm` (from [`@lumino/algorithm@^2.0.2`](https://www.npmjs.com/package/@lumino/algorithm))
@@ -85,12 +85,12 @@ export class SomeClass {
85
85
  - `@lumino/signaling` (from [`@lumino/signaling@^2.1.3`](https://www.npmjs.com/package/@lumino/signaling))
86
86
  - `@lumino/virtualdom` (from [`@lumino/virtualdom@^2.0.2`](https://www.npmjs.com/package/@lumino/virtualdom))
87
87
  - `@lumino/widgets` (from [`@lumino/widgets@2.5.0`](https://www.npmjs.com/package/@lumino/widgets/v/2.5.0))
88
- - `@theia/application-package` (from [`@theia/application-package@1.63.2`](https://www.npmjs.com/package/@theia/application-package/v/1.63.2))
89
- - `@theia/application-package/lib/api` (from [`@theia/application-package@1.63.2`](https://www.npmjs.com/package/@theia/application-package/v/1.63.2))
90
- - `@theia/application-package/lib/environment` (from [`@theia/application-package@1.63.2`](https://www.npmjs.com/package/@theia/application-package/v/1.63.2))
91
- - `@theia/request` (from [`@theia/request@1.63.2`](https://www.npmjs.com/package/@theia/request/v/1.63.2))
92
- - `@theia/request/lib/proxy` (from [`@theia/request@1.63.2`](https://www.npmjs.com/package/@theia/request/v/1.63.2))
93
- - `@theia/request/lib/node-request-service` (from [`@theia/request@1.63.2`](https://www.npmjs.com/package/@theia/request/v/1.63.2))
88
+ - `@theia/application-package` (from [`@theia/application-package@1.63.3`](https://www.npmjs.com/package/@theia/application-package/v/1.63.3))
89
+ - `@theia/application-package/lib/api` (from [`@theia/application-package@1.63.3`](https://www.npmjs.com/package/@theia/application-package/v/1.63.3))
90
+ - `@theia/application-package/lib/environment` (from [`@theia/application-package@1.63.3`](https://www.npmjs.com/package/@theia/application-package/v/1.63.3))
91
+ - `@theia/request` (from [`@theia/request@1.63.3`](https://www.npmjs.com/package/@theia/request/v/1.63.3))
92
+ - `@theia/request/lib/proxy` (from [`@theia/request@1.63.3`](https://www.npmjs.com/package/@theia/request/v/1.63.3))
93
+ - `@theia/request/lib/node-request-service` (from [`@theia/request@1.63.3`](https://www.npmjs.com/package/@theia/request/v/1.63.3))
94
94
  - `fs-extra` (from [`fs-extra@^4.0.2`](https://www.npmjs.com/package/fs-extra))
95
95
  - `fuzzy` (from [`fuzzy@^0.1.3`](https://www.npmjs.com/package/fuzzy))
96
96
  - `inversify` (from [`inversify@^6.1.3`](https://www.npmjs.com/package/inversify))
@@ -127,7 +127,7 @@
127
127
  "name": ".aiproj.json",
128
128
  "description": "Settings for project analysis by the Application Inspector",
129
129
  "fileMatch": [".aiproj.json"],
130
- "url": "https://www.schemastore.org/aiproj-1.6.json",
130
+ "url": "https://www.schemastore.org/aiproj-1.7.json",
131
131
  "versions": {
132
132
  "1.0": "https://www.schemastore.org/aiproj-1.0.json",
133
133
  "1.1": "https://www.schemastore.org/aiproj-1.1.json",
@@ -135,7 +135,8 @@
135
135
  "1.3": "https://www.schemastore.org/aiproj-1.3.json",
136
136
  "1.4": "https://www.schemastore.org/aiproj-1.4.json",
137
137
  "1.5": "https://www.schemastore.org/aiproj-1.5.json",
138
- "1.6": "https://www.schemastore.org/aiproj-1.6.json"
138
+ "1.6": "https://www.schemastore.org/aiproj-1.6.json",
139
+ "1.7": "https://www.schemastore.org/aiproj-1.7.json"
139
140
  }
140
141
  },
141
142
  {
@@ -4938,7 +4939,8 @@
4938
4939
  "**/.gitlab/renovate.json",
4939
4940
  "**/.gitlab/renovate.json5",
4940
4941
  ".renovaterc",
4941
- ".renovaterc.json"
4942
+ ".renovaterc.json",
4943
+ ".renovaterc.json5"
4942
4944
  ],
4943
4945
  "url": "https://docs.renovatebot.com/renovate-schema.json"
4944
4946
  },
@@ -6124,6 +6126,12 @@
6124
6126
  "fileMatch": ["web-types.json", "*.web-types.json"],
6125
6127
  "url": "https://www.schemastore.org/web-types.json"
6126
6128
  },
6129
+ {
6130
+ "name": "WP-CLI",
6131
+ "description": "WP-CLI is the official command-line tool for WordPress",
6132
+ "fileMatch": ["wp-cli.local.yml", "wp-cli.yml", "**/.wp-cli/config.yml"],
6133
+ "url": "https://raw.githubusercontent.com/wp-cli/wp-cli/refs/heads/main/schemas/wp-cli-config.json"
6134
+ },
6127
6135
  {
6128
6136
  "name": "Wrangler CLI",
6129
6137
  "description": "Wrangler is a command-line tool for building with Cloudflare developer products",
@@ -6566,7 +6574,7 @@
6566
6574
  "name": "Gradle Enterprise",
6567
6575
  "description": "Gradle Enterprise configuration",
6568
6576
  "fileMatch": ["*gradle-enterprise.yml", "*gradle-enterprise.yaml"],
6569
- "url": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-12.json",
6577
+ "url": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-13.json",
6570
6578
  "versions": {
6571
6579
  "1.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-1.json",
6572
6580
  "2.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-2.json",
@@ -6579,7 +6587,8 @@
6579
6587
  "9.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-9.json",
6580
6588
  "10.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-10.json",
6581
6589
  "11.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-11.json",
6582
- "12.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-12.json"
6590
+ "12.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-12.json",
6591
+ "13.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-13.json"
6583
6592
  }
6584
6593
  },
6585
6594
  {
@@ -7716,6 +7725,17 @@
7716
7725
  "fileMatch": ["language-configuration.json"],
7717
7726
  "url": "https://www.schemastore.org/language-configuration.json"
7718
7727
  },
7728
+ {
7729
+ "name": "LangGraph Platform configuration",
7730
+ "description": "LangGraph Platform configuration file",
7731
+ "fileMatch": [
7732
+ "langgraph.json",
7733
+ "langgraph.*.json",
7734
+ ".langgraph.json",
7735
+ ".langgraph.*.json"
7736
+ ],
7737
+ "url": "https://raw.githubusercontent.com/langchain-ai/langgraph/main/libs/cli/schemas/version.schema.json"
7738
+ },
7719
7739
  {
7720
7740
  "name": "Any",
7721
7741
  "description": "Valid for any JSON file",
@@ -7925,9 +7945,16 @@
7925
7945
  },
7926
7946
  {
7927
7947
  "name": "WireMock stub mapping",
7928
- "description": "WireMock stub mapping JSON. See https://wiremock.org/docs/stubbing/",
7929
- "fileMatch": ["wiremock-stub-mapping.yml", "wiremock-stub-mapping.yaml"],
7930
- "url": "https://www.schemastore.org/wiremock-stub-mapping.json"
7948
+ "description": "WireMock single or multiple stub mapping JSON. See https://wiremock.org/docs/stubbing/",
7949
+ "fileMatch": [
7950
+ "wiremock-stub-mapping.yml",
7951
+ "wiremock-stub-mapping.yaml",
7952
+ "stubs.json",
7953
+ "stub-mappings.json",
7954
+ "stubs.yaml",
7955
+ "stub-mappings.yaml"
7956
+ ],
7957
+ "url": "https://raw.githubusercontent.com/wiremock/wiremock/refs/heads/master/schemas/wiremock-stub-mapping-or-mappings.json"
7931
7958
  },
7932
7959
  {
7933
7960
  "name": "Bitmovin Encoding Template",
@@ -8271,6 +8298,18 @@
8271
8298
  "*.hecate.json"
8272
8299
  ],
8273
8300
  "url": "https://raw.githubusercontent.com/ShaitanLyss/these/main/hecate/hecate-json-schema.json"
8301
+ },
8302
+ {
8303
+ "name": "Jujutsu (jj) VCS config",
8304
+ "description": "Jujutsu (jj) configuration file",
8305
+ "fileMatch": ["**/.jj/repo/config.toml", "**/jj/config.toml"],
8306
+ "url": "https://jj-vcs.github.io/jj/latest/config-schema.json"
8307
+ },
8308
+ {
8309
+ "name": "AWS Copilot Manifest",
8310
+ "description": "Manifest YAML files for AWS Copilot services, environments, and pipelines. Documentation: https://aws.github.io/copilot-cli/docs/manifest/overview/",
8311
+ "fileMatch": ["**/copilot/**/manifest.yml"],
8312
+ "url": "https://sootyowl.github.io/aws-copilot-schemas/copilot-schema.json"
8274
8313
  }
8275
8314
  ]
8276
8315
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theia/core",
3
- "version": "1.63.2",
3
+ "version": "1.63.3",
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.63.2",
21
- "@theia/request": "1.63.2",
20
+ "@theia/application-package": "1.63.3",
21
+ "@theia/request": "1.63.3",
22
22
  "@types/body-parser": "^1.16.4",
23
23
  "@types/cookie": "^0.3.3",
24
24
  "@types/express": "^4.17.21",
@@ -208,13 +208,13 @@
208
208
  "watch": "theiaext watch"
209
209
  },
210
210
  "devDependencies": {
211
- "@theia/ext-scripts": "1.63.2",
212
- "@theia/re-exports": "1.63.2",
211
+ "@theia/ext-scripts": "1.63.3",
212
+ "@theia/re-exports": "1.63.3",
213
213
  "minimist": "^1.2.0",
214
214
  "nodejs-file-downloader": "4.13.0"
215
215
  },
216
216
  "nyc": {
217
217
  "extends": "../../configs/nyc.json"
218
218
  },
219
- "gitHead": "dc03f4a5e7cd301c64bcb1cfd8fbacc7f83255d1"
219
+ "gitHead": "3767d7e8afa8176eab1df14571dcde6313a1ce3e"
220
220
  }