-
-
Notifications
You must be signed in to change notification settings - Fork 500
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
chore(deps): update dependency mermaid to v11 #6542
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/mermaid-11.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+500
−319
Conversation
This file contains 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
COMPARE TO
|
Name | Diff |
---|---|
packages/console/package.json | 0 Bytes |
pnpm-lock.yaml | 📈 +6.94 KB |
37cf659
to
cf9f5ff
Compare
This PR is stale because it has been open 10 for days with no activity. Remove stale label or comment or this will be closed in 5 days. |
7dbacc1
to
4ac8de7
Compare
6d788b2
to
94df78b
Compare
94df78b
to
abe32d9
Compare
abe32d9
to
93a9c95
Compare
6e2dcb4
to
d600ac4
Compare
d600ac4
to
99f613e
Compare
99f613e
to
2d10f5d
Compare
2d10f5d
to
4f2ebb1
Compare
4f2ebb1
to
d152a57
Compare
This PR is stale because it has been open 10 for days with no activity. Remove stale label or comment or this will be closed in 5 days. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR contains the following updates:
^10.9.1
->^11.0.0
Release Notes
mermaid-js/mermaid (mermaid)
v11.4.0
Compare Source
Minor Changes
#5999
742ad7c
Thanks @knsv! - Adding Kanban board, a new diagram type#5880
bdf145f
Thanks @yari-dewalt! - Class diagram changes:Patch Changes
#5937
17b7831
Thanks @saurabhg772244! - fix: Jagged edge fix for icon shape#5933
72d60d2
Thanks @remcohaszing! - Add missing TypeScript dependencies#5937
17b7831
Thanks @saurabhg772244! - fix: Icon color fix for colored icons.#6002
5fabd41
Thanks @aloisklink! - fix: errormermaid.parse
on an invalid shape, so that it matches the errors thrown bymermaid.render
v11.3.0
Compare Source
Minor Changes
9e3aa70
Thanks @knsv, @ashishjain0512, @omkarht, @saurabhg772244, @aloisklink, @sidharthv96 ! - New Flowchart Shapes (with new syntax)Patch Changes
#5849
6c5b7ce
Thanks @ReneLombard! - Fixed an issue when the mermaid classdiagram crashes when adding a . to the namespace.Forexample
#5914
de2c05c
Thanks @aloisklink! - Ban DOMPurify v3.1.7 as a dependencyv11.2.1
Compare Source
Patch Changes
bfd8c63
Thanks @knsv! - Fix for issue with calculation of label width when using in firefoxv11.2.0
Compare Source
Minor Changes
64abf29
Thanks @sidharthv96! - feat: Return parsed config from mermaid.parsePatch Changes
5e75320
Thanks @bollwyvl! - fix: Replace $root with relative pathsv11.1.1
Compare Source
Patch Changes
4c43d21
Thanks @knsv! - fix: Fix for issue where self-loops in the root of diagrams break the renderingv11.1.0
Compare Source
11.1.0
Minor Changes
#5793
6ecdf7b
Thanks @sidharthv96! - feat: Add support for iconify icons#5711
8e640da
Thanks @NicolasNewman! - feat(er): allow multi-line relationship labels#5452
256a148
Thanks @NicolasNewman! - New Diagram: ArchitectureAdds architecture diagrams which allows users to show relations between services.
Patch Changes
#5810
28bd07f
Thanks @knsv! - Fix for self loops in clusterSupporting legacy defaultRenderer directive
#5789
16faef4
Thanks @sidharthv96! - chore: Move icons to architecture, remove full icon sets to reduce bundle sizeUpdated dependencies [
256a148
,7d8143b
]:v11.0.2
Compare Source
Patch Changes
#5664
5deaef4
Thanks @Austin-Fulbright! - chore: Migrate git graph to langium, use typescript for internalsUpdated dependencies [
5deaef4
]:v11.0.1
Compare Source
Patch Changes
bf05d87
Thanks @calvinvette! - test changesetv11.0.0
Compare 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
useMaxWidth
true (#5723) @aloisklinkuseMaxWidth
true (#5724) @aloisklink🚀 Features
@mermaid-js/parser
package andinfo
langium parser by @Yokozuna59 in https://github.com/mermaid-js/mermaid/pull/4727pie
langium parser by @Yokozuna59 in https://github.com/mermaid-js/mermaid/pull/4751suppressErrorRendering
option to avoid inserting 'Syntax error' message to DOM directly by @rhysd in https://github.com/mermaid-js/mermaid/pull/4359nodeSpacing
/rankSpacing
config 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
sandbox
mode with UTF-16 characters by @iansan5653 in https://github.com/mermaid-js/mermaid/pull/5520elkjs
dependency from mermaid package by @Gusted in https://github.com/mermaid-js/mermaid/pull/5654🧰 Maintenance
@types/d3-scale
dev dependency by @Yokozuna59 in https://github.com/mermaid-js/mermaid/pull/4749MermaidConfig
enum TypesScript types to certain values by @aloisklink in https://github.com/mermaid-js/mermaid/pull/4803langium
tov3
and apply the required changes by @Yokozuna59 in https://github.com/mermaid-js/mermaid/pull/5345📚 Documentation
sequenceDiagram.md
by @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! 🎉
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.