@theia/core 1.74.0 → 1.75.0-next.0
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/lib/browser/catalog.json +49 -8
- package/package.json +4 -4
package/lib/browser/catalog.json
CHANGED
|
@@ -5631,12 +5631,7 @@
|
|
|
5631
5631
|
{
|
|
5632
5632
|
"name": "OpenTelemetry Declarative Configuration",
|
|
5633
5633
|
"description": "OpenTelemetry declarative configuration for SDKs and instrumentation",
|
|
5634
|
-
"fileMatch": [
|
|
5635
|
-
"opentelemetry*.yaml",
|
|
5636
|
-
"opentelemetry*.yml",
|
|
5637
|
-
"otel*.yaml",
|
|
5638
|
-
"otel*.yml"
|
|
5639
|
-
],
|
|
5634
|
+
"fileMatch": ["opentelemetry*.yaml", "opentelemetry*.yml"],
|
|
5640
5635
|
"url": "https://raw.githubusercontent.com/open-telemetry/opentelemetry-configuration/refs/tags/v1.1.0/opentelemetry_configuration.json",
|
|
5641
5636
|
"versions": {
|
|
5642
5637
|
"1.1.0": "https://raw.githubusercontent.com/open-telemetry/opentelemetry-configuration/refs/tags/v1.1.0/opentelemetry_configuration.json",
|
|
@@ -6619,6 +6614,7 @@
|
|
|
6619
6614
|
],
|
|
6620
6615
|
"url": "https://docs.renovatebot.com/renovate-schema.json",
|
|
6621
6616
|
"versions": {
|
|
6617
|
+
"43": "https://www.schemastore.org/renovate-43.json",
|
|
6622
6618
|
"42": "https://www.schemastore.org/renovate-42.json",
|
|
6623
6619
|
"41": "https://www.schemastore.org/renovate-41.json",
|
|
6624
6620
|
"40": "https://www.schemastore.org/renovate-40.json",
|
|
@@ -6631,6 +6627,7 @@
|
|
|
6631
6627
|
"fileMatch": [],
|
|
6632
6628
|
"url": "https://docs.renovatebot.com/renovate-global-schema.json",
|
|
6633
6629
|
"versions": {
|
|
6630
|
+
"43": "https://www.schemastore.org/renovate-global-schema-43.json",
|
|
6634
6631
|
"42": "https://www.schemastore.org/renovate-global-schema-42.json",
|
|
6635
6632
|
"41": "https://www.schemastore.org/renovate-global-schema-41.json"
|
|
6636
6633
|
}
|
|
@@ -6641,6 +6638,7 @@
|
|
|
6641
6638
|
"fileMatch": [],
|
|
6642
6639
|
"url": "https://docs.renovatebot.com/renovate-inherited-schema.json",
|
|
6643
6640
|
"versions": {
|
|
6641
|
+
"43": "https://www.schemastore.org/renovate-inherited-schema-43.json",
|
|
6644
6642
|
"42": "https://www.schemastore.org/renovate-inherited-schema-42.json"
|
|
6645
6643
|
}
|
|
6646
6644
|
},
|
|
@@ -7018,6 +7016,34 @@
|
|
|
7018
7016
|
"fileMatch": [".size-limit.json"],
|
|
7019
7017
|
"url": "https://www.schemastore.org/size-limit.json"
|
|
7020
7018
|
},
|
|
7019
|
+
{
|
|
7020
|
+
"name": "skill-map plugin extension manifest",
|
|
7021
|
+
"description": "Declarative manifest of a skill-map plugin extension (version, description, stability, defaultEnabled), read before any code is imported",
|
|
7022
|
+
"fileMatch": [
|
|
7023
|
+
"**/.skill-map/plugins/*/providers/*/extension.json",
|
|
7024
|
+
"**/.skill-map/plugins/*/extractors/*/extension.json",
|
|
7025
|
+
"**/.skill-map/plugins/*/analyzers/*/extension.json",
|
|
7026
|
+
"**/.skill-map/plugins/*/actions/*/extension.json",
|
|
7027
|
+
"**/.skill-map/plugins/*/formatters/*/extension.json",
|
|
7028
|
+
"**/.skill-map/plugins/*/hooks/*/extension.json"
|
|
7029
|
+
],
|
|
7030
|
+
"url": "https://skill-map.ai/spec/v1/extensions/extension-manifest.schema.json"
|
|
7031
|
+
},
|
|
7032
|
+
{
|
|
7033
|
+
"name": "skill-map project settings",
|
|
7034
|
+
"description": "Per-project skill-map configuration (.skill-map/settings.json and its .local partner)",
|
|
7035
|
+
"fileMatch": [
|
|
7036
|
+
"**/.skill-map/settings.json",
|
|
7037
|
+
"**/.skill-map/settings.local.json"
|
|
7038
|
+
],
|
|
7039
|
+
"url": "https://skill-map.ai/spec/v1/project-config.schema.json"
|
|
7040
|
+
},
|
|
7041
|
+
{
|
|
7042
|
+
"name": "skill-map provider kind",
|
|
7043
|
+
"description": "Node-kind descriptor a skill-map Provider plugin declares",
|
|
7044
|
+
"fileMatch": ["**/.skill-map/plugins/*/kinds/*/kind.json"],
|
|
7045
|
+
"url": "https://skill-map.ai/spec/v1/extensions/provider-kind.schema.json"
|
|
7046
|
+
},
|
|
7021
7047
|
{
|
|
7022
7048
|
"name": "Slack app manifest",
|
|
7023
7049
|
"description": "A manifest file containing the settings for a Slack app",
|
|
@@ -7568,6 +7594,12 @@
|
|
|
7568
7594
|
"fileMatch": ["trunk.yaml"],
|
|
7569
7595
|
"url": "https://static.trunk.io/pub/trunk-yaml-schema.json"
|
|
7570
7596
|
},
|
|
7597
|
+
{
|
|
7598
|
+
"name": "tsbuild",
|
|
7599
|
+
"description": "Configuration for the tsbuild TypeScript build system",
|
|
7600
|
+
"fileMatch": ["tsbuild.json"],
|
|
7601
|
+
"url": "https://www.schemastore.org/tsbuild.json"
|
|
7602
|
+
},
|
|
7571
7603
|
{
|
|
7572
7604
|
"name": "tsconfig.json",
|
|
7573
7605
|
"description": "TypeScript compiler configuration file",
|
|
@@ -7888,6 +7920,15 @@
|
|
|
7888
7920
|
"fileMatch": ["**/*vim*/addon-info.json"],
|
|
7889
7921
|
"url": "https://www.schemastore.org/vim-addon-info.json"
|
|
7890
7922
|
},
|
|
7923
|
+
{
|
|
7924
|
+
"name": "Vogi",
|
|
7925
|
+
"description": "Repository configuration for Vogi agents",
|
|
7926
|
+
"fileMatch": [".vogi.yaml"],
|
|
7927
|
+
"url": "https://vogi-control-plane-265712319769.us-central1.run.app/integrations/schema.v1.json",
|
|
7928
|
+
"versions": {
|
|
7929
|
+
"1": "https://vogi-control-plane-265712319769.us-central1.run.app/integrations/schema.v1.json"
|
|
7930
|
+
}
|
|
7931
|
+
},
|
|
7891
7932
|
{
|
|
7892
7933
|
"name": "vsls.json",
|
|
7893
7934
|
"description": "Visual Studio Live Share configuration file",
|
|
@@ -10601,13 +10642,13 @@
|
|
|
10601
10642
|
{
|
|
10602
10643
|
"name": "oxfmt",
|
|
10603
10644
|
"description": "Configuration file for Oxfmt, a high-performance formatter for the JavaScript ecosystem",
|
|
10604
|
-
"fileMatch": ["**/.oxfmtrc.json"],
|
|
10645
|
+
"fileMatch": ["**/.oxfmtrc.json", "**/.oxfmtrc.jsonc"],
|
|
10605
10646
|
"url": "https://raw.githubusercontent.com/oxc-project/oxc/refs/heads/main/npm/oxfmt/configuration_schema.json"
|
|
10606
10647
|
},
|
|
10607
10648
|
{
|
|
10608
10649
|
"name": "oxlint",
|
|
10609
10650
|
"description": "Configuration file for Oxlint, a high-performance linter for JavaScript and TypeScript built on the Oxc compiler stack",
|
|
10610
|
-
"fileMatch": ["**/.oxlintrc.json"],
|
|
10651
|
+
"fileMatch": ["**/.oxlintrc.json", "**/.oxlintrc.jsonc"],
|
|
10611
10652
|
"url": "https://raw.githubusercontent.com/oxc-project/oxc/refs/heads/main/npm/oxlint/configuration_schema.json"
|
|
10612
10653
|
},
|
|
10613
10654
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/core",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.75.0-next.0+172494ea2",
|
|
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.4",
|
|
18
18
|
"@lumino/widgets": "2.7.5",
|
|
19
19
|
"@parcel/watcher": "^2.5.6",
|
|
20
|
-
"@theia/application-package": "1.
|
|
21
|
-
"@theia/request": "1.
|
|
20
|
+
"@theia/application-package": "1.75.0-next.0+172494ea2",
|
|
21
|
+
"@theia/request": "1.75.0-next.0+172494ea2",
|
|
22
22
|
"@types/body-parser": "^1.19.6",
|
|
23
23
|
"@types/express": "^4.17.25",
|
|
24
24
|
"@types/fs-extra": "^4.0.15",
|
|
@@ -230,5 +230,5 @@
|
|
|
230
230
|
"nyc": {
|
|
231
231
|
"extends": "../../configs/nyc.json"
|
|
232
232
|
},
|
|
233
|
-
"gitHead": "
|
|
233
|
+
"gitHead": "172494ea2564ca07690e230805861146007fae79"
|
|
234
234
|
}
|