From ab65875a249c6afa53532ba03a3d80c130159b46 Mon Sep 17 00:00:00 2001 From: Philipp Fromme Date: Thu, 10 Oct 2024 17:17:02 +0200 Subject: [PATCH 1/2] deps: update bpmnlint-plugin-camunda-compat to v2.26.1 Related to https://github.com/camunda/camunda-modeler/issues/4562 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7842c2a..556bbbb 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.1", - "bpmnlint-plugin-camunda-compat": "^2.26.0", + "bpmnlint-plugin-camunda-compat": "^2.26.1", "bpmnlint-utils": "^1.0.2", "camunda-bpmn-moddle": "^7.0.1", "clsx": "^2.0.0", @@ -1710,9 +1710,9 @@ } }, "node_modules/bpmnlint-plugin-camunda-compat": { - "version": "2.26.0", - "resolved": "https://registry.npmjs.org/bpmnlint-plugin-camunda-compat/-/bpmnlint-plugin-camunda-compat-2.26.0.tgz", - "integrity": "sha512-Xwtb50xaxIOZ/tgVEbGLLWDFR4EOmCyWjIaIjskjHfLqBzZlektDeG8SoqrLij6aH75qFUf7iqk/se0RwnT2iw==", + "version": "2.26.1", + "resolved": "https://registry.npmjs.org/bpmnlint-plugin-camunda-compat/-/bpmnlint-plugin-camunda-compat-2.26.1.tgz", + "integrity": "sha512-/28O5dfZCjaf+q735j3PCG/yVZH61Bfo5a8XTRH7RaUKSbTNjAftEug4ssHw0h/CMzOVvywYWCBaSMf0hH9Jkg==", "dependencies": { "@bpmn-io/feel-lint": "^1.2.0", "@bpmn-io/moddle-utils": "^0.2.1", @@ -8698,9 +8698,9 @@ } }, "bpmnlint-plugin-camunda-compat": { - "version": "2.26.0", - "resolved": "https://registry.npmjs.org/bpmnlint-plugin-camunda-compat/-/bpmnlint-plugin-camunda-compat-2.26.0.tgz", - "integrity": "sha512-Xwtb50xaxIOZ/tgVEbGLLWDFR4EOmCyWjIaIjskjHfLqBzZlektDeG8SoqrLij6aH75qFUf7iqk/se0RwnT2iw==", + "version": "2.26.1", + "resolved": "https://registry.npmjs.org/bpmnlint-plugin-camunda-compat/-/bpmnlint-plugin-camunda-compat-2.26.1.tgz", + "integrity": "sha512-/28O5dfZCjaf+q735j3PCG/yVZH61Bfo5a8XTRH7RaUKSbTNjAftEug4ssHw0h/CMzOVvywYWCBaSMf0hH9Jkg==", "requires": { "@bpmn-io/feel-lint": "^1.2.0", "@bpmn-io/moddle-utils": "^0.2.1", diff --git a/package.json b/package.json index 3a84518..c99fd1f 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.1", - "bpmnlint-plugin-camunda-compat": "^2.26.0", + "bpmnlint-plugin-camunda-compat": "^2.26.1", "bpmnlint-utils": "^1.0.2", "camunda-bpmn-moddle": "^7.0.1", "clsx": "^2.0.0", From 09d552e0201ecbff5895adacb34f3c563a3a97e8 Mon Sep 17 00:00:00 2001 From: Philipp Fromme Date: Thu, 10 Oct 2024 17:19:28 +0200 Subject: [PATCH 2/2] chore(CHANGELOG): update to v3.27.2 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce07d09..ae04a65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ All notable changes to [@camunda/linting](https://github.com/camunda/linting) ar ___Note:__ Yet to be released changes appear here._ +## 3.27.2 + +* `FIX`: ([camunda/bpmnlint-plugin-camunda-compat#175](https://github.com/camunda/bpmnlint-plugin-camunda-compat/pull/175)) +* `DEPS`: update to `bpmnlint-plugin-camunda-compat@2.26.1` + ## 3.27.1 * `FIX`: correct false positive in `global` rule ([bpmn-io/bpmnlint#139](https://github.com/bpmn-io/bpmnlint/issues/139))