process-analytics / bpmn-visualization-demo-template

A template to quickly initiate a `bpmn-visualization` demo powered by `Vite` and written in `TypeScript`
https://process-analytics.github.io/bpmn-visualization-demo-template/
Apache License 2.0
1 stars 0 forks source link

chore(deps): bump bpmn-visualization from 0.41.0 to 0.42.0 #34

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

Bumps bpmn-visualization from 0.41.0 to 0.42.0.

Release notes

Sourced from bpmn-visualization's releases.

0.42.0

This new version brings improvements to the ShapeBpmnSemantic data returned by the API. There are now more details for Link Events.

Thanks to all the contributors of this release 🌈: @​csouchet and @​tbouffard

See milestone 0.42.0 to get the list of issues covered by this release.

Highlights

When related to a Link Event, ShapeBpmnSemantic objects now return the source identifiers (linkEventSourceIds) of a catch event or the target identifier (linkEventTargetId) of a throw event.

This improves navigation between model elements.

ℹ️ For more details, see #2911.

What's Changed

Full Changelog: https://github.com/process-analytics/bpmn-visualization-js/compare/v0.41.0...v0.42.0

🧲 BPMN diagram usability

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

Commits
  • 636fe40 chore(release): 0.42.0
  • 6065448 chore(release): prepare version for release
  • 1c85873 chore(deps-dev): bump playwright from 1.38.1 to 1.39.0 (#2931)
  • f0fa579 chore(deps-dev): bump the rollup group with 1 update (#2930)
  • c2e0cb5 chore(deps-dev): bump the lint group with 4 updates (#2929)
  • 1c9c866 chore(deps-dev): bump the rollup group with 5 updates (#2927)
  • b947a5e chore(deps-dev): bump the jest group with 1 update (#2926)
  • 5f389c2 chore(eslint): use unicorn/recommended rules (#2824)
  • 92483bf chore(eslint): add some unicorn rules (#2925)
  • 3d52258 feat: add link event data in ShapeBpmnSemantic (#2911)
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
tbouffard commented 11 months ago

@dependabot squash and merge