Skip to content

Commit

Permalink
feat: allow task listeners in Camunda 8.8 or newer
Browse files Browse the repository at this point in the history
  • Loading branch information
barmac committed Jan 21, 2025
1 parent 704f0df commit dea72b1
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.31.0

* `FEAT`: allow task listeners in Camunda 8.8 or newer
* `DEPS`: update to `[email protected]`

## 3.30.0

* `FEAT`: rename "Zeebe user task" to "Camunda user task" ([#126](https://github.com/camunda/linting/pull/126))
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.3",
"bpmn-moddle": "^9.0.1",
"bpmnlint": "^10.3.1",
"bpmnlint-plugin-camunda-compat": "^2.29.0",
"bpmnlint-plugin-camunda-compat": "^2.30.0",
"bpmnlint-utils": "^1.0.2",
"camunda-bpmn-moddle": "^7.0.1",
"clsx": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion test/spec/utils/error-messages.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ describe('utils/error-messages', function() {
const errorMessage = getErrorMessage(report, 'Camunda Cloud', executionPlatformVersion);

// then
expect(errorMessage).to.equal('A <User Task> with <Task listeners> is only supported by Camunda 8.7 or newer');
expect(errorMessage).to.equal('A <User Task> with <Task listeners> is only supported by Camunda 8.8 or newer');
});


Expand Down

0 comments on commit dea72b1

Please sign in to comment.