diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dd151a8d..b68d7e9eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,16 +13,20 @@ ___Note:__ Yet to be released changes appear here._ * `DEPS`: update to `@camunda/form-linting@0.20.0` * `DEPS`: update to `@camunda/form-playground@0.19.1` * `DEPS`: update to `@camunda/form-linting@0.19.0` +* `DEPS`: update to `@camunda/linting@3.30.0` * `DEPS`: update to `bpmn-js-element-templates@2.4.0` * `DEPS`: update to `bpmn-js-properties-panel@5.30.0` -* `DEPS`: update to `camunda-bpmn-js@5.3.0` +* `DEPS`: update to `camunda-bpmn-js@5.4.0` ### BPMN +* `FEAT`: mark job worker-based user task managed by Camunda as deprecated ([#4690](https://github.com/camunda/camunda-modeler/issues/4690)) * `FEAT`: element templates runtime versions ([#4530](https://github.com/camunda/camunda-modeler/issues/4530)) -* `FEAT`: make "Zeebe user task" the default implementation of user task ([camunda/camunda-bpmn-js-behaviors#86](https://github.com/camunda/camunda-bpmn-js-behaviors/pull/86)) -* `FEAT`: rename "Zeebe user task" to "Camunda user task" ([bpmn-io/bpmn-js-properties-panel#1097](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/1097)) -* `FIX`: move template selector right below documentation group ([bpmn-io/bpmn-js-element-templates#130](https://github.com/bpmn-io/bpmn-js-element-templates/pull/130)) +* `FEAT`: make "Zeebe user task" the default implementation of user task ([#4648](https://github.com/camunda/camunda-modeler/issues/4648)) +* `FEAT`: rename "Zeebe user task" to "Camunda user task" ([#4749](https://github.com/camunda/camunda-modeler/issues/4749)) +* `FEAT`: rename task listener event types ([#4748](https://github.com/camunda/camunda-modeler/issues/4748)) +* `FIX`: move template selector right below documentation group ([#4617](https://github.com/camunda/camunda-modeler/issues/4617)) +* `FIX`: parse script task result as FEEL context ([#4614](https://github.com/camunda/camunda-modeler/issues/4614)) ### Forms diff --git a/client/package.json b/client/package.json index d9e6a86a3..597695011 100644 --- a/client/package.json +++ b/client/package.json @@ -18,7 +18,7 @@ "@camunda/form-linting": "^0.20.0", "@camunda/form-playground": "^0.19.1", "@camunda/improved-canvas": "^1.7.5", - "@camunda/linting": "^3.29.1", + "@camunda/linting": "^3.30.0", "@codemirror/commands": "^6.6.2", "@codemirror/lang-json": "^6.0.1", "@codemirror/lang-xml": "^6.1.0", @@ -33,7 +33,7 @@ "bpmn-js-properties-panel": "^5.30.0", "bpmn-js-tracking": "^0.6.0", "bpmn-moddle": "^9.0.1", - "camunda-bpmn-js": "^5.3.0", + "camunda-bpmn-js": "^5.4.0", "camunda-bpmn-moddle": "^7.0.1", "camunda-cmmn-moddle": "^1.0.0", "camunda-dmn-js": "^3.0.0", diff --git a/package-lock.json b/package-lock.json index 0f7feec3b..05704c345 100644 --- a/package-lock.json +++ b/package-lock.json @@ -103,7 +103,7 @@ "@camunda/form-linting": "^0.20.0", "@camunda/form-playground": "^0.19.1", "@camunda/improved-canvas": "^1.7.5", - "@camunda/linting": "^3.29.1", + "@camunda/linting": "^3.30.0", "@codemirror/commands": "^6.6.2", "@codemirror/lang-json": "^6.0.1", "@codemirror/lang-xml": "^6.1.0", @@ -118,7 +118,7 @@ "bpmn-js-properties-panel": "^5.30.0", "bpmn-js-tracking": "^0.6.0", "bpmn-moddle": "^9.0.1", - "camunda-bpmn-js": "^5.3.0", + "camunda-bpmn-js": "^5.4.0", "camunda-bpmn-moddle": "^7.0.1", "camunda-cmmn-moddle": "^1.0.0", "camunda-dmn-js": "^3.0.0", @@ -2991,14 +2991,15 @@ } }, "node_modules/@bpmn-io/variable-resolver": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@bpmn-io/variable-resolver/-/variable-resolver-1.3.0.tgz", - "integrity": "sha512-LzvIP3RPbMAE1sdSojSfEIsw1cXdB8oATB5P6+QFQpGihIIeuAy6twgfjd2gpntO/TxCMmXNAQM4NR899TJavQ==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@bpmn-io/variable-resolver/-/variable-resolver-1.3.1.tgz", + "integrity": "sha512-loJk+9BF+3knGWBF2mQDhbQ0QREkwvFdQ9GRexrMQ4Kt05fZEIdEmTmldepJuKExoz684uG/n8I42EkB9CtywQ==", + "license": "MIT", "dependencies": { "@bpmn-io/extract-process-variables": "^1.0.0", - "@lezer/common": "^1.2.1", - "lezer-feel": "^1.2.4", - "min-dash": "^4.2.1" + "@lezer/common": "^1.2.3", + "lezer-feel": "^1.4.0", + "min-dash": "^4.2.2" }, "peerDependencies": { "bpmn-js": "*" @@ -3118,15 +3119,15 @@ "integrity": "sha512-to+unsToePnm7cUeR9TrMzFlETHd/UXmU+ELTRfWZj5XGT41KF6X3L233o3E/GdEs3sk2Tbw/lOLD1avmWkg8A==" }, "node_modules/@camunda/linting": { - "version": "3.29.1", - "resolved": "https://registry.npmjs.org/@camunda/linting/-/linting-3.29.1.tgz", - "integrity": "sha512-BGmiGNF2Xm7uGHaeCraWmk5gGzNKvkukZMeUJROGlodjLiXWLlXacHReGSfpt1AVB0hekkSN0gQzfzPn/O8yKQ==", + "version": "3.30.0", + "resolved": "https://registry.npmjs.org/@camunda/linting/-/linting-3.30.0.tgz", + "integrity": "sha512-8aR0Qs11i33rkdw4nb41wQhHBQwUJPLwXgfM86VsAPGTz2iIwd/yHEnT1LqN6qsCcxWx8KAMCYsog5gIoL8vIg==", "license": "MIT", "dependencies": { "@bpmn-io/diagram-js-ui": "^0.2.3", "bpmn-moddle": "^9.0.1", "bpmnlint": "^10.3.1", - "bpmnlint-plugin-camunda-compat": "^2.28.1", + "bpmnlint-plugin-camunda-compat": "^2.29.0", "bpmnlint-utils": "^1.0.2", "camunda-bpmn-moddle": "^7.0.1", "clsx": "^2.0.0", @@ -5189,9 +5190,10 @@ } }, "node_modules/@lezer/common": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@lezer/common/-/common-1.2.1.tgz", - "integrity": "sha512-yemX0ZD2xS/73llMZIK6KplkjIjf2EvAHcinDi/TfJ9hS25G0388+ClHt6/3but0oOxinTcQHJLDXh6w1crzFQ==" + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/@lezer/common/-/common-1.2.3.tgz", + "integrity": "sha512-w7ojc8ejBqr2REPsWxJjrMFsA/ysDCFICn8zEOR9mrqzOu2amhITYuLD8ag6XZf0CFXDrhKqw7+tW8cX66NaDA==", + "license": "MIT" }, "node_modules/@lezer/highlight": { "version": "1.2.1", @@ -11470,9 +11472,9 @@ } }, "node_modules/bpmnlint-plugin-camunda-compat": { - "version": "2.28.1", - "resolved": "https://registry.npmjs.org/bpmnlint-plugin-camunda-compat/-/bpmnlint-plugin-camunda-compat-2.28.1.tgz", - "integrity": "sha512-HBs5mqru2txC11g8wJALYd1xAbB24BL1LiXZyWWfWtdhh467FfELmibHZ0U+MUwv1QX2lACMQfVqb/A8HFV9wA==", + "version": "2.29.0", + "resolved": "https://registry.npmjs.org/bpmnlint-plugin-camunda-compat/-/bpmnlint-plugin-camunda-compat-2.29.0.tgz", + "integrity": "sha512-kSvdxAWWY8PV71IXqNqDTkYFmsTjSKFsN296cWk7HdM1Iyv+jYSli4nW0nOXtrVj6ZLfH1jfdDYJmv6n3NfXTQ==", "license": "MIT", "dependencies": { "@bpmn-io/feel-lint": "^1.2.0", @@ -12050,23 +12052,24 @@ } }, "node_modules/camunda-bpmn-js": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/camunda-bpmn-js/-/camunda-bpmn-js-5.3.0.tgz", - "integrity": "sha512-nUBWmdtdkbnJ+ie0rfi1kaoRpRQDEE0uTrSTJBKu172tfg5URgMxcpxH9e1J/y07L6KN708eP153GYmfldGPEA==", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/camunda-bpmn-js/-/camunda-bpmn-js-5.4.0.tgz", + "integrity": "sha512-7BEO/5KjJQ4YRLahwvLguC64dy3gBBcr+Wo0ci4U0bo3NbUbss7PHjhBjx3/ozUefcxUfooA5aXTvjaFee1kKw==", + "license": "MIT", "dependencies": { "@bpmn-io/align-to-origin": "^0.7.0", "@bpmn-io/element-template-chooser": "^1.0.0", "@bpmn-io/element-template-icon-renderer": "^0.5.2", "@bpmn-io/form-variable-provider": "^1.3.0", "@bpmn-io/properties-panel": "^3.25.1", - "@bpmn-io/variable-resolver": "^1.3.0", + "@bpmn-io/variable-resolver": "^1.3.1", "@camunda/example-data-properties-provider": "^1.2.1", "bpmn-js": "^18.1.1", "bpmn-js-color-picker": "^0.7.1", "bpmn-js-create-append-anything": "^0.5.2", "bpmn-js-element-templates": "^2.4.0", "bpmn-js-executable-fix": "^0.2.1", - "camunda-bpmn-js-behaviors": "^1.8.0", + "camunda-bpmn-js-behaviors": "^1.9.0", "camunda-bpmn-moddle": "^7.0.1", "diagram-js": "^15.2.3", "diagram-js-grid": "^1.1.0", @@ -12081,9 +12084,10 @@ } }, "node_modules/camunda-bpmn-js-behaviors": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/camunda-bpmn-js-behaviors/-/camunda-bpmn-js-behaviors-1.8.0.tgz", - "integrity": "sha512-QsB/itcwgm+06kHBpVrWRSkYRduFll8VZ4QA/jtfxZcAM4wEpHwklxkQl9o2352FUNWsca3/clJXU8sEwnVASQ==", + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/camunda-bpmn-js-behaviors/-/camunda-bpmn-js-behaviors-1.9.0.tgz", + "integrity": "sha512-s80UtNaEemOjmVjpgFaX81PK/+As4qPNdpJenyDXCalIDDdFNoKgqH/HjKlfhKq/PjUxgqY9p7FwbxKXe18Lmw==", + "license": "MIT", "dependencies": { "ids": "^1.0.0", "min-dash": "^4.0.0" @@ -34331,14 +34335,14 @@ } }, "@bpmn-io/variable-resolver": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@bpmn-io/variable-resolver/-/variable-resolver-1.3.0.tgz", - "integrity": "sha512-LzvIP3RPbMAE1sdSojSfEIsw1cXdB8oATB5P6+QFQpGihIIeuAy6twgfjd2gpntO/TxCMmXNAQM4NR899TJavQ==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@bpmn-io/variable-resolver/-/variable-resolver-1.3.1.tgz", + "integrity": "sha512-loJk+9BF+3knGWBF2mQDhbQ0QREkwvFdQ9GRexrMQ4Kt05fZEIdEmTmldepJuKExoz684uG/n8I42EkB9CtywQ==", "requires": { "@bpmn-io/extract-process-variables": "^1.0.0", - "@lezer/common": "^1.2.1", - "lezer-feel": "^1.2.4", - "min-dash": "^4.2.1" + "@lezer/common": "^1.2.3", + "lezer-feel": "^1.4.0", + "min-dash": "^4.2.2" }, "dependencies": { "min-dash": { @@ -34432,14 +34436,14 @@ } }, "@camunda/linting": { - "version": "3.29.1", - "resolved": "https://registry.npmjs.org/@camunda/linting/-/linting-3.29.1.tgz", - "integrity": "sha512-BGmiGNF2Xm7uGHaeCraWmk5gGzNKvkukZMeUJROGlodjLiXWLlXacHReGSfpt1AVB0hekkSN0gQzfzPn/O8yKQ==", + "version": "3.30.0", + "resolved": "https://registry.npmjs.org/@camunda/linting/-/linting-3.30.0.tgz", + "integrity": "sha512-8aR0Qs11i33rkdw4nb41wQhHBQwUJPLwXgfM86VsAPGTz2iIwd/yHEnT1LqN6qsCcxWx8KAMCYsog5gIoL8vIg==", "requires": { "@bpmn-io/diagram-js-ui": "^0.2.3", "bpmn-moddle": "^9.0.1", "bpmnlint": "^10.3.1", - "bpmnlint-plugin-camunda-compat": "^2.28.1", + "bpmnlint-plugin-camunda-compat": "^2.29.0", "bpmnlint-utils": "^1.0.2", "camunda-bpmn-moddle": "^7.0.1", "clsx": "^2.0.0", @@ -35960,9 +35964,9 @@ } }, "@lezer/common": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@lezer/common/-/common-1.2.1.tgz", - "integrity": "sha512-yemX0ZD2xS/73llMZIK6KplkjIjf2EvAHcinDi/TfJ9hS25G0388+ClHt6/3but0oOxinTcQHJLDXh6w1crzFQ==" + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/@lezer/common/-/common-1.2.3.tgz", + "integrity": "sha512-w7ojc8ejBqr2REPsWxJjrMFsA/ysDCFICn8zEOR9mrqzOu2amhITYuLD8ag6XZf0CFXDrhKqw7+tW8cX66NaDA==" }, "@lezer/highlight": { "version": "1.2.1", @@ -40616,9 +40620,9 @@ "requires": {} }, "bpmnlint-plugin-camunda-compat": { - "version": "2.28.1", - "resolved": "https://registry.npmjs.org/bpmnlint-plugin-camunda-compat/-/bpmnlint-plugin-camunda-compat-2.28.1.tgz", - "integrity": "sha512-HBs5mqru2txC11g8wJALYd1xAbB24BL1LiXZyWWfWtdhh467FfELmibHZ0U+MUwv1QX2lACMQfVqb/A8HFV9wA==", + "version": "2.29.0", + "resolved": "https://registry.npmjs.org/bpmnlint-plugin-camunda-compat/-/bpmnlint-plugin-camunda-compat-2.29.0.tgz", + "integrity": "sha512-kSvdxAWWY8PV71IXqNqDTkYFmsTjSKFsN296cWk7HdM1Iyv+jYSli4nW0nOXtrVj6ZLfH1jfdDYJmv6n3NfXTQ==", "requires": { "@bpmn-io/feel-lint": "^1.2.0", "@bpmn-io/moddle-utils": "^0.2.1", @@ -40998,23 +41002,23 @@ } }, "camunda-bpmn-js": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/camunda-bpmn-js/-/camunda-bpmn-js-5.3.0.tgz", - "integrity": "sha512-nUBWmdtdkbnJ+ie0rfi1kaoRpRQDEE0uTrSTJBKu172tfg5URgMxcpxH9e1J/y07L6KN708eP153GYmfldGPEA==", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/camunda-bpmn-js/-/camunda-bpmn-js-5.4.0.tgz", + "integrity": "sha512-7BEO/5KjJQ4YRLahwvLguC64dy3gBBcr+Wo0ci4U0bo3NbUbss7PHjhBjx3/ozUefcxUfooA5aXTvjaFee1kKw==", "requires": { "@bpmn-io/align-to-origin": "^0.7.0", "@bpmn-io/element-template-chooser": "^1.0.0", "@bpmn-io/element-template-icon-renderer": "^0.5.2", "@bpmn-io/form-variable-provider": "^1.3.0", "@bpmn-io/properties-panel": "^3.25.1", - "@bpmn-io/variable-resolver": "^1.3.0", + "@bpmn-io/variable-resolver": "^1.3.1", "@camunda/example-data-properties-provider": "^1.2.1", "bpmn-js": "^18.1.1", "bpmn-js-color-picker": "^0.7.1", "bpmn-js-create-append-anything": "^0.5.2", "bpmn-js-element-templates": "^2.4.0", "bpmn-js-executable-fix": "^0.2.1", - "camunda-bpmn-js-behaviors": "^1.8.0", + "camunda-bpmn-js-behaviors": "^1.9.0", "camunda-bpmn-moddle": "^7.0.1", "diagram-js": "^15.2.3", "diagram-js-grid": "^1.1.0", @@ -41033,9 +41037,9 @@ } }, "camunda-bpmn-js-behaviors": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/camunda-bpmn-js-behaviors/-/camunda-bpmn-js-behaviors-1.8.0.tgz", - "integrity": "sha512-QsB/itcwgm+06kHBpVrWRSkYRduFll8VZ4QA/jtfxZcAM4wEpHwklxkQl9o2352FUNWsca3/clJXU8sEwnVASQ==", + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/camunda-bpmn-js-behaviors/-/camunda-bpmn-js-behaviors-1.9.0.tgz", + "integrity": "sha512-s80UtNaEemOjmVjpgFaX81PK/+As4qPNdpJenyDXCalIDDdFNoKgqH/HjKlfhKq/PjUxgqY9p7FwbxKXe18Lmw==", "requires": { "ids": "^1.0.0", "min-dash": "^4.0.0" @@ -41142,7 +41146,7 @@ "@camunda/form-linting": "^0.20.0", "@camunda/form-playground": "^0.19.1", "@camunda/improved-canvas": "^1.7.5", - "@camunda/linting": "^3.29.1", + "@camunda/linting": "^3.30.0", "@codemirror/commands": "^6.6.2", "@codemirror/lang-json": "^6.0.1", "@codemirror/lang-xml": "^6.1.0", @@ -41162,7 +41166,7 @@ "bpmn-js-tracking": "^0.6.0", "bpmn-moddle": "^9.0.1", "bpmnlint-loader": "^0.1.6", - "camunda-bpmn-js": "^5.3.0", + "camunda-bpmn-js": "^5.4.0", "camunda-bpmn-moddle": "^7.0.1", "camunda-cmmn-moddle": "^1.0.0", "camunda-dmn-js": "^3.0.0",