@camunda/linting 3.37.1 → 3.39.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.
@@ -82,7 +82,8 @@ const rules = {
82
82
  "event-sub-process-typed-start-event": "error",
83
83
  "link-event": "error",
84
84
  "no-duplicate-sequence-flows": "warn",
85
- "sub-process-blank-start-event": "error"
85
+ "sub-process-blank-start-event": "error",
86
+ "single-blank-start-event": "error"
86
87
  };
87
88
 
88
89
  const config = {
@@ -312,4 +313,8 @@ cache['bpmnlint/no-duplicate-sequence-flows'] = rule_52;
312
313
 
313
314
  import rule_53 from 'bpmnlint/rules/sub-process-blank-start-event';
314
315
 
315
- cache['bpmnlint/sub-process-blank-start-event'] = rule_53;
316
+ cache['bpmnlint/sub-process-blank-start-event'] = rule_53;
317
+
318
+ import rule_54 from 'bpmnlint/rules/single-blank-start-event';
319
+
320
+ cache['bpmnlint/single-blank-start-event'] = rule_54;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/linting",
3
- "version": "3.37.1",
3
+ "version": "3.39.0",
4
4
  "description": "Linting for Camunda",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -31,8 +31,8 @@
31
31
  "dependencies": {
32
32
  "@bpmn-io/diagram-js-ui": "^0.2.3",
33
33
  "bpmn-moddle": "^9.0.1",
34
- "bpmnlint": "^11.4.4",
35
- "bpmnlint-plugin-camunda-compat": "^2.35.0",
34
+ "bpmnlint": "^11.6.0",
35
+ "bpmnlint-plugin-camunda-compat": "^2.37.0",
36
36
  "bpmnlint-utils": "^1.0.2",
37
37
  "camunda-bpmn-moddle": "^7.0.1",
38
38
  "clsx": "^2.0.0",
@@ -45,7 +45,7 @@
45
45
  "devDependencies": {
46
46
  "bpmn-js": "^18.3.1",
47
47
  "bpmn-js-element-templates": "^2.5.3",
48
- "bpmn-js-properties-panel": "^5.34.0",
48
+ "bpmn-js-properties-panel": "^5.38.0",
49
49
  "camunda-bpmn-js-behaviors": "^1.9.1",
50
50
  "chai": "^4.5.0",
51
51
  "cross-env": "^7.0.3",