Skip to content

Commit

Permalink
deps: bump to [email protected]
Browse files Browse the repository at this point in the history
* Adds `secrets` rule
* Adds `no-propagate-all-parent-variables` rule

Cf. https://github.com/camunda/bpmnlint-plugin-camunda-compat/blob/main/CHANGELOG.md#250
  • Loading branch information
nikku committed Aug 24, 2023
1 parent 390ab3e commit 054c91b
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 30 deletions.
54 changes: 32 additions & 22 deletions lib/compiled-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,12 @@ const rules = {
"camunda-compat/no-candidate-users": "error",
"camunda-compat/no-expression": "error",
"camunda-compat/no-multiple-none-start-events": "error",
"camunda-compat/no-propagate-all-parent-variables": "error",
"camunda-compat/no-signal-event-sub-process": "error",
"camunda-compat/no-task-schedule": "error",
"camunda-compat/no-template": "error",
"camunda-compat/no-zeebe-properties": "error",
"camunda-compat/secrets": "error",
"camunda-compat/sequence-flow-condition": "error",
"camunda-compat/signal-reference": "error",
"camunda-compat/start-form": "error",
Expand Down Expand Up @@ -145,46 +147,54 @@ import rule_17 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/no-multi

cache['bpmnlint-plugin-camunda-compat/no-multiple-none-start-events'] = rule_17;

import rule_18 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/no-signal-event-sub-process';
import rule_18 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/no-propagate-all-parent-variables';

cache['bpmnlint-plugin-camunda-compat/no-signal-event-sub-process'] = rule_18;
cache['bpmnlint-plugin-camunda-compat/no-propagate-all-parent-variables'] = rule_18;

import rule_19 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/no-task-schedule';
import rule_19 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/no-signal-event-sub-process';

cache['bpmnlint-plugin-camunda-compat/no-task-schedule'] = rule_19;
cache['bpmnlint-plugin-camunda-compat/no-signal-event-sub-process'] = rule_19;

import rule_20 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/no-template';
import rule_20 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/no-task-schedule';

cache['bpmnlint-plugin-camunda-compat/no-template'] = rule_20;
cache['bpmnlint-plugin-camunda-compat/no-task-schedule'] = rule_20;

import rule_21 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/no-zeebe-properties';
import rule_21 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/no-template';

cache['bpmnlint-plugin-camunda-compat/no-zeebe-properties'] = rule_21;
cache['bpmnlint-plugin-camunda-compat/no-template'] = rule_21;

import rule_22 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/sequence-flow-condition';
import rule_22 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/no-zeebe-properties';

cache['bpmnlint-plugin-camunda-compat/sequence-flow-condition'] = rule_22;
cache['bpmnlint-plugin-camunda-compat/no-zeebe-properties'] = rule_22;

import rule_23 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/signal-reference';
import rule_23 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/secrets';

cache['bpmnlint-plugin-camunda-compat/signal-reference'] = rule_23;
cache['bpmnlint-plugin-camunda-compat/secrets'] = rule_23;

import rule_24 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/start-form';
import rule_24 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/sequence-flow-condition';

cache['bpmnlint-plugin-camunda-compat/start-form'] = rule_24;
cache['bpmnlint-plugin-camunda-compat/sequence-flow-condition'] = rule_24;

import rule_25 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/subscription';
import rule_25 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/signal-reference';

cache['bpmnlint-plugin-camunda-compat/subscription'] = rule_25;
cache['bpmnlint-plugin-camunda-compat/signal-reference'] = rule_25;

import rule_26 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/task-schedule';
import rule_26 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/start-form';

cache['bpmnlint-plugin-camunda-compat/task-schedule'] = rule_26;
cache['bpmnlint-plugin-camunda-compat/start-form'] = rule_26;

import rule_27 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/timer';
import rule_27 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/subscription';

cache['bpmnlint-plugin-camunda-compat/timer'] = rule_27;
cache['bpmnlint-plugin-camunda-compat/subscription'] = rule_27;

import rule_28 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/user-task-form';
import rule_28 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/task-schedule';

cache['bpmnlint-plugin-camunda-compat/user-task-form'] = rule_28;
cache['bpmnlint-plugin-camunda-compat/task-schedule'] = rule_28;

import rule_29 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/timer';

cache['bpmnlint-plugin-camunda-compat/timer'] = rule_29;

import rule_30 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/user-task-form';

cache['bpmnlint-plugin-camunda-compat/user-task-form'] = rule_30;
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@bpmn-io/diagram-js-ui": "^0.2.2",
"bpmn-moddle": "^8.0.0",
"bpmnlint": "^9.2.0",
"bpmnlint-plugin-camunda-compat": "^2.4.0",
"bpmnlint-plugin-camunda-compat": "^2.5.0",
"bpmnlint-utils": "^1.0.2",
"clsx": "^2.0.0",
"min-dash": "^4.0.0",
Expand Down

0 comments on commit 054c91b

Please sign in to comment.