-
Notifications
You must be signed in to change notification settings - Fork 182
chore(deps): bump mermaid from 11.10.0 to 11.10.1 in /docs in the patch-versions group #5998
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): bump mermaid from 11.10.0 to 11.10.1 in /docs in the patch-versions group #5998
Conversation
Bumps the patch-versions group in /docs with 1 update: [mermaid](https://github.com/mermaid-js/mermaid). Updates `mermaid` from 11.10.0 to 11.10.1 - [Release notes](https://github.com/mermaid-js/mermaid/releases) - [Commits](https://github.com/mermaid-js/mermaid/compare/mermaid@11.10.0...mermaid@11.10.1) --- updated-dependencies: - dependency-name: mermaid dependency-version: 11.10.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-versions ... Signed-off-by: dependabot[bot] <support@github.com>
WalkthroughPatched the Mermaid dependency in docs/package.json from ^11.10.0 to ^11.10.1. No other files or configurations were modified. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
✨ Finishing Touches🧪 Generate unit tests
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
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.
Actionable comments posted: 0
🧹 Nitpick comments (1)
docs/package.json (1)
27-29: Optional: consider consolidating Mermaid integration.If
@docusaurus/theme-mermaidfully covers your usage, you might be able to dropmdx-mermaidto reduce overlap and potential styling/runtime duplication. Not required for this PR; consider as housekeeping later.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
💡 Knowledge Base configuration:
- MCP integration is disabled by default for public repositories
- Jira integration is disabled by default for public repositories
- Linear integration is disabled by default for public repositories
You can enable these sources in your CodeRabbit configuration.
⛔ Files ignored due to path filters (1)
docs/yarn.lockis excluded by!**/yarn.lock,!**/*.lock
📒 Files selected for processing (1)
docs/package.json(1 hunks)
🔇 Additional comments (2)
docs/package.json (2)
29-29: LGTM: Patch bump to mermaid 11.10.1 in docs is appropriate.This is a safe, low-risk dependency patch for the docs site. No code changes needed here.
23-34: Manual verification required: Corepack activation failed in CI sandboxI attempted to enable Corepack and activate Yarn 4.9.2, but encountered permission errors creating symlinks in
/usr/local/bin. As a result, the dependency resolution (yarn why mermaid,yarn why dompurify), dedupe check, and docs build could not run to completion in this environment.Please run the following locally to ensure:
# 1. Enable Corepack and activate the correct Yarn version corepack enable corepack prepare yarn@4.9.2 --activate # 2. Verify Yarn version yarn -v # should report 4.9.2 # 3. Install in immutable (CI) mode yarn install --immutable # 4. Confirm a single mermaid@11.10.1 and dompurify@3.2.6 resolution yarn why mermaid yarn why dompurify # 5. Check for duplicate versions yarn dedupe --check mermaid dompurify # 6. Smoke-test docs build yarn --cwd docs build• Expect exactly one
mermaid@11.10.1in the tree.
• Ensuredompurifyis locked to3.2.6per your resolutions.
• Confirm thedocs buildcompletes without errors.
Bumps the patch-versions group in /docs with 1 update: mermaid.
Updates
mermaidfrom 11.10.0 to 11.10.1Release notes
Sourced from mermaid's releases.
Commits
af3bbdcMerge pull request #6894 from mermaid-js/changeset-release/master8813cf2Version Packagesd145c0eMerge pull request #6890 from mermaid-js/develop29886b8Merge pull request #6886 from mermaid-js/6721/Bidirectional-arrows--render-in...e0b45c2chore: added changesetd4c7696fix: correct rendering of bidirectional arrows with autonumber7171237Merge pull request #6865 from mermaid-js/renovate/peter-evans-create-pull-req...066883fMerge branch 'develop' into renovate/peter-evans-create-pull-request-digestc534d3d[autofix.ci] apply automated fixes4db72f5chore(deps): update peter-evans/create-pull-request digest to cb4d3bfDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsSummary by CodeRabbit
Chores
Documentation