@theia/core 1.73.0-next.27 → 1.73.0-next.29

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.
@@ -2262,6 +2262,17 @@
2262
2262
  "fileMatch": ["coffeelint.json"],
2263
2263
  "url": "https://www.schemastore.org/coffeelint.json"
2264
2264
  },
2265
+ {
2266
+ "name": "commit-check",
2267
+ "description": "Configuration for commit-check, a commit message, branch naming, and push linter",
2268
+ "fileMatch": [
2269
+ "cchk.toml",
2270
+ "commit-check.toml",
2271
+ "**/.github/cchk.toml",
2272
+ "**/.github/commit-check.toml"
2273
+ ],
2274
+ "url": "https://www.schemastore.org/commit-check.json"
2275
+ },
2265
2276
  {
2266
2277
  "name": "committed.toml",
2267
2278
  "description": "committed configuration file",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theia/core",
3
- "version": "1.73.0-next.27+5c76836b2",
3
+ "version": "1.73.0-next.29+97f886ce4",
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.73.0-next.27+5c76836b2",
21
- "@theia/request": "1.73.0-next.27+5c76836b2",
20
+ "@theia/application-package": "1.73.0-next.29+97f886ce4",
21
+ "@theia/request": "1.73.0-next.29+97f886ce4",
22
22
  "@types/body-parser": "^1.19.6",
23
23
  "@types/express": "^4.17.25",
24
24
  "@types/fs-extra": "^4.0.15",
@@ -221,5 +221,5 @@
221
221
  "nyc": {
222
222
  "extends": "../../configs/nyc.json"
223
223
  },
224
- "gitHead": "5c76836b264f2536617f1dfa72b00fc19f75d06b"
224
+ "gitHead": "97f886ce44b7b0a6b6ac2f7313b62e163dbc3d67"
225
225
  }