Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore(deps): bump bpmn-visualization from 0.43.0 to 0.44.0 #144

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2024

Bumps the process-analytics group with 1 update: bpmn-visualization.

Updates bpmn-visualization from 0.43.0 to 0.44.0

Release notes

Sourced from bpmn-visualization's releases.

0.44.0

📢 This new version of bpmn-visualization introduces a reduction in package size.

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

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

Highlights

The overall size of the bpmn-visualization package has been reduced.

For instance, the size of the minified IIFE bundle included in the npm package has decreased from 4750B / 4.63kB.

bundle 0.43.0 0.44.0
bpmn-visualization.esm.js 209,770 204,217
bpmn-visualization.js 1,682,011 1,671,953
bpmn-visualization.min.js 990,530 985,780

This reduction is the result of both code refactoring and the transition from lodash-es to es-toolkit.

es-toolkit is a modern, high-performance JavaScript utility library that features a smaller bundle size and robust type annotations.

Advantages of using es-toolkit include:

  • More frequent updates
  • ESM optimization
  • Improved tree-shaking

Breaking Changes

This version introduces minor breaking changes primarily affecting style customization functions.

Removal of Unused Elements in Custom Styling Features

  • BpmnCanvas.setIconOriginForIconOnBottomLeft
  • StyleDefault.SHAPE_ACTIVITY_FROM_CENTER_MARGIN

These changes are unlikely to impact users as these methods were not widely utilized. No repositories within the Process Analytics project were found to be using them.

ℹ️ For more details, see #3050.

Removal of IconPainter.paintEmptyIcon

This change is expected to have minimal impact. Applications that extend IconPainter typically have no reason to override this method.

ℹ️ For more details, see #3054.

Correct CSS Class Name for Adhoc Subprocess

... (truncated)

Commits
  • 77d4b09 chore(release): 0.44.0
  • c4440f1 chore(release): prepare version for release
  • 46ba46b ci: redesign notifications for new releases (#3156)
  • 3c4c4ea chore(deps): switch from lodash-es to es-toolkit (#3142)
  • a1c7c26 refactor: simplify some code using the mxGraph API (#3153)
  • 5a6897b chore(deps-dev): typedoc from 0.25.13 to 0.26.6 (#3154)
  • 4206b28 chore(deps-dev): bump ts-jest from 29.2.4 to 29.2.5 in the jest group (#3155)
  • a5886d1 docs: improve the issue templates (#3148)
  • e3f48eb refactor!: rename values in ShapeBpmnMarkerKind (#3147)
  • 7a9f2b4 test(e2e): restore report generation and fix location of received images (#3145)
  • 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the process-analytics group with 1 update: [bpmn-visualization](https://github.com/process-analytics/bpmn-visualization-js).


Updates `bpmn-visualization` from 0.43.0 to 0.44.0
- [Release notes](https://github.com/process-analytics/bpmn-visualization-js/releases)
- [Changelog](https://github.com/process-analytics/bpmn-visualization-js/blob/master/CHANGELOG.md)
- [Commits](process-analytics/bpmn-visualization-js@v0.43.0...v0.44.0)

---
updated-dependencies:
- dependency-name: bpmn-visualization
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: process-analytics
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency (dev or runtime) javascript Pull requests that update Javascript code labels Sep 2, 2024
@dependabot dependabot bot requested review from a team, csouchet and tbouffard and removed request for a team September 2, 2024 19:06
@tbouffard tbouffard changed the title chore(deps): bump bpmn-visualization from 0.43.0 to 0.44.0 in the process-analytics group chore(deps): bump bpmn-visualization from 0.43.0 to 0.44.0 Sep 3, 2024
@tbouffard tbouffard merged commit a959213 into main Sep 3, 2024
5 checks passed
@tbouffard tbouffard deleted the dependabot/npm_and_yarn/process-analytics-aa700ea9ae branch September 3, 2024 10:41
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dependencies Pull requests that update a dependency (dev or runtime) javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant