-
-
Notifications
You must be signed in to change notification settings - Fork 3
fix: update dependency mermaid to v11 #214
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
Conversation
|
Is it possible to have this branch merged ? |
a3e01f1 to
f957f2e
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #214 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 1 1
Lines 2 5 +3
=========================================
+ Hits 2 5 +3 ☔ View full report in Codecov by Sentry. |
# [7.0.0](v6.0.1...v7.0.0) (2024-11-15) ### Bug Fixes * update dependency mermaid to v11 ([#214](#214)) ([62c8417](62c8417)) ### BREAKING CHANGES * update dependency mermaid to v11
|
🎉 This PR is included in version 7.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This PR contains the following updates:
^10.0.0->^11.0.0Release Notes
mermaid-js/mermaid (mermaid)
v11.4.0Compare Source
Minor Changes
#5999
742ad7cThanks @knsv! - Adding Kanban board, a new diagram type#5880
bdf145fThanks @yari-dewalt! - Class diagram changes:Patch Changes
#5937
17b7831Thanks @saurabhg772244! - fix: Jagged edge fix for icon shape#5933
72d60d2Thanks @remcohaszing! - Add missing TypeScript dependencies#5937
17b7831Thanks @saurabhg772244! - fix: Icon color fix for colored icons.#6002
5fabd41Thanks @aloisklink! - fix: errormermaid.parseon an invalid shape, so that it matches the errors thrown bymermaid.renderv11.3.0Compare Source
Minor Changes
9e3aa70Thanks @knsv, @ashishjain0512, @omkarht, @saurabhg772244, @aloisklink, @sidharthv96 ! - New Flowchart Shapes (with new syntax)Patch Changes
#5849
6c5b7ceThanks @ReneLombard! - Fixed an issue when the mermaid classdiagram crashes when adding a . to the namespace.Forexample
classDiagram namespace Company.Project.Module { class GenericClass~T~ { +addItem(item: T) +getItem() T } }#5914
de2c05cThanks @aloisklink! - Ban DOMPurify v3.1.7 as a dependencyv11.2.1Compare Source
Patch Changes
bfd8c63Thanks @knsv! - Fix for issue with calculation of label width when using in firefoxv11.2.0Compare Source
Minor Changes
64abf29Thanks @sidharthv96! - feat: Return parsed config from mermaid.parsePatch Changes
5e75320Thanks @bollwyvl! - fix: Replace $root with relative pathsv11.1.1Compare Source
Patch Changes
4c43d21Thanks @knsv! - fix: Fix for issue where self-loops in the root of diagrams break the renderingv11.1.0Compare Source
11.1.0
Minor Changes
#5793
6ecdf7bThanks @sidharthv96! - feat: Add support for iconify icons#5711
8e640daThanks @NicolasNewman! - feat(er): allow multi-line relationship labels#5452
256a148Thanks @NicolasNewman! - New Diagram: ArchitectureAdds architecture diagrams which allows users to show relations between services.
Patch Changes
#5810
28bd07fThanks @knsv! - Fix for self loops in clusterSupporting legacy defaultRenderer directive
#5789
16faef4Thanks @sidharthv96! - chore: Move icons to architecture, remove full icon sets to reduce bundle sizeUpdated dependencies [
256a148,7d8143b]:v11.0.2Compare Source
Patch Changes
#5664
5deaef4Thanks @Austin-Fulbright! - chore: Migrate git graph to langium, use typescript for internalsUpdated dependencies [
5deaef4]:v11.0.1Compare Source
Patch Changes
bf05d87Thanks @calvinvette! - test changesetv11.0.0Compare Source
Release Notes
Major Update
Refactored the Mermaid rendering engine to support new features, including customizable layout algorithms and visual styles. This update enhances diagram flexibility, starting with flowcharts and state diagrams, with plans to extend to all diagram types by @knsv, @ashishjain0512, @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/5604
🚨 Breaking Changes
useMaxWidthtrue (#5723) @aloisklinkuseMaxWidthtrue (#5724) @aloisklink🚀 Features
@mermaid-js/parserpackage andinfolangium parser by @Yokozuna59 in https://github.com/mermaid-js/mermaid/pull/4727pielangium parser by @Yokozuna59 in https://github.com/mermaid-js/mermaid/pull/4751suppressErrorRenderingoption to avoid inserting 'Syntax error' message to DOM directly by @rhysd in https://github.com/mermaid-js/mermaid/pull/4359nodeSpacing/rankSpacingconfig to subgraphs by @rowanfr in https://github.com/mermaid-js/mermaid/pull/5183🐛 Bug Fixes
s being added by @NicolasNewman in https://github.com/mermaid-js/mermaid/pull/5483
sandboxmode with UTF-16 characters by @iansan5653 in https://github.com/mermaid-js/mermaid/pull/5520elkjsdependency from mermaid package by @Gusted in https://github.com/mermaid-js/mermaid/pull/5654🧰 Maintenance
@types/d3-scaledev dependency by @Yokozuna59 in https://github.com/mermaid-js/mermaid/pull/4749MermaidConfigenum TypesScript types to certain values by @aloisklink in https://github.com/mermaid-js/mermaid/pull/4803langiumtov3and apply the required changes by @Yokozuna59 in https://github.com/mermaid-js/mermaid/pull/5345📚 Documentation
sequenceDiagram.mdby @abitrolly in https://github.com/mermaid-js/mermaid/pull/5570New Contributors
Full Changelog: mermaid-js/mermaid@v10.9.1...v11.0.0
🎉 Thanks to all contributors helping with this release! 🎉
v10.9.3Compare Source
Updates the bundled version of dependencies in the following files:
dist/mermaid.min.jsdist/mermaid.jsdist/mermaid.esm.mjsdist/mermaid.esm.min.mjsIf you are not using these files (e.g. you are using the default NPM export of
mermaid, e.g.import mermaid from 'mermaid', or you are usingdist/mermaid.core.mjs), this release is identical to v10.9.2.This is to avoid potential security issues in KaTeX and DOMPurify, see:
These dependencies have already been updated in v11.0.0.
Changelog
Chore
2bedd0e)92a07ff)Full Changelog: mermaid-js/mermaid@v10.9.2...v10.9.3
v10.9.2Compare Source
This release back-ports https://github.com/mermaid-js/mermaid/pull/5914 to the v10 release line to fix #5904 (an incompatibility between mermaid and DOMPurify v3.1.7)
Patch Changes
402abdf[10] fix: ban version v3.1.7 of DOMPurifyFull Changelog: mermaid-js/mermaid@v10.9.1...v10.9.2
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.