-
Notifications
You must be signed in to change notification settings - Fork 489
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
Export images with webhook icon #4576
Conversation
client/package.json
Outdated
@@ -67,6 +67,7 @@ | |||
"scroll-tabs": "^1.0.1", | |||
"semver-compare": "^1.0.0", | |||
"sourcemapped-stacktrace": "^1.1.11", | |||
"tiny-svg": "^3.1.3", |
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.
"tiny-svg": "^3.1.3", | |
"tiny-svg": "^3.1.3", |
Should we not just npm update tiny-svg
to update the dependency (nested)?
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.
Feels odd to introduce this here (unless we use it within the modeler).
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.
(We do use it, but it is pulled in through bpmn-js
, so I'd expect to simply bump the nested dependency).
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.
Updated ✔️
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 pulled it because we directly depend on it. I should've commented on that.
deps: update to `tiny-svg@3.1.3` Closes #4127
9848ff9
to
0a87b4f
Compare
client/package.json
Outdated
@@ -67,6 +67,7 @@ | |||
"scroll-tabs": "^1.0.1", | |||
"semver-compare": "^1.0.0", | |||
"sourcemapped-stacktrace": "^1.1.11", | |||
"tiny-svg": "^3.1.3", |
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.
Updated ✔️
tiny-svg@3.1.3
Closes #4127
Screen.Recording.2024-10-01.at.17.18.11.mov
Proposed Changes
This updates tiny-svg and also includes it in the dependencies as we already use it in the source code: https://github.com/camunda/camunda-modeler/blob/develop/client/src/app/tabs/dmn/modeler/features/overview/overview-renderer/OverviewRenderer.js#L28
Checklist
To ensure you provided everything we need to look at your PR:
@bpmn-io/sr
toolCloses {LINK_TO_ISSUE}
orRelated to {LINK_TO_ISSUE}