@theia/core 1.55.0 → 1.55.1

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
@@ -84,12 +84,12 @@ export class SomeClass {
84
84
  - `@phosphor/signaling` (from [`@phosphor/signaling@1`](https://www.npmjs.com/package/@phosphor/signaling))
85
85
  - `@phosphor/virtualdom` (from [`@phosphor/virtualdom@1`](https://www.npmjs.com/package/@phosphor/virtualdom))
86
86
  - `@phosphor/widgets` (from [`@phosphor/widgets@1`](https://www.npmjs.com/package/@phosphor/widgets))
87
- - `@theia/application-package` (from [`@theia/application-package@1.55.0`](https://www.npmjs.com/package/@theia/application-package/v/1.55.0))
88
- - `@theia/application-package/lib/api` (from [`@theia/application-package@1.55.0`](https://www.npmjs.com/package/@theia/application-package/v/1.55.0))
89
- - `@theia/application-package/lib/environment` (from [`@theia/application-package@1.55.0`](https://www.npmjs.com/package/@theia/application-package/v/1.55.0))
90
- - `@theia/request` (from [`@theia/request@1.55.0`](https://www.npmjs.com/package/@theia/request/v/1.55.0))
91
- - `@theia/request/lib/proxy` (from [`@theia/request@1.55.0`](https://www.npmjs.com/package/@theia/request/v/1.55.0))
92
- - `@theia/request/lib/node-request-service` (from [`@theia/request@1.55.0`](https://www.npmjs.com/package/@theia/request/v/1.55.0))
87
+ - `@theia/application-package` (from [`@theia/application-package@1.55.1`](https://www.npmjs.com/package/@theia/application-package/v/1.55.1))
88
+ - `@theia/application-package/lib/api` (from [`@theia/application-package@1.55.1`](https://www.npmjs.com/package/@theia/application-package/v/1.55.1))
89
+ - `@theia/application-package/lib/environment` (from [`@theia/application-package@1.55.1`](https://www.npmjs.com/package/@theia/application-package/v/1.55.1))
90
+ - `@theia/request` (from [`@theia/request@1.55.1`](https://www.npmjs.com/package/@theia/request/v/1.55.1))
91
+ - `@theia/request/lib/proxy` (from [`@theia/request@1.55.1`](https://www.npmjs.com/package/@theia/request/v/1.55.1))
92
+ - `@theia/request/lib/node-request-service` (from [`@theia/request@1.55.1`](https://www.npmjs.com/package/@theia/request/v/1.55.1))
93
93
  - `fs-extra` (from [`fs-extra@^4.0.2`](https://www.npmjs.com/package/fs-extra))
94
94
  - `fuzzy` (from [`fuzzy@^0.1.3`](https://www.npmjs.com/package/fuzzy))
95
95
  - `inversify` (from [`inversify@^6.0.1`](https://www.npmjs.com/package/inversify))
@@ -98,7 +98,7 @@ export class SomeClass {
98
98
  - `react-virtuoso` (from [`react-virtuoso@^2.17.0`](https://www.npmjs.com/package/react-virtuoso))
99
99
  - `vscode-languageserver-protocol` (from [`vscode-languageserver-protocol@^3.17.2`](https://www.npmjs.com/package/vscode-languageserver-protocol))
100
100
  - `vscode-uri` (from [`vscode-uri@^2.1.1`](https://www.npmjs.com/package/vscode-uri))
101
- - `@parcel/watcher` (from [`@parcel/watcher@^2.4.1`](https://www.npmjs.com/package/@parcel/watcher))
101
+ - `@parcel/watcher` (from [`@parcel/watcher@^2.5.0`](https://www.npmjs.com/package/@parcel/watcher))
102
102
  - `dompurify` (from [`dompurify@^2.2.9`](https://www.npmjs.com/package/dompurify))
103
103
  - `express` (from [`express@^4.21.0`](https://www.npmjs.com/package/express))
104
104
  - `lodash.debounce` (from [`lodash.debounce@^4.0.8`](https://www.npmjs.com/package/lodash.debounce))
@@ -93,12 +93,13 @@
93
93
  "name": ".aiproj.json",
94
94
  "description": "Settings for project analysis by the Application Inspector",
95
95
  "fileMatch": [".aiproj.json"],
96
- "url": "https://json.schemastore.org/aiproj-1.3.json",
96
+ "url": "https://json.schemastore.org/aiproj-1.4.json",
97
97
  "versions": {
98
98
  "1.0": "https://json.schemastore.org/aiproj-1.0.json",
99
99
  "1.1": "https://json.schemastore.org/aiproj-1.1.json",
100
100
  "1.2": "https://json.schemastore.org/aiproj-1.2.json",
101
- "1.3": "https://json.schemastore.org/aiproj-1.3.json"
101
+ "1.3": "https://json.schemastore.org/aiproj-1.3.json",
102
+ "1.4": "https://json.schemastore.org/aiproj-1.4.json"
102
103
  }
103
104
  },
104
105
  {
@@ -116,13 +117,14 @@
116
117
  "name": "ABCSupplyPlan",
117
118
  "description": "ABCSupplyPlan representing all the state for performing inventory optimization and expiry analysis in ABC-Plan MasterPlanner",
118
119
  "fileMatch": ["abc-supply-plan-*.json"],
119
- "url": "https://json.schemastore.org/abc-supply-plan-5.0.0.json",
120
+ "url": "https://json.schemastore.org/abc-supply-plan-6.0.0.json",
120
121
  "versions": {
121
122
  "1.0.0": "https://json.schemastore.org/abc-supply-plan-1.0.0.json",
122
123
  "2.0.0": "https://json.schemastore.org/abc-supply-plan-2.0.0.json",
123
124
  "3.0.0": "https://json.schemastore.org/abc-supply-plan-3.0.0.json",
124
125
  "4.0.0": "https://json.schemastore.org/abc-supply-plan-4.0.0.json",
125
- "5.0.0": "https://json.schemastore.org/abc-supply-plan-5.0.0.json"
126
+ "5.0.0": "https://json.schemastore.org/abc-supply-plan-5.0.0.json",
127
+ "6.0.0": "https://json.schemastore.org/abc-supply-plan-6.0.0.json"
126
128
  }
127
129
  },
128
130
  {
@@ -495,6 +497,19 @@
495
497
  ],
496
498
  "url": "https://raw.githubusercontent.com/codifyCLI/codify-schemas/main/src/schemastore/codify-schema.json"
497
499
  },
500
+ {
501
+ "name": "CloudCannon Configuration",
502
+ "description": "Configuration file for CloudCannon, the Git-based CMS that brings visual editing to your modern tech stack, freeing developers from content tasks while empowering editors to make changes",
503
+ "fileMatch": [
504
+ "cloudcannon.config.yml",
505
+ "cloudcannon.config.yaml",
506
+ "cloudcannon.config.json",
507
+ "*.cloudcannon.config.yml",
508
+ "*.cloudcannon.config.yaml",
509
+ "*.cloudcannon.config.json"
510
+ ],
511
+ "url": "https://github.com/cloudcannon/configuration-types/releases/latest/download/cloudcannon-config.schema.json"
512
+ },
498
513
  {
499
514
  "name": "latexindent configuration",
500
515
  "description": "Configuration file for latexindent",
@@ -911,6 +926,19 @@
911
926
  "4.x": "https://raw.githubusercontent.com/apache/camel/main/dsl/camel-yaml-dsl/camel-yaml-dsl/src/generated/resources/schema/camelYamlDsl.json"
912
927
  }
913
928
  },
929
+ {
930
+ "name": "Cannon TOML",
931
+ "description": "Deployment configuration for Cannon, a DevOps tool for Ethereum",
932
+ "fileMatch": [
933
+ "cannonfile.json",
934
+ "*.cannonfile.json",
935
+ "cannonfile.yaml",
936
+ "*.cannonfile.yaml",
937
+ "cannonfile.toml",
938
+ "*.cannonfile.toml"
939
+ ],
940
+ "url": "https://raw.githubusercontent.com/usecannon/cannon/main/packages/lsp/src/schema.json"
941
+ },
914
942
  {
915
943
  "name": "Carafe",
916
944
  "description": "Carafe compatible JavaScript Bundles",
@@ -2054,7 +2082,7 @@
2054
2082
  "name": "Expo SDK",
2055
2083
  "description": "Expo SDK app manifest",
2056
2084
  "fileMatch": ["app.json"],
2057
- "url": "https://json.schemastore.org/expo-46.0.0.json",
2085
+ "url": "https://json.schemastore.org/expo-52.0.0.json",
2058
2086
  "versions": {
2059
2087
  "37.0.0": "https://json.schemastore.org/expo-37.0.0.json",
2060
2088
  "38.0.0": "https://json.schemastore.org/expo-38.0.0.json",
@@ -2062,7 +2090,9 @@
2062
2090
  "40.0.0": "https://json.schemastore.org/expo-40.0.0.json",
2063
2091
  "41.0.0": "https://json.schemastore.org/expo-41.0.0.json",
2064
2092
  "42.0.0": "https://json.schemastore.org/expo-42.0.0.json",
2065
- "46.0.0": "https://json.schemastore.org/expo-46.0.0.json"
2093
+ "46.0.0": "https://json.schemastore.org/expo-46.0.0.json",
2094
+ "50.0.0": "https://json.schemastore.org/expo-50.0.0.json",
2095
+ "52.0.0": "https://json.schemastore.org/expo-52.0.0.json"
2066
2096
  }
2067
2097
  },
2068
2098
  {
@@ -2071,6 +2101,12 @@
2071
2101
  "fileMatch": ["eas.json"],
2072
2102
  "url": "https://raw.githubusercontent.com/expo/eas-cli/main/packages/eas-json/schema/eas.schema.json"
2073
2103
  },
2104
+ {
2105
+ "name": "EasyVCR .NET",
2106
+ "description": "EasyVCR .NET recording file",
2107
+ "fileMatch": ["*.easyvcr", "**/cassettes/*.json"],
2108
+ "url": "https://json.schemastore.org/easyvcr-net.json"
2109
+ },
2074
2110
  {
2075
2111
  "name": "ezd task runner",
2076
2112
  "description": "ezd task runner. Documentation: https://gitlab.com/sbenv/veroxis/ezd-rs",
@@ -2774,7 +2810,7 @@
2774
2810
  "name": "ioBroker JSON UI",
2775
2811
  "description": "ioBroker JSON-based admin user interfaces - config, custom and tabs",
2776
2812
  "fileMatch": ["jsonConfig.json", "jsonCustom.json", "jsonTab.json"],
2777
- "url": "https://raw.githubusercontent.com/ioBroker/adapter-react-v5/main/schemas/jsonConfig.json"
2813
+ "url": "https://raw.githubusercontent.com/ioBroker/ioBroker.admin/master/packages/jsonConfig/schemas/jsonConfig.json"
2778
2814
  },
2779
2815
  {
2780
2816
  "name": "ioBroker Package manifest",
@@ -2845,8 +2881,9 @@
2845
2881
  "name": "JReleaser",
2846
2882
  "description": "JReleaser config file",
2847
2883
  "fileMatch": ["jreleaser.yml", "jreleaser.json"],
2848
- "url": "https://json.schemastore.org/jreleaser-1.14.0.json",
2884
+ "url": "https://json.schemastore.org/jreleaser-1.15.0.json",
2849
2885
  "versions": {
2886
+ "1.15.0": "https://json.schemastore.org/jreleaser-1.15.0.json",
2850
2887
  "1.14.0": "https://json.schemastore.org/jreleaser-1.14.0.json",
2851
2888
  "1.13.1": "https://json.schemastore.org/jreleaser-1.13.1.json",
2852
2889
  "1.13.0": "https://json.schemastore.org/jreleaser-1.13.0.json",
@@ -3188,6 +3225,12 @@
3188
3225
  "fileMatch": ["*.lsdl.yaml", "*.lsdl.json"],
3189
3226
  "url": "https://json.schemastore.org/lsdlschema.json"
3190
3227
  },
3228
+ {
3229
+ "name": ".luaurc",
3230
+ "description": "Luau language configuration file",
3231
+ "fileMatch": [".luaurc"],
3232
+ "url": "https://json.schemastore.org/luaurc.json"
3233
+ },
3191
3234
  {
3192
3235
  "name": "MapEHR Mapping",
3193
3236
  "description": "Mapping for MapEHR.com",
@@ -3570,12 +3613,27 @@
3570
3613
  "3.3.0": "https://json.schemastore.org/nuget-project-3.3.0.json"
3571
3614
  }
3572
3615
  },
3616
+ {
3617
+ "name": "NueJS configuration file",
3618
+ "description": "NueJS site configuration file",
3619
+ "fileMatch": [],
3620
+ "url": "https://json.schemastore.org/nuejs-site.json"
3621
+ },
3573
3622
  {
3574
3623
  "name": "nswag.json",
3575
3624
  "description": "nswag configuration",
3576
3625
  "fileMatch": ["nswag.json"],
3577
3626
  "url": "https://json.schemastore.org/nswag.json"
3578
3627
  },
3628
+ {
3629
+ "name": "Nullstone config",
3630
+ "description": "Nullstone config.yml file",
3631
+ "fileMatch": ["**/.nullstone/*.yml", "**/.nullstone/*.yaml"],
3632
+ "url": "https://raw.githubusercontent.com/nullstone-io/iac/master/.schema/config.0.1.json",
3633
+ "versions": {
3634
+ "0.1": "https://raw.githubusercontent.com/nullstone-io/iac/master/.schema/config.0.1.json"
3635
+ }
3636
+ },
3579
3637
  {
3580
3638
  "name": "ntangle",
3581
3639
  "description": "NTangle CDC code-generation configuration. Documentation: https://github.com/Avanade/ntangle",
@@ -3992,6 +4050,12 @@
3992
4050
  "0.0": "https://json.schemastore.org/plagiarize-me-0.0.json"
3993
4051
  }
3994
4052
  },
4053
+ {
4054
+ "name": "Plex Prerolls",
4055
+ "description": "Plex Prerolls configuration",
4056
+ "fileMatch": [],
4057
+ "url": "https://raw.githubusercontent.com/nwithan8/plex-prerolls/main/.schema/config.schema.json"
4058
+ },
3995
4059
  {
3996
4060
  "name": "podbard.yaml",
3997
4061
  "description": "Configuration file for Podbard - a podcast site generator",
@@ -4088,7 +4152,7 @@
4088
4152
  "name": "Problem package generators",
4089
4153
  "description": "Generators for programming tasks in the Kattis/CLICS problem package format",
4090
4154
  "fileMatch": ["generators.yml", "generators.yaml"],
4091
- "url": "https://json.schemastore.org/problem_package_generators.json"
4155
+ "url": "https://raw.githubusercontent.com/RagnarGrootKoerkamp/BAPCtools/refs/heads/master/support/schemas/generators_yaml_schema.json"
4092
4156
  },
4093
4157
  {
4094
4158
  "name": "project.json",
@@ -5022,7 +5086,7 @@
5022
5086
  "name": "transcend.yml",
5023
5087
  "description": "Define personal data in code using Transcend",
5024
5088
  "fileMatch": ["transcend.yml", "transcend.yaml"],
5025
- "url": "https://raw.githubusercontent.com/transcend-io/cli/main/transcend-yml-schema-v4.json"
5089
+ "url": "https://raw.githubusercontent.com/transcend-io/cli/main/transcend-yml-schema-latest.json"
5026
5090
  },
5027
5091
  {
5028
5092
  "name": "trime.yaml",
@@ -5235,7 +5299,18 @@
5235
5299
  "venvironment.json",
5236
5300
  "*.venvironment.json"
5237
5301
  ],
5238
- "url": "https://json.schemastore.org/venvironment-schema.json"
5302
+ "url": "https://json.schemastore.org/venvironment-schema-v3.2.0.json",
5303
+ "versions": {
5304
+ "1.0.0": "https://json.schemastore.org/venvironment-schema-v1.0.0.json",
5305
+ "1.1.0": "https://json.schemastore.org/venvironment-schema-v1.1.0.json",
5306
+ "1.1.1": "https://json.schemastore.org/venvironment-schema-v1.1.1.json",
5307
+ "2.0.0": "https://json.schemastore.org/venvironment-schema-v2.0.0.json",
5308
+ "2.1.0": "https://json.schemastore.org/venvironment-schema-v2.1.0.json",
5309
+ "2.2.0": "https://json.schemastore.org/venvironment-schema-v2.2.0.json",
5310
+ "3.0.0": "https://json.schemastore.org/venvironment-schema-v3.0.0.json",
5311
+ "3.1.0": "https://json.schemastore.org/venvironment-schema-v3.1.0.json",
5312
+ "3.2.0": "https://json.schemastore.org/venvironment-schema-v3.2.0.json"
5313
+ }
5239
5314
  },
5240
5315
  {
5241
5316
  "name": "venvironment-basic.yaml",
@@ -5248,7 +5323,15 @@
5248
5323
  "venvironment-basic.json",
5249
5324
  "*.venvironment-basic.json"
5250
5325
  ],
5251
- "url": "https://json.schemastore.org/venvironment-basic-schema.json"
5326
+ "url": "https://json.schemastore.org/venvironment-basic-schema-v3.2.0.json",
5327
+ "versions": {
5328
+ "1.0.0": "https://json.schemastore.org/venvironment-basic-schema-v1.0.0.json",
5329
+ "1.1.0": "https://json.schemastore.org/venvironment-basic-schema-v1.1.0.json",
5330
+ "2.0.0": "https://json.schemastore.org/venvironment-basic-schema-v2.0.0.json",
5331
+ "2.1.0": "https://json.schemastore.org/venvironment-basic-schema-v2.1.0.json",
5332
+ "3.0.0": "https://json.schemastore.org/venvironment-basic-schema-v3.0.0.json",
5333
+ "3.2.0": "https://json.schemastore.org/venvironment-basic-schema-v3.2.0.json"
5334
+ }
5252
5335
  },
5253
5336
  {
5254
5337
  "name": "Version Bumper config",
@@ -5341,7 +5424,14 @@
5341
5424
  "name": "vtesttree.yaml",
5342
5425
  "description": "Vector test execution tree description",
5343
5426
  "fileMatch": ["*.vtesttree.yaml", "*.vtesttree.yml", "*.vtesttree.json"],
5344
- "url": "https://json.schemastore.org/vtesttree-schema.json"
5427
+ "url": "https://json.schemastore.org/vtesttree-schema-v2.3.0.json",
5428
+ "versions": {
5429
+ "1.0.0": "https://json.schemastore.org/vtesttree-schema-v1.0.0.json",
5430
+ "2.0.0": "https://json.schemastore.org/vtesttree-schema-v2.0.0.json",
5431
+ "2.1.0": "https://json.schemastore.org/vtesttree-schema-v2.1.0.json",
5432
+ "2.2.0": "https://json.schemastore.org/vtesttree-schema-v2.2.0.json",
5433
+ "2.3.0": "https://json.schemastore.org/vtesttree-schema-v2.3.0.json"
5434
+ }
5345
5435
  },
5346
5436
  {
5347
5437
  "name": "vtestunit.yaml",
@@ -5404,10 +5494,16 @@
5404
5494
  },
5405
5495
  {
5406
5496
  "name": "KSP-CKAN",
5407
- "description": "Metadata spec for KSP-CKAN",
5497
+ "description": "Metadata spec for CKAN meta files",
5408
5498
  "fileMatch": ["*.ckan"],
5409
5499
  "url": "https://raw.githubusercontent.com/KSP-CKAN/CKAN/master/CKAN.schema"
5410
5500
  },
5501
+ {
5502
+ "name": "KSP-NetKAN",
5503
+ "description": "Metadata spec for NetKAN files",
5504
+ "fileMatch": ["*.netkan", "*.frozen"],
5505
+ "url": "https://raw.githubusercontent.com/KSP-CKAN/CKAN/master/NetKAN.schema"
5506
+ },
5411
5507
  {
5412
5508
  "name": "JSON Schema Draft 4",
5413
5509
  "description": "Meta-validation JSON Schema Draft 4",
@@ -5520,12 +5616,6 @@
5520
5616
  ],
5521
5617
  "url": "https://mise.jdx.dev/schema/mise.json"
5522
5618
  },
5523
- {
5524
- "name": "mise-settings",
5525
- "description": "mise settings, a polyglot dev tool manager",
5526
- "fileMatch": ["**/mise/settings.toml"],
5527
- "url": "https://mise.jdx.dev/schema/settings.json"
5528
- },
5529
5619
  {
5530
5620
  "name": "mta.yaml",
5531
5621
  "description": "A MTA projects v3.3",
@@ -6861,7 +6951,7 @@
6861
6951
  "vcluster.yaml",
6862
6952
  "vcluster.yml"
6863
6953
  ],
6864
- "url": "https://raw.githubusercontent.com/loft-sh/vcluster/main/chart/values.schema.json"
6954
+ "url": "https://raw.githubusercontent.com/loft-sh/vcluster-config/main/vcluster.schema.json"
6865
6955
  },
6866
6956
  {
6867
6957
  "name": "well-known-fursona",
@@ -7101,6 +7191,18 @@
7101
7191
  "description": "Moonrepo project configuration file",
7102
7192
  "fileMatch": ["moon.yml"],
7103
7193
  "url": "https://raw.githubusercontent.com/moonrepo/moon/master/website/static/schemas/project.json"
7194
+ },
7195
+ {
7196
+ "name": "WireMock stub mapping",
7197
+ "description": "WireMock stub mapping JSON. See https://wiremock.org/docs/stubbing/",
7198
+ "fileMatch": ["wiremock-stub-mapping.yml", "wiremock-stub-mapping.yaml"],
7199
+ "url": "https://json.schemastore.org/wiremock-stub-mapping.json"
7200
+ },
7201
+ {
7202
+ "name": "Bitmovin Encoding Template",
7203
+ "description": "An encoding workflow from a single configuration template",
7204
+ "fileMatch": ["*.bitmovin.json", "*.bitmovin.yml", "*.bitmovin.yaml"],
7205
+ "url": "https://raw.githubusercontent.com/bitmovin/bitmovin-api-sdk-examples/main/bitmovin-encoding-template.json"
7104
7206
  }
7105
7207
  ]
7106
7208
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@theia/core",
3
- "version": "1.55.0",
3
+ "version": "1.55.1",
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",
7
7
  "dependencies": {
8
8
  "@babel/runtime": "^7.10.0",
9
- "@parcel/watcher": "^2.4.1",
9
+ "@parcel/watcher": "^2.5.0",
10
10
  "@phosphor/algorithm": "1",
11
11
  "@phosphor/commands": "1",
12
12
  "@phosphor/coreutils": "1",
@@ -17,8 +17,8 @@
17
17
  "@phosphor/signaling": "1",
18
18
  "@phosphor/virtualdom": "1",
19
19
  "@phosphor/widgets": "1",
20
- "@theia/application-package": "1.55.0",
21
- "@theia/request": "1.55.0",
20
+ "@theia/application-package": "1.55.1",
21
+ "@theia/request": "1.55.1",
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.55.0",
214
- "@theia/re-exports": "1.55.0",
213
+ "@theia/ext-scripts": "1.55.1",
214
+ "@theia/re-exports": "1.55.1",
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": "0e7a523b8e798679d2e098709c63bd7060e54c8a"
221
+ "gitHead": "be4713a778be16ba831af63a6fbd43b2301e882d"
222
222
  }