Skip to content

build(deps): bump mermaid - #1869

Closed
dependabot[bot] wants to merge 2 commits into
developfrom
dependabot/npm_and_yarn/multi-59c0c36814
Closed

build(deps): bump mermaid#1869
dependabot[bot] wants to merge 2 commits into
developfrom
dependabot/npm_and_yarn/multi-59c0c36814

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubAug 12, 2026

Copy link
Copy Markdown
Contributor

Summary\n\n[Brief description of changes]\n\nBumps mermaid to 11.16.1 and updates ancestor dependency . These dependencies need to be updated together.\n\nUpdates from 11.12.1 to 11.16.1\n
\nRelease notes\n

Sourced from mermaid's releases.

\n
\n

mermaid@11.16.1

\n

Patch Changes

\n
    \n
  • \n

    #802212d472c Thanks @​aloisklink! - fix: handle CSS sibling combinators in compileCSS

    \n
  • \n
  • \n

    #80222cd6dcf Thanks @​aloisklink! - fix: increase protections against prototype pollution

    \n

    User-controlled input already has protections against prototype pollution.

    \n

    Fixes: GHSA-c4c3-pg64-4m4v

    \n
  • \n
  • \n

    #802299af3fc Thanks @​aloisklink! - fix(architecture): use Maps and Sets to store groups/services

    \n

    Services are now rendered in the order they are defined and more service IDs\nare now supported.

    \n
  • \n
  • \n

    #80222cd6dcf Thanks @​aloisklink! - deprecate: Deprecate the mermaidAPI.setConfig() function

    \n

    Calling this function has no observable effect, as the next time a\nrender() or parse() is called, the currentConfig is cleared.

    \n
  • \n
  • \n

    #8022630aa7e Thanks @​aloisklink! - fix(xychart): support zero-width x-axis ranges

    \n
  • \n
  • \n

    #802259b22fa Thanks @​aloisklink! - fix(radar): limit number of ticks to 32

    \n

    Setting a ticks value higher than this would only show 32 ticks.

    \n
  • \n
\n

mermaid@11.16.0

\n

Minor Changes

\n
    \n
  • \n

    #7535ea1c48f Thanks @​ragelink! - feat(cynefin): Adds the Cynefin framework as a new diagram type (beta) to Mermaid (available as cynefin-beta). The Cynefin framework, created by Dave Snowden, is a decision-making framework that categorizes problems into five complexity domains, widely used in agile, incident management, strategy, and organizational design.

    \n
  • \n
  • \n

    #7721f45cc2c Thanks @​notionparallax! - feat(treeView): add box-drawing character input support for treeView diagrams

    \n
  • \n
  • \n

    #7550f1f4d45 Thanks @​DominicBurkart! - feat(xychart): add per-point text labels for xychart line plots

    \n
  • \n
  • \n

    #7527b4d0442 Thanks @​notionparallax! - feat(treeView): Extends the existing treeView-beta diagram with features useful for representing file/directory structures.

    \n
  • \n
  • \n

    #7793a6f097d Thanks @​SSDWGG! - feat(er): support optional ER attribute types with a ? suffix

    \n
  • \n
  • \n

    #777237f2e36 Thanks @​devareddy05! - feat(gantt): support multiple excludes / includes lines so long exclusion lists can be split into commented groups (#6270)

    \n
  • \n
  • \n

    #77084e63e9d Thanks @​txmxthy! - feat(architecture): add align row|column {ids…} directive to architecture-beta diagrams so authors can declare horizontal or vertical alignment of services explicitly.

    \n
  • \n
  • \n

    #776005223be Thanks @​ngdaniels! - feat(pie): Enhance Pie Chart - Enable donut chart, Set legend position, and highlight slice

    \n
  • \n
  • \n

    #7251216e4e9 Thanks @​ydah! - feat(railroad): Add support for Railroad Diagrams (Syntax Diagrams) with four input syntaxes: IR (railroad-beta), EBNF (railroad-ebnf-beta), ABNF (railroad-abnf-beta), and PEG (railroad-peg-beta).

    \n
  • \n
  • \n

    #7774e5c75e6 Thanks @​ngdaniels! - feat(xychart): enable rotate label on X-axis

    \n
  • \n
\n\n
\n

... (truncated)

\n
\n
\nCommits\n
    \n
  • 7ecca0c Version Packages (#8023)
  • \n
  • 95b1b9c docs: change mermaidAPI.setConfig() changeset (#8024)
  • \n
  • acc69f1 Merge pull request #8022 from mermaid-js/release/11.16.1
  • \n
  • eba7287 docs: point changesets to correct commit hashes
  • \n
  • 12d472c Merge commit from fork
  • \n
  • 2cd6dcf Merge commit from fork
  • \n
  • 630aa7e Merge commit from fork
  • \n
  • 59b22fa Merge commit from fork
  • \n
  • 99af3fc Merge commit from fork
  • \n
  • 2337f7e Merge branch 'test/improve-example.html' into release/11.16.1
  • \n
  • Additional commits viewable in compare view
  • \n
\n
\n
\nMaintainer changes\n

This version was pushed to npm by GitHub Actions, a new releaser for mermaid since your current version.

\n
\n
\n\nUpdates from 10.9.5 to 11.16.1\n
\nRelease notes\n

Sourced from mermaid's releases.

\n
\n

mermaid@11.16.1

\n

Patch Changes

\n
    \n
  • \n

    #802212d472c Thanks @​aloisklink! - fix: handle CSS sibling combinators in compileCSS

    \n
  • \n
  • \n

    #80222cd6dcf Thanks @​aloisklink! - fix: increase protections against prototype pollution

    \n

    User-controlled input already has protections against prototype pollution.

    \n

    Fixes: GHSA-c4c3-pg64-4m4v

    \n
  • \n
  • \n

    #802299af3fc Thanks @​aloisklink! - fix(architecture): use Maps and Sets to store groups/services

    \n

    Services are now rendered in the order they are defined and more service IDs\nare now supported.

    \n
  • \n
  • \n

    #80222cd6dcf Thanks @​aloisklink! - deprecate: Deprecate the mermaidAPI.setConfig() function

    \n

    Calling this function has no observable effect, as the next time a\nrender() or parse() is called, the currentConfig is cleared.

    \n
  • \n
  • \n

    #8022630aa7e Thanks @​aloisklink! - fix(xychart): support zero-width x-axis ranges

    \n
  • \n
  • \n

    #802259b22fa Thanks @​aloisklink! - fix(radar): limit number of ticks to 32

    \n

    Setting a ticks value higher than this would only show 32 ticks.

    \n
  • \n
\n

mermaid@11.16.0

\n

Minor Changes

\n
    \n
  • \n

    #7535ea1c48f Thanks @​ragelink! - feat(cynefin): Adds the Cynefin framework as a new diagram type (beta) to Mermaid (available as cynefin-beta). The Cynefin framework, created by Dave Snowden, is a decision-making framework that categorizes problems into five complexity domains, widely used in agile, incident management, strategy, and organizational design.

    \n
  • \n
  • \n

    #7721f45cc2c Thanks @​notionparallax! - feat(treeView): add box-drawing character input support for treeView diagrams

    \n
  • \n
  • \n

    #7550f1f4d45 Thanks @​DominicBurkart! - feat(xychart): add per-point text labels for xychart line plots

    \n
  • \n
  • \n

    #7527b4d0442 Thanks @​notionparallax! - feat(treeView): Extends the existing treeView-beta diagram with features useful for representing file/directory structures.

    \n
  • \n
  • \n

    #7793a6f097d Thanks @​SSDWGG! - feat(er): support optional ER attribute types with a ? suffix

    \n
  • \n
  • \n

    #777237f2e36 Thanks @​devareddy05! - feat(gantt): support multiple excludes / includes lines so long exclusion lists can be split into commented groups (#6270)

    \n
  • \n
  • \n

    #77084e63e9d Thanks @​txmxthy! - feat(architecture): add align row|column {ids…} directive to architecture-beta diagrams so authors can declare horizontal or vertical alignment of services explicitly.

    \n
  • \n
  • \n

    #776005223be Thanks @​ngdaniels! - feat(pie): Enhance Pie Chart - Enable donut chart, Set legend position, and highlight slice

    \n
  • \n
  • \n

    #7251216e4e9 Thanks @​ydah! - feat(railroad): Add support for Railroad Diagrams (Syntax Diagrams) with four input syntaxes: IR (railroad-beta), EBNF (railroad-ebnf-beta), ABNF (railroad-abnf-beta), and PEG (railroad-peg-beta).

    \n
  • \n
  • \n

    #7774e5c75e6 Thanks @​ngdaniels! - feat(xychart): enable rotate label on X-axis

    \n
  • \n
\n\n
\n

... (truncated)

\n
\n
\nCommits\n
    \n
  • 7ecca0c Version Packages (#8023)
  • \n
  • 95b1b9c docs: change mermaidAPI.setConfig() changeset (#8024)
  • \n
  • acc69f1 Merge pull request #8022 from mermaid-js/release/11.16.1
  • \n
  • eba7287 docs: point changesets to correct commit hashes
  • \n
  • 12d472c Merge commit from fork
  • \n
  • 2cd6dcf Merge commit from fork
  • \n
  • 630aa7e Merge commit from fork
  • \n
  • 59b22fa Merge commit from fork
  • \n
  • 99af3fc Merge commit from fork
  • \n
  • 2337f7e Merge branch 'test/improve-example.html' into release/11.16.1
  • \n
  • Additional commits viewable in compare view
  • \n
\n
\n
\nMaintainer changes\n

This version was pushed to npm by GitHub Actions, a new releaser for mermaid since your current version.

\n
\n
\n\n\nDependabot 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 .\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n
\nDependabot commands and options\n
\n\nYou can trigger Dependabot actions by commenting on this PR:\n- will rebase this PR\n- will recreate this PR, overwriting any edits that have been made to it\n- will show all of the ignore conditions of the specified dependency\n- will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\nYou can disable automated security fix PRs for this repo from the Security Alerts page.\n\n
\n\n## Test plan\n\n- [ ] Manual testing complete\n- [ ] Automated tests pass\n- [ ] No regressions detected\n\n## Changelog\n\n### Added\n- \n\n### Changed\n- \n\n### Fixed\n-

Final Status

  • Status: 🚫 Closed (not merged)
  • Closed Date: 2026-08-18
  • Latest Commit: b300be3 - Merge branch 'develop' into dependabot/npm_and_yarn/multi-59c0c36814

Bumps [mermaid](https://github.com/mermaid-js/mermaid) to 11.16.1 and updates ancestor dependency . These dependencies need to be updated together.
Updates `mermaid` from 11.12.1 to 11.16.1
- [Release notes](https://github.com/mermaid-js/mermaid/releases)
- [Commits](https://github.com/mermaid-js/mermaid/compare/mermaid@11.12.1...mermaid@11.16.1)
Updates `mermaid` from 10.9.5 to 11.16.1
- [Release notes](https://github.com/mermaid-js/mermaid/releases)
- [Commits](https://github.com/mermaid-js/mermaid/compare/mermaid@11.12.1...mermaid@11.16.1)
---
updated-dependencies:
- dependency-name: mermaid
dependency-version: 11.16.1
dependency-type: indirect
- dependency-name: mermaid
dependency-version: 11.16.1
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added the area:dependencies Composer/npm dependency work label Aug 12, 2026
@github-actionsgithub-actionsBot added meta:dependabot-security Dependabot update appears security-related and eligible for guarded automation lang:js JavaScript/TypeScript lang:json JSON config/content status:needs-review Awaiting code review priority:normal Default priority type:chore Chore / small hygiene change type:bug Bug or defect meta:needs-changelog Requires a changelog entry before merge labels Aug 12, 2026
@ashleyshaw
ashleyshaw enabled auto-merge (squash) August 12, 2026 16:42
@github-actionsgithub-actionsBot removed the type:chore Chore / small hygiene change label Aug 12, 2026
@ashleyshaw

Copy link
Copy Markdown
Member

Closing to allow dependabot to recreate with fresh dependencies after recent develop changes. The branch validation exemption (PR #1933) is now live and will allow these to merge automatically.

auto-merge was automatically disabled August 18, 2026 04:46

Pull request was closed

@dependabot@github

dependabotBot commented on behalf of githubAug 18, 2026

Copy link
Copy Markdown
ContributorAuthor

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabotBot deleted the dependabot/npm_and_yarn/multi-59c0c36814 branch August 18, 2026 04:46
@ashleyshawashleyshaw self-assigned this Aug 18, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:dependenciesComposer/npm dependency worklang:jsJavaScript/TypeScriptlang:jsonJSON config/contentmeta:dependabot-securityDependabot update appears security-related and eligible for guarded automationmeta:needs-changelogRequires a changelog entry before mergepriority:normalDefault prioritystatus:needs-reviewAwaiting code reviewtype:bugBug or defect

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@ashleyshaw