camunda / camunda-bpmn-moddle

Camunda moddle extensions for BPMN 2.0
MIT License
64 stars 40 forks source link

deps: bump bpmn-js from 8.2.2 to 9.0.1 #96

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps bpmn-js from 8.2.2 to 9.0.1.

Changelog

Sourced from bpmn-js's changelog.

9.0.1

  • FIX: use ES5 everywhere (#1605)
  • FIX: support DIs without associated business object (#1605)
  • DEPS: bump to diagram-js@8.1.2 (bdf9cf3)

9.0.0

  • FEAT: support drilldown and modeling of collapsed subprocesses (#1443)
  • FEAT: update embedded label bounds when shape is moved (#1586)
  • FIX: create di for embedded labels (#1579)
  • CHORE: expose BpmnRenderer extension points (#1585)
  • DEPS: bump to diagram-js@8.1.1

Breaking Changes

  • Reworked the link of elements to bpmn DIs. You must access the di directly from the diagram element instead of the businessObject #1472.
  • Reworked viewer.open behavior for single planes (#1576).
  • Reworked import and BpmnFactory APIs #1472.
  • Added bpmn-js.css, which is required to display drilldown overlays correctly.

8.10.0

8.9.1

  • FIX: re-use process for redo of first participant (#1439)
  • FIX: ensure IDs are claimed when used (#1555)
  • FIX: prevent morphing data stores outside participants (#1508)

8.9.0

  • FEAT: select newly created sub-process (6214772b)
  • FEAT: select newly created group for immediate resizing (56eb34cc)
  • FEAT: simplify color scheme
  • FIX: set label color on bpmndi:BPMNLabel#color (#1543)
  • FIX: don't create illegal bpmndi:BPMNEdge#waypoints property (#1544)
  • FIX: correct direct editing on touch devices
  • DEPS: update to diagram-js@7.8.2

8.8.3

  • FIX: correct resize handles hidden behind element (#1520)
  • FIX: handle close to source or target drop on flow (#1541)
  • CHORE: bump to diagram-js@7.6.3

8.8.2

... (truncated)

Commits
  • cdc0894 9.0.1
  • d17e175 chore(CHANGELOG): update to v9.0.1
  • b1e03d6 deps: bump to diagram-js@8.1.2
  • bdf9cf3 fix(drilldown): ignore elements without BusinessObject
  • 7ff9be7 fix(ES6): replace array.includes with es5 equivalent
  • 1ba9de6 9.0.0
  • f4170b5 chore(CHANGELOG): update to v9.0.0
  • 36c6188 Merge master to develop
  • bd419fe test(drilldown): add integration test for group creation
  • e41442b fix(ordering): allow groups and associations in subprocesses
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by marstamm, a new releaser for bpmn-js since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)