Skip to content
This repository has been archived by the owner on Jan 17, 2025. It is now read-only.

chore(deps): bump @process-analytics/bv-experimental-add-ons from 0.7.0 to 0.7.1 #146

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the process-analytics group with 1 update: @process-analytics/bv-experimental-add-ons.

Updates @process-analytics/bv-experimental-add-ons from 0.7.0 to 0.7.1

Release notes

Sourced from @​process-analytics/bv-experimental-add-ons's releases.

0.7.1

⚡ This new version makes the usage of bv-experimental-add-ons easier in applications built with webpack. ⚡

List of issues: milestone 0.7.1

🚀 Highlight - application built with webpack

In the past, when integrating bv-experimental-add-ons into an application built by webpack, webpack complained that certain modules could not be found, as in the following example 👇🏿 :

ERROR in ./node_modules/@process-analytics/bv-experimental-add-ons/dist/index.js 16:0-32
Module not found: Error: Can't resolve './bpmn-elements' in '/user/app/node_modules/@process-analytics/bv-experimental-add-ons/dist'
Did you mean 'bpmn-elements.js'?

This was only happening with webpack, not with other bundlers. Webpack expects imports and exports to use the js file extension, which was not the case in older versions of bv-experimental-add-ons. In version 0.7.1, imports and exports have been updated to make webpack hapyy, so you can too 🎁.

ℹ️ For more details and a workaround for older version, see #301.

What's Changed

🐛 Bug Fixes

📦 Dependency updates

⚙️ Other Changes

Full Changelog: process-analytics/bpmn-visualization-addons@v0.7.0...v0.7.1

Commits
  • a11256c chore(release): 0.7.1
  • 245be0c chore(test): switch from ts-jest to @​swc/jest (#302)
  • 2608e31 fix: add missing file extension in imports of the npm package (#301)
  • 3538bb4 chore: correctly include the lib folder in the npm package (#303)
  • 87b969b chore(package): store application resources in the lib folder (#300)
  • 070d3a5 chore(deps-dev): bump the lint group with 2 updates (#299)
  • ca22212 chore(deps-dev): bump vite from 5.4.4 to 5.4.6 (#298)
  • 2d0600e chore(dependabot): ignore @types/node (#297)
  • dcd43be chore(deps): bump bpmn-visualization from 0.43.0 to 0.44.0 (#296)
  • 355adbb chore(deps-dev): bump vite from 5.4.2 to 5.4.4 (#294)
  • 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: [@process-analytics/bv-experimental-add-ons](https://github.com/process-analytics/bv-experimental-add-ons).


Updates `@process-analytics/bv-experimental-add-ons` from 0.7.0 to 0.7.1
- [Release notes](https://github.com/process-analytics/bv-experimental-add-ons/releases)
- [Commits](process-analytics/bpmn-visualization-addons@v0.7.0...v0.7.1)

---
updated-dependencies:
- dependency-name: "@process-analytics/bv-experimental-add-ons"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 23, 2024
@dependabot dependabot bot requested review from a team, csouchet and tbouffard and removed request for a team September 23, 2024 19:09
@tbouffard tbouffard changed the title chore(deps): bump @process-analytics/bv-experimental-add-ons from 0.7.0 to 0.7.1 in the process-analytics group chore(deps): bump @process-analytics/bv-experimental-add-ons from 0.7.0 to 0.7.1 Sep 24, 2024
Copy link
Member

@tbouffard tbouffard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✔️ Changelog and release-notes reviewed. Nothing impactful for us.

@tbouffard tbouffard merged commit a62fbed into main Sep 24, 2024
5 checks passed
@tbouffard tbouffard deleted the dependabot/npm_and_yarn/process-analytics-1d9c96511a branch September 24, 2024 05:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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