Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 17 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Copy link
Contributor

Choose a reason for hiding this comment

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

bpmn-moddle 8 or 9? 🤔

Copy link
Member Author

@nikku nikku Jul 26, 2024

Choose a reason for hiding this comment

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

v9 does not fly yet, because the diffpatch library we use is a fake ESM module, we cannot move to ESM testing, but bpmn-moddle@9 does not work with emulation via esm anymore.

Copy link
Contributor

Choose a reason for hiding this comment

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

I was asking because the commit message and the actual version weren't matching. 🙂

Copy link
Contributor

Choose a reason for hiding this comment

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

Otherwise this PR looks good and could be merged.

Copy link
Member Author

Choose a reason for hiding this comment

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

bpmn-io/diffpatch#2 should enable (once released and integrated) the update to bpmn-moddle@9.

Copy link
Member Author

@nikku nikku Jul 26, 2024

Choose a reason for hiding this comment

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

There you go: 8f465fd ✔️

Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"license": "MIT",
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.2.3",
"bpmn-moddle": "^5.1.3",
"bpmn-moddle": "^8.1.0",
"chai": "^4.1.2",
"eslint": "^8.57.0",
"eslint-plugin-bpmn-io": "^1.0.1",
Expand Down
Loading