From f48a11eb414ccd65060968a08c54976034156664 Mon Sep 17 00:00:00 2001 From: Martin Stamm Date: Mon, 1 Jul 2024 16:15:47 +0200 Subject: [PATCH] deps: update to bpmnlint-plugin-camunda-compat@2.21.1 --- CHANGELOG.md | 3 +++ package-lock.json | 14 +++++++------- package.json | 2 +- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87332d3..3ce5ff2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ All notable changes to [@camunda/linting](https://github.com/camunda/linting) ar ___Note:__ Yet to be released changes appear here._ +* `FIX`: improve `no-loop` performance ([bpmnlint-plugin-camunda-compat#165](https://github.com/camunda/bpmnlint-plugin-camunda-compat/pull/165)) +* `DEPS`: update to `bpmnlint-plugin-camunda-compat@2.21.1` + ## 3.22.0 * `FEAT`: support joining inclusive gateway in Camunda 8.6 ([#109](https://github.com/camunda/linting/pull/109)) diff --git a/package-lock.json b/package-lock.json index 78d4e40..d1dc8ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@bpmn-io/diagram-js-ui": "^0.2.3", "bpmn-moddle": "^9.0.1", "bpmnlint": "^10.3.0", - "bpmnlint-plugin-camunda-compat": "^2.21.0", + "bpmnlint-plugin-camunda-compat": "^2.21.1", "bpmnlint-utils": "^1.0.2", "camunda-bpmn-moddle": "^7.0.1", "clsx": "^2.0.0", @@ -1626,9 +1626,9 @@ } }, "node_modules/bpmnlint-plugin-camunda-compat": { - "version": "2.21.0", - "resolved": "https://registry.npmjs.org/bpmnlint-plugin-camunda-compat/-/bpmnlint-plugin-camunda-compat-2.21.0.tgz", - "integrity": "sha512-fCmV9bQUCJkxJfRTDnUxBLs/sCV8rsjaP2/8SwTG+74FafDCVJnxLYtWgipGwZ9z81bn2u/DLNAHThJAD1mDww==", + "version": "2.21.1", + "resolved": "https://registry.npmjs.org/bpmnlint-plugin-camunda-compat/-/bpmnlint-plugin-camunda-compat-2.21.1.tgz", + "integrity": "sha512-BLaG1V5JqmmPTyRsd8YE28SMeUQg3v1f472lKQNcVyZ5WPHeBtqX7HTAG81VJkSJQ1E2c6kS7L/xpoa7AA6+wQ==", "dependencies": { "@bpmn-io/feel-lint": "^1.2.0", "@bpmn-io/moddle-utils": "^0.2.1", @@ -7982,9 +7982,9 @@ } }, "bpmnlint-plugin-camunda-compat": { - "version": "2.21.0", - "resolved": "https://registry.npmjs.org/bpmnlint-plugin-camunda-compat/-/bpmnlint-plugin-camunda-compat-2.21.0.tgz", - "integrity": "sha512-fCmV9bQUCJkxJfRTDnUxBLs/sCV8rsjaP2/8SwTG+74FafDCVJnxLYtWgipGwZ9z81bn2u/DLNAHThJAD1mDww==", + "version": "2.21.1", + "resolved": "https://registry.npmjs.org/bpmnlint-plugin-camunda-compat/-/bpmnlint-plugin-camunda-compat-2.21.1.tgz", + "integrity": "sha512-BLaG1V5JqmmPTyRsd8YE28SMeUQg3v1f472lKQNcVyZ5WPHeBtqX7HTAG81VJkSJQ1E2c6kS7L/xpoa7AA6+wQ==", "requires": { "@bpmn-io/feel-lint": "^1.2.0", "@bpmn-io/moddle-utils": "^0.2.1", diff --git a/package.json b/package.json index f605bf9..b0e4fa1 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@bpmn-io/diagram-js-ui": "^0.2.3", "bpmn-moddle": "^9.0.1", "bpmnlint": "^10.3.0", - "bpmnlint-plugin-camunda-compat": "^2.21.0", + "bpmnlint-plugin-camunda-compat": "^2.21.1", "bpmnlint-utils": "^1.0.2", "camunda-bpmn-moddle": "^7.0.1", "clsx": "^2.0.0",