Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 26, 2025

Bumps the patch-versions group in /docs with 1 update: mermaid.

Updates mermaid from 11.10.0 to 11.10.1

Release notes

Sourced from mermaid's releases.

mermaid@11.10.1

Patch Changes

Commits
  • af3bbdc Merge pull request #6894 from mermaid-js/changeset-release/master
  • 8813cf2 Version Packages
  • d145c0e Merge pull request #6890 from mermaid-js/develop
  • 29886b8 Merge pull request #6886 from mermaid-js/6721/Bidirectional-arrows--render-in...
  • e0b45c2 chore: added changeset
  • d4c7696 fix: correct rendering of bidirectional arrows with autonumber
  • 7171237 Merge pull request #6865 from mermaid-js/renovate/peter-evans-create-pull-req...
  • 066883f Merge branch 'develop' into renovate/peter-evans-create-pull-request-digest
  • c534d3d [autofix.ci] apply automated fixes
  • 4db72f5 chore(deps): update peter-evans/create-pull-request digest to cb4d3bf
  • See full diff in compare view

Dependabot compatibility score

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 <dependency name> major version will 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 version will 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 conditions

Summary by CodeRabbit

  • Chores

    • Updated the Mermaid dependency used by the documentation from version 11.10.0 to 11.10.1 (patch update).
  • Documentation

    • No content or interface changes. This update only affects the documentation build tooling.
    • No impact on application features or behavior for end users.

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>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 26, 2025
@dependabot dependabot bot requested a review from a team as a code owner August 26, 2025 11:57
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 26, 2025
@dependabot dependabot bot removed the request for review from a team August 26, 2025 11:57
@dependabot dependabot bot added the javascript Pull requests that update Javascript code label Aug 26, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Aug 26, 2025

Walkthrough

Patched the Mermaid dependency in docs/package.json from ^11.10.0 to ^11.10.1. No other files or configurations were modified.

Changes

Cohort / File(s) Change summary
Docs dependency bump
docs/package.json
Updated dependencies.mermaid version from ^11.10.0 to ^11.10.1

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested reviewers

  • hanabi1224
  • akaladarshi
✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch dependabot/npm_and_yarn/docs/patch-versions-11628ea8af

🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a 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-mermaid fully covers your usage, you might be able to drop mdx-mermaid to 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.

📥 Commits

Reviewing files that changed from the base of the PR and between c357975 and a181cbe.

⛔ Files ignored due to path filters (1)
  • docs/yarn.lock is 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 sandbox

I 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.1 in the tree.
• Ensure dompurify is locked to 3.2.6 per your resolutions.
• Confirm the docs build completes without errors.

@hanabi1224 hanabi1224 enabled auto-merge August 26, 2025 12:43
@hanabi1224 hanabi1224 added this pull request to the merge queue Aug 26, 2025
Merged via the queue into main with commit e32d5d6 Aug 26, 2025
17 checks passed
@hanabi1224 hanabi1224 deleted the dependabot/npm_and_yarn/docs/patch-versions-11628ea8af branch August 26, 2025 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants