Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2025

Bumps mermaid from 11.11.0 to 11.12.0.

Release notes

Sourced from mermaid's releases.

[email protected]

Minor Changes

Patch Changes

Commits

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 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)

Summary by CodeRabbit

  • Documentation

    • Upgraded the diagram rendering library used in the docs to the latest patch release, improving stability and compatibility for Mermaid diagrams across guides and examples.
  • Chores

    • Updated documentation build tooling to keep dependencies current and ensure reliable doc site rendering.

Bumps [mermaid](https://github.com/mermaid-js/mermaid) from 11.11.0 to 11.12.0.
- [Release notes](https://github.com/mermaid-js/mermaid/releases)
- [Commits](https://github.com/mermaid-js/mermaid/compare/[email protected]@11.12.0)

---
updated-dependencies:
- dependency-name: mermaid
  dependency-version: 11.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 22, 2025
@dependabot dependabot bot requested a review from a team as a code owner September 22, 2025 19:14
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 22, 2025
@dependabot dependabot bot requested review from LesnyRumcajs and akaladarshi and removed request for a team September 22, 2025 19:14
@dependabot dependabot bot added the javascript Pull requests that update Javascript code label Sep 22, 2025
Copy link
Contributor

coderabbitai bot commented Sep 22, 2025

Walkthrough

Updated docs/package.json to bump the mermaid dependency from ^11.11.0 to ^11.12.0. No other files or exports were changed.

Changes

Cohort / File(s) Summary of Changes
Docs dependency bump
docs/package.json
Upgraded mermaid version from ^11.11.0 to ^11.12.0.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested reviewers

  • LesnyRumcajs
  • akaladarshi
  • hanabi1224

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title Check ✅ Passed The title clearly and concisely summarizes the primary change: bumping the mermaid dependency from 11.11.0 to 11.12.0 in the /docs package; it matches the changes in docs/package.json and contains no extraneous or vague wording. The format follows common convention for dependency bumps and is immediately understandable to reviewers scanning history.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.
✨ 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/mermaid-11.12.0

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 8a105a1 and 5ab31ce.

⛔ 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 (1)
docs/package.json (1)

29-29: LGTM — confirm mdx‑mermaid peer and mermaid→dompurify range

[email protected] only peers on react/react-dom (no mermaid peer). The mdx‑mermaid check failed earlier due to a typo — run the corrected commands below to confirm mdx‑[email protected] supports mermaid 11 and that [email protected]’s dompurify range is compatible with your pinned resolution 3.2.6.

#!/bin/bash
set -euo pipefail

echo "[email protected] peerDependencies:"
curl -sSf 'https://registry.npmjs.org/%40docusaurus%2Ftheme-mermaid/3.8.1' | jq '.peerDependencies'

echo -e "\[email protected] peerDependencies:"
curl -sSf 'https://registry.npmjs.org/mdx-mermaid/2.0.3' | jq '.peerDependencies'

echo -e "\[email protected] dependencies (dompurify & marked):"
curl -sSf 'https://registry.npmjs.org/mermaid/11.12.0' | jq '{dompurify: .dependencies.dompurify, marked: .dependencies.marked, peerDependencies: .peerDependencies}'

Comment @coderabbitai help to get the list of available commands and usage tips.

@LesnyRumcajs LesnyRumcajs added this pull request to the merge queue Sep 23, 2025
Merged via the queue into main with commit 3696a3e Sep 23, 2025
17 checks passed
@LesnyRumcajs LesnyRumcajs deleted the dependabot/npm_and_yarn/docs/mermaid-11.12.0 branch September 23, 2025 09:15
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.

2 participants