-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
chore(deps): bump mermaid and @mermaid-js/layout-elk
#11812
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -38,12 +38,12 @@ | |
| "@docusaurus/theme-common": "3.9.2", | ||
| "@docusaurus/types": "3.9.2", | ||
| "@docusaurus/utils-validation": "3.9.2", | ||
| "mermaid": ">=11.6.0", | ||
| "mermaid": ">=11.13.0", | ||
| "tslib": "^2.6.0" | ||
| }, | ||
| "devDependencies": {}, | ||
| "peerDependencies": { | ||
| "@mermaid-js/layout-elk": "^0.1.9", | ||
| "@mermaid-js/layout-elk": "^0.2.1", | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Technically, a 0.x minor semver version can ship breaking changes, although this one doesn't ship any problematic change IMHO. It's not super clear if MermaidJS commits to respecting semver because they sometimes kind-of break things in releases that shouldn't be breaking. Since it's a peer dependency, I guess we could just use |
||
| "react": "^18.0.0 || ^19.0.0", | ||
| "react-dom": "^18.0.0 || ^19.0.0" | ||
| }, | ||
|
|
||
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 don't understand why this needs to be bumped. People can already use newer versions