-
Notifications
You must be signed in to change notification settings - Fork 18
Housekeeping #23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Housekeeping #23
Changes from 1 commit
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
215bf7f
chore: bump eslint*
nikku 5f7c468
chore: update to mocha@8
nikku 545a38b
chore: include package-lock
nikku 18501ac
chore: use `package.json#files` to define published assets
nikku 48702e4
chore: drop UMD distribution
nikku aca8388
chore: update to rollup@4
nikku adbf9a9
chore: mark `min-dash` as external dependency
nikku ab9434b
deps: update to min-dash@4
nikku a636092
ci: replace Travis with GitHub action
nikku f4fa6f6
deps: update to bpmn-moddle@9
nikku 22dc17d
deps: update to diffpatch@0.6.0
nikku 3572ab5
chore: drop legacy hack
nikku f1c9fc0
chore: turn into ES module
nikku 8f465fd
chore: update to bpmn-moddle@9
nikku 7b97bd8
chore: drop unnecessary extra task
nikku File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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? 🤔
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
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 thediffpatch
library we use is a fake ESM module, we cannot move to ESM testing, but bpmn-moddle@9 does not work with emulation viaesm
anymore.There was a problem hiding this comment.
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. 🙂
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
.Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There you go: 8f465fd ✔️