Skip to content

fix(deps): update all non-major dependencies#521

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all-minor-patch
Open

fix(deps): update all non-major dependencies#521
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 26, 2026

This PR contains the following updates:

Package Change Age Confidence
@types/node (source) 24.10.1324.12.0 age confidence
@vitejs/plugin-vue (source) 6.0.46.0.5 age confidence
algoliasearch (source) 4.26.04.27.0 age confidence
element-plus (source) 2.13.22.13.6 age confidence
katex (source) 0.16.330.16.40 age confidence
less (source) 4.5.14.6.4 age confidence
marked (source) 17.0.317.0.5 age confidence
mermaid 11.12.311.13.0 age confidence
nodejieba 3.5.23.5.8 age confidence
rollup-plugin-visualizer 7.0.07.0.1 age confidence
simple-git (source) 3.32.33.33.0 age confidence
unplugin-vue-components 31.0.031.1.0 age confidence
vue (source) 3.5.293.5.30 age confidence
vue-router (source) 5.0.35.0.4 age confidence

Release Notes

vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v6.0.5

Miscellaneous Chores
algolia/algoliasearch-client-javascript (algoliasearch)

v4.27.0

Compare Source

What's Changed

New Contributors

Full Changelog: algolia/algoliasearch-client-javascript@4.26.0...4.27.0

element-plus/element-plus (element-plus)

v2.13.6

Compare Source

2.13.6

2026-03-20

Features
Bug fixes
  • Components [tooltip] sync visible after disabled toggle (#​23738 by @​snowbitx)
  • Components [mention] remove the whole input containing a split (#​23753 by @​rzzf)
  • Components [tab] incorrect boundary detection when container size is a float number (#​23774 by @​rzzf)
  • Components [table] expanded rows cannot be updated using array methods (#​23761 by @​rzzf)
  • Components [tree-v2] update expanded state when defaultExpandedKeys change (#​23557 by @​hellomrbigshot)
  • Components [select] using the options prop can cause list data loss when quickly switching between dropdowns (#​23780 by @​lw56777)
  • Components [select] allow empty labels when persistent is false (#​23809 by @​snowbitx)
  • Components [popper] update popover style when content size changes (#​23802 by @​rzzf)
  • Components [tabs] incorrect boundary detection when container size is a float number (#​23776 by @​rzzf)
  • Hooks [use-composition] abnormal state in Korean input composition (#​23831 by @​rzzf)
  • Components [select/select-v2] avoid hiding the dropdown when there is data in options (#​23838 by @​keeplearning66)
  • Improvement(components): [tabs] navigation wheel scrolling experience (#​23775 by @​rzzf)
  • Style(components): [tag] fix icon in slot causing text wrap (#​23725 by @​zmyjs)
Refactors

v2.13.5

Compare Source

2.13.5

2026-03-07

Bug fixes

v2.13.4

Compare Source

2.13.4

2026-03-06

Features
Bug fixes

v2.13.3

Compare Source

2.13.3

2026-02-28

Features
Bug fixes
KaTeX/KaTeX (katex)

v0.16.40

Compare Source

Bug Fixes

v0.16.39

Compare Source

Bug Fixes

v0.16.38

Compare Source

Bug Fixes

v0.16.37

Compare Source

Bug Fixes

v0.16.36

Compare Source

Bug Fixes

v0.16.35

Compare Source

Bug Fixes

v0.16.34

Compare Source

Bug Fixes
less/less.js (less)

v4.6.4

Compare Source

v4.6.3

Compare Source

Changes

See CHANGELOG.md for details.

Installation
npm install less@4.6.3

v4.6.2

Compare Source

v4.6.1

Compare Source

v4.6.0

Compare Source

Bug Fixes
Features & Improvements
Deprecation Warnings
Chores
markedjs/marked (marked)

v17.0.5

Compare Source

Bug Fixes
  • Fix catastrophic backtracking (ReDoS) in link/reflink label regex (#​3918) (4625980)
  • prevent quadratic complexity in emStrongLDelim regex (#​3906) (c732dd2)
  • prevent single-tilde strikethrough false positives (#​3910) (5e03369)
  • re-assign tokenizer.lexer and renderer.parser at start of each parse call (#​3907) (f3a3ec0)
  • trim trailing whitespace from lheading text (#​3920) (3ea7e88)

v17.0.4

Compare Source

Bug Fixes
mermaid-js/mermaid (mermaid)

v11.13.0

Compare Source

Minor Changes
Patch Changes
  • #​7075 96a766d Thanks @​darshanr0107! - fix: Prevent HTML tags from being escaped in sandbox label rendering

  • #​6843 32723b2 Thanks @​saurabhg772244! - fix: Support edge animation in hand drawn look

  • #​7453 a60e615 Thanks @​darshanr0107! - fix: ER diagram edge label positioning

  • #​6989 1a9d45a Thanks @​darshanr0107! - fix: Resolved parsing error where direction TD was not recognized within subgraphs

  • #​7178 96ca7c0 Thanks @​omkarht! - fix(treemap): Fixed treemap classDef style application to properly apply user-defined styles

  • #​7076 60f6331 Thanks @​darshanr0107! - fix: Correct viewBox casing and make SVGs responsive

  • #​7055 fa15ce8 Thanks @​darshanr0107! - fix: Improve participant parsing and prevent recursive loops on invalid syntax

  • #​7276 33c7c72 Thanks @​darshanr0107! - fix: respect markdownAutoWrap: false to prevent text auto-wrapping in flowchart markdown labels with htmlLabels enabled.

    Markdown labels with markdownAutoWrap: false, htmlLabels: false set doesn't work
    correctly.

  • #​7416 3c069b5 Thanks @​Crafter-Y! - fix: architecture diagram lines should now have the correct length

  • #​6995 9745f32 Thanks @​darshanr0107! - fix: Support the htmlLabels Mermaid config value whenever possible

  • #​7293 a408b55 Thanks @​darshanr0107! - fix: Prevent browser hang when using multiline accDescr in XY charts

  • #​6119 712c1ec Thanks @​NealGooch! - fix: correct block positioning when nested blocks span multiple columns

  • #​7424 981a62e Thanks @​knsv! - fix: correct BT orientation arc sweep flags in gitGraph drawArrow()

    Swapped SVG arc sweep-flag values in the BT (bottom-to-top) orientation branches of drawArrow() so curves bend in the correct direction. Affects both rerouting and non-rerouting code paths for merge and non-merge arrows.

    Resolves #​6593

  • #​7430 a4bb0b5 Thanks @​knsv! - fix: allow colons in stateDiagram-v2 transition and state description text

  • #​7432 b0f9d5b Thanks @​knsv! - fix: derive taskTextDarkColor from doneTaskBkgColor in dark theme for readable done-task text

  • #​7456 981fbb8 Thanks @​knsv-bot! - fix(gantt): restore readable outside-text color for done tasks in dark mode

  • #​7139 93aa657 Thanks @​omkarht! - revert: restore original hexagon and roundedRect implementations

  • #​7136 6bc6617 Thanks @​omkarht! - feat: add alias support for new participant syntax of sequence diagrams

  • #​7375 9d0669a Thanks @​kaigritun! - fix(er): recognize '1' cardinality alias before relationship operators

  • #​7275 7eed6a1 Thanks @​darshanr0107! - fix: change createLabel to call createText

    This adds support for KaTeX and FontAwesome icons loaded via iconpacks in some
    older labels. There are some small changes in formatting due to standardizing this code.

  • #​7265 2000680 Thanks @​omkarht! - fix: prevent unintended opacity on SVG aws icons containing rect elements

  • #​7139 b7c66a2 Thanks @​omkarht! - chore: restore original hexagon and roundedRect implementations

  • #​7425 f16bfbb Thanks @​knsv! - fix: use rounded right-angle edges for ELK layout

    ELK layout edges now default to rounded curve (right-angle segments with rounded corners) instead of inheriting the global basis default. This fixes ELK edges that were curving instead of routing at right angles (#​7213). Non-ELK layouts are unaffected and keep their existing basis default.

  • #​7296 aac86f7 Thanks @​darshanr0107! - fix: Ensure correct edge label rendering for ER and requirement diagrams when flowchart htmlLabels are false

  • #​7019 ace0367 Thanks @​darshanr0107! - fix: Mindmap breaking in ELK layout

  • #​6984 09b74f1 Thanks @​omkarht! - fix(er-diagram): prevent syntax error when using 'u', numbers, and decimals in node names

  • #​7276 33c7c72 Thanks @​darshanr0107! - fix: Restore proper rendering of plain text flowchart labels without auto line-wrapping

    This fix restores backwards compatibility with Mermaid v10 by ensuring that plain text labels in flowcharts are rendered correctly. In Mermaid v11, all labels were incorrectly being treated as markdown by default, which caused issues with text wrapping, multiline breaks, and backwards compatibility.

    What changed:

    • Plain text labels in flowcharts (without markdown syntax) now render as regular text
      • For node labels and edge labels, these will line-wrap automatically. Although this isn't backwards compatible with v10, we think this is a minor change and it's worth keeping to avoid too many changes from diagrams created from v11 onwards.
      • Plain text labels in other diagrams will continue to not line wrap.
    • Plain text labels with \n characters now correctly create line breaks
    • Plain text that looks like markdown (e.g., "1.", "- x") is no longer misinterpreted

    If you want markdown formatting:
    You can still use markdown in your flowchart labels by using the proper markdown syntax. Wrap your markdown text with double quotes and backticks:
    node["`_markdown_ **text**`"]

    Example:

    ```mermaid
    flowchart TD
        plain["Plain text\nwith manual line break"]
        markdown["`This is a **markdown** _label_ that wraps and doesn't replace \n with newlines`"]
    ```
  • #​7080 835de00 Thanks @​darshanr0107! - fix: Support ComponentQueue_Ext to prevent parsing error

  • #​7310 a9e4c72 Thanks @​darshanr0107! - fix: Allow quoted string labels in architecture-beta diagrams

  • #​7052 ff15e51 Thanks @​darshanr0107! - fix: Correct tooltip placement to appear near hovered element

  • #​7197 8bfd477 Thanks @​omkarht! - fix: validate dates and tick interval to prevent UI freeze/crash in gantt diagramtype

  • #​7099 b136acd Thanks @​darshanr0107! - fix: Mindmap rendering issue when the number of Level 2 nodes exceeds 11

  • #​7217 e0317ac Thanks @​omkarht! - fix(gitgraph): pass gitGraphConfig to renderer functions for applying directives properly.

  • Updated dependencies [fd3fc50]:

yanyiwu/nodejieba (nodejieba)

v3.5.8

Compare Source

What's Changed

  • Lazy-load native binding to avoid import-time failure when install scripts are skipped by @​Copilot in #​263

Full Changelog: yanyiwu/nodejieba@v3.5.7...v3.5.8

v3.5.7

Compare Source

What's Changed

New Contributors

Full Changelog: yanyiwu/nodejieba@v3.5.6...v3.5.7

v3.5.6

Compare Source

What's Changed

Full Changelog: yanyiwu/nodejieba@v3.5.5...v3.5.6

v3.5.5

Compare Source

Full Changelog: yanyiwu/nodejieba@v3.5.4...v3.5.5

btd/rollup-plugin-visualizer (rollup-plugin-visualizer)

v7.0.1

Compare Source

  • Fancy treemap
  • Correct main entry in package.json
steveukx/git-js (simple-git)

v3.33.0

Compare Source

Minor Changes
  • a263635: Use pathspec wrappers for remote and local paths when running either git.clone or git.mirror to
    avoid leaving them less open for unexpected outcomes when passing unsanitised data into these tasks.
Patch Changes
unplugin/unplugin-vue-components (unplugin-vue-components)

v31.1.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vuejs/core (vue)

v3.5.30

Compare Source

Bug Fixes
vuejs/router (vue-router)

v5.0.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: 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 becomes conflicted, 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.

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Feb 26, 2026

Deploying note with  Cloudflare Pages  Cloudflare Pages

Latest commit: 0a87531
Status: ✅  Deploy successful!
Preview URL: https://1fdcc3fa.note-e01.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.note-e01.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f9dfc32 to 37c5813 Compare February 26, 2026 08:12
@renovate renovate bot changed the title chore(deps): update dependency @types/node to v24.10.14 chore(deps): update all non-major dependencies Feb 26, 2026
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 37c5813 to 1547557 Compare February 26, 2026 22:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1547557 to 6b27c4d Compare February 27, 2026 09:40
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Feb 27, 2026
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6b27c4d to 9270c8d Compare February 28, 2026 01:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9270c8d to 07bcf4d Compare February 28, 2026 04:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 07bcf4d to 70c4a11 Compare February 28, 2026 14:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 70c4a11 to 819170a Compare March 3, 2026 14:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 819170a to 64fe88b Compare March 4, 2026 18:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 64fe88b to 010c9f6 Compare March 5, 2026 04:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 010c9f6 to 481e6f5 Compare March 5, 2026 15:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 481e6f5 to e683d12 Compare March 5, 2026 19:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e683d12 to a4cede1 Compare March 6, 2026 01:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a4cede1 to 5dc3347 Compare March 6, 2026 05:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 85dfc0d to cc33e17 Compare March 9, 2026 11:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cc33e17 to 4d66805 Compare March 9, 2026 14:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4d66805 to b1a0680 Compare March 10, 2026 18:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b1a0680 to 8256095 Compare March 10, 2026 22:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8256095 to 1f89f29 Compare March 11, 2026 18:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1f89f29 to 94fe71d Compare March 12, 2026 18:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 94fe71d to fca8af4 Compare March 13, 2026 14:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fca8af4 to 6bb408d Compare March 13, 2026 22:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6bb408d to 55877f2 Compare March 18, 2026 01:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 55877f2 to 9683fc1 Compare March 19, 2026 14:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9683fc1 to 0660286 Compare March 19, 2026 18:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0660286 to 3dd14a6 Compare March 20, 2026 07:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3dd14a6 to 307c155 Compare March 20, 2026 12:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 307c155 to 8ab7125 Compare March 20, 2026 18:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8ab7125 to fb7bd34 Compare March 23, 2026 09:30
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.

0 participants