Bump mermaid from 11.13.0 to 11.15.0 in /renderer#440
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 5b178bc1e5
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "version": "11.13.0", | ||
| "resolved": "https://registry.npmjs.org/mermaid/-/mermaid-11.13.0.tgz", | ||
| "integrity": "sha512-fEnci+Immw6lKMFI8sqzjlATTyjLkRa6axrEgLV2yHTfv8r+h1wjFbV6xeRtd4rUV1cS4EpR9rwp3Rci7TRWDw==", | ||
| "version": "11.15.0", |
There was a problem hiding this comment.
Preserve flat class diagram namespace rendering
With this 11.15.0 upgrade, Mermaid enables hierarchical class namespaces by default for class names containing dots; the renderer's loadMermaid() initialization in renderer/src/components/mermaid.tsx does not set class: { hierarchicalNamespaces: false }. Existing Prefab Mermaid class diagrams that used dotted names as flat labels, e.g. classDiagram; class foo.bar, will now render as nested namespaces instead of the 11.13.0 output, and the component exposes no config prop for users to opt out. If the bump is meant to be non-breaking, keep the old option when initializing Mermaid.
Useful? React with 👍 / 👎.
|
A newer version of mermaid exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
|
@dependabot recreate |
Bumps [mermaid](https://github.com/mermaid-js/mermaid) from 11.13.0 to 11.15.0. - [Release notes](https://github.com/mermaid-js/mermaid/releases) - [Commits](https://github.com/mermaid-js/mermaid/compare/mermaid@11.13.0...mermaid@11.15.0) --- updated-dependencies: - dependency-name: mermaid dependency-version: 11.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
3a54e99 to
be52506
Compare
|
Superseded by #449. |
Bumps mermaid from 11.13.0 to 11.15.0.
Release notes
Sourced from mermaid's releases.
... (truncated)
Commits
41646dfMerge pull request #7739 from aloisklink/ci/fix-release2671f5cdocs: fix v11.15.0 releasef4bf04bMerge pull request #7738 from mermaid-js/changeset-release/masterabfb563Version Packages60b289fRelease Candidate 11.15.0 (#7737)d37c0dbMerge pull request #7730 from aloisklink/fix/fix-edgeLabelRightLeft-changes5ab5a28docs: improve nested namespace changeset18f8b4cfix: revert endEdgeLabelLeft/endEdgeLabelRight change504b2ebMerge pull request #7726 from aloisklink/fix/correct-unnecessary-html-escapes...1502f32fix(wardley): fix unnecessary sanitization of text