@camunda/linting 3.43.1 → 3.45.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/compiled-config.js +15 -10
- package/package.json +3 -3
package/lib/compiled-config.js
CHANGED
|
@@ -82,6 +82,7 @@ const rules = {
|
|
|
82
82
|
"camunda-compat/wait-for-completion": "error",
|
|
83
83
|
"start-event-required": "error",
|
|
84
84
|
"ad-hoc-sub-process": "error",
|
|
85
|
+
"event-based-gateway": "error",
|
|
85
86
|
"event-sub-process-typed-start-event": "error",
|
|
86
87
|
"link-event": "error",
|
|
87
88
|
"no-duplicate-sequence-flows": "warn",
|
|
@@ -314,22 +315,26 @@ import rule_52 from 'bpmnlint/rules/ad-hoc-sub-process';
|
|
|
314
315
|
|
|
315
316
|
cache['bpmnlint/ad-hoc-sub-process'] = rule_52;
|
|
316
317
|
|
|
317
|
-
import rule_53 from 'bpmnlint/rules/event-
|
|
318
|
+
import rule_53 from 'bpmnlint/rules/event-based-gateway';
|
|
318
319
|
|
|
319
|
-
cache['bpmnlint/event-
|
|
320
|
+
cache['bpmnlint/event-based-gateway'] = rule_53;
|
|
320
321
|
|
|
321
|
-
import rule_54 from 'bpmnlint/rules/
|
|
322
|
+
import rule_54 from 'bpmnlint/rules/event-sub-process-typed-start-event';
|
|
322
323
|
|
|
323
|
-
cache['bpmnlint/
|
|
324
|
+
cache['bpmnlint/event-sub-process-typed-start-event'] = rule_54;
|
|
324
325
|
|
|
325
|
-
import rule_55 from 'bpmnlint/rules/
|
|
326
|
+
import rule_55 from 'bpmnlint/rules/link-event';
|
|
326
327
|
|
|
327
|
-
cache['bpmnlint/
|
|
328
|
+
cache['bpmnlint/link-event'] = rule_55;
|
|
328
329
|
|
|
329
|
-
import rule_56 from 'bpmnlint/rules/
|
|
330
|
+
import rule_56 from 'bpmnlint/rules/no-duplicate-sequence-flows';
|
|
330
331
|
|
|
331
|
-
cache['bpmnlint/
|
|
332
|
+
cache['bpmnlint/no-duplicate-sequence-flows'] = rule_56;
|
|
332
333
|
|
|
333
|
-
import rule_57 from 'bpmnlint/rules/
|
|
334
|
+
import rule_57 from 'bpmnlint/rules/sub-process-blank-start-event';
|
|
334
335
|
|
|
335
|
-
cache['bpmnlint/
|
|
336
|
+
cache['bpmnlint/sub-process-blank-start-event'] = rule_57;
|
|
337
|
+
|
|
338
|
+
import rule_58 from 'bpmnlint/rules/single-blank-start-event';
|
|
339
|
+
|
|
340
|
+
cache['bpmnlint/single-blank-start-event'] = rule_58;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camunda/linting",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.45.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.2",
|
|
34
|
-
"bpmnlint": "^11.
|
|
35
|
-
"bpmnlint-plugin-camunda-compat": "^2.
|
|
34
|
+
"bpmnlint": "^11.7.1",
|
|
35
|
+
"bpmnlint-plugin-camunda-compat": "^2.44.0",
|
|
36
36
|
"bpmnlint-utils": "^1.0.2",
|
|
37
37
|
"camunda-bpmn-moddle": "^7.0.1",
|
|
38
38
|
"clsx": "^2.0.0",
|