Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps mermaid from 11.9.0 to 11.10.0.

Release notes

Sourced from mermaid's releases.

mermaid@11.10.0

Minor Changes

Patch Changes

... (truncated)

Commits
  • 96778f7 Merge pull request #6880 from mermaid-js/changeset-release/master
  • d4c058b Version Packages
  • b638a0a temp: Remove peerDeps from examples
  • fd9aa36 chore: Update peerDependencies for examples
  • 46a9f1b temp: Disable cspell check as it's blocking release
  • 83c6224 Merge pull request #6878 from mermaid-js/develop
  • d8161b1 fix: move fourcube to contributor
  • 8223141 chore: add fourcube to cspell
  • 99f98a6 Merge pull request #6877 from mermaid-js/update-timings
  • ef28f54 chore: update E2E timings
  • Additional commits viewable 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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Summary by CodeRabbit

  • Chores
    • Standardized CI to Node.js 20 across documentation-related workflows to improve consistency and compatibility.
    • Updated script linting environment to use Node.js 20.
    • Enforced Node.js >= 20 for the documentation project via package configuration to align local development with CI.
    • No functional changes to application features; builds and documentation pipelines should run more reliably under the newer runtime.

Bumps [mermaid](https://github.com/mermaid-js/mermaid) from 11.9.0 to 11.10.0.
- [Release notes](https://github.com/mermaid-js/mermaid/releases)
- [Commits](https://github.com/mermaid-js/mermaid/compare/mermaid@11.9.0...mermaid@11.10.0)

---
updated-dependencies:
- dependency-name: mermaid
  dependency-version: 11.10.0
  dependency-type: indirect
...

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 20, 2025
@dependabot dependabot bot requested a review from a team as a code owner August 20, 2025 14:32
@dependabot dependabot bot requested review from akaladarshi and hanabi1224 and removed request for a team August 20, 2025 14:32
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 20, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Aug 20, 2025

Walkthrough

Node.js version updated from 18 to 20 across multiple GitHub Actions workflows for docs and scripts linting. Added an engines field to docs/package.json specifying Node >= 20.0.0.

Changes

Cohort / File(s) Summary
GitHub Actions: Node.js 20 bump
.github/workflows/docs-auto-update.yml, .github/workflows/docs-check.yml, .github/workflows/docs-deploy.yml, .github/workflows/scripts-lint.yml
actions/setup-node@v4 node-version changed from 18 to 20 across workflows; in scripts-lint, value updated from "18" (string) to 20 (number). No other steps changed.
Docs package manifest
docs/package.json
Added top-level engines field: "node": ">=20.0.0". No other modifications.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Suggested labels

github_actions

Suggested reviewers

  • akaladarshi
  • LesnyRumcajs

Tip

🔌 Remote MCP (Model Context Protocol) integration is now available!

Pro plan users can now connect to remote MCP servers from the Integrations page. Connect with popular remote MCPs such as Notion and Linear to add more context to your reviews and chats.

✨ 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.10.0

🪧 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.

hanabi1224
hanabi1224 previously approved these changes Aug 20, 2025
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 (5)
.github/workflows/docs-auto-update.yml (1)

20-20: Track latest Node 20 patch releases in CI

Use a semver alias so setup-node pulls the latest 20.x patch automatically.

-          node-version: 20
+          node-version: 20.x
.github/workflows/docs-check.yml (1)

36-36: LGTM; aligns CI with docs engines. Consider 20.x for auto-patching

The bump to Node 20 matches docs/package.json engines. Using 20.x helps keep CI on the latest security/bugfix patch within the major.

-          node-version: 20
+          node-version: 20.x
.github/workflows/docs-deploy.yml (1)

34-34: Consistent runtime for build+deploy; prefer 20.x

Good move to standardize on Node 20 for docs build before the Wrangler deploy. Suggest 20.x to follow patch updates automatically.

-          node-version: 20
+          node-version: 20.x
docs/package.json (1)

5-7: Engines addition looks right; optionally add a local version hint

Adding "engines": { "node": ">=20.0.0" } matches CI. For contributor ergonomics, consider adding a local version file so common toolchains auto-select Node 20.

Example additions outside this hunk:

+// .nvmrc
+20
+
+# Or, for asdf:
+# .tool-versions
+nodejs 20

If you prefer to enforce engines strictly in CI, ensure Yarn is failing on engine mismatch (it typically does under CI) or add a preflight check in your docs workflows.

.github/workflows/scripts-lint.yml (1)

80-80: Unify Node versions and enable automatic patch updates

All workflows are currently pinned to Node 20 and no Node 18 references remain. There are also no local version files (e.g. .nvmrc or .tool-versions) detected. To automatically receive patch updates on Node 20, you can opt into the minor 20.x range across all workflows:

• .github/workflows/scripts-lint.yml (line 80)
• .github/workflows/docs-auto-update.yml (line 20)
• .github/workflows/docs-check.yml (line 36)
• .github/workflows/docs-deploy.yml (line 34)

-          node-version: 20
+          node-version: 20.x
📜 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 cb5dc3c and 77d4824.

⛔ Files ignored due to path filters (1)
  • docs/yarn.lock is excluded by !**/yarn.lock, !**/*.lock
📒 Files selected for processing (5)
  • .github/workflows/docs-auto-update.yml (1 hunks)
  • .github/workflows/docs-check.yml (1 hunks)
  • .github/workflows/docs-deploy.yml (1 hunks)
  • .github/workflows/scripts-lint.yml (1 hunks)
  • docs/package.json (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (11)
  • GitHub Check: cargo-publish-dry-run
  • GitHub Check: Build MacOS
  • GitHub Check: Build forest binaries on Linux AMD64
  • GitHub Check: tests
  • GitHub Check: Build Ubuntu
  • GitHub Check: tests-release
  • GitHub Check: Check
  • GitHub Check: Deploy to Cloudflare Pages
  • GitHub Check: All lint checks
  • GitHub Check: Analyze (go)
  • GitHub Check: Analyze (rust)

@hanabi1224 hanabi1224 enabled auto-merge August 21, 2025 02:03
@hanabi1224 hanabi1224 added this pull request to the merge queue Aug 21, 2025
Merged via the queue into main with commit 9752098 Aug 21, 2025
55 of 56 checks passed
@hanabi1224 hanabi1224 deleted the dependabot/npm_and_yarn/docs/mermaid-11.10.0 branch August 21, 2025 03:01
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