uiwjs / react-codemirror

CodeMirror 6 component for React. @codemirror https://uiwjs.github.io/react-codemirror/
https://uiwjs.github.io/react-codemirror/
MIT License
1.69k stars 135 forks source link

fix(deps): update dependency codemirror-lang-mermaid to ^0.5.0 #539

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
codemirror-lang-mermaid ^0.2.1 -> ^0.5.0 age adoption passing confidence

Release Notes

inspirnathan/codemirror-lang-mermaid (codemirror-lang-mermaid) ### [`v0.5.0`](https://togithub.com/inspirnathan/codemirror-lang-mermaid/blob/HEAD/CHANGELOG.md#050-2023-09-14) [Compare Source](https://togithub.com/inspirnathan/codemirror-lang-mermaid/compare/v0.4.1...v0.5.0) ##### Features - requirement diagram support - gantt chart diagram support - `foldByIndent` extension was added to support code folding across all Mermaid diagram types including usage in Markdown fenced code blocks ##### Deprecations - deprecate the `mermaid({ fold: true })` config in favor of the `foldByIndent` extension #### [0.4.1](https://togithub.com/inspirnathan/codemirror-lang-mermaid/compare/v0.4.0...v0.4.1) (2023-08-23) ##### Features - add code folding support for mindmap diagrams by importing the language with a config i.e. `mermaid({ fold: true })` - set tabs equal to four spaces instead of eight in mindmap diagrams ### [`v0.4.1`](https://togithub.com/inspirnathan/codemirror-lang-mermaid/blob/HEAD/CHANGELOG.md#041-2023-08-23) [Compare Source](https://togithub.com/inspirnathan/codemirror-lang-mermaid/compare/v0.4.0...v0.4.1) ##### Features - add code folding support for mindmap diagrams by importing the language with a config i.e. `mermaid({ fold: true })` - set tabs equal to four spaces instead of eight in mindmap diagrams ### [`v0.4.0`](https://togithub.com/inspirnathan/codemirror-lang-mermaid/blob/HEAD/CHANGELOG.md#040-2023-08-06) [Compare Source](https://togithub.com/inspirnathan/codemirror-lang-mermaid/compare/v0.3.0...v0.4.0) ##### Features - sequence diagram support - user journey diagram support ### [`v0.3.0`](https://togithub.com/inspirnathan/codemirror-lang-mermaid/blob/HEAD/CHANGELOG.md#030-2023-07-14) [Compare Source](https://togithub.com/inspirnathan/codemirror-lang-mermaid/compare/v0.2.2...v0.3.0) ##### Features - flowchart diagram support - allow text before diagram to prevent breaks in syntax highlighting #### [0.2.2](https://togithub.com/inspirnathan/codemirror-lang-mermaid/compare/v0.2.1...v0.2.2) (2023-06-26) ##### Features - add parent tags to mermaid tag definitions #### [0.2.1](https://togithub.com/inspirnathan/codemirror-lang-mermaid/compare/v0.2.0...v0.2.1) (2023-02-20) ##### Features - update readme on npm registry

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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.