Skip to content

Commit

Permalink
deps: update bpmnlint-plugin-camunda-compat to v2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
philippfromme committed Nov 29, 2023
1 parent 1f86374 commit 9c2e3e9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions lib/compiled-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const rules = {
"camunda-compat/secrets": "error",
"camunda-compat/sequence-flow-condition": "error",
"camunda-compat/signal-reference": "error",
"camunda-compat/start-form": "error",
"camunda-compat/start-event-form": "error",
"camunda-compat/subscription": "error",
"camunda-compat/task-schedule": "error",
"camunda-compat/timer": "error",
Expand Down Expand Up @@ -189,9 +189,9 @@ import rule_27 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/signal-r

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

import rule_28 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/start-form';
import rule_28 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/start-event-form';

cache['bpmnlint-plugin-camunda-compat/start-form'] = rule_28;
cache['bpmnlint-plugin-camunda-compat/start-event-form'] = rule_28;

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

Expand Down
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.11.1",
"bpmnlint-plugin-camunda-compat": "^2.12.0",
"bpmnlint-utils": "^1.0.2",
"camunda-bpmn-moddle": "^7.0.1",
"clsx": "^2.0.0",
Expand Down

0 comments on commit 9c2e3e9

Please sign in to comment.