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.42.0 to 0.43.0 #40

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps bpmn-visualization from 0.42.0 to 0.43.0.

Release notes

Sourced from bpmn-visualization's releases.

0.43.0

📢 This new version brings improvements to the parser and the way users can retrieve the bpmn-visualization version.

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

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

Deprecated APIs

BpmnVisualization.getVersion is now deprecated and will be removed in v0.45.0, see #2966. Use the getVersion function instead. For more details, see #2965.

What's Changed

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

🐛 Bug Fixes

⤵️ Library Integration

📝 Documentation

🎮 Demo and Examples

📦 Dependency updates

👻 Maintenance

Commits
  • 0e901a8 chore(release): 0.43.0
  • 83dc58a chore(release): prepare version for release
  • c0cb959 fix: ensure numeric attributes are parsed as number (#3040)
  • 801a918 chore(deps-dev): bump the css group with 1 update (#3044)
  • cd97939 chore(gha): bump actions/upload-artifact from 3 to 4 (#2997)
  • a831e0a chore(deps-dev): bump the rollup group with 1 update (#3039)
  • 3381f32 chore(deps-dev): bump the lint group with 5 updates (#3038)
  • b256bf4 chore(deps-dev): bump the css group with 1 update (#3036)
  • 4819dde chore(gha): bump release-drafter/release-drafter from 5.25.0 to 6.0.0 (#3035)
  • e3510b7 chore(deps): bump fast-xml-parser from 4.3.3 to 4.3.4 (#3034)
  • 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 6 months ago

@dependabot squash and merge