Update dependency mermaid to v9.2.2
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
mermaid | 9.1.2 -> 9.2.2 |
Release Notes
mermaid-js/mermaid
v9.2.2
: 9.2.2
What's Changed
- [9.2] fix(mermaid): fix
mermaid.render
types by @aloisklink in https://github.com/mermaid-js/mermaid/pull/3768 - [9.2] fix(mermaid): default mermaid back to CommonJS by @aloisklink in https://github.com/mermaid-js/mermaid/pull/3767
- Fix lazy loading in webpack by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/3774
Full Changelog: https://github.com/mermaid-js/mermaid/compare/v9.2.1...v9.2.2
v9.2.1
: 9.2.1
What's Changed
- ~~fix #3757 : Remove dynamic imports for lazy load causing issues for webpack~~
- chore: Update bug report template by @gibson042 in https://github.com/mermaid-js/mermaid/pull/3727
- Use issue templates and add diagram, theme and syntax proposal issue forms by @Andre601 in https://github.com/mermaid-js/mermaid/pull/2739
New Contributors
- @Andre601 made their first contribution in https://github.com/mermaid-js/mermaid/pull/2739
Full Changelog: https://github.com/mermaid-js/mermaid/compare/v9.2.0...v9.2.1
v9.2.0
: 9.2.0
What's Changed
Features
- Mindmaps by @knsv in https://github.com/mermaid-js/mermaid/pull/3410
- Introducing TypeScript by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/3336
- Auto transform
mermaid-example
in docs. by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/3401 - Creating detectors and moving out diagram specific code from the diag… by @knsv in https://github.com/mermaid-js/mermaid/pull/3436
- feat(git): cherry-pick keyword supports tag attribute by @elliot-nelson in https://github.com/mermaid-js/mermaid/pull/3479
- Mindmaps replacing rendering algoritm with cose-bilkent by @knsv in https://github.com/mermaid-js/mermaid/pull/3559
- 3561 theme color scales by @knsv in https://github.com/mermaid-js/mermaid/pull/3562
- ESBuild by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/3386
- (Beta) Lazy load import by @knsv in https://github.com/mermaid-js/mermaid/pull/3592, https://github.com/mermaid-js/mermaid/pull/3598
- 3061 making a monorepo by @knsv in https://github.com/mermaid-js/mermaid/pull/3531
Fixes
- Feature decimal duration in second for gantt diagram by @vallsv in https://github.com/mermaid-js/mermaid/pull/3360
- fix: fix passing a single Node to mermaid.init() by @aloisklink in https://github.com/mermaid-js/mermaid/pull/3396
- fix #3407 Replace
div
withpre
and format by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/3408 - fix(git): support numeric branch names by @aloisklink in https://github.com/mermaid-js/mermaid/pull/3392
- Add tests for C4 system context macros by @dbartholomae in https://github.com/mermaid-js/mermaid/pull/3367
- Add nested test for parseGenericTypes by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/3354
- Fix memoize by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/3434
- fix(git): support single character branch names by @aloisklink in https://github.com/mermaid-js/mermaid/pull/3464
- Replace GoogleAnalytics with Plausible by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/3466
- Fix for issues in errorhandling and class diagrams after refactoring by @knsv in https://github.com/mermaid-js/mermaid/pull/3470
- 3409 Fix for truncated tags in GitGraph by @ashishjain0512 in https://github.com/mermaid-js/mermaid/pull/3454
- Fix broken cherry-pick parsing in gitgraph by @aloisklink in https://github.com/mermaid-js/mermaid/pull/3480
- Fix CI
docs:lint
by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/3493 - Fix user-journey leaking css by @lishid in https://github.com/mermaid-js/mermaid/pull/3510
- [sequenceDiagrams] Support dashes in participant names by @ashleybartlett in https://github.com/mermaid-js/mermaid/pull/3524
- fix: ER dark theme attribute colors by @weedySeaDragon in https://github.com/mermaid-js/mermaid/pull/3512
- feat: ER diagram: allow other chars in a quoted entity name by @weedySeaDragon in https://github.com/mermaid-js/mermaid/pull/3516
- Arrow tip aligned to edge of box by @pbrolin47 in https://github.com/mermaid-js/mermaid/pull/3533
- Fixed labelText undefined behavior by @AndrewL-64 in https://github.com/mermaid-js/mermaid/pull/3544
- Fix failing vitest unit tests by @aloisklink in https://github.com/mermaid-js/mermaid/pull/3587
- fix: Import diagram by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/3589
- Fix file name during "pnpm run dev" script by @vallsv in https://github.com/mermaid-js/mermaid/pull/3608
- fix Detect diagram fallback by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/3591
- fix: Dirty fix for sync render. by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/3633
- fix: Converts mindmapDB to TS by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/3683
- Support
lazyLoadedDiagrams
when callinginitThrowsErrors
by @aloisklink in https://github.com/mermaid-js/mermaid/pull/3702 - [9.2.0] Support
lazyLoadedDiagrams
when callinginitThrowsErrorsAsync
by @aloisklink in https://github.com/mermaid-js/mermaid/pull/3731
Chores
- build: run
build:prod
onyarn prepare
by @aloisklink in https://github.com/mermaid-js/mermaid/pull/3404 - chore(deps-dev): bump @types/dompurify from 2.3.3 to 2.3.4 by @dependabot in https://github.com/mermaid-js/mermaid/pull/3414
- chore(deps-dev): bump jest-environment-jsdom from 29.0.1 to 29.0.2 by @dependabot in https://github.com/mermaid-js/mermaid/pull/3413
- chore(deps-dev): bump typescript from 4.7.4 to 4.8.2 by @dependabot in https://github.com/mermaid-js/mermaid/pull/3411
- chore(deps-dev): bump babel-jest from 29.0.1 to 29.0.2 by @dependabot in https://github.com/mermaid-js/mermaid/pull/3412
- chore: fix JSDOC @param, @returns lint errors by @weedySeaDragon in https://github.com/mermaid-js/mermaid/pull/3422
- style: forbid using
console
in mermaid src code by @aloisklink in https://github.com/mermaid-js/mermaid/pull/3405 - Introduce stricter typescript linting by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/3393
- Esbuild: backwards-compatible
mermaid.core.mjs
by @aloisklink in https://github.com/mermaid-js/mermaid/pull/3437 - fix(git): support unusual prefixes in branch name by @aloisklink in https://github.com/mermaid-js/mermaid/pull/3438
- Re-enable coverage upload to coveralls by @aloisklink in https://github.com/mermaid-js/mermaid/pull/3431
- chore(deps): bump actions/checkout from 2 to 3 by @dependabot in https://github.com/mermaid-js/mermaid/pull/3449
- chore(deps-dev): bump typescript from 4.8.2 to 4.8.3 by @dependabot in https://github.com/mermaid-js/mermaid/pull/3446
- chore(deps-dev): bump eslint from 8.23.0 to 8.23.1 by @dependabot in https://github.com/mermaid-js/mermaid/pull/3440
- chore(deps-dev): bump babel-jest from 29.0.2 to 29.0.3 by @dependabot in https://github.com/mermaid-js/mermaid/pull/3448
- chore(deps-dev): bump jest-environment-jsdom from 29.0.2 to 29.0.3 by @dependabot in https://github.com/mermaid-js/mermaid/pull/3441
- chore(deps-dev): bump @babel/core from 7.18.13 to 7.19.0 by @dependabot in https://github.com/mermaid-js/mermaid/pull/3447
- chore(deps-dev): bump @typescript-eslint/parser from 5.36.1 to 5.37.0 by @dependabot in https://github.com/mermaid-js/mermaid/pull/3451
- chore(deps-dev): bump @babel/preset-env from 7.18.10 to 7.19.0 by @dependabot in https://github.com/mermaid-js/mermaid/pull/3442
- chore(deps-dev): bump concurrently from 7.3.0 to 7.4.0 by @dependabot in https://github.com/mermaid-js/mermaid/pull/3445
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.36.1 to 5.37.0 by @dependabot in https://github.com/mermaid-js/mermaid/pull/3457
- chore(deps-dev): bump eslint-plugin-jest from 27.0.1 to 27.0.4 by @dependabot in https://github.com/mermaid-js/mermaid/pull/3458
- Cleanup & fix eslint warnings by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/3453
- chore(deps-dev): bump webpack-dev-server from 4.10.1 to 4.11.0 by @dependabot in https://github.com/mermaid-js/mermaid/pull/3450
- chore(deps): bump stylis from 4.1.1 to 4.1.2 by @dependabot in https://github.com/mermaid-js/mermaid/pull/3439
- chore(deps): bump dompurify from 2.3.10 to 2.4.0 by @dependabot in https://github.com/mermaid-js/mermaid/pull/3444
- chore(deps-dev): bump @types/lodash from 4.14.184 to 4.14.185 by @dependabot in https://github.com/mermaid-js/mermaid/pull/3489
- chore(deps-dev): bump esbuild from 0.15.6 to 0.15.8 by @dependabot in https://github.com/mermaid-js/mermaid/pull/3490
- chore(deps-dev): bump eslint from 8.23.1 to 8.24.0 by @dependabot in https://github.com/mermaid-js/mermaid/pull/3521
- chore(deps-dev): bump @types/prettier from 2.7.0 to 2.7.1 by @dependabot in https://github.com/mermaid-js/mermaid/pull/3520
- chore: fix demo chart pages by @weedySeaDragon in https://github.com/mermaid-js/mermaid/pull/3523
- Vitest by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/3427
- Build mermaid using Vite by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/3503
- Add "Debug Current Test File" configuration for VSCode by @pje in https://github.com/mermaid-js/mermaid/pull/3509
- [DevOps] Parallel E2E by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/3498
- chore(deps-dev): update lint-staged requirement from ^13.0.0 to ^13.0.3 by @dependabot in https://github.com/mermaid-js/mermaid/pull/3551
- chore(deps-dev): update start-server-and-test requirement from ^1.12.6 to ^1.14.0 by @dependabot in https://github.com/mermaid-js/mermaid/pull/3553
- chore(deps-dev): update jsdom requirement from ^20.0.0 to ^20.0.1 by @dependabot in https://github.com/mermaid-js/mermaid/pull/3552
- chore(deps-dev): update @types/express requirement from ^4.17.13 to ^4.17.14 by @dependabot in https://github.com/mermaid-js/mermaid/pull/3555
- chore(deps-dev): update @types/lodash requirement from ^4.14.185 to ^4.14.186 by @dependabot in https://github.com/mermaid-js/mermaid/pull/3556
- chore(deps-dev): update vitest requirement from ^0.23.1 to ^0.23.4 by @dependabot in https://github.com/mermaid-js/mermaid/pull/3557
- chore(deps-dev): update husky requirement from ^8.0.0 to ^8.0.1 by @dependabot in https://github.com/mermaid-js/mermaid/pull/3558
- chore(deps-dev): update @typescript-eslint/parser requirement from ^5.37.0 to ^5.39.0 by @dependabot in https://github.com/mermaid-js/mermaid/pull/3564
- chore(deps-dev): update @typescript-eslint/eslint-plugin requirement from ^5.37.0 to ^5.39.0 by @dependabot in https://github.com/mermaid-js/mermaid/pull/3565
- chore(deps): update @types/node requirement from ^18.7.21 to ^18.8.1 by @dependabot in https://github.com/mermaid-js/mermaid/pull/3566
- chore(deps-dev): update @vitest/coverage-c8 requirement from ^0.23.2 to ^0.23.4 by @dependabot in https://github.com/mermaid-js/mermaid/pull/3567
- chore(deps-dev): update esbuild requirement from ^0.15.8 to ^0.15.10 by @dependabot in https://github.com/mermaid-js/mermaid/pull/3569
- chore(deps-dev): update typescript requirement from ^4.8.3 to ^4.8.4 by @dependabot in https://github.com/mermaid-js/mermaid/pull/3573
- chore(deps-dev): update @applitools/eyes-cypress requirement from ^3.25.7 to ^3.27.1 by @dependabot in https://github.com/mermaid-js/mermaid/pull/3568
- chore(deps-dev): update vite requirement from ^3.0.9 to ^3.1.4 by @dependabot in https://github.com/mermaid-js/mermaid/pull/3570
- chore(deps-dev): update eslint-plugin-jest requirement from ^27.0.4 to ^27.1.0 by @dependabot in https://github.com/mermaid-js/mermaid/pull/3571
- chore(deps-dev): update @commitlint/config-conventional requirement from ^17.0.0 to ^17.1.0 by @dependabot in https://github.com/mermaid-js/mermaid/pull/3572
- Fix
docs:build
anddocs:verify
scripts by @aloisklink in https://github.com/mermaid-js/mermaid/pull/3534 - Fix husky
pre-commit
rules by @aloisklink in https://github.com/mermaid-js/mermaid/pull/3536 - Fix typos in README.md by @elv-nate in https://github.com/mermaid-js/mermaid/pull/3538
- fix(tests): E2E by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/3574
- fix: pnpm clean in windows by @arpansaha13 in https://github.com/mermaid-js/mermaid/pull/3595
- Update Cypress to v10 and fix E2E errors by @aloisklink in https://github.com/mermaid-js/mermaid/pull/3459
- ci(e2e-applitols): add applitools CI action by @aloisklink in https://github.com/mermaid-js/mermaid/pull/3483
- Remove webpack & babel by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/3452
- Add vitepress plugin by @emersonbottero in https://github.com/mermaid-js/mermaid/pull/3476
- ci(e2e): fix e2e action when running from fork by @aloisklink in https://github.com/mermaid-js/mermaid/pull/3519
- chore(deps-dev): update @vitest/ui requirement from ^0.23.2 to ^0.23.4 by @dependabot in https://github.com/mermaid-js/mermaid/pull/3549
- chore: Update demo diagrams for monorepo by @weedySeaDragon in https://github.com/mermaid-js/mermaid/pull/3545
- Sync
docs/
withpackages/mermaid/src/docs
by @aloisklink in https://github.com/mermaid-js/mermaid/pull/3586 - chore: Add volta by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/3628
- chore: Node 18 by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/3630
- Configure Renovate by @renovate in https://github.com/mermaid-js/mermaid/pull/3627
Docs
- Added mermerd to integrations documentation by @KarnerTh in https://github.com/mermaid-js/mermaid/pull/3399
- Fix typo in documentation by @dbartholomae in https://github.com/mermaid-js/mermaid/pull/3403
- Update duplicate copy pasted directive description by @mrmanc in https://github.com/mermaid-js/mermaid/pull/3415
- Docs/bug 3417 by @weedySeaDragon in https://github.com/mermaid-js/mermaid/pull/3419
- Docs: add '..auto generated..' to .html documentation files by @weedySeaDragon in https://github.com/mermaid-js/mermaid/pull/3420
- Mention obsidian has native support for mermaid by @IanLee1521 in https://github.com/mermaid-js/mermaid/pull/3513
- docs: replace
yarn
withpnpm
in dev guide by @aloisklink in https://github.com/mermaid-js/mermaid/pull/3535 - Corrected theme variables reference table layout by @marcastel in https://github.com/mermaid-js/mermaid/pull/3541
- Working New Documentation Vitepress by @emersonbottero in https://github.com/mermaid-js/mermaid/pull/3515
- CODE_OF_CONDUCT Uploaded by @swoyam2609 in https://github.com/mermaid-js/mermaid/pull/3578
- Automated docs spell-checking via GitHub Actions (and address all reported issues) by @SeanKilleen in https://github.com/mermaid-js/mermaid/pull/3600
- docs:Improved keywords in index.html by @aryandeelwal in https://github.com/mermaid-js/mermaid/pull/3579
- Contribution.md updates by @Aniket1026 in https://github.com/mermaid-js/mermaid/pull/3614
- docs: Add mermaid version to script URL by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/3596
New Contributors
- @KarnerTh made their first contribution in https://github.com/mermaid-js/mermaid/pull/3399
- @mrmanc made their first contribution in https://github.com/mermaid-js/mermaid/pull/3415
- @elliot-nelson made their first contribution in https://github.com/mermaid-js/mermaid/pull/3479
- @emersonbottero made their first contribution in https://github.com/mermaid-js/mermaid/pull/3476
- @pje made their first contribution in https://github.com/mermaid-js/mermaid/pull/3509
- @IanLee1521 made their first contribution in https://github.com/mermaid-js/mermaid/pull/3513
- @ashleybartlett made their first contribution in https://github.com/mermaid-js/mermaid/pull/3524
- @pbrolin47 made their first contribution in https://github.com/mermaid-js/mermaid/pull/3533
- @elv-nate made their first contribution in https://github.com/mermaid-js/mermaid/pull/3538
- @marcastel made their first contribution in https://github.com/mermaid-js/mermaid/pull/3541
- @AndrewL-64 made their first contribution in https://github.com/mermaid-js/mermaid/pull/3544
- @swoyam2609 made their first contribution in https://github.com/mermaid-js/mermaid/pull/3578
- @SeanKilleen made their first contribution in https://github.com/mermaid-js/mermaid/pull/3600
- @aryandeelwal made their first contribution in https://github.com/mermaid-js/mermaid/pull/3579
- @Aniket1026 made their first contribution in https://github.com/mermaid-js/mermaid/pull/3614
Full Changelog: https://github.com/mermaid-js/mermaid/compare/v9.1.7...v9.2.0
v9.1.7
: 9.1.7
Release Notes
Features & Bug Fixes
- 3238 gitgraph merge commits (#3379) @ashishjain0512
- feat(git): allow custom merge commit ids (#3361) @aloisklink
- 3056 chrome compatibility (#3380) @ashishjain0512
- Fix gitGraph findLane function error (#3383) @hughli-git
- Fix error handling in Mermaid bootstrap(#3395) @knsv
- Load configured diagrams even when initialized has not been called (#3428) @knsv
Dependencies Updates
- chore(deps-dev): bump webpack-dev-server from 4.10.0 to 4.10.1 (#3387) @dependabot
- chore(deps-dev): bump terser-webpack-plugin from 5.3.4 to 5.3.5 (#3343) @dependabot
- chore(deps-dev): bump terser-webpack-plugin from 5.3.5 to 5.3.6 (#3389) @dependabot
- chore(deps-dev): bump @commitlint/cli from 17.0.3 to 17.1.1 (#3376) @dependabot
- chore(deps-dev): bump @commitlint/cli from 17.1.1 to 17.1.2 (#3390) @dependabot
v9.1.6
Release Notes
Bug fixes
- #3308 Allowing br tags in tooltips (#3331) @knsv
- Fix for GitGraphs not working for Mermaid Live Editor (#3330) @ashishjain0512
- code syntax improvment (initialize func) (#3277) @alguerocode
Docs
Chores
- Remove two ~HEAD docs (#3327) @jayvdb
- chore(deps-dev): bump eslint from 8.21.0 to 8.22.0 (#3320) @dependabot
- chore(deps-dev): bump eslint-plugin-jest from 26.8.0 to 26.8.2 (#3319) @dependabot
- chore(deps-dev): bump eslint-plugin-jsdoc from 39.3.4 to 39.3.6 (#3322) @dependabot
- chore(deps-dev): bump terser-webpack-plugin from 5.3.3 to 5.3.4 (#3318) @dependabot
- chore(deps-dev): bump webpack-dev-server from 4.9.3 to 4.10.0 (#3321) @dependabot
v9.1.5
Release Notes
Bugfixes
- Fix for unintended update to structure of thrown error from init (#3314) @knsv
- fix(Diagram): fix persisted data due to db not being cleared before parsing (#3310) @hrgui
Documentation updates
- Update year to 2022 in license file (#3293) @simonplattner
- add Jetsbrain/Pycharm to the list (#3294) @namgivu
Dependency updates
- chore(deps): bump parse-url from 6.0.0 to 6.0.5 (#3300) @dependabot
- chore(deps-dev): bump eslint-plugin-jest from 26.7.0 to 26.8.0 (#3299) @dependabot
v9.1.4
Release Notes
Updates
- fix: add font-awesome css to docsify index.html (#3271) @heyfirst
- fix: remove right padding when a label contains HTML entities (#3222) @leon19
- fix: rotate class id when branch more than 8 (#3150) @faisalarbain
- chore: refactoring and modularisation (#3210) @knsv
- Fix #3011: Support left- and right-alignment for multi-line messages and notes (#3194) @hype09
- chore: Using diagram api to add gitGraph (#3240) @knsv
- fix #3184: Inject xlink in mermaidAPI. (#3185) @sidharthv96
documentation
- Example of spaces in stateDiagram (#3272) @Olshansk
- Fix broken links (#3268) @zaaath
- Fix references to docs from readme (#3278) @andrew-demb
- Fix typo (#3249) @jolting
Dependency updates
- chore(deps): bump dompurify from 2.3.8 to 2.3.10 (#3255) @dependabot
- chore(deps): bump terser from 5.10.0 to 5.14.2 (#3244) @dependabot
- chore(deps-dev): bump @applitools/eyes-cypress from 3.26.3 to 3.26.4 (#3219) @dependabot
- chore(deps-dev): bump @applitools/eyes-cypress from 3.26.6 to 3.27.1 (#3281) @dependabot
- chore(deps-dev): bump @babel/core from 7.18.5 to 7.18.6 (#3201) @dependabot
- chore(deps-dev): bump @babel/core from 7.18.6 to 7.18.10 (#3280) @dependabot
- chore(deps-dev): bump @babel/eslint-parser from 7.18.2 to 7.18.9 (#3282) @dependabot
- chore(deps-dev): bump @babel/preset-env from 7.18.2 to 7.18.6 (#3197) @dependabot
- chore(deps-dev): bump @babel/preset-env from 7.18.6 to 7.18.10 (#3283) @dependabot
- chore(deps-dev): bump @babel/register from 7.17.7 to 7.18.6 (#3196) @dependabot
- chore(deps-dev): bump @babel/register from 7.18.6 to 7.18.9 (#3254) @dependabot
- chore(deps-dev): bump babel-jest from 28.1.1 to 28.1.2 (#3198) @dependabot
- chore(deps-dev): bump babel-jest from 28.1.2 to 28.1.3 (#3231) @dependabot
- chore(deps-dev): bump concurrently from 7.2.2 to 7.3.0 (#3257) @dependabot
- chore(deps-dev): bump cypress from 10.2.0 to 10.3.0 (#3199) @dependabot
- chore(deps-dev): bump cypress from 9.7.0 to 10.4.0 (#3284) @dependabot
- chore(deps-dev): bump eslint from 8.18.0 to 8.19.0 (#3202) @dependabot
- chore(deps-dev): bump eslint from 8.19.0 to 8.21.0 (#3276) @dependabot
- chore(deps-dev): bump eslint-plugin-html from 6.2.0 to 7.1.0 (#3288) @dependabot
- chore(deps-dev): bump eslint-plugin-jest from 26.5.3 to 26.7.0 (#3275) @dependabot
- chore(deps-dev): bump eslint-plugin-jsdoc from 39.3.3 to 39.3.4 (#3285) @dependabot
- chore(deps-dev): bump eslint-plugin-markdown from 2.2.1 to 3.0.0 (#3236) @dependabot
- chore(deps-dev): bump eslint-plugin-prettier from 4.0.0 to 4.2.1 (#3204) @dependabot
- chore(deps-dev): bump jest from 28.1.1 to 28.1.2 (#3195) @dependabot
- chore(deps-dev): bump jest from 28.1.2 to 28.1.3 (#3230) @dependabot
- chore(deps-dev): bump jest-environment-jsdom from 28.1.1 to 28.1.2 (#3200) @dependabot
- chore(deps-dev): bump jest-environment-jsdom from 28.1.2 to 28.1.3 (#3232) @dependabot
- chore(deps-dev): bump moment from 2.29.3 to 2.29.4 (#3220) @dependabot
- chore(deps-dev): bump webpack from 5.73.0 to 5.74.0 (#3286) @dependabot
- chore(deps-dev): bump webpack-dev-server from 4.9.2 to 4.9.3 (#3203) @dependabot
v9.1.3
Release Notes
Features and fixes
- #3095 Added support for commit & tag label font size (#3140) @ashishjain0512
- Add C4 Diagram. Compatible with C4-PlantUML syntax (2). #3038 (#3151) @pinghe
- fix #3019 Add word boundary to FK&PK. (#3168) @sidharthv96
- fix: De-duplicates dependencies (#3167) @tommoor
Documentation
- Add dev install section in contributing.md (#3175) @ajthinking
- Fix typo (#3176) @yutotnh
- Update links to
mermaid.live
(#3163) @sidharthv96
Chores
- Disable Testomatio for forks (#3165) @sidharthv96
- chore(deps): bump actions/dependency-review-action from 1 to 2 (#3161) @dependabot
- chore(deps): bump got from 11.8.3 to 11.8.5 (#3172) @dependabot
- chore(deps-dev): bump @applitools/eyes-cypress from 3.26.2 to 3.26.3 (#3155) @dependabot
- chore(deps-dev): bump @commitlint/cli from 17.0.2 to 17.0.3 (#3180) @dependabot
- chore(deps-dev): bump @commitlint/config-conventional from 17.0.2 to 17.0.3 (#3179) @dependabot
- chore(deps-dev): bump concurrently from 7.2.1 to 7.2.2 (#3159) @dependabot
- chore(deps-dev): bump cypress from 10.1.0 to 10.2.0 (#3178) @dependabot
- chore(deps-dev): bump cypress from 9.7.0 to 10.1.0 (#3135) @dependabot
- chore(deps-dev): bump eslint from 8.17.0 to 8.18.0 (#3156) @dependabot
- chore(deps-dev): bump eslint-plugin-jsdoc from 39.3.2 to 39.3.3 (#3157) @dependabot
- chore(deps-dev): bump lint-staged from 13.0.1 to 13.0.2 (#3158) @dependabot
- chore(deps-dev): bump lint-staged from 13.0.2 to 13.0.3 (#3177) @dependabot
- chore(deps-dev): bump prettier from 2.6.2 to 2.7.1 (#3160) @dependabot
- update doc typos/clarity (#3145) @commai
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.