Skip to content

chore(docs/deps): Update docs dependencies#2199

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/docs-dependencies
Open

chore(docs/deps): Update docs dependencies#2199
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/docs-dependencies

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jun 28, 2025

This PR contains the following updates:

Package Change Age Confidence
@iconify-json/logos 1.2.101.2.11 age confidence
@types/node (source) 25.5.025.6.0 age confidence
mermaid 11.13.011.14.0 age confidence
vue (source) 3.5.303.5.32 age confidence

Release Notes

mermaid-js/mermaid (mermaid)

v11.14.0

Compare Source

Thanks to our awesome mermaid community that contributed to this release: @​ashishjain0512, @​tractorjuice, @​autofix-ci[bot], @​aloisklink, @​knsv, @​kibanana, @​chandershekhar22, @​khalil, @​ytatsuno, @​sidharthv96, @​github-actions[bot], @​dripcoding, @​knsv-bot, @​jeroensmink98, @​Alex9583, @​GhassenS, @​omkarht, @​darshanr0107, @​leentaylor, @​lee-treehouse, @​veeceey, @​turntrout, @​Mermaid-Chart, @​BambioGaming, Claude

Releases

@​mermaid-js/examples@​1.2.0

Minor Changes

mermaid@​11.14.0

Minor Changes
  • #​7526 efe218a - Add Wardley Maps diagram type (beta)

    Adds Wardley Maps as a new diagram type to Mermaid (available as wardley-beta). Wardley Maps are visual representations of business strategy that help map value chains and component evolution.

    Features:

    • Component positioning with [visibility, evolution] coordinates (OWM format)
    • Anchors for users/customers
    • Multiple link types: dependencies, flows, labeled links
    • Evolution arrows and trend indicators
    • Custom evolution stages with optional dual labels
    • Custom stage widths using @​boundary notation
    • Pipeline components with visibility inheritance
    • Annotations, notes, and visual elements
    • Source strategy markers: build, buy, outsource, market
    • Inertia indicators
    • Theme integration

    Implementation includes parser, D3.js renderer, unit tests, E2E tests, and comprehensive documentation.

  • #​7526 efe218a - feat: implement neo look styling for state diagrams

  • #​7526 efe218a - feat: implement neo look support for sequence diagrams with drop shadows, and enhanced styling

  • #​7526 efe218a - feat: add randomize config option for architecture diagrams, defaulting to false for deterministic layout

  • #​7526 efe218a - feat: Add option to change timeline direction

  • #​7526 efe218a - Fix duplicate SVG element IDs when rendering multiple diagrams on the same page. Internal element IDs (nodes, edges, markers, clusters) are now prefixed with the diagram's SVG element ID across all diagram types. Custom CSS or JS using exact ID selectors like #arrowhead should use attribute-ending selectors like [id$="-arrowhead"] instead.

  • #​7526 efe218a - feat: implement neo look styling for ER diagrams

  • #​7526 efe218a - feat: implement neo look styling for requirement diagrams

  • #​7526 efe218a - feat: add theme support for data label colour in xy chart

  • #​7526 efe218a - feat: implement neo look styling for mindmap diagrams

  • #​7526 efe218a - feat: implement neo look for mermaid flowchart diagrams

  • #​7526 efe218a - feat: implement neo look and themes for class diagram

  • #​7526 efe218a - feat: add showDataLabelOutsideBar option for xy chart

  • #​7526 efe218a - feat: implement neo look support for timeline diagram with drop shadows, additoinal redux themes and enhanced styling

  • #​7526 efe218a - feat: implement neo look and themes for gitGraph diagram

  • #​7526 efe218a - add new TreeView diagram

Patch Changes
  • #​7526 efe218a - add link to ishikawa diagram on mermaid.js.org

  • #​7526 efe218a - docs: document valid duration token formats in gantt.md

  • #​7526 efe218a - fix: ER diagram parsing when using "1" as entity identifier on right side

    The parser was incorrectly tokenizing the second "1" in patterns like a many to 1 1: because the lookahead rule only checked for alphabetic characters after whitespace, not digits. Added a new lookahead pattern "1"(?=\s+[0-9]) to correctly identify the cardinality alias before a numeric entity name.

    Fixes #​7472

  • #​7526 efe218a - fix: scope cytoscape label style mapping to edges with labels to prevent console warnings

  • #​7526 efe218a - fix: support inline annotation syntax in class diagrams (class Shape <>)

  • #​7526 efe218a - fix: Align branch label background with text for multi-line labels in LR GitGraph layout

  • #​7526 efe218a - fix: preserve cause hierarchy when ishikawa effect is indented more than causes

  • #​7526 efe218a - refactor: remove unused createGraphWithElements function and add regression test for open edge arrowheads

  • #​7526 efe218a - fix: Prevent long pie chart titles from being clipped by expanding the viewBox

  • #​7526 efe218a - fix: prevent sequence diagram hang when "as" is used without a trailing space in participant declarations

  • #​7526 efe218a - fix: warn when style statement targets a non-existent node in flowcharts

  • #​7526 efe218a - fix: group state diagram SVG children under single root element

  • #​7526 efe218a - fix: Allow :::className syntax inside composite state blocks

  • #​7526 efe218a Thanks @​aloisklink, @​BambioGaming! - fix: prevent escaping < and & when htmlLabels: false

  • #​7526 efe218a - fix: treemap title and labels use theme-aware colors for dark backgrounds

  • Updated dependencies [efe218a]:

@​mermaid-js/parser@​1.1.0

Minor Changes

@​mermaid-js/tiny@​11.14.0

Minor Changes
  • #​7526 efe218a - Add Wardley Maps diagram type (beta)

    Adds Wardley Maps as a new diagram type to Mermaid (available as wardley-beta). Wardley Maps are visual representations of business strategy that help map value chains and component evolution.

    Features:

    • Component positioning with [visibility, evolution] coordinates (OWM format)
    • Anchors for users/customers
    • Multiple link types: dependencies, flows, labeled links
    • Evolution arrows and trend indicators
    • Custom evolution stages with optional dual labels
    • Custom stage widths using @​boundary notation
    • Pipeline components with visibility inheritance
    • Annotations, notes, and visual elements
    • Source strategy markers: build, buy, outsource, market
    • Inertia indicators
    • Theme integration

    Implementation includes parser, D3.js renderer, unit tests, E2E tests, and comprehensive documentation.

  • #​7526 efe218a - feat: implement neo look styling for state diagrams

  • #​7526 efe218a - feat: implement neo look support for sequence diagrams with drop shadows, and enhanced styling

  • #​7526 efe218a - feat: add randomize config option for architecture diagrams, defaulting to false for deterministic layout

  • #​7526 efe218a - feat: Add option to change timeline direction

  • #​7526 efe218a - Fix duplicate SVG element IDs when rendering multiple diagrams on the same page. Internal element IDs (nodes, edges, markers, clusters) are now prefixed with the diagram's SVG element ID across all diagram types. Custom CSS or JS using exact ID selectors like #arrowhead should use attribute-ending selectors like [id$="-arrowhead"] instead.

  • #​7526 efe218a - feat: implement neo look styling for ER diagrams

  • #​7526 efe218a - feat: implement neo look styling for requirement diagrams

  • #​7526 efe218a - feat: add theme support for data label colour in xy chart

  • #​7526 efe218a - feat: implement neo look styling for mindmap diagrams

  • #​7526 efe218a - feat: implement neo look for mermaid flowchart diagrams

  • #​7526 efe218a - feat: implement neo look and themes for class diagram

  • #​7526 efe218a - feat: add showDataLabelOutsideBar option for xy chart

  • #​7526 efe218a - feat: implement neo look support for timeline diagram with drop shadows, additoinal redux themes and enhanced styling

  • #​7526 efe218a - feat: implement neo look and themes for gitGraph diagram

  • #​7526 efe218a - add new TreeView diagram

Patch Changes
  • #​7526 efe218a - add link to ishikawa diagram on mermaid.js.org

  • #​7526 efe218a - docs: document valid duration token formats in gantt.md

  • #​7526 efe218a - fix: ER diagram parsing when using "1" as entity identifier on right side

    The parser was incorrectly tokenizing the second "1" in patterns like a many to 1 1: because the lookahead rule only checked for alphabetic characters after whitespace, not digits. Added a new lookahead pattern "1"(?=\s+[0-9]) to correctly identify the cardinality alias before a numeric entity name.

    Fixes #​7472

  • #​7526 efe218a - fix: scope cytoscape label style mapping to edges with labels to prevent console warnings

  • #​7526 efe218a - fix: support inline annotation syntax in class diagrams (class Shape <>)

  • #​7526 efe218a - fix: Align branch label background with text for multi-line labels in LR GitGraph layout

  • #​7526 efe218a - fix: preserve cause hierarchy when ishikawa effect is indented more than causes

  • #​7526 efe218a - refactor: remove unused createGraphWithElements function and add regression test for open edge arrowheads

  • #​7526 efe218a - fix: Prevent long pie chart titles from being clipped by expanding the viewBox

  • #​7526 efe218a - fix: prevent sequence diagram hang when "as" is used without a trailing space in participant declarations

  • #​7526 efe218a - fix: warn when style statement targets a non-existent node in flowcharts

  • #​7526 efe218a - fix: group state diagram SVG children under single root element

  • #​7526 efe218a - fix: Allow :::className syntax inside composite state blocks

  • #​7526 efe218a Thanks @​aloisklink, @​BambioGaming! - fix: prevent escaping < and & when htmlLabels: false

  • #​7526 efe218a - fix: treemap title and labels use theme-aware colors for dark backgrounds

  • Updated dependencies [efe218a]:

vuejs/core (vue)

v3.5.32

Compare Source

Bug Fixes
Reverts

v3.5.31

Compare Source

Bug Fixes

Configuration

📅 Schedule: (in timezone America/Detroit)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@netlify
Copy link
Copy Markdown

netlify bot commented Jun 28, 2025

Deploy Preview for pilcrow-docs ready!

Name Link
🔨 Latest commit cfe9c26
🔍 Latest deploy log https://app.netlify.com/projects/pilcrow-docs/deploys/69d9b2b72a02e000085fa8e0
😎 Deploy Preview https://deploy-preview-2199--pilcrow-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@renovate renovate bot changed the title chore(docs/deps): Update dependency @types/node to v20.19.2 chore(docs/deps): Update dependency @types/node to v20.19.3 Jul 1, 2025
@renovate renovate bot force-pushed the renovate/docs-dependencies branch from 4607014 to 78ed988 Compare July 1, 2025 19:48
@renovate renovate bot changed the title chore(docs/deps): Update dependency @types/node to v20.19.3 chore(docs/deps): Update dependency @types/node to v20.19.4 Jul 1, 2025
@renovate renovate bot force-pushed the renovate/docs-dependencies branch from 78ed988 to a47d2ed Compare July 1, 2025 22:52
@renovate renovate bot changed the title chore(docs/deps): Update dependency @types/node to v20.19.4 chore(docs/deps): Update dependency @types/node to v20.19.5 Jul 8, 2025
@renovate renovate bot force-pushed the renovate/docs-dependencies branch from a47d2ed to ce71b0f Compare July 8, 2025 22:27
@renovate renovate bot changed the title chore(docs/deps): Update dependency @types/node to v20.19.5 chore(docs/deps): Update dependency @types/node to v20.19.6 Jul 9, 2025
@renovate renovate bot force-pushed the renovate/docs-dependencies branch from ce71b0f to 8434799 Compare July 9, 2025 02:29
@renovate renovate bot changed the title chore(docs/deps): Update dependency @types/node to v20.19.6 chore(docs/deps): Update dependency @types/node to v20.19.7 Jul 10, 2025
@renovate renovate bot force-pushed the renovate/docs-dependencies branch from 8434799 to 024d49a Compare July 10, 2025 19:53
@renovate renovate bot changed the title chore(docs/deps): Update dependency @types/node to v20.19.7 chore(docs/deps): Update dependency @types/node to v20.19.8 Jul 15, 2025
@renovate renovate bot force-pushed the renovate/docs-dependencies branch from 024d49a to 775d8cd Compare July 15, 2025 10:50
@renovate renovate bot changed the title chore(docs/deps): Update dependency @types/node to v20.19.8 chore(docs/deps): Update dependency @types/node to v20.19.9 Jul 19, 2025
@renovate renovate bot force-pushed the renovate/docs-dependencies branch from 775d8cd to 0e740a2 Compare July 19, 2025 01:51
@renovate renovate bot changed the title chore(docs/deps): Update dependency @types/node to v20.19.9 chore(docs/deps): Update docs dependencies Jul 23, 2025
@renovate renovate bot force-pushed the renovate/docs-dependencies branch from 0e740a2 to 92e6aec Compare July 23, 2025 02:50
@renovate renovate bot force-pushed the renovate/docs-dependencies branch 4 times, most recently from ffdbd49 to 81c0b50 Compare August 13, 2025 17:34
@renovate renovate bot force-pushed the renovate/docs-dependencies branch 3 times, most recently from 15f38ff to eff0356 Compare August 21, 2025 06:57
@renovate renovate bot force-pushed the renovate/docs-dependencies branch 2 times, most recently from cf493d1 to 35619b4 Compare August 31, 2025 12:46
@renovate renovate bot force-pushed the renovate/docs-dependencies branch 3 times, most recently from 31bcdd5 to 66894f8 Compare September 4, 2025 14:00
@renovate renovate bot force-pushed the renovate/docs-dependencies branch 2 times, most recently from d732980 to 47d4f4c Compare October 28, 2025 18:57
@renovate renovate bot force-pushed the renovate/docs-dependencies branch 4 times, most recently from 01bbf3a to 82652a6 Compare November 12, 2025 01:11
@renovate renovate bot force-pushed the renovate/docs-dependencies branch 3 times, most recently from 0e98023 to 1fb8ad0 Compare November 24, 2025 09:30
@renovate renovate bot force-pushed the renovate/docs-dependencies branch 3 times, most recently from 6db6558 to 693f007 Compare December 8, 2025 23:26
@renovate renovate bot force-pushed the renovate/docs-dependencies branch 2 times, most recently from 3c3f851 to 4ae4dda Compare December 18, 2025 15:04
@renovate renovate bot force-pushed the renovate/docs-dependencies branch 2 times, most recently from ff6d77a to 53ac4d7 Compare December 31, 2025 19:16
@renovate renovate bot force-pushed the renovate/docs-dependencies branch 3 times, most recently from 7482ff7 to 1fba706 Compare January 13, 2026 18:02
@renovate renovate bot force-pushed the renovate/docs-dependencies branch 4 times, most recently from 3120ccf to ec60c5f Compare January 22, 2026 04:51
@renovate renovate bot force-pushed the renovate/docs-dependencies branch 4 times, most recently from e7942eb to a578957 Compare January 28, 2026 19:32
@renovate renovate bot force-pushed the renovate/docs-dependencies branch 2 times, most recently from fbd382a to 91bdb62 Compare February 3, 2026 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant