Skip to content

Bump mermaid, @tinacms/cli and tinacms#203

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-ccb4d7fc6e
Open

Bump mermaid, @tinacms/cli and tinacms#203
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-ccb4d7fc6e

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 11, 2026

Bumps mermaid to 11.15.0 and updates ancestor dependencies mermaid, @tinacms/cli and tinacms. These dependencies need to be updated together.

Updates mermaid from 9.3.0 to 11.15.0

Release notes

Sourced from mermaid's releases.

mermaid@11.15.0

Minor Changes

  • #7174 0aca217 Thanks @​milesspencer35! - feat(sequence): Add support for decimal start and increment values in the autonumber directive

  • #7512 8e17492 Thanks @​aruncveli! - feat(flowchart): add datastore shape

    In Data flow diagrams, a datastore/warehouse/file/database is used to represent data persistence. It is denoted by a rectangle with only top and bottom borders, and can be used in flowcharts with A@{ shape: datastore, label: "Datastore" }.

  • #6440 9ad8dde Thanks @​yordis, @​lgazo! - feat: add Event Modeling diagram

  • #7707 27db774 Thanks @​txmxthy! - feat(architecture): expose four fcose layout knobs for architecture-beta diagrams (nodeSeparation, idealEdgeLengthMultiplier, edgeElasticity, numIter) so authors can tune layout density and spread overlapping siblings without changing diagram source

  • #7604 bf9502f Thanks @​M-a-c! - feat(class): add nested namespace support for class diagrams via dot notation and syntactic nesting

    If you have namespaces in class diagrams that use .s already and want to render them without nesting (≤v11.14.0 behaviour), you can use set class.hierarchicalNamespaces=false in your mermaid config:

    config:
      class:
        hierarchicalNamespaces: false
  • #7272 88cdd3d Thanks @​xinbenlv! - feat(sankey): add outlined label style, configurable nodeWidth/nodePadding, and custom node colors

Patch Changes

  • #7737 e9b0f34 Thanks @​ashishjain0512! - fix: prevent unbalanced CSS styles in classDefs

  • #7737 37ff937 Thanks @​ashishjain0512! - fix: create CSS styles using the CSSOM

    This removes some invalid CSS and normalizes some CSS formatting.

  • #7508 bfe60cc Thanks @​biiab! - fix(stateDiagram): end note now only closes a note when used on a new line

  • #7737 faafb5d Thanks @​ashishjain0512! - fix(gantt): add iteration limit for excludes field

  • #7737 65f8be2 Thanks @​ashishjain0512! - fix: disallow some CSS at-rules in custom CSS

  • #7726 1502f32 Thanks @​aloisklink! - fix(wardley): fix unnecessary sanitization of text

  • #7578 1f98db8 Thanks @​Gaston202! - fix(class): self-referential class multiplicity labels no longer rendered multiple times

    Fixes #7560. Resolves an issue where cardinality labels on self-referential class relationships were rendered three times due to edge splitting in the dagre layout. The fix ensures that each sub-edge only carries its relevant label positions.

  • #7592 2343e38 Thanks @​knsv-bot! - fix(sequence): add background box behind alt/else section title labels in sequence diagrams

  • #7589 7fb9509 Thanks @​NYCU-Chung! - fix(block): prevent column widths from shrinking when mixing different column spans

  • #7632 3f9e0f1 Thanks @​ekiauhce! - fix(sequence): correct messageAlign label position for right-to-left arrows in sequence diagrams

... (truncated)

Commits
  • 41646df Merge pull request #7739 from aloisklink/ci/fix-release
  • 2671f5c docs: fix v11.15.0 release
  • f4bf04b Merge pull request #7738 from mermaid-js/changeset-release/master
  • abfb563 Version Packages
  • 60b289f Release Candidate 11.15.0 (#7737)
  • d37c0db Merge pull request #7730 from aloisklink/fix/fix-edgeLabelRightLeft-changes
  • 5ab5a28 docs: improve nested namespace changeset
  • 18f8b4c fix: revert endEdgeLabelLeft/endEdgeLabelRight change
  • 504b2eb Merge pull request #7726 from aloisklink/fix/correct-unnecessary-html-escapes...
  • 1502f32 fix(wardley): fix unnecessary sanitization of text
  • Additional commits viewable in compare view
Maintainer changes

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


Updates @tinacms/cli from 2.2.1 to 2.2.6

Release notes

Sourced from @​tinacms/cli's releases.

@​tinacms/cli@​2.2.6

Patch Changes

  • #6770 3da4588 Thanks @​zaidkhatri-dev! - - Improved error handling for file and folder operations: errors are now shown as clear notifications in the UI rather than just logging to the console.

    • Fixed an issue where renaming a document to an already existing filename would silently fail; this now correctly triggers an error alert in the UI.
  • #6739 7f66caa Thanks @​galsakuri! - Fix missing .js extension on ./types import in generated client.ts and databaseClient.ts

  • #6758 63234a1 Thanks @​joshbermanssw! - ⚕️ adds tinacms doctor in CLI to check a project's direct TinaCMS package dependencies against the npm latest dist-tag

  • #6776 c9e08ef Thanks @​kulesy! - Warn when a project still uses the legacy .tina/ config folder. tina-lock.json is only generated for the new tina/ layout, and TinaCloud requires it to index the schema, so projects on the legacy layout were silently failing the Project Setup Checklist. The warning fires once per CLI run from dev, build, and any other command that loads the config.

  • Updated dependencies [3e4dcc7, 38cbec7, 3da4588, b37187d, 75f69a6, 556a162, 84ec7ad, 28b869a]:

    • tinacms@3.7.6
    • @​tinacms/graphql@​2.3.1
    • @​tinacms/schema-tools@​2.7.4
    • @​tinacms/search@​1.2.13
    • @​tinacms/app@​2.4.6
    • @​tinacms/metrics@​2.0.1

@​tinacms/cli@​2.2.5

Patch Changes

  • #6721 a85b1c0 Thanks @​joshbermanssw! - Add runtime Zod validation for the localContentPath Tina config field (rejects non-string and empty-string values) in the CLI's content-root resolver. Extract content-root resolution out of processConfig into a standalone, unit-testable resolveContentRootPath function that preserves existing behaviour (falls back to rootPath with a warning when the configured directory is missing). localContentPath is deliberately excluded from tinaConfigZod so it does not leak into the hashed _schema.json and break the server-schema match check for projects that set it. Closes tinacms/tinacloud#3294.

  • Updated dependencies [01e6e4b, a85b1c0]:

    • @​tinacms/graphql@​2.3.0
    • @​tinacms/schema-tools@​2.7.3
    • @​tinacms/search@​1.2.12
    • tinacms@3.7.5
    • @​tinacms/app@​2.4.5

@​tinacms/cli@​2.2.4

Patch Changes

  • #6720 b260b5e Thanks @​joshbermanssw! - Migrate docs links in shipped package code from raw tina.io/docs/<path> URLs to aliased tina.io/docs/r/<alias> URLs so the links survive future docs restructuring.

  • #6636 8f491ed Thanks @​joshbermanssw! - Add --content=local flag to tinacms build for fast production builds that source content from local disk while keeping the generated client pointed at TinaCloud (so SSR/ISR routes still work at runtime). Validates against TinaCloud and forces NODE_ENV=production for chained sub-commands.

  • Updated dependencies [4672251, ca725ac, 8194482, a526f9f, b260b5e, b56dad4]:

    • tinacms@3.7.4
    • @​tinacms/graphql@​2.2.5
    • @​tinacms/app@​2.4.4
    • @​tinacms/search@​1.2.11

@​tinacms/cli@​2.2.3

Patch Changes

... (truncated)

Changelog

Sourced from @​tinacms/cli's changelog.

2.2.6

Patch Changes

  • #6770 3da4588 Thanks @​zaidkhatri-dev! - - Improved error handling for file and folder operations: errors are now shown as clear notifications in the UI rather than just logging to the console.

    • Fixed an issue where renaming a document to an already existing filename would silently fail; this now correctly triggers an error alert in the UI.
  • #6739 7f66caa Thanks @​galsakuri! - Fix missing .js extension on ./types import in generated client.ts and databaseClient.ts

  • #6758 63234a1 Thanks @​joshbermanssw! - ⚕️ adds tinacms doctor in CLI to check a project's direct TinaCMS package dependencies against the npm latest dist-tag

  • #6776 c9e08ef Thanks @​kulesy! - Warn when a project still uses the legacy .tina/ config folder. tina-lock.json is only generated for the new tina/ layout, and TinaCloud requires it to index the schema, so projects on the legacy layout were silently failing the Project Setup Checklist. The warning fires once per CLI run from dev, build, and any other command that loads the config.

  • Updated dependencies [3e4dcc7, 38cbec7, 3da4588, b37187d, 75f69a6, 556a162, 84ec7ad, 28b869a]:

    • tinacms@3.7.6
    • @​tinacms/graphql@​2.3.1
    • @​tinacms/schema-tools@​2.7.4
    • @​tinacms/search@​1.2.13
    • @​tinacms/app@​2.4.6
    • @​tinacms/metrics@​2.0.1

2.2.5

Patch Changes

  • #6721 a85b1c0 Thanks @​joshbermanssw! - Add runtime Zod validation for the localContentPath Tina config field (rejects non-string and empty-string values) in the CLI's content-root resolver. Extract content-root resolution out of processConfig into a standalone, unit-testable resolveContentRootPath function that preserves existing behaviour (falls back to rootPath with a warning when the configured directory is missing). localContentPath is deliberately excluded from tinaConfigZod so it does not leak into the hashed _schema.json and break the server-schema match check for projects that set it. Closes tinacms/tinacloud#3294.

  • Updated dependencies [01e6e4b, a85b1c0]:

    • @​tinacms/graphql@​2.3.0
    • @​tinacms/schema-tools@​2.7.3
    • @​tinacms/search@​1.2.12
    • tinacms@3.7.5
    • @​tinacms/app@​2.4.5

2.2.4

Patch Changes

  • #6720 b260b5e Thanks @​joshbermanssw! - Migrate docs links in shipped package code from raw tina.io/docs/<path> URLs to aliased tina.io/docs/r/<alias> URLs so the links survive future docs restructuring.

  • #6636 8f491ed Thanks @​joshbermanssw! - Add --content=local flag to tinacms build for fast production builds that source content from local disk while keeping the generated client pointed at TinaCloud (so SSR/ISR routes still work at runtime). Validates against TinaCloud and forces NODE_ENV=production for chained sub-commands.

  • Updated dependencies [4672251, ca725ac, 8194482, a526f9f, b260b5e, b56dad4]:

    • tinacms@3.7.4
    • @​tinacms/graphql@​2.2.5
    • @​tinacms/app@​2.4.4
    • @​tinacms/search@​1.2.11

2.2.3

... (truncated)

Commits
  • e537950 Version Packages (#6748)
  • 3da4588 fix: show user-facing alerts for folder and file actions (#6770)
  • c9e08ef feat(@​tinacms/cli): warn when project uses legacy .tina/ folder (#6776)
  • 63234a1 tinacms doctor package command (#6758)
  • 7f66caa fix(@​tinacms/cli): add .js extension to ./types import in generated client (f...
  • 1dca21b Version Packages (#6741)
  • a85b1c0 feat(schema-tools, cli): validate localContentPath + extract content-root res...
  • e3fffc7 Version Packages (#6713)
  • 8f491ed feat(cli): add --offline flag to build command for fast production bu… (#6636)
  • b260b5e Migrate docs links in packages to aliased URLs (#6720)
  • Additional commits viewable in compare view

Updates tinacms from 3.7.1 to 3.7.6

Release notes

Sourced from tinacms's releases.

tinacms@3.7.6

Patch Changes

  • #6652 3e4dcc7 Thanks @​kulesy! - Fix HTML code block language tag from 'htmlbars' to 'html'

  • #6770 3da4588 Thanks @​zaidkhatri-dev! - - Improved error handling for file and folder operations: errors are now shown as clear notifications in the UI rather than just logging to the console.

    • Fixed an issue where renaming a document to an already existing filename would silently fail; this now correctly triggers an error alert in the UI.
  • #6761 b37187d Thanks @​joshbermanssw! - 🐛 fix Popover on rich-text fields from being hidden under other content

  • #6746 84ec7ad Thanks @​joshbermanssw! - 🧹 Change colour picker from div to button element

  • #6752 28b869a Thanks @​isaaclombardssw! - feat(tinacms): show content file path on breadcrumb hover

  • Updated dependencies [38cbec7, 556a162]:

    • @​tinacms/schema-tools@​2.7.4
    • @​tinacms/search@​1.2.13
    • @​tinacms/mdx@​2.1.4

tinacms@3.7.5

Patch Changes

  • Updated dependencies [a85b1c0]:
    • @​tinacms/schema-tools@​2.7.3
    • @​tinacms/search@​1.2.12
    • @​tinacms/mdx@​2.1.3

tinacms@3.7.4

Patch Changes

... (truncated)

Changelog

Sourced from tinacms's changelog.

3.7.6

Patch Changes

  • #6652 3e4dcc7 Thanks @​kulesy! - Fix HTML code block language tag from 'htmlbars' to 'html'

  • #6770 3da4588 Thanks @​zaidkhatri-dev! - - Improved error handling for file and folder operations: errors are now shown as clear notifications in the UI rather than just logging to the console.

    • Fixed an issue where renaming a document to an already existing filename would silently fail; this now correctly triggers an error alert in the UI.
  • #6761 b37187d Thanks @​joshbermanssw! - 🐛 fix Popover on rich-text fields from being hidden under other content

  • #6746 84ec7ad Thanks @​joshbermanssw! - 🧹 Change colour picker from div to button element

  • #6752 28b869a Thanks @​isaaclombardssw! - feat(tinacms): show content file path on breadcrumb hover

  • Updated dependencies [38cbec7, 556a162]:

    • @​tinacms/schema-tools@​2.7.4
    • @​tinacms/search@​1.2.13
    • @​tinacms/mdx@​2.1.4

3.7.5

Patch Changes

  • Updated dependencies [a85b1c0]:
    • @​tinacms/schema-tools@​2.7.3
    • @​tinacms/search@​1.2.12
    • @​tinacms/mdx@​2.1.3

3.7.4

Patch Changes

... (truncated)

Commits

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

Bumps [mermaid](https://github.com/mermaid-js/mermaid) to 11.15.0 and updates ancestor dependencies [mermaid](https://github.com/mermaid-js/mermaid), [@tinacms/cli](https://github.com/tinacms/tinacms/tree/HEAD/packages/@tinacms/cli) and [tinacms](https://github.com/tinacms/tinacms/tree/HEAD/packages/tinacms). These dependencies need to be updated together.


Updates `mermaid` from 9.3.0 to 11.15.0
- [Release notes](https://github.com/mermaid-js/mermaid/releases)
- [Commits](https://github.com/mermaid-js/mermaid/compare/v9.3.0...mermaid@11.15.0)

Updates `@tinacms/cli` from 2.2.1 to 2.2.6
- [Release notes](https://github.com/tinacms/tinacms/releases)
- [Changelog](https://github.com/tinacms/tinacms/blob/main/packages/@tinacms/cli/CHANGELOG.md)
- [Commits](https://github.com/tinacms/tinacms/commits/@tinacms/cli@2.2.6/packages/@tinacms/cli)

Updates `tinacms` from 3.7.1 to 3.7.6
- [Release notes](https://github.com/tinacms/tinacms/releases)
- [Changelog](https://github.com/tinacms/tinacms/blob/main/packages/tinacms/CHANGELOG.md)
- [Commits](https://github.com/tinacms/tinacms/commits/tinacms@3.7.6/packages/tinacms)

---
updated-dependencies:
- dependency-name: mermaid
  dependency-version: 11.15.0
  dependency-type: indirect
- dependency-name: "@tinacms/cli"
  dependency-version: 2.2.6
  dependency-type: direct:production
- dependency-name: tinacms
  dependency-version: 3.7.6
  dependency-type: direct:production
...

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 May 11, 2026
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.

0 participants