-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
chore(deps): bump @docusaurus/theme-mermaid from 3.8.1 to 3.9.2 #2393
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?
chore(deps): bump @docusaurus/theme-mermaid from 3.8.1 to 3.9.2 #2393
Conversation
Bumps [@docusaurus/theme-mermaid](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-theme-mermaid) from 3.8.1 to 3.9.2. - [Release notes](https://github.com/facebook/docusaurus/releases) - [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/docusaurus/commits/v3.9.2/packages/docusaurus-theme-mermaid) --- updated-dependencies: - dependency-name: "@docusaurus/theme-mermaid" dependency-version: 3.9.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
AssigneesThe following users could not be added as assignees: Please fix the above issues or remove invalid values from |
The latest updates on your projects. Learn more about Vercel for GitHub.
💡 Enable Vercel Agent with $100 free credit for automated AI reviews |
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Caution MetaMask internal reviewing guidelines:
|
"@docusaurus/remark-plugin-npm2yarn": "^3.8.1", | ||
"@docusaurus/theme-common": "3.8.1", | ||
"@docusaurus/theme-mermaid": "3.8.1", | ||
"@docusaurus/theme-mermaid": "3.9.2", |
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.
Bug: Theme Mermaid Upgrade Triggers Dependency Conflicts
Upgrading @docusaurus/theme-mermaid
to 3.9.2
creates a version mismatch. This version requires other core Docusaurus packages, such as @docusaurus/core
and @docusaurus/theme-common
, to also be at 3.9.2
. However, these packages remain at 3.8.1
in package.json
, which can cause dependency conflicts, duplicate installations, and runtime issues.
Bumps @docusaurus/theme-mermaid from 3.8.1 to 3.9.2.
Release notes
Sourced from
@docusaurus/theme-mermaid
's releases.... (truncated)
Changelog
Sourced from
@docusaurus/theme-mermaid
's changelog.... (truncated)
Commits
abfbe56
v3.9.2f89fbae
perf(theme-mermaid): lazy load the Mermaid library (#11438)b4cc50a
fix(theme-mermaid): Fix Mermaid ELK layout dependency required bug on v3.9 (#...c3e5db1
chore: release v3.9.1 (#11436)c24d7dc
chore: release v3.9 (#11419)1c484e1
chore: drop support for Node 18, that reached End-of-Life (#11408)3059107
feat(mermaid): support elk layout (#11357)f811e2d
chore: release 3.8.1 (#11249)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Upgrades
@docusaurus/theme-mermaid
from3.8.1
to3.9.2
and refreshes lockfile with related transitive updates requiring Node 20 for that theme.@docusaurus/theme-mermaid
from3.8.1
to3.9.2
inpackage.json
.package-lock.json
with transitive changes tied to the new theme version (e.g.,@docusaurus/*
,webpack-dev-*
,mermaid
range, and ancillary libs), reflecting the theme’s Node>=20
engine requirement.Written by Cursor Bugbot for commit a9975b3. This will update automatically on new commits. Configure here.