unknowIfGuestInDream / unknowifguestindream.github.io

unknowIfGuestInDream's blog
https://blog.tlcsdm.com
Apache License 2.0
2 stars 0 forks source link

fix(renovate): update dependency mermaid to v11 #348

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mermaid 10.9.1 -> 11.0.2 age adoption passing confidence

Release Notes

mermaid-js/mermaid (mermaid) ### [`v11.0.2`](https://togithub.com/mermaid-js/mermaid/releases/tag/mermaid%4011.0.2) [Compare Source](https://togithub.com/mermaid-js/mermaid/compare/mermaid@11.0.1...mermaid@11.0.2) ##### Patch Changes - [#​5664](https://togithub.com/mermaid-js/mermaid/pull/5664) [`5deaef4`](https://togithub.com/mermaid-js/mermaid/commit/5deaef456e74d796866431c26f69360e4e74dbff) Thanks [@​Austin-Fulbright](https://togithub.com/Austin-Fulbright)! - chore: Migrate git graph to langium, use typescript for internals - Updated dependencies \[[`5deaef4`](https://togithub.com/mermaid-js/mermaid/commit/5deaef456e74d796866431c26f69360e4e74dbff)]: - [@​mermaid-js/parser](https://togithub.com/mermaid-js/parser)[@​0](https://togithub.com/0).2.0 ### [`v11.0.1`](https://togithub.com/mermaid-js/mermaid/releases/tag/mermaid%4011.0.1) [Compare Source](https://togithub.com/mermaid-js/mermaid/compare/v11.0.0...mermaid@11.0.1) ##### Patch Changes - [#​2](https://togithub.com/calvinvette/mermaid/pull/2) [`bf05d87`](https://togithub.com/mermaid-js/mermaid/commit/bf05d8781edacb580fdb053da167e968b7570117) Thanks [@​calvinvette](https://togithub.com/calvinvette)! - test changeset ### [`v11.0.0`](https://togithub.com/mermaid-js/mermaid/releases/tag/v11.0.0) [Compare Source](https://togithub.com/mermaid-js/mermaid/compare/v10.9.1...v11.0.0) ### Release Notes #### Major Update Refactored the Mermaid rendering engine to support new features, including customizable layout algorithms and visual styles. This update enhances diagram flexibility, starting with flowcharts and state diagrams, with plans to extend to all diagram types by [@​knsv](https://togithub.com/knsv), [@​ashishjain0512](https://togithub.com/ashishjain0512), [@​sidharthv96](https://togithub.com/sidharthv96) in [https://github.com/mermaid-js/mermaid/pull/5604](https://togithub.com/mermaid-js/mermaid/pull/5604) #### 🚨 **Breaking Changes** - refactor!(git): default to `useMaxWidth` true ([#​5723](https://togithub.com/mermaid-js/mermaid/issues/5723)) [@​aloisklink](https://togithub.com/aloisklink) - refactor!(sankey): default to `useMaxWidth` true ([#​5724](https://togithub.com/mermaid-js/mermaid/issues/5724)) [@​aloisklink](https://togithub.com/aloisklink) - Use ESBuild (replaces UMD with IIFE bundle) by [@​sidharthv96](https://togithub.com/sidharthv96) in [https://github.com/mermaid-js/mermaid/pull/4729](https://togithub.com/mermaid-js/mermaid/pull/4729) #### πŸš€ Features - feat: add `@mermaid-js/parser` package and `info` langium parser by [@​Yokozuna59](https://togithub.com/Yokozuna59) in [https://github.com/mermaid-js/mermaid/pull/4727](https://togithub.com/mermaid-js/mermaid/pull/4727) - Allow registered diagrams to be overridden. by [@​sidharthv96](https://togithub.com/sidharthv96) in [https://github.com/mermaid-js/mermaid/pull/5050](https://togithub.com/mermaid-js/mermaid/pull/5050) - feat: Add diagramType to RenderResult and ParseResult by [@​sidharthv96](https://togithub.com/sidharthv96) in [https://github.com/mermaid-js/mermaid/pull/5118](https://togithub.com/mermaid-js/mermaid/pull/5118) - feat: Add packet diagram by [@​sidharthv96](https://togithub.com/sidharthv96) in [https://github.com/mermaid-js/mermaid/pull/4839](https://togithub.com/mermaid-js/mermaid/pull/4839) - feat: add `pie` langium parser by [@​Yokozuna59](https://togithub.com/Yokozuna59) in [https://github.com/mermaid-js/mermaid/pull/4751](https://togithub.com/mermaid-js/mermaid/pull/4751) - feat: add name attribute and class "actor-line" to line by [@​ad1992](https://togithub.com/ad1992) in [https://github.com/mermaid-js/mermaid/pull/5338](https://togithub.com/mermaid-js/mermaid/pull/5338) - Feature/4661 gantt customize days of weekend by [@​Ronid1](https://togithub.com/Ronid1) in [https://github.com/mermaid-js/mermaid/pull/5358](https://togithub.com/mermaid-js/mermaid/pull/5358) - Feature/5245 sequence diagram add classes to actors text by [@​Ronid1](https://togithub.com/Ronid1) in [https://github.com/mermaid-js/mermaid/pull/5272](https://togithub.com/mermaid-js/mermaid/pull/5272) - Add `suppressErrorRendering` option to avoid inserting 'Syntax error' message to DOM directly by [@​rhysd](https://togithub.com/rhysd) in [https://github.com/mermaid-js/mermaid/pull/4359](https://togithub.com/mermaid-js/mermaid/pull/4359) - Flowchart: Apply `nodeSpacing`/`rankSpacing` config to subgraphs by [@​rowanfr](https://togithub.com/rowanfr) in [https://github.com/mermaid-js/mermaid/pull/5183](https://togithub.com/mermaid-js/mermaid/pull/5183) - feat(git-graph): GitGraph Bottom-to-Top Orientation by [@​JingyuMarcelLee](https://togithub.com/JingyuMarcelLee) in [https://github.com/mermaid-js/mermaid/pull/5259](https://togithub.com/mermaid-js/mermaid/pull/5259) - Feature/support fa kit custom icons by [@​jakobskrym](https://togithub.com/jakobskrym) in [https://github.com/mermaid-js/mermaid/pull/5430](https://togithub.com/mermaid-js/mermaid/pull/5430) - Adds 'Switch' as an Alias for 'Checkout\` by [@​FutzMonitor](https://togithub.com/FutzMonitor) in [https://github.com/mermaid-js/mermaid/pull/5445](https://togithub.com/mermaid-js/mermaid/pull/5445) - feat: Add point styling for quadrant chart by [@​ilyes-ced](https://togithub.com/ilyes-ced) in [https://github.com/mermaid-js/mermaid/pull/5173](https://togithub.com/mermaid-js/mermaid/pull/5173) - feat(state): add from, to ids for edge by [@​igorwessel](https://togithub.com/igorwessel) in [https://github.com/mermaid-js/mermaid/pull/5503](https://togithub.com/mermaid-js/mermaid/pull/5503) - Feature/4051 sequence diagram multi directional arrow by [@​Ronid1](https://togithub.com/Ronid1) in [https://github.com/mermaid-js/mermaid/pull/5209](https://togithub.com/mermaid-js/mermaid/pull/5209) - feat: Add threshold to argos test by [@​sidharthv96](https://togithub.com/sidharthv96) in [https://github.com/mermaid-js/mermaid/pull/5633](https://togithub.com/mermaid-js/mermaid/pull/5633) - feat: Use marked instead of mdast-util-from-markdown by [@​sidharthv96](https://togithub.com/sidharthv96) in [https://github.com/mermaid-js/mermaid/pull/5636](https://togithub.com/mermaid-js/mermaid/pull/5636) - feat(3801): Multiple Tags support for Git Graph by [@​Yash-Singh1](https://togithub.com/Yash-Singh1) in [https://github.com/mermaid-js/mermaid/pull/5647](https://togithub.com/mermaid-js/mermaid/pull/5647) - Allow Hashtags in Timeline Titles, Sections, and Events by [@​FutzMonitor](https://togithub.com/FutzMonitor) in [https://github.com/mermaid-js/mermaid/pull/5399](https://togithub.com/mermaid-js/mermaid/pull/5399) - Allow Semicolons in Timeline Titles, Sections, Periods, and Events by [@​FutzMonitor](https://togithub.com/FutzMonitor) in [https://github.com/mermaid-js/mermaid/pull/5335](https://togithub.com/mermaid-js/mermaid/pull/5335) #### πŸ› Bug Fixes - bug/5133 sequence diagram fix arrow corner by [@​Ronid1](https://togithub.com/Ronid1) in [https://github.com/mermaid-js/mermaid/pull/5309](https://togithub.com/mermaid-js/mermaid/pull/5309) - fix: remove unused import by [@​ad1992](https://togithub.com/ad1992) in [https://github.com/mermaid-js/mermaid/pull/5421](https://togithub.com/mermaid-js/mermaid/pull/5421) - fix: make sequenceDB typesafe by [@​ad1992](https://togithub.com/ad1992) in [https://github.com/mermaid-js/mermaid/pull/5426](https://togithub.com/mermaid-js/mermaid/pull/5426) - fix: simply from and to in message to string type by [@​ad1992](https://togithub.com/ad1992) in [https://github.com/mermaid-js/mermaid/pull/5471](https://togithub.com/mermaid-js/mermaid/pull/5471) - fix: inconsistent MathML rendering & erroneous
s being added by [@​NicolasNewman](https://togithub.com/NicolasNewman) in [https://github.com/mermaid-js/mermaid/pull/5483](https://togithub.com/mermaid-js/mermaid/pull/5483) - fix: move from objects to Maps by [@​Yash-Singh1](https://togithub.com/Yash-Singh1) in [https://github.com/mermaid-js/mermaid/pull/5468](https://togithub.com/mermaid-js/mermaid/pull/5468) - Bug/5525 sequence diagram fix note z position by [@​Ronid1](https://togithub.com/Ronid1) in [https://github.com/mermaid-js/mermaid/pull/5564](https://togithub.com/mermaid-js/mermaid/pull/5564) - Fix `sandbox` mode with UTF-16 characters by [@​iansan5653](https://togithub.com/iansan5653) in [https://github.com/mermaid-js/mermaid/pull/5520](https://togithub.com/mermaid-js/mermaid/pull/5520) - \[XYChart] fixed incorrect spacing between data points by [@​OG-NI](https://togithub.com/OG-NI) in [https://github.com/mermaid-js/mermaid/pull/5556](https://togithub.com/mermaid-js/mermaid/pull/5556) - fix: prevent escaping label styles by [@​Yash-Singh1](https://togithub.com/Yash-Singh1) in [https://github.com/mermaid-js/mermaid/pull/5598](https://togithub.com/mermaid-js/mermaid/pull/5598) - fix(class): [#​5624](https://togithub.com/mermaid-js/mermaid/issues/5624) Reset direction to default in classDiagram by [@​sidharthv96](https://togithub.com/sidharthv96) in [https://github.com/mermaid-js/mermaid/pull/5625](https://togithub.com/mermaid-js/mermaid/pull/5625) - fix: double space in wrapped sequence diagram messages by [@​Yash-Singh1](https://togithub.com/Yash-Singh1) in [https://github.com/mermaid-js/mermaid/pull/5649](https://togithub.com/mermaid-js/mermaid/pull/5649) - Fix Requirement overflow by [@​Mikek16](https://togithub.com/Mikek16) in [https://github.com/mermaid-js/mermaid/pull/5305](https://togithub.com/mermaid-js/mermaid/pull/5305) - fix: Create a copy of config passed in initialize, so that theme variables are not leaked to the object by [@​sidharthv96](https://togithub.com/sidharthv96) in [https://github.com/mermaid-js/mermaid/pull/5725](https://togithub.com/mermaid-js/mermaid/pull/5725) - Bug/4391 make markdown auto wrapping optional by [@​dreathed](https://togithub.com/dreathed) in [https://github.com/mermaid-js/mermaid/pull/4856](https://togithub.com/mermaid-js/mermaid/pull/4856) - Fixed styling for lines for ELK flowchart by [@​itsalam](https://togithub.com/itsalam) in [https://github.com/mermaid-js/mermaid/pull/4844](https://togithub.com/mermaid-js/mermaid/pull/4844) - Correct the System_Boundary stereotype by [@​jonmcewen](https://togithub.com/jonmcewen) in [https://github.com/mermaid-js/mermaid/pull/5243](https://togithub.com/mermaid-js/mermaid/pull/5243) - Remove `elkjs` dependency from mermaid package by [@​Gusted](https://togithub.com/Gusted) in [https://github.com/mermaid-js/mermaid/pull/5654](https://togithub.com/mermaid-js/mermaid/pull/5654) - Aligning doctype so that mermaid renders in the same way with or without it by [@​knsv](https://togithub.com/knsv) in [https://github.com/mermaid-js/mermaid/pull/5727](https://togithub.com/mermaid-js/mermaid/pull/5727) #### 🧰 Maintenance - chore: Cleanup layoutelk by [@​sidharthv96](https://togithub.com/sidharthv96) in [https://github.com/mermaid-js/mermaid/pull/5730](https://togithub.com/mermaid-js/mermaid/pull/5730) - chore: Fix peer dependencies by [@​sidharthv96](https://togithub.com/sidharthv96) in [https://github.com/mermaid-js/mermaid/pull/5737](https://togithub.com/mermaid-js/mermaid/pull/5737) - chore: remove repetitive words by [@​welfuture](https://togithub.com/welfuture) in [https://github.com/mermaid-js/mermaid/pull/5476](https://togithub.com/mermaid-js/mermaid/pull/5476) - chore: remove unrefSubSchemas by [@​sidharthv96](https://togithub.com/sidharthv96) in [https://github.com/mermaid-js/mermaid/pull/5514](https://togithub.com/mermaid-js/mermaid/pull/5514) - chore: setup Argos Visual Testing by [@​gregberge](https://togithub.com/gregberge) in [https://github.com/mermaid-js/mermaid/pull/5577](https://togithub.com/mermaid-js/mermaid/pull/5577) - chore: fix Argos parallel by [@​gregberge](https://togithub.com/gregberge) in [https://github.com/mermaid-js/mermaid/pull/5581](https://togithub.com/mermaid-js/mermaid/pull/5581) - chore: Deprecate mermaidAPI by [@​sidharthv96](https://togithub.com/sidharthv96) in [https://github.com/mermaid-js/mermaid/pull/4821](https://togithub.com/mermaid-js/mermaid/pull/4821) - chore: Log granular rebuild times by [@​sidharthv96](https://togithub.com/sidharthv96) in [https://github.com/mermaid-js/mermaid/pull/5609](https://togithub.com/mermaid-js/mermaid/pull/5609) - chore: Update [@​zenuml/core](https://togithub.com/zenuml/core) dependency to version 3.23.27 by [@​dontry](https://togithub.com/dontry) in [https://github.com/mermaid-js/mermaid/pull/5607](https://togithub.com/mermaid-js/mermaid/pull/5607) - chore: 5237 Cleanup by [@​sidharthv96](https://togithub.com/sidharthv96) in [https://github.com/mermaid-js/mermaid/pull/5606](https://togithub.com/mermaid-js/mermaid/pull/5606) - chore: Update pnpm and lockfile by [@​sidharthv96](https://togithub.com/sidharthv96) in [https://github.com/mermaid-js/mermaid/pull/5728](https://togithub.com/mermaid-js/mermaid/pull/5728) - Split chunks into individual dirs by [@​sidharthv96](https://togithub.com/sidharthv96) in [https://github.com/mermaid-js/mermaid/pull/4733](https://togithub.com/mermaid-js/mermaid/pull/4733) - remove duplicate `@types/d3-scale` dev dependency by [@​Yokozuna59](https://togithub.com/Yokozuna59) in [https://github.com/mermaid-js/mermaid/pull/4749](https://togithub.com/mermaid-js/mermaid/pull/4749) - \[v11] Limit `MermaidConfig` enum TypesScript types to certain values by [@​aloisklink](https://togithub.com/aloisklink) in [https://github.com/mermaid-js/mermaid/pull/4803](https://togithub.com/mermaid-js/mermaid/pull/4803) - Move ELK to standalone package by [@​sidharthv96](https://togithub.com/sidharthv96) in [https://github.com/mermaid-js/mermaid/pull/5049](https://togithub.com/mermaid-js/mermaid/pull/5049) - Remove default properties before generating the config types by [@​disog](https://togithub.com/disog) in [https://github.com/mermaid-js/mermaid/pull/5126](https://togithub.com/mermaid-js/mermaid/pull/5126) - refactor: Convert flowDB to TS by [@​sidharthv96](https://togithub.com/sidharthv96) in [https://github.com/mermaid-js/mermaid/pull/5077](https://togithub.com/mermaid-js/mermaid/pull/5077) - refactor: Support async parsers \[internal] by [@​sidharthv96](https://togithub.com/sidharthv96) in [https://github.com/mermaid-js/mermaid/pull/5233](https://togithub.com/mermaid-js/mermaid/pull/5233) - build(deps): update `langium` to `v3` and apply the required changes by [@​Yokozuna59](https://togithub.com/Yokozuna59) in [https://github.com/mermaid-js/mermaid/pull/5345](https://togithub.com/mermaid-js/mermaid/pull/5345) - ci(e2e): avoid commenting on PRs in CI, fixing PRs from forks by [@​aloisklink](https://togithub.com/aloisklink) in [https://github.com/mermaid-js/mermaid/pull/5365](https://togithub.com/mermaid-js/mermaid/pull/5365) - \[[PR#5468](https://togithub.com/PR/mermaid/issues/5468)] refactor: remove TypeScript non null assertions by [@​aloisklink](https://togithub.com/aloisklink) in [https://github.com/mermaid-js/mermaid/pull/5518](https://togithub.com/mermaid-js/mermaid/pull/5518) - Fixed entrypoint path by [@​nirname](https://togithub.com/nirname) in [https://github.com/mermaid-js/mermaid/pull/5566](https://togithub.com/mermaid-js/mermaid/pull/5566) - Fixed wrong ELK detector by [@​nirname](https://togithub.com/nirname) in [https://github.com/mermaid-js/mermaid/pull/5579](https://togithub.com/mermaid-js/mermaid/pull/5579) - Cleanup Cypress tests by [@​sidharthv96](https://togithub.com/sidharthv96) in [https://github.com/mermaid-js/mermaid/pull/5586](https://togithub.com/mermaid-js/mermaid/pull/5586) - ESLint V9 - Typed by [@​sidharthv96](https://togithub.com/sidharthv96) in [https://github.com/mermaid-js/mermaid/pull/5608](https://togithub.com/mermaid-js/mermaid/pull/5608) - Update eslint to v9 by [@​sidharthv96](https://togithub.com/sidharthv96) in [https://github.com/mermaid-js/mermaid/pull/5603](https://togithub.com/mermaid-js/mermaid/pull/5603) - ci: upgrade to pnpm/action-setup@v4 to avoid CI failures by [@​frantic1048](https://togithub.com/frantic1048) in [https://github.com/mermaid-js/mermaid/pull/5621](https://togithub.com/mermaid-js/mermaid/pull/5621) - test: Argos parallel by [@​sidharthv96](https://togithub.com/sidharthv96) in [https://github.com/mermaid-js/mermaid/pull/5635](https://togithub.com/mermaid-js/mermaid/pull/5635) - Add autofix.ci by [@​sidharthv96](https://togithub.com/sidharthv96) in [https://github.com/mermaid-js/mermaid/pull/5651](https://togithub.com/mermaid-js/mermaid/pull/5651) - 5237 Review Updates by [@​sidharthv96](https://togithub.com/sidharthv96) in [https://github.com/mermaid-js/mermaid/pull/5670](https://togithub.com/mermaid-js/mermaid/pull/5670) - Support flowchart-elk to use layout: elk by [@​sidharthv96](https://togithub.com/sidharthv96) in [https://github.com/mermaid-js/mermaid/pull/5729](https://togithub.com/mermaid-js/mermaid/pull/5729) #### πŸ“š Documentation - Update docs to properly showcase participant ordering by [@​loucadufault](https://togithub.com/loucadufault) in [https://github.com/mermaid-js/mermaid/pull/5306](https://togithub.com/mermaid-js/mermaid/pull/5306) - DOCS: Add blog post - Official Mermaid Chart for Confluence app by [@​huynhicode](https://togithub.com/huynhicode) in [https://github.com/mermaid-js/mermaid/pull/5536](https://togithub.com/mermaid-js/mermaid/pull/5536) - docs: fix node version in CONTRIBUTING.md by [@​exoego](https://togithub.com/exoego) in [https://github.com/mermaid-js/mermaid/pull/5573](https://togithub.com/mermaid-js/mermaid/pull/5573) - docs: Added demo diagram of bidirectional arrows for sequence diagrams by [@​Justin-Garey](https://togithub.com/Justin-Garey) in [https://github.com/mermaid-js/mermaid/pull/5589](https://togithub.com/mermaid-js/mermaid/pull/5589) - DOCS: Product Hunt by [@​huynhicode](https://togithub.com/huynhicode) in [https://github.com/mermaid-js/mermaid/pull/5602](https://togithub.com/mermaid-js/mermaid/pull/5602) - Adds Doctave to list of integrations by [@​begleynk](https://togithub.com/begleynk) in [https://github.com/mermaid-js/mermaid/pull/5614](https://togithub.com/mermaid-js/mermaid/pull/5614) - docs: fix the classDef example in stateDiagram not display as code block, and long text display overflows by [@​ScriptBloom](https://togithub.com/ScriptBloom) in [https://github.com/mermaid-js/mermaid/pull/5640](https://togithub.com/mermaid-js/mermaid/pull/5640) - Add LLM integration section in productivity tools and add HueHive by [@​kamalkishor1991](https://togithub.com/kamalkishor1991) in [https://github.com/mermaid-js/mermaid/pull/5351](https://togithub.com/mermaid-js/mermaid/pull/5351) - Update integrations-community: add Drupal and module. by [@​swirtSJW](https://togithub.com/swirtSJW) in [https://github.com/mermaid-js/mermaid/pull/5389](https://togithub.com/mermaid-js/mermaid/pull/5389) - Update entityRelationshipDiagram.md by [@​anlai46](https://togithub.com/anlai46) in [https://github.com/mermaid-js/mermaid/pull/5413](https://togithub.com/mermaid-js/mermaid/pull/5413) - Add named composite state example to stateDiagram-v2 by [@​cbugk](https://togithub.com/cbugk) in [https://github.com/mermaid-js/mermaid/pull/5485](https://togithub.com/mermaid-js/mermaid/pull/5485) - Update integrations-community: Add MarkChart, a macOS app to preview … by [@​Timac](https://togithub.com/Timac) in [https://github.com/mermaid-js/mermaid/pull/5490](https://togithub.com/mermaid-js/mermaid/pull/5490) - Added to "others" section on integration with Astro by [@​conradagramont](https://togithub.com/conradagramont) in [https://github.com/mermaid-js/mermaid/pull/5506](https://togithub.com/mermaid-js/mermaid/pull/5506) - Updated Mermaid Chart ChatGPT plugin link by [@​Abrifq](https://togithub.com/Abrifq) in [https://github.com/mermaid-js/mermaid/pull/5509](https://togithub.com/mermaid-js/mermaid/pull/5509) - Tiny improvements to Diagram Syntax sidebar by [@​TWiStErRob](https://togithub.com/TWiStErRob) in [https://github.com/mermaid-js/mermaid/pull/5532](https://togithub.com/mermaid-js/mermaid/pull/5532) - Update flowchart.md by [@​GRASBOCK](https://togithub.com/GRASBOCK) in [https://github.com/mermaid-js/mermaid/pull/5517](https://togithub.com/mermaid-js/mermaid/pull/5517) - Explain line breaks in `sequenceDiagram.md` by [@​abitrolly](https://togithub.com/abitrolly) in [https://github.com/mermaid-js/mermaid/pull/5570](https://togithub.com/mermaid-js/mermaid/pull/5570) - Add Slidev to the list of integrations by [@​KermanX](https://togithub.com/KermanX) in [https://github.com/mermaid-js/mermaid/pull/5629](https://togithub.com/mermaid-js/mermaid/pull/5629) - Add Madness to integrations-community.md by [@​DannyBen](https://togithub.com/DannyBen) in [https://github.com/mermaid-js/mermaid/pull/5591](https://togithub.com/mermaid-js/mermaid/pull/5591) - typo by [@​inverted-capital](https://togithub.com/inverted-capital) in [https://github.com/mermaid-js/mermaid/pull/5641](https://togithub.com/mermaid-js/mermaid/pull/5641) - add MonsterWriter to list of community integrations by [@​wolfoo2931](https://togithub.com/wolfoo2931) in [https://github.com/mermaid-js/mermaid/pull/5719](https://togithub.com/mermaid-js/mermaid/pull/5719) #### New Contributors - [@​disog](https://togithub.com/disog) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5126](https://togithub.com/mermaid-js/mermaid/pull/5126) - [@​kamalkishor1991](https://togithub.com/kamalkishor1991) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5351](https://togithub.com/mermaid-js/mermaid/pull/5351) - [@​github-actions](https://togithub.com/github-actions) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5375](https://togithub.com/mermaid-js/mermaid/pull/5375) - [@​swirtSJW](https://togithub.com/swirtSJW) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5389](https://togithub.com/mermaid-js/mermaid/pull/5389) - [@​loucadufault](https://togithub.com/loucadufault) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5306](https://togithub.com/mermaid-js/mermaid/pull/5306) - [@​itsalam](https://togithub.com/itsalam) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/4844](https://togithub.com/mermaid-js/mermaid/pull/4844) - [@​JingyuMarcelLee](https://togithub.com/JingyuMarcelLee) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5259](https://togithub.com/mermaid-js/mermaid/pull/5259) - [@​anlai46](https://togithub.com/anlai46) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5413](https://togithub.com/mermaid-js/mermaid/pull/5413) - [@​jakobskrym](https://togithub.com/jakobskrym) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5430](https://togithub.com/mermaid-js/mermaid/pull/5430) - [@​ilyes-ced](https://togithub.com/ilyes-ced) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5173](https://togithub.com/mermaid-js/mermaid/pull/5173) - [@​welfuture](https://togithub.com/welfuture) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5476](https://togithub.com/mermaid-js/mermaid/pull/5476) - [@​cbugk](https://togithub.com/cbugk) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5485](https://togithub.com/mermaid-js/mermaid/pull/5485) - [@​Timac](https://togithub.com/Timac) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5490](https://togithub.com/mermaid-js/mermaid/pull/5490) - [@​conradagramont](https://togithub.com/conradagramont) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5506](https://togithub.com/mermaid-js/mermaid/pull/5506) - [@​igorwessel](https://togithub.com/igorwessel) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5503](https://togithub.com/mermaid-js/mermaid/pull/5503) - [@​GRASBOCK](https://togithub.com/GRASBOCK) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5517](https://togithub.com/mermaid-js/mermaid/pull/5517) - [@​TWiStErRob](https://togithub.com/TWiStErRob) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5532](https://togithub.com/mermaid-js/mermaid/pull/5532) - [@​exoego](https://togithub.com/exoego) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5573](https://togithub.com/mermaid-js/mermaid/pull/5573) - [@​gregberge](https://togithub.com/gregberge) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5577](https://togithub.com/mermaid-js/mermaid/pull/5577) - [@​jonmcewen](https://togithub.com/jonmcewen) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5243](https://togithub.com/mermaid-js/mermaid/pull/5243) - [@​abitrolly](https://togithub.com/abitrolly) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5570](https://togithub.com/mermaid-js/mermaid/pull/5570) - [@​iansan5653](https://togithub.com/iansan5653) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5520](https://togithub.com/mermaid-js/mermaid/pull/5520) - [@​OG-NI](https://togithub.com/OG-NI) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5556](https://togithub.com/mermaid-js/mermaid/pull/5556) - [@​Justin-Garey](https://togithub.com/Justin-Garey) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5589](https://togithub.com/mermaid-js/mermaid/pull/5589) - [@​begleynk](https://togithub.com/begleynk) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5614](https://togithub.com/mermaid-js/mermaid/pull/5614) - [@​frantic1048](https://togithub.com/frantic1048) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5621](https://togithub.com/mermaid-js/mermaid/pull/5621) - [@​KermanX](https://togithub.com/KermanX) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5629](https://togithub.com/mermaid-js/mermaid/pull/5629) - [@​ScriptBloom](https://togithub.com/ScriptBloom) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5640](https://togithub.com/mermaid-js/mermaid/pull/5640) - [@​DannyBen](https://togithub.com/DannyBen) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5591](https://togithub.com/mermaid-js/mermaid/pull/5591) - [@​inverted-capital](https://togithub.com/inverted-capital) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5641](https://togithub.com/mermaid-js/mermaid/pull/5641) - [@​wolfoo2931](https://togithub.com/wolfoo2931) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5719](https://togithub.com/mermaid-js/mermaid/pull/5719) - [@​Mikek16](https://togithub.com/Mikek16) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5305](https://togithub.com/mermaid-js/mermaid/pull/5305) **Full Changelog**: https://github.com/mermaid-js/mermaid/compare/v10.9.1...v11.0.0 πŸŽ‰ **Thanks to all contributors helping with this release!** πŸŽ‰

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 was generated by Mend Renovate. View the repository job log.

Summary by CodeRabbit

vercel[bot] commented 2 months ago

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Comments Updated (UTC)
unknowifguestindream-github-io βœ… Ready (Inspect) Visit Preview πŸ’¬ Add feedback Aug 24, 2024 9:41am
coderabbitai[bot] commented 2 months ago

Walkthrough

The update involves changing the version of the mermaid package in the package.json file from 10.9.1 to 11.0.2. This minor version increment indicates potential new features, bug fixes, or breaking changes, which may require a review of the codebase for compatibility with the updated package.

Changes

Files Change Summary
package.json Updated mermaid version from 10.9.1 to 11.0.2

Sequence Diagram(s)

sequenceDiagram
    participant User
    participant App
    participant Mermaid

    User->>App: Request Diagram
    App->>Mermaid: Generate Diagram
    Mermaid-->>App: Return Diagram
    App-->>User: Display Diagram

Poem

In the garden where code bunnies play,
A new version hops in, hip-hip-hooray!
With mermaid now fresh, it dances anew,
Drawing flows bright, like the morning dew.
So let’s celebrate with a thump and a cheer,
For changes that bring us such joy and good cheer! πŸ‡βœ¨


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share - [X](https://twitter.com/intent/tweet?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A&url=https%3A//coderabbit.ai) - [Mastodon](https://mastodon.social/share?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A%20https%3A%2F%2Fcoderabbit.ai) - [Reddit](https://www.reddit.com/submit?title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&text=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code.%20Check%20it%20out%3A%20https%3A//coderabbit.ai) - [LinkedIn](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fcoderabbit.ai&mini=true&title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&summary=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code)
Tips ### Chat There are 3 ways to chat with [CodeRabbit](https://coderabbit.ai): - Review comments: Directly reply to a review comment made by CodeRabbit. Example: - `I pushed a fix in commit .` - `Generate unit testing code for this file.` - `Open a follow-up GitHub issue for this discussion.` - Files and specific lines of code (under the "Files changed" tab): Tag `@coderabbitai` in a new review comment at the desired location with your query. Examples: - `@coderabbitai generate unit testing code for this file.` - `@coderabbitai modularize this function.` - PR comments: Tag `@coderabbitai` in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples: - `@coderabbitai generate interesting stats about this repository and render them as a table.` - `@coderabbitai show all the console.log statements in this repository.` - `@coderabbitai read src/utils.ts and generate unit testing code.` - `@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.` - `@coderabbitai help me debug CodeRabbit configuration file.` Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. ### CodeRabbit Commands (invoked as PR comments) - `@coderabbitai pause` to pause the reviews on a PR. - `@coderabbitai resume` to resume the paused reviews. - `@coderabbitai review` to trigger an incremental review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai full review` to do a full review from scratch and review all the files again. - `@coderabbitai summary` to regenerate the summary of the PR. - `@coderabbitai resolve` resolve all the CodeRabbit review comments. - `@coderabbitai configuration` to show the current CodeRabbit configuration for the repository. - `@coderabbitai help` to get help. Additionally, you can add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. ### CodeRabbit Configuration File (`.coderabbit.yaml`) - You can programmatically configure CodeRabbit by adding a `.coderabbit.yaml` file to the root of your repository. - Please see the [configuration documentation](https://docs.coderabbit.ai/guides/configure-coderabbit) for more information. - If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: `# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json` ### Documentation and Community - Visit our [Documentation](https://coderabbit.ai/docs) for detailed information on how to use CodeRabbit. - Join our [Discord Community](https://discord.com/invite/GsXnASn26c) to get help, request features, and share feedback. - Follow us on [X/Twitter](https://twitter.com/coderabbitai) for updates and announcements.
mergify[bot] commented 2 months ago

Thanks for opening this pull request! Please check out the Contributing Guidelines.

mergify[bot] commented 2 months ago

@renovate[bot] Test build failed! please fix it.

mergify[bot] commented 2 months ago

All checks passed. Please wait for review.

mergify[bot] commented 2 months ago

@renovate[bot] Test build failed! please fix it.

mergify[bot] commented 2 months ago

All checks passed. Please wait for review.

mergify[bot] commented 2 months ago

@renovate[bot] Test build failed! please fix it.

mergify[bot] commented 2 months ago

All checks passed. Please wait for review.

mergify[bot] commented 2 months ago

@renovate[bot] Test build failed! please fix it.

mergify[bot] commented 2 months ago

All checks passed. Please wait for review.

mergify[bot] commented 2 months ago

This pull request has been approved by:

@unknowIfGuestInDream

Thank you @renovate[bot] for your contributions!