Update dependency mermaid to v10.7.0 - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
mermaid | dependencies | minor | 10.5.0 -> 10.7.0 |
Release Notes
mermaid-js/mermaid (mermaid)
v10.7.0
Release Notes
- 3952 lexical ids (#5028) @jgreywolf
- Add new Atlassian integrations (#5021) @nashtechlabs
- Adds Unison programming language to community integrations list (#5180) @rlmark
- Bump GitHub workflow actions to latest versions (#5026) @deining
- Changes to .prettierignore (#5109) @FutzMonitor
- Chore: Typo fixed in multiple files (#4947) @SusheelThapa
- DOCS: update Flowchart page (#5169) @huynhicode
- DOCS: update announcement bar (#5193) @huynhicode
- Docs: Ecosystem section pages - verbiage updates (#5124) @huynhicode
- Docs: Update latest news (#5147) @huynhicode
- Docs: add Mermaid for Slack integration (#4824) @JackuB
- Docs: add latest blog post - JetBrains extension (#5158) @huynhicode
- Docs: update Latest News section (#5048) @huynhicode
- Documentation: clarify sentence (#5025) @deining
- Fix issue with generic class not rendering (#5098) @jgreywolf
- Holiday 2023 promo (#5080) @huynhicode
- Referenced the PmWiki's Cookbook recipe enabling MermaidJs schematics… (#5085) @d-faure
- Release/10.7.0 (#5188) @sidharthv96
- Update NiceGuy.io links in integrations-community.md (#5120) @Abrifq
- Update all minor dependencies (minor) (#5047) @renovate
- Update all patch dependencies (patch) (#5046) @renovate
- Update all patch dependencies (patch) (#5033) @renovate
- Update generics docs (#5130) @jgreywolf
- Update index.md (#5012) @StefonSimmons
- Update integrations-community.md (Add Codemia to the list of productivity tools using Mermaid) (#5189) @markqian
- Updated README with expandable table of content. (#4961) @claesgill
- add links to make it easier (#4952) @ajdamico
- bug: #4905 change shiki theme to github-light (#4924) @raiman264
- build(deps-dev): bump vite from 4.4.9 to 4.4.12 (#5115) @dependabot
- chore(deps): update all minor dependencies (minor) (#5172) @renovate
- chore(deps): update all minor dependencies (minor) (#5131) @renovate
- chore(deps): update all minor dependencies (minor) (#5099) @renovate
- chore(deps): update all minor dependencies (minor) (#5071) @renovate
- chore(deps): update all patch dependencies (patch) (#5070) @renovate
- chore(deps): update all patch dependencies (patch) (#5015) @renovate
- docs: Update classDiagram.md (#4973) @SahilNagpure07
- docs: fixed typo (#4893) @0xflotus
- feat(gantt): update styles (#4930) @Mister-Hope
- fix: #5064 Handle case when line has only one point (#5065) @sidharthv96
- fix: getMessageAPI so it considers entity codes (#5002) @ad1992
- fix: render the participants in same order as they are created (#5017) @ad1992
- fix: target blank removed from anchor tag (#4933) @REVERB283
- prevent-inherited-lineheights-on-edgeterminal-4083 (#4915) @Patronud
🚀 Features
- Added functionality to support style keyword (#5111) @jgreywolf
- Feature/4935 subgraph title margin config option (#5041) @mathbraga
- Revert 5041 feature/4935 subgraph title margin config option (#5197) @sidharthv96
- feat #5042: Add
flowchart.maxEdges
config. (#5086) @sidharthv96
🐛 Bug Fixes
- Bug/#4497 Unable to Cherry Pick Merge Commit Solved (#4944) @RounakJoshi09
- Bug/4912 GitGraph routing and colouring for merges and cherry-picks (#4927) @guypursey
- Fix - static class attributes are not rendered underlined (#5013) @SteffenLm
- Revert "fix: render the participants in same order as they are created" (#5198) @sidharthv96
- bug/#3251_linkStyle-can't-specify-ids Fixed (#4934) @RounakJoshi09
- fix(tooltip): remove redundant scroll offset (#4958) @csholmq
- fix/1294_exhaustive-clear-sequenceDb-variables (#4941) @rflban
- fix: #5100 Add viewbox to sankey (#5102) @sidharthv96
- fix: Adjust piechart viewbox for mobile devices with small width (#4288) @iwestlin
- fix: clean comments in text in getDiagramFromText API so flowchart works well (#5076) @ad1992
- fix: flowchart image without text (#5063) @bonyuta0204
🧰 Maintenance
- Use
release-drafter/release-drafter
GitHub Action to label our MRs (#4868) @aloisklink - build: use
tsx
instead ofts-node-esm
(#5104) @aloisklink - tests: update
#registerExternalDiagrams
testTimeout from 5 seconds to 20 seconds (#5055) @omer-priel
📚 Documentation
- Docs: update Getting Started page (#5112) @huynhicode
- Docs: update Latest News section (#5107) @huynhicode
- Docs: update latest news (#4959) @huynhicode
- Update XYChart's nav link in the docs template (#5014) @Abrifq
- feat: Track outbound links in docs site. (#5116) @sidharthv96
v10.6.1
: 10.6.1
What's Changed
Bugfixes
- fix(flow): fix invalid ellipseText regex (#5016) @aloisklink
- This was causing freezes in flowcharts that had a
(
char in ellipse nodes
- This was causing freezes in flowcharts that had a
Documentation
- Docs: add Docusaurus to "Integrations - Community" page (#4975) @huynhicode
- Fix typo in build-docs.yml (#4991) @sadikkuzu
- Update README.md (#4979) @karthxk07
- docs: Add NotesHub to integrations-community page (#4994) @alex-titarenko
Chores
- chore(deps): update all minor dependencies (minor) (#4997) @renovate
- chore(deps): update all patch dependencies (patch) (#4976) @renovate
v10.6.0
: 10.6.0
What's Changed
- Add new chart xychart by @subhash-halder in https://github.com/mermaid-js/mermaid/pull/4413
Fix
- bug/4849_center_axis_labels by @dreathed in https://github.com/mermaid-js/mermaid/pull/4860
- Better handling of large flowcharts and long edges @knsv
Docs
- Add new Atlassian integrations by @janjonas in https://github.com/mermaid-js/mermaid/pull/4862
- docs: fix typo by @dennis0324 in https://github.com/mermaid-js/mermaid/pull/4887
- Update notes on orientation in GitGraph documentation by @guypursey in https://github.com/mermaid-js/mermaid/pull/4897
- Enhancment: twitter logo in doc by @chaursiyasanjeet in https://github.com/mermaid-js/mermaid/pull/4925
- Update link for the Mermaid integration in JetBrains IDEs by @FirstTimeInForever in https://github.com/mermaid-js/mermaid/pull/4883
Chores
- Wait for
marker_unique_id.html
E2E test to render before taking a screenshot by @aloi sklink in https://github.com/mermaid-js/mermaid/pull/4847 - Wait for
theme-directives.html
E2E test to render before taking a screenshot by @aloisklink in https://github.com/mermaid-js/mermaid/pull/4846 - chore(deps): update all patch dependencies (patch) by @renovate in https://github.com/mermaid-js/mermaid/pull/4851
- chore(dev-deps): update
@typescript-eslint/*
plugins to v6 (major) by @aloisklink in https://github.com/mermaid-js/mermaid/pull/4857 - chore: shorten
flow-huge.spec.js
test case using.repeat
by @Yokozuna59 in https://github.com/mermaid-js/mermaid/pull/4859 - Publish Live Editor previews for the
develop
&next
branches by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/4841 - chore(deps): update all minor dependencies (minor) by @renovate in https://github.com/mermaid-js/mermaid/pull/4870
- chore(deps): update all patch dependencies (patch) by @renovate in https://github.com/mermaid-js/mermaid/pull/4869
- Commented out broken test by @nirname in https://github.com/mermaid-js/mermaid/pull/4913
- chore(deps): update all patch dependencies (patch) by @renovate in https://github.com/mermaid-js/mermaid/pull/4891
- fix(class): avoid duplicate definition of fill by @Mister-Hope in https://github.com/mermaid-js/mermaid/pull/4929
- chore(deps): update all minor dependencies (minor) by @renovate in https://github.com/mermaid-js/mermaid/pull/4892
- making consitent config imports from diagramAPI by @dreathed in https://github.com/mermaid-js/mermaid/pull/4889
- fix(typos): Fix minor typos in the source code by @mribeirodantas in https://github.com/mermaid-js/mermaid/pull/4928
- chore(deps): update all patch dependencies (patch) by @renovate in https://github.com/mermaid-js/mermaid/pull/4945
- Bump @babel/traverse from 7.22.10 to 7.23.2 by @dependabot in https://github.com/mermaid-js/mermaid/pull/4951
- Replace rehype-mermaidjs with rehype-mermaid by @remcohaszing in https://github.com/mermaid-js/mermaid/pull/4970
New Contributors
- @dreathed made their first contribution in https://github.com/mermaid-js/mermaid/pull/4860
- @janjonas made their first contribution in https://github.com/mermaid-js/mermaid/pull/4862
- @dennis0324 made their first contribution in https://github.com/mermaid-js/mermaid/pull/4887
- @FirstTimeInForever made their first contribution in https://github.com/mermaid-js/mermaid/pull/4883
- @guypursey made their first contribution in https://github.com/mermaid-js/mermaid/pull/4897
- @chaursiyasanjeet made their first contribution in https://github.com/mermaid-js/mermaid/pull/4925
- @mribeirodantas made their first contribution in https://github.com/mermaid-js/mermaid/pull/4928
Full Changelog: https://github.com/mermaid-js/mermaid/compare/v10.5.1...v10.6.0
v10.5.1
What's Changed
- Fix: Fix for subgraphs when using flowchart-elk by @knsv
- Docs: update Latest News section by @huynhicode in https://github.com/mermaid-js/mermaid/pull/4822
- Docs: update Ecosystem section by @huynhicode in https://github.com/mermaid-js/mermaid/pull/4817
- Docs: update Latest News section (Git Graph blog post) by @huynhicode in https://github.com/mermaid-js/mermaid/pull/4871
- Docs: Add Product Hunt info by @huynhicode in https://github.com/mermaid-js/mermaid/pull/4900
- Revert PH changes by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/4903
Full Changelog: https://github.com/mermaid-js/mermaid/compare/v10.5.0...v10.5.1
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Ghost User