bump mermaid to 11.12.2#1374
Merged
MykolaGolubyev merged 36 commits intotestingisdocumenting:masterfrom Dec 11, 2025
Merged
Conversation
# Conflicts: # znai-reactjs-api/README.md # znai-reactjs/package-lock.json # znai-reactjs/package.json # znai-reactjs/src/doc-elements/page/Page.jsx # znai-reactjs/src/doc-elements/search/SearchPopup.jsx # znai-reactjs/src/doc-elements/search/SearchPreview.jsx
Contributor
Author
|
here are the manual tests I am able to do
then run the CLI with this run configuration |
[Error] Failed to load resource: the server responded with a status of 500 (Internal Server Error) (search-index.js, line 0) [Error] SyntaxError: Importing binding name 'SearchResult' is not found.
Contributor
Author
|
At the moment in the javascript console there are these errors when running |
… index before the data is available
Merged
| @@ -1,35 +1,56 @@ | |||
| const React = require('react'); | |||
| /* | |||
Member
There was a problem hiding this comment.
since we are touching this file for the first time since two sigma, please add znai maintainers 2025 to the copyright (see other files as an example)
Contributor
Author
There was a problem hiding this comment.
I deal with this comment on the other pull request #1384 .
| <concat destfile="${project.build.outputDirectory}/static/main.js" append="true"> | ||
| <fileset file="dist/assets/index*.js" /> | ||
| </concat> | ||
| <echo file="${project.build.outputDirectory}/static/main.js" > |
Member
There was a problem hiding this comment.
do we still need this empty file?
Contributor
Author
There was a problem hiding this comment.
I deal with this comment on the other pull request #1384.
# Conflicts: # znai-reactjs/src/doc-elements/cli/CliCommand.jsx # znai-reactjs/src/doc-elements/page/default/DefaultPageContent.tsx
Silence some typescript warnings generating red lines in IntelliJ
…WO SIGMA copyright in modified files.
# Conflicts: # znai-reactjs/package-lock.json
# Conflicts: # znai-reactjs/package-lock.json # znai-reactjs/package.json # znai-reactjs/src/doc-elements/text-selection/SlackActiveQuestions.tsx
# Conflicts: # znai-reactjs/package-lock.json # znai-reactjs/src/doc-elements/mermaid/Mermaid.demo.tsx
MykolaGolubyev
approved these changes
Dec 11, 2025
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
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 pull request is now ready.
This pull request is a superset of #1384 .
Before upgrading vite and using the new roll down the following errors were happening with the new version of mermaid.
on FireFox
Fixes #1373