Skip to content

Commit

Permalink
deps: update BPMN modeling dependencies
Browse files Browse the repository at this point in the history
Closes #3978
Related to #4315
  • Loading branch information
nikku committed May 30, 2024
1 parent 05534e4 commit 2924587
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 48 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,21 @@ ___Note:__ Yet to be released changes appear here._

### General

* `FIX`: prevent crash on start ([#4299](https://github.com/camunda/camunda-modeler/issues/4299))
* `DEPS`: update to `electron@30.0.6`
* `DEPS`: update to `@camunda/linting@3.20.0`
* `FIX`: prevent crash on start ([#4299](https://github.com/camunda/camunda-modeler/issues/4299))
* `DEPS`: update to `bpmn-js@17.7.1`
* `DEPS`: update to `bpmn-js-properties-panel@5.17.0`
* `DEPS`: update to `@bpmn-io/properties-panel@3.19.0`
* `DEPS`: update to `camunda-bpmn-js@4.8.0`

### BPMN

* `FEAT`: warn about missing bpmnDi ([#4277](https://github.com/camunda/camunda-modeler/issues/4277))
* `FEAT`: add hint for the process ID field in the Camunda 7 ([bpmn-io/bpmn-js-properties-panel#1038](https://github.com/bpmn-io/bpmn-js-properties-panel/issues/1038))
* `FEAT`: drop alphabetic sorting of list entries ([bpmn-io/bpmn-js-properties-panel##1047](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/1047))
* `FIX`: correct call activity outline ([bpmn-io/bpmn-js#2167](https://github.com/bpmn-io/bpmn-js/issues/2167))
* `FIX`: gracefully handle missing `BPMNDiagram#plane` ([bpmn-io/bpmn-js#2172](https://github.com/bpmn-io/bpmn-js/pull/2172), [bpmn-io/bpmn-js#2171](https://github.com/bpmn-io/bpmn-js/pull/2171))

## 5.23.0

Expand Down
6 changes: 3 additions & 3 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@bpmn-io/dmn-migrate": "^0.5.0",
"@bpmn-io/extract-process-variables": "^0.8.0",
"@bpmn-io/form-js": "^1.8.6",
"@bpmn-io/properties-panel": "^3.18.2",
"@bpmn-io/properties-panel": "^3.19.0",
"@bpmn-io/replace-ids": "^0.2.0",
"@camunda/execution-platform": "^0.3.2",
"@camunda/form-linting": "^0.16.0",
Expand All @@ -28,10 +28,10 @@
"@sentry/integrations": "^7.108.0",
"bpmn-js": "^17.6.4",
"bpmn-js-element-templates": "^1.15.3",
"bpmn-js-properties-panel": "^5.16.0",
"bpmn-js-properties-panel": "^5.17.0",
"bpmn-js-tracking": "^0.6.0",
"bpmn-moddle": "^9.0.1",
"camunda-bpmn-js": "^4.6.3",
"camunda-bpmn-js": "^4.8.0",
"camunda-bpmn-moddle": "^7.0.1",
"camunda-cmmn-moddle": "^1.0.0",
"camunda-dmn-js": "^2.3.3",
Expand Down
88 changes: 44 additions & 44 deletions package-lock.json

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

0 comments on commit 2924587

Please sign in to comment.