deps: update modeling dependencies + CHANGELOG update - #6131
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request updates the Camunda Modeler’s modeling-related dependencies across the app and client workspaces, regenerates the lockfile accordingly, and updates the CHANGELOG.md to reflect the dependency bumps.
Changes:
- Bump core modeling dependencies (e.g.,
bpmn-js,bpmn-js-properties-panel,camunda-bpmn-js,@bpmn-io/properties-panel,@bpmn-io/form-js,zeebe-bpmn-moddle) inapp/package.jsonandclient/package.json. - Update
package-lock.jsonto match the new dependency graph and resolved versions. - Update
CHANGELOG.mdwith dependency update entries (and additional unreleased notes).
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package-lock.json | Updates resolved versions/metadata for the bumped modeling dependency stack. |
| client/package.json | Bumps modeling-related dependencies used by the client workspace. |
| app/package.json | Bumps modeling-related dependencies used by the Electron app workspace. |
| CHANGELOG.md | Adds/updates unreleased changelog entries for dependency updates (and additional entries). |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
barmac
force-pushed
the
modeling-updates
branch
from
August 24, 2026 11:30
47fc3c3 to
c86dfa0
Compare
…ates@2.33.0 bpmn-js-element-templates@2.33.0 unified the configuration chooser's unavailable/warning messaging into the properties panel's standard description attachment and renamed the placeholder button's class to a `-card--placeholder` modifier, breaking the old class-based locators.
barmac
force-pushed
the
modeling-updates
branch
from
August 24, 2026 13:09
69a44a2 to
3224405
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #6094
Proposed Changes
Updates the modeling dependencies (
bpmn-js,bpmn-js-element-templates,bpmn-js-properties-panel,@bpmn-io/properties-panel,camunda-bpmn-js,@camunda/improved-canvas,@camunda/linting,zeebe-bpmn-moddle, form-js and related packages) to their latest versions, and updates theCHANGELOG.mdaccordingly.Checklist
Ensure you provide everything we need to review your contribution:
Closes {LINK_TO_ISSUE}orRelated to {LINK_TO_ISSUE}@bpmn-io/srtool