@theia/core 1.72.1 → 1.72.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
@@ -85,12 +85,12 @@ export class SomeClass {
85
85
  - `@lumino/signaling` (from [`@lumino/signaling@^2.1.5`](https://www.npmjs.com/package/@lumino/signaling))
86
86
  - `@lumino/virtualdom` (from [`@lumino/virtualdom@^2.0.4`](https://www.npmjs.com/package/@lumino/virtualdom))
87
87
  - `@lumino/widgets` (from [`@lumino/widgets@2.7.5`](https://www.npmjs.com/package/@lumino/widgets/v/2.7.5))
88
- - `@theia/application-package` (from [`@theia/application-package@1.72.1`](https://www.npmjs.com/package/@theia/application-package/v/1.72.1))
89
- - `@theia/application-package/lib/api` (from [`@theia/application-package@1.72.1`](https://www.npmjs.com/package/@theia/application-package/v/1.72.1))
90
- - `@theia/application-package/lib/environment` (from [`@theia/application-package@1.72.1`](https://www.npmjs.com/package/@theia/application-package/v/1.72.1))
91
- - `@theia/request` (from [`@theia/request@1.72.1`](https://www.npmjs.com/package/@theia/request/v/1.72.1))
92
- - `@theia/request/lib/proxy` (from [`@theia/request@1.72.1`](https://www.npmjs.com/package/@theia/request/v/1.72.1))
93
- - `@theia/request/lib/node-request-service` (from [`@theia/request@1.72.1`](https://www.npmjs.com/package/@theia/request/v/1.72.1))
88
+ - `@theia/application-package` (from [`@theia/application-package@1.72.3`](https://www.npmjs.com/package/@theia/application-package/v/1.72.3))
89
+ - `@theia/application-package/lib/api` (from [`@theia/application-package@1.72.3`](https://www.npmjs.com/package/@theia/application-package/v/1.72.3))
90
+ - `@theia/application-package/lib/environment` (from [`@theia/application-package@1.72.3`](https://www.npmjs.com/package/@theia/application-package/v/1.72.3))
91
+ - `@theia/request` (from [`@theia/request@1.72.3`](https://www.npmjs.com/package/@theia/request/v/1.72.3))
92
+ - `@theia/request/lib/proxy` (from [`@theia/request@1.72.3`](https://www.npmjs.com/package/@theia/request/v/1.72.3))
93
+ - `@theia/request/lib/node-request-service` (from [`@theia/request@1.72.3`](https://www.npmjs.com/package/@theia/request/v/1.72.3))
94
94
  - `fs-extra` (from [`fs-extra@^4.0.3`](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.2.2`](https://www.npmjs.com/package/inversify))
@@ -1887,6 +1887,12 @@
1887
1887
  "fileMatch": ["**/charts/*/tests/*.yaml"],
1888
1888
  "url": "https://raw.githubusercontent.com/helm-unittest/helm-unittest/refs/heads/main/schema/helm-testsuite.json"
1889
1889
  },
1890
+ {
1891
+ "name": "Hex file",
1892
+ "description": "Hex notebook file format - create and maintain data notebooks on Hex.tech",
1893
+ "fileMatch": ["*.hex.yaml"],
1894
+ "url": "https://static.hex.site/hex-file-schema.json"
1895
+ },
1890
1896
  {
1891
1897
  "name": "CircleCI config.yml",
1892
1898
  "description": "CircleCI config files",
@@ -2713,23 +2719,27 @@
2713
2719
  "**/src/main/resources/apis/*/*.yaml",
2714
2720
  "**/src/main/resources/apis/*/*.yml"
2715
2721
  ],
2716
- "url": "https://www.schemastore.org/enonic-xp-api-8.0.0-B4.json",
2722
+ "url": "https://www.schemastore.org/enonic-xp-api-8.0.0.json",
2717
2723
  "versions": {
2718
- "latest": "https://www.schemastore.org/enonic-xp-api-8.0.0-B4.json",
2719
- "8.0.0-B4": "https://www.schemastore.org/enonic-xp-api-8.0.0-B4.json"
2724
+ "latest": "https://www.schemastore.org/enonic-xp-api-8.0.0.json",
2725
+ "8.0.0-B4": "https://www.schemastore.org/enonic-xp-api-8.0.0-B4.json",
2726
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-api-8.0.0-B5.json",
2727
+ "8.0.0": "https://www.schemastore.org/enonic-xp-api-8.0.0.json"
2720
2728
  }
2721
2729
  },
2722
2730
  {
2723
2731
  "name": "Enonic XP Admin Extension descriptor",
2724
2732
  "description": "YAML descriptor for Enonic XP Admin Extensions",
2725
2733
  "fileMatch": [
2726
- "**/src/main/resources/admins/extensions/*/*.yaml",
2727
- "**/src/main/resources/admins/extensions/*/*.yml"
2734
+ "**/src/main/resources/admin/extensions/*/*.yaml",
2735
+ "**/src/main/resources/admin/extensions/*/*.yml"
2728
2736
  ],
2729
- "url": "https://www.schemastore.org/enonic-xp-admin-extension-8.0.0-B4.json",
2737
+ "url": "https://www.schemastore.org/enonic-xp-admin-extension-8.0.0.json",
2730
2738
  "versions": {
2731
- "latest": "https://www.schemastore.org/enonic-xp-admin-extension-8.0.0-B4.json",
2732
- "8.0.0-B4": "https://www.schemastore.org/enonic-xp-admin-extension-8.0.0-B4.json"
2739
+ "latest": "https://www.schemastore.org/enonic-xp-admin-extension-8.0.0.json",
2740
+ "8.0.0-B4": "https://www.schemastore.org/enonic-xp-admin-extension-8.0.0-B4.json",
2741
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-admin-extension-8.0.0-B5.json",
2742
+ "8.0.0": "https://www.schemastore.org/enonic-xp-admin-extension-8.0.0.json"
2733
2743
  }
2734
2744
  },
2735
2745
  {
@@ -2739,23 +2749,27 @@
2739
2749
  "**/src/main/resources/admin/tools/*/*.yaml",
2740
2750
  "**/src/main/resources/admin/tools/*/*.yml"
2741
2751
  ],
2742
- "url": "https://www.schemastore.org/enonic-xp-admin-tool-8.0.0-B4.json",
2752
+ "url": "https://www.schemastore.org/enonic-xp-admin-tool-8.0.0.json",
2743
2753
  "versions": {
2744
- "latest": "https://www.schemastore.org/enonic-xp-admin-tool-8.0.0-B4.json",
2745
- "8.0.0-B4": "https://www.schemastore.org/enonic-xp-admin-tool-8.0.0-B4.json"
2754
+ "latest": "https://www.schemastore.org/enonic-xp-admin-tool-8.0.0.json",
2755
+ "8.0.0-B4": "https://www.schemastore.org/enonic-xp-admin-tool-8.0.0-B4.json",
2756
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-admin-tool-8.0.0-B5.json",
2757
+ "8.0.0": "https://www.schemastore.org/enonic-xp-admin-tool-8.0.0.json"
2746
2758
  }
2747
2759
  },
2748
2760
  {
2749
2761
  "name": "Enonic XP Application descriptor",
2750
2762
  "description": "YAML descriptor for Enonic XP Applications",
2751
2763
  "fileMatch": [
2752
- "**/src/main/resources/application.yaml",
2753
- "**/src/main/resources/application.yml"
2764
+ "**/src/main/resources/enonic.yaml",
2765
+ "**/src/main/resources/enonic.yml"
2754
2766
  ],
2755
- "url": "https://www.schemastore.org/enonic-xp-application-8.0.0-B4.json",
2767
+ "url": "https://www.schemastore.org/enonic-xp-application-8.0.0.json",
2756
2768
  "versions": {
2757
- "latest": "https://www.schemastore.org/enonic-xp-application-8.0.0-B4.json",
2758
- "8.0.0-B4": "https://www.schemastore.org/enonic-xp-application-8.0.0-B4.json"
2769
+ "latest": "https://www.schemastore.org/enonic-xp-application-8.0.0.json",
2770
+ "8.0.0-B4": "https://www.schemastore.org/enonic-xp-application-8.0.0-B4.json",
2771
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-application-8.0.0-B5.json",
2772
+ "8.0.0": "https://www.schemastore.org/enonic-xp-application-8.0.0.json"
2759
2773
  }
2760
2774
  },
2761
2775
  {
@@ -2765,10 +2779,12 @@
2765
2779
  "**/src/main/resources/cms/cms.yaml",
2766
2780
  "**/src/main/resources/cms/cms.yml"
2767
2781
  ],
2768
- "url": "https://www.schemastore.org/enonic-xp-cms-8.0.0-B4.json",
2782
+ "url": "https://www.schemastore.org/enonic-xp-cms-8.0.0.json",
2769
2783
  "versions": {
2770
- "latest": "https://www.schemastore.org/enonic-xp-cms-8.0.0-B4.json",
2771
- "8.0.0-B4": "https://www.schemastore.org/enonic-xp-cms-8.0.0-B4.json"
2784
+ "latest": "https://www.schemastore.org/enonic-xp-cms-8.0.0.json",
2785
+ "8.0.0-B4": "https://www.schemastore.org/enonic-xp-cms-8.0.0-B4.json",
2786
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-cms-8.0.0-B5.json",
2787
+ "8.0.0": "https://www.schemastore.org/enonic-xp-cms-8.0.0.json"
2772
2788
  }
2773
2789
  },
2774
2790
  {
@@ -2778,10 +2794,12 @@
2778
2794
  "**/src/main/resources/cms/content-types/*/*.yaml",
2779
2795
  "**/src/main/resources/cms/content-types/*/*.yml"
2780
2796
  ],
2781
- "url": "https://www.schemastore.org/enonic-xp-content-type-8.0.0-B4.json",
2797
+ "url": "https://www.schemastore.org/enonic-xp-content-type-8.0.0.json",
2782
2798
  "versions": {
2783
- "latest": "https://www.schemastore.org/enonic-xp-content-type-8.0.0-B4.json",
2784
- "8.0.0-B4": "https://www.schemastore.org/enonic-xp-content-type-8.0.0-B4.json"
2799
+ "latest": "https://www.schemastore.org/enonic-xp-content-type-8.0.0.json",
2800
+ "8.0.0-B4": "https://www.schemastore.org/enonic-xp-content-type-8.0.0-B4.json",
2801
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-content-type-8.0.0-B5.json",
2802
+ "8.0.0": "https://www.schemastore.org/enonic-xp-content-type-8.0.0.json"
2785
2803
  }
2786
2804
  },
2787
2805
  {
@@ -2791,10 +2809,12 @@
2791
2809
  "**/src/main/resources/cms/form-fragments/*/*.yaml",
2792
2810
  "**/src/main/resources/cms/form-fragments/*/*.yml"
2793
2811
  ],
2794
- "url": "https://www.schemastore.org/enonic-xp-form-fragment-8.0.0-B4.json",
2812
+ "url": "https://www.schemastore.org/enonic-xp-form-fragment-8.0.0.json",
2795
2813
  "versions": {
2796
- "latest": "https://www.schemastore.org/enonic-xp-form-fragment-8.0.0-B4.json",
2797
- "8.0.0-B4": "https://www.schemastore.org/enonic-xp-form-fragment-8.0.0-B4.json"
2814
+ "latest": "https://www.schemastore.org/enonic-xp-form-fragment-8.0.0.json",
2815
+ "8.0.0-B4": "https://www.schemastore.org/enonic-xp-form-fragment-8.0.0-B4.json",
2816
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-form-fragment-8.0.0-B5.json",
2817
+ "8.0.0": "https://www.schemastore.org/enonic-xp-form-fragment-8.0.0.json"
2798
2818
  }
2799
2819
  },
2800
2820
  {
@@ -2804,10 +2824,12 @@
2804
2824
  "**/src/main/resources/idprovider/idprovider.yaml",
2805
2825
  "**/src/main/resources/idprovider/idprovider.yml"
2806
2826
  ],
2807
- "url": "https://www.schemastore.org/enonic-xp-idprovider-8.0.0-B4.json",
2827
+ "url": "https://www.schemastore.org/enonic-xp-idprovider-8.0.0.json",
2808
2828
  "versions": {
2809
- "latest": "https://www.schemastore.org/enonic-xp-idprovider-8.0.0-B4.json",
2810
- "8.0.0-B4": "https://www.schemastore.org/enonic-xp-idprovider-8.0.0-B4.json"
2829
+ "latest": "https://www.schemastore.org/enonic-xp-idprovider-8.0.0.json",
2830
+ "8.0.0-B4": "https://www.schemastore.org/enonic-xp-idprovider-8.0.0-B4.json",
2831
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-idprovider-8.0.0-B5.json",
2832
+ "8.0.0": "https://www.schemastore.org/enonic-xp-idprovider-8.0.0.json"
2811
2833
  }
2812
2834
  },
2813
2835
  {
@@ -2817,10 +2839,12 @@
2817
2839
  "**/src/main/resources/cms/layouts/*/*.yaml",
2818
2840
  "**/src/main/resources/cms/layouts/*/*.yml"
2819
2841
  ],
2820
- "url": "https://www.schemastore.org/enonic-xp-layout-8.0.0-B4.json",
2842
+ "url": "https://www.schemastore.org/enonic-xp-layout-8.0.0.json",
2821
2843
  "versions": {
2822
- "latest": "https://www.schemastore.org/enonic-xp-layout-8.0.0-B4.json",
2823
- "8.0.0-B4": "https://www.schemastore.org/enonic-xp-layout-8.0.0-B4.json"
2844
+ "latest": "https://www.schemastore.org/enonic-xp-layout-8.0.0.json",
2845
+ "8.0.0-B4": "https://www.schemastore.org/enonic-xp-layout-8.0.0-B4.json",
2846
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-layout-8.0.0-B5.json",
2847
+ "8.0.0": "https://www.schemastore.org/enonic-xp-layout-8.0.0.json"
2824
2848
  }
2825
2849
  },
2826
2850
  {
@@ -2830,10 +2854,12 @@
2830
2854
  "**/src/main/resources/cms/macros/*/*.yaml",
2831
2855
  "**/src/main/resources/cms/macros/*/*.yml"
2832
2856
  ],
2833
- "url": "https://www.schemastore.org/enonic-xp-macro-8.0.0-B4.json",
2857
+ "url": "https://www.schemastore.org/enonic-xp-macro-8.0.0.json",
2834
2858
  "versions": {
2835
- "latest": "https://www.schemastore.org/enonic-xp-macro-8.0.0-B4.json",
2836
- "8.0.0-B4": "https://www.schemastore.org/enonic-xp-macro-8.0.0-B4.json"
2859
+ "latest": "https://www.schemastore.org/enonic-xp-macro-8.0.0.json",
2860
+ "8.0.0-B4": "https://www.schemastore.org/enonic-xp-macro-8.0.0-B4.json",
2861
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-macro-8.0.0-B5.json",
2862
+ "8.0.0": "https://www.schemastore.org/enonic-xp-macro-8.0.0.json"
2837
2863
  }
2838
2864
  },
2839
2865
  {
@@ -2843,10 +2869,12 @@
2843
2869
  "**/src/main/resources/cms/mixins/*/*.yaml",
2844
2870
  "**/src/main/resources/cms/mixins/*/*.yml"
2845
2871
  ],
2846
- "url": "https://www.schemastore.org/enonic-xp-mixin-8.0.0-B4.json",
2872
+ "url": "https://www.schemastore.org/enonic-xp-mixin-8.0.0.json",
2847
2873
  "versions": {
2848
- "latest": "https://www.schemastore.org/enonic-xp-mixin-8.0.0-B4.json",
2849
- "8.0.0-B4": "https://www.schemastore.org/enonic-xp-mixin-8.0.0-B4.json"
2874
+ "latest": "https://www.schemastore.org/enonic-xp-mixin-8.0.0.json",
2875
+ "8.0.0-B4": "https://www.schemastore.org/enonic-xp-mixin-8.0.0-B4.json",
2876
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-mixin-8.0.0-B5.json",
2877
+ "8.0.0": "https://www.schemastore.org/enonic-xp-mixin-8.0.0.json"
2850
2878
  }
2851
2879
  },
2852
2880
  {
@@ -2856,10 +2884,12 @@
2856
2884
  "**/src/main/resources/cms/pages/*/*.yaml",
2857
2885
  "**/src/main/resources/cms/pages/*/*.yml"
2858
2886
  ],
2859
- "url": "https://www.schemastore.org/enonic-xp-page-8.0.0-B4.json",
2887
+ "url": "https://www.schemastore.org/enonic-xp-page-8.0.0.json",
2860
2888
  "versions": {
2861
- "latest": "https://www.schemastore.org/enonic-xp-page-8.0.0-B4.json",
2862
- "8.0.0-B4": "https://www.schemastore.org/enonic-xp-page-8.0.0-B4.json"
2889
+ "latest": "https://www.schemastore.org/enonic-xp-page-8.0.0.json",
2890
+ "8.0.0-B4": "https://www.schemastore.org/enonic-xp-page-8.0.0-B4.json",
2891
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-page-8.0.0-B5.json",
2892
+ "8.0.0": "https://www.schemastore.org/enonic-xp-page-8.0.0.json"
2863
2893
  }
2864
2894
  },
2865
2895
  {
@@ -2869,10 +2899,12 @@
2869
2899
  "**/src/main/resources/cms/parts/*/*.yaml",
2870
2900
  "**/src/main/resources/cms/parts/*/*.yml"
2871
2901
  ],
2872
- "url": "https://www.schemastore.org/enonic-xp-part-8.0.0-B4.json",
2902
+ "url": "https://www.schemastore.org/enonic-xp-part-8.0.0.json",
2873
2903
  "versions": {
2874
- "latest": "https://www.schemastore.org/enonic-xp-part-8.0.0-B4.json",
2875
- "8.0.0-B4": "https://www.schemastore.org/enonic-xp-part-8.0.0-B4.json"
2904
+ "latest": "https://www.schemastore.org/enonic-xp-part-8.0.0.json",
2905
+ "8.0.0-B4": "https://www.schemastore.org/enonic-xp-part-8.0.0-B4.json",
2906
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-part-8.0.0-B5.json",
2907
+ "8.0.0": "https://www.schemastore.org/enonic-xp-part-8.0.0.json"
2876
2908
  }
2877
2909
  },
2878
2910
  {
@@ -2882,10 +2914,12 @@
2882
2914
  "**/src/main/resources/services/*/*.yaml",
2883
2915
  "**/src/main/resources/services/*/*.yml"
2884
2916
  ],
2885
- "url": "https://www.schemastore.org/enonic-xp-service-8.0.0-B4.json",
2917
+ "url": "https://www.schemastore.org/enonic-xp-service-8.0.0.json",
2886
2918
  "versions": {
2887
- "latest": "https://www.schemastore.org/enonic-xp-service-8.0.0-B4.json",
2888
- "8.0.0-B4": "https://www.schemastore.org/enonic-xp-service-8.0.0-B4.json"
2919
+ "latest": "https://www.schemastore.org/enonic-xp-service-8.0.0.json",
2920
+ "8.0.0-B4": "https://www.schemastore.org/enonic-xp-service-8.0.0-B4.json",
2921
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-service-8.0.0-B5.json",
2922
+ "8.0.0": "https://www.schemastore.org/enonic-xp-service-8.0.0.json"
2889
2923
  }
2890
2924
  },
2891
2925
  {
@@ -2895,10 +2929,12 @@
2895
2929
  "**/src/main/resources/cms/site.yaml",
2896
2930
  "**/src/main/resources/cms/site.yml"
2897
2931
  ],
2898
- "url": "https://www.schemastore.org/enonic-xp-site-8.0.0-B4.json",
2932
+ "url": "https://www.schemastore.org/enonic-xp-site-8.0.0.json",
2899
2933
  "versions": {
2900
- "latest": "https://www.schemastore.org/enonic-xp-site-8.0.0-B4.json",
2901
- "8.0.0-B4": "https://www.schemastore.org/enonic-xp-site-8.0.0-B4.json"
2934
+ "latest": "https://www.schemastore.org/enonic-xp-site-8.0.0.json",
2935
+ "8.0.0-B4": "https://www.schemastore.org/enonic-xp-site-8.0.0-B4.json",
2936
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-site-8.0.0-B5.json",
2937
+ "8.0.0": "https://www.schemastore.org/enonic-xp-site-8.0.0.json"
2902
2938
  }
2903
2939
  },
2904
2940
  {
@@ -2908,10 +2944,12 @@
2908
2944
  "**/src/main/resources/cms/style/style.yaml",
2909
2945
  "**/src/main/resources/cms/style/style.yml"
2910
2946
  ],
2911
- "url": "https://www.schemastore.org/enonic-xp-style-8.0.0-B4.json",
2947
+ "url": "https://www.schemastore.org/enonic-xp-style-8.0.0.json",
2912
2948
  "versions": {
2913
- "latest": "https://www.schemastore.org/enonic-xp-style-8.0.0-B4.json",
2914
- "8.0.0-B4": "https://www.schemastore.org/enonic-xp-style-8.0.0-B4.json"
2949
+ "latest": "https://www.schemastore.org/enonic-xp-style-8.0.0.json",
2950
+ "8.0.0-B4": "https://www.schemastore.org/enonic-xp-style-8.0.0-B4.json",
2951
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-style-8.0.0-B5.json",
2952
+ "8.0.0": "https://www.schemastore.org/enonic-xp-style-8.0.0.json"
2915
2953
  }
2916
2954
  },
2917
2955
  {
@@ -2921,10 +2959,12 @@
2921
2959
  "**/src/main/resources/tasks/*/*.yaml",
2922
2960
  "**/src/main/resources/tasks/*/*.yml"
2923
2961
  ],
2924
- "url": "https://www.schemastore.org/enonic-xp-task-8.0.0-B4.json",
2962
+ "url": "https://www.schemastore.org/enonic-xp-task-8.0.0.json",
2925
2963
  "versions": {
2926
- "latest": "https://www.schemastore.org/enonic-xp-task-8.0.0-B4.json",
2927
- "8.0.0-B4": "https://www.schemastore.org/enonic-xp-task-8.0.0-B4.json"
2964
+ "latest": "https://www.schemastore.org/enonic-xp-task-8.0.0.json",
2965
+ "8.0.0-B4": "https://www.schemastore.org/enonic-xp-task-8.0.0-B4.json",
2966
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-task-8.0.0-B5.json",
2967
+ "8.0.0": "https://www.schemastore.org/enonic-xp-task-8.0.0.json"
2928
2968
  }
2929
2969
  },
2930
2970
  {
@@ -2934,10 +2974,12 @@
2934
2974
  "**/src/main/resources/webapp/webapp.yaml",
2935
2975
  "**/src/main/resources/webapp/webapp.yml"
2936
2976
  ],
2937
- "url": "https://www.schemastore.org/enonic-xp-webapp-8.0.0-B4.json",
2977
+ "url": "https://www.schemastore.org/enonic-xp-webapp-8.0.0.json",
2938
2978
  "versions": {
2939
- "latest": "https://www.schemastore.org/enonic-xp-webapp-8.0.0-B4.json",
2940
- "8.0.0-B4": "https://www.schemastore.org/enonic-xp-webapp-8.0.0-B4.json"
2979
+ "latest": "https://www.schemastore.org/enonic-xp-webapp-8.0.0.json",
2980
+ "8.0.0-B4": "https://www.schemastore.org/enonic-xp-webapp-8.0.0-B4.json",
2981
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-webapp-8.0.0-B5.json",
2982
+ "8.0.0": "https://www.schemastore.org/enonic-xp-webapp-8.0.0.json"
2941
2983
  }
2942
2984
  },
2943
2985
  {
@@ -3109,6 +3151,12 @@
3109
3151
  ],
3110
3152
  "url": "https://www.schemastore.org/eslintrc.json"
3111
3153
  },
3154
+ {
3155
+ "name": "ESLint Suppressions",
3156
+ "description": "ESLint bulk suppressions file",
3157
+ "fileMatch": ["eslint-suppressions.json"],
3158
+ "url": "https://www.schemastore.org/eslint-suppressions.json"
3159
+ },
3112
3160
  {
3113
3161
  "name": "fabric.mod.json",
3114
3162
  "description": "Metadata file used by the Fabric mod loader",
@@ -3929,6 +3977,22 @@
3929
3977
  "fileMatch": ["importmap.json", "import_map.json", "import-map.json"],
3930
3978
  "url": "https://www.schemastore.org/importmap.json"
3931
3979
  },
3980
+ {
3981
+ "name": "Infinispan Configuration",
3982
+ "description": "Infinispan distributed cache configuration",
3983
+ "fileMatch": ["infinispan.json", "infinispan.yaml", "infinispan.yml"],
3984
+ "url": "https://infinispan.org/schemas/infinispan-config.json"
3985
+ },
3986
+ {
3987
+ "name": "Infinispan Server Configuration",
3988
+ "description": "Infinispan Server configuration",
3989
+ "fileMatch": [
3990
+ "infinispan-server.json",
3991
+ "infinispan-server.yaml",
3992
+ "infinispan-server.yml"
3993
+ ],
3994
+ "url": "https://infinispan.org/schemas/infinispan-server.json"
3995
+ },
3932
3996
  {
3933
3997
  "name": "Infrahub",
3934
3998
  "description": "Repository config definition for Infrahub by OpsMill",
@@ -3947,6 +4011,17 @@
3947
4011
  "fileMatch": ["main_structure.yml"],
3948
4012
  "url": "https://raw.githubusercontent.com/instant-python/instant-python/main/schemas/main-structure-schema.json"
3949
4013
  },
4014
+ {
4015
+ "name": "intlayer",
4016
+ "description": "Intlayer dictionary content declaration file",
4017
+ "fileMatch": [
4018
+ "*.content.json",
4019
+ "*.content.yaml",
4020
+ "*.content.yml",
4021
+ "*.content.toml"
4022
+ ],
4023
+ "url": "https://www.schemastore.org/intlayer.json"
4024
+ },
3950
4025
  {
3951
4026
  "name": "ioBroker Configuration",
3952
4027
  "description": "The configuration file of an ioBroker installation",
@@ -5133,8 +5208,9 @@
5133
5208
  "otel*.yaml",
5134
5209
  "otel*.yml"
5135
5210
  ],
5136
- "url": "https://raw.githubusercontent.com/open-telemetry/opentelemetry-configuration/refs/tags/v1.0.0/opentelemetry_configuration.json",
5211
+ "url": "https://raw.githubusercontent.com/open-telemetry/opentelemetry-configuration/refs/tags/v1.1.0/opentelemetry_configuration.json",
5137
5212
  "versions": {
5213
+ "1.1.0": "https://raw.githubusercontent.com/open-telemetry/opentelemetry-configuration/refs/tags/v1.1.0/opentelemetry_configuration.json",
5138
5214
  "1.0.0": "https://raw.githubusercontent.com/open-telemetry/opentelemetry-configuration/refs/tags/v1.0.0/opentelemetry_configuration.json"
5139
5215
  }
5140
5216
  },
@@ -5428,6 +5504,12 @@
5428
5504
  "fileMatch": ["*.pactspec.json", "*.pactspec.yaml"],
5429
5505
  "url": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/pactspec.json"
5430
5506
  },
5507
+ {
5508
+ "name": "Panache",
5509
+ "description": "Configuration file for Panache, a language server, formatter, and linter for Markdown, Quarto, and R Markdown documents",
5510
+ "fileMatch": ["panache.toml", ".panache.toml"],
5511
+ "url": "https://panache.bz/panache.schema.json"
5512
+ },
5431
5513
  {
5432
5514
  "name": "Paper paper-plugin.yml",
5433
5515
  "description": "Paper Plugins YAML",
@@ -7853,6 +7935,12 @@
7853
7935
  "fileMatch": ["**/.yamllint", "**/.yamllint.yaml", "**/.yamllint.yml"],
7854
7936
  "url": "https://www.schemastore.org/yamllint.json"
7855
7937
  },
7938
+ {
7939
+ "name": "yap.json",
7940
+ "description": "YAP (Yet Another Packager) multi-package project file",
7941
+ "fileMatch": ["yap.json"],
7942
+ "url": "https://www.schemastore.org/yap.json"
7943
+ },
7856
7944
  {
7857
7945
  "name": "Yippee-Ki-JSON configuration YML",
7858
7946
  "description": "Action and rule configuration descriptor for Yippee-Ki-JSON transformations",
@@ -8962,13 +9050,13 @@
8962
9050
  "url": "https://alec016.github.io/Custom-Machinery/Json%20Schema/src/main/resources/schemas/custom_machinery_recipe.json"
8963
9051
  },
8964
9052
  {
8965
- "name": "Nuitka.yaml",
8966
- "description": "Nuitka Package Configuration",
9053
+ "name": "Nuitka Package Config",
9054
+ "description": "Nuitka Python compiler package configuration",
8967
9055
  "fileMatch": [
8968
9056
  "*.nuitka-package.config.yml",
8969
9057
  "*.nuitka-package.config.yaml"
8970
9058
  ],
8971
- "url": "https://raw.githubusercontent.com/Nuitka/Nuitka/develop/misc/nuitka-package-config-schema.json"
9059
+ "url": "https://raw.githubusercontent.com/Nuitka/Nuitka/develop/nuitka/package_config/nuitka-package-config-schema.json"
8972
9060
  },
8973
9061
  {
8974
9062
  "name": "bioimageio resource description",
@@ -9233,6 +9321,11 @@
9233
9321
  "fileMatch": ["elm.json"],
9234
9322
  "url": "https://www.schemastore.org/elm.json"
9235
9323
  },
9324
+ {
9325
+ "name": "Emmet",
9326
+ "description": "Emmet snippets file",
9327
+ "url": "https://www.schemastore.org/emmet.json"
9328
+ },
9236
9329
  {
9237
9330
  "name": "Cloud Run Spec v1",
9238
9331
  "description": "Specification for Cloud Run Admin API v1",
@@ -9784,7 +9877,8 @@
9784
9877
  "7.0-preview": "https://www.schemastore.org/aio-connector-metadata-7.0-preview.json",
9785
9878
  "8.0-preview": "https://www.schemastore.org/aio-connector-metadata-8.0-preview.json",
9786
9879
  "9.0-preview": "https://www.schemastore.org/aio-connector-metadata-9.0-preview.json",
9787
- "10.0-preview": "https://www.schemastore.org/aio-connector-metadata-10.0-preview.json"
9880
+ "10.0-preview": "https://www.schemastore.org/aio-connector-metadata-10.0-preview.json",
9881
+ "11.0-preview": "https://www.schemastore.org/aio-connector-metadata-11.0-preview.json"
9788
9882
  }
9789
9883
  },
9790
9884
  {
@@ -10157,7 +10251,7 @@
10157
10251
  {
10158
10252
  "name": "dacier.yml",
10159
10253
  "description": "Dacier configuration file",
10160
- "fileMatch": ["dacier.yml", "dacier.yaml"],
10254
+ "fileMatch": ["*.dacier.yml", "*.dacier.yaml"],
10161
10255
  "url": "https://raw.githubusercontent.com/daciertech/SchedulerStartup/refs/heads/main/.schemas/dacier-schema-vscode.json"
10162
10256
  },
10163
10257
  {
@@ -10236,6 +10330,15 @@
10236
10330
  "amxbuild.*.yaml"
10237
10331
  ],
10238
10332
  "url": "https://raw.githubusercontent.com/AmxxModularEcosystem/amxx-builder/master/schema/amxbuild.schema.json"
10333
+ },
10334
+ {
10335
+ "name": "Podman Desktop Extension",
10336
+ "description": "Podman Desktop extension package.json manifest",
10337
+ "fileMatch": [],
10338
+ "url": "https://www.schemastore.org/podman-desktop-extension.json",
10339
+ "versions": {
10340
+ "1.27": "https://www.schemastore.org/podman-desktop-extension-1.27.json"
10341
+ }
10239
10342
  }
10240
10343
  ]
10241
10344
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theia/core",
3
- "version": "1.72.1",
3
+ "version": "1.72.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.4",
18
18
  "@lumino/widgets": "2.7.5",
19
19
  "@parcel/watcher": "^2.5.6",
20
- "@theia/application-package": "1.72.1",
21
- "@theia/request": "1.72.1",
20
+ "@theia/application-package": "1.72.3",
21
+ "@theia/request": "1.72.3",
22
22
  "@types/body-parser": "^1.19.6",
23
23
  "@types/express": "^4.17.25",
24
24
  "@types/fs-extra": "^4.0.15",
@@ -213,13 +213,13 @@
213
213
  "watch": "theiaext watch"
214
214
  },
215
215
  "devDependencies": {
216
- "@theia/ext-scripts": "1.72.1",
217
- "@theia/re-exports": "1.72.1",
216
+ "@theia/ext-scripts": "1.72.3",
217
+ "@theia/re-exports": "1.72.3",
218
218
  "minimist": "^1.2.8",
219
219
  "nodejs-file-downloader": "4.13.0"
220
220
  },
221
221
  "nyc": {
222
222
  "extends": "../../configs/nyc.json"
223
223
  },
224
- "gitHead": "037c4b3e52055fc9962c9761564f431fc4864eb4"
224
+ "gitHead": "006945cdc227f743d0308704c27e259ed677d64f"
225
225
  }