mermaid-js / mermaid

Generation of diagrams like flowcharts or sequence diagrams from text in a similar manner as markdown
https://mermaid.js.org
MIT License
71.11k stars 6.4k forks source link

chore(deps): update all minor dependencies (minor) #5479

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@types/node (source) 20.14.14 -> 20.16.1 age adoption passing confidence devDependencies minor
@unocss/reset ^0.59.0 -> ^0.62.0 age adoption passing confidence devDependencies minor
@vite-pwa/vitepress ^0.4.0 -> ^0.5.0 age adoption passing confidence devDependencies minor
cspell (source) 8.13.1 -> 8.14.2 age adoption passing confidence devDependencies minor
cypress/included 13.7.3 -> 13.13.3 age adoption passing confidence minor
esbuild ^0.21.5 -> ^0.23.0 age adoption passing confidence devDependencies minor
font-awesome (source) 6.5.2 -> 6.6.0 age adoption passing confidence minor
langium (source) 3.0.0 -> 3.1.3 age adoption passing confidence dependencies minor
langium-cli (source) 3.0.3 -> 3.1.1 age adoption passing confidence devDependencies minor
lycheeverse/lychee-action v1.9.3 -> v1.10.0 age adoption passing confidence action minor
node (source) 20.12.2 -> 20.17.0 age adoption passing confidence minor
node 20.12.2-alpine3.19 -> 20.17.0-alpine3.19 age adoption passing confidence final minor
pnpm (source) 9.7.1+sha512.faf344af2d6ca65c4c5c8c2224ea77a81a5e8859cbc4e06b1511ddce2f0151512431dd19e6aff31f2c6a8f5f2aced9bd2273e1fed7dd4de1868984059d2c4247 -> 9.8.0 age adoption passing confidence packageManager minor
tsx (source) 4.16.5 -> 4.17.0 age adoption passing confidence devDependencies minor
type-fest 4.23.0 -> 4.25.0 age adoption passing confidence devDependencies minor
typedoc (source) ^0.25.12 -> ^0.26.0 age adoption passing confidence devDependencies minor
typescript (source) ~5.4.3 -> ~5.5.0 age adoption passing confidence devDependencies minor
typescript (source) ~5.4.5 -> ~5.5.0 age adoption passing confidence devDependencies minor
unocss ^0.59.0 -> ^0.62.0 age adoption passing confidence devDependencies minor
unplugin-vue-components ^0.26.0 -> ^0.27.0 age adoption passing confidence devDependencies minor
vite (source) 5.3.5 -> 5.4.2 age adoption passing confidence devDependencies minor
vite-plugin-pwa ^0.19.7 -> ^0.20.0 age adoption passing confidence devDependencies minor
vitepress (source) 1.1.4 -> 1.3.3 age adoption passing confidence devDependencies minor

Release Notes

unocss/unocss (@​unocss/reset) ### [`v0.62.2`](https://togithub.com/unocss/unocss/releases/tag/v0.62.2) [Compare Source](https://togithub.com/unocss/unocss/compare/v0.62.1...v0.62.2) #####    🚀 Features - **core**: Support merge transformers  -  by [@​zyyv](https://togithub.com/zyyv) in [https://github.com/unocss/unocss/issues/4071](https://togithub.com/unocss/unocss/issues/4071) [(97a22)](https://togithub.com/unocss/unocss/commit/97a22a8c) - **rule-utils**: Parse `DEFAULT` key of theme  -  by [@​zyyv](https://togithub.com/zyyv) in [https://github.com/unocss/unocss/issues/4072](https://togithub.com/unocss/unocss/issues/4072) [(3f010)](https://togithub.com/unocss/unocss/commit/3f010b5e) #####    🐞 Bug Fixes - **core**: Do not stringify function values, close [#​4069](https://togithub.com/unocss/unocss/issues/4069)  -  by [@​antfu](https://togithub.com/antfu) in [https://github.com/unocss/unocss/issues/4069](https://togithub.com/unocss/unocss/issues/4069) [(8fc18)](https://togithub.com/unocss/unocss/commit/8fc181cb) - **playground**: Initial [@​apply](https://togithub.com/apply) not transform  -  by [@​Simon-He95](https://togithub.com/Simon-He95) in [https://github.com/unocss/unocss/issues/4075](https://togithub.com/unocss/unocss/issues/4075) [(d5dc4)](https://togithub.com/unocss/unocss/commit/d5dc41df) #####     [View changes on GitHub](https://togithub.com/unocss/unocss/compare/v0.62.1...v0.62.2) ### [`v0.62.1`](https://togithub.com/unocss/unocss/releases/tag/v0.62.1) [Compare Source](https://togithub.com/unocss/unocss/compare/v0.62.0...v0.62.1) #####    🐞 Bug Fixes - **core**: Fix config content pipline merging  -  by [@​ocavue](https://togithub.com/ocavue) in [https://github.com/unocss/unocss/issues/4068](https://togithub.com/unocss/unocss/issues/4068) [(fccb0)](https://togithub.com/unocss/unocss/commit/fccb0d7d) #####     [View changes on GitHub](https://togithub.com/unocss/unocss/compare/v0.62.0...v0.62.1) ### [`v0.62.0`](https://togithub.com/unocss/unocss/releases/tag/v0.62.0) [Compare Source](https://togithub.com/unocss/unocss/compare/v0.61.9...v0.62.0) #####    🚀 Features - Upgrade deps, upgrade `@typescript-eslint`  -  by [@​antfu](https://togithub.com/antfu) [(aaf3a)](https://togithub.com/unocss/unocss/commit/aaf3ac90) - Replace fast-glob with tinyglobby  -  by [@​SuperchupuDev](https://togithub.com/SuperchupuDev) and [@​antfu](https://togithub.com/antfu) in [https://github.com/unocss/unocss/issues/4048](https://togithub.com/unocss/unocss/issues/4048) [(3ccd4)](https://togithub.com/unocss/unocss/commit/3ccd4c8f) - **playground**: Supports selecting a specific unocss version  -  by [@​Tzyito](https://togithub.com/Tzyito) and [@​antfu](https://togithub.com/antfu) in [https://github.com/unocss/unocss/issues/4016](https://togithub.com/unocss/unocss/issues/4016) [(24340)](https://togithub.com/unocss/unocss/commit/243409f1) - **preset**: Support `content` option in presets  -  by [@​Jannchie](https://togithub.com/Jannchie) and **Anthony Fu** in [https://github.com/unocss/unocss/issues/4041](https://togithub.com/unocss/unocss/issues/4041) [(2466d)](https://togithub.com/unocss/unocss/commit/2466d2ac) - **preset-mini**: Add starting: variant for [@​starting-style](https://togithub.com/starting-style) and transition-discrete, transition-normal rules  -  by [@​henrikvilhelmberglund](https://togithub.com/henrikvilhelmberglund) and **Anthony Fu** in [https://github.com/unocss/unocss/issues/3621](https://togithub.com/unocss/unocss/issues/3621) [(5d2e6)](https://togithub.com/unocss/unocss/commit/5d2e67bc) #####    🐞 Bug Fixes - **preset-web-fonts**: Named export  -  by [@​kwaa](https://togithub.com/kwaa) in [https://github.com/unocss/unocss/issues/4053](https://togithub.com/unocss/unocss/issues/4053) [(dc04f)](https://togithub.com/unocss/unocss/commit/dc04f872) - **vscode**: Multiple projects in one workspace not work  -  by [@​Simon-He95](https://togithub.com/Simon-He95) in [https://github.com/unocss/unocss/issues/4055](https://togithub.com/unocss/unocss/issues/4055) [(1ed1d)](https://togithub.com/unocss/unocss/commit/1ed1da4f) - **web-fonts**: Ensure that the font URL contains the correct protocol  -  by [@​Kutius](https://togithub.com/Kutius) and **Anthony Fu** in [https://github.com/unocss/unocss/issues/4051](https://togithub.com/unocss/unocss/issues/4051) [(d4c29)](https://togithub.com/unocss/unocss/commit/d4c29000) #####     [View changes on GitHub](https://togithub.com/unocss/unocss/compare/v0.61.9...v0.62.0) ### [`v0.61.9`](https://togithub.com/unocss/unocss/releases/tag/v0.61.9) [Compare Source](https://togithub.com/unocss/unocss/compare/v0.61.8...v0.61.9) #####    🚀 Features - **icons**: Support multiple node resolve path  -  by [@​KermanX](https://togithub.com/KermanX) in [https://github.com/unocss/unocss/issues/4032](https://togithub.com/unocss/unocss/issues/4032) [(05f4a)](https://togithub.com/unocss/unocss/commit/05f4a741) #####    🐞 Bug Fixes - Upgrade unconfig  -  by [@​antfu](https://togithub.com/antfu) [(93772)](https://togithub.com/unocss/unocss/commit/93772c98) - **preset-mini**: Add missing css props outline-color and text-decoration-color  -  by [@​henrikvilhelmberglund](https://togithub.com/henrikvilhelmberglund) in [https://github.com/unocss/unocss/issues/4036](https://togithub.com/unocss/unocss/issues/4036) [(86226)](https://togithub.com/unocss/unocss/commit/86226d35) #####     [View changes on GitHub](https://togithub.com/unocss/unocss/compare/v0.61.8...v0.61.9) ### [`v0.61.8`](https://togithub.com/unocss/unocss/releases/tag/v0.61.8) [Compare Source](https://togithub.com/unocss/unocss/compare/v0.61.7...v0.61.8) #####    🐞 Bug Fixes - **vscode**: Try fix config loading  -  by [@​antfu](https://togithub.com/antfu) [(ac7c8)](https://togithub.com/unocss/unocss/commit/ac7c8044) #####     [View changes on GitHub](https://togithub.com/unocss/unocss/compare/v0.61.7...v0.61.8) ### [`v0.61.7`](https://togithub.com/unocss/unocss/releases/tag/v0.61.7) [Compare Source](https://togithub.com/unocss/unocss/compare/v0.61.6...v0.61.7) #####    🚀 Features - **vscode**: Introduce `autocomplete.strict` config  -  by [@​Simon-He95](https://togithub.com/Simon-He95) and [@​antfu](https://togithub.com/antfu) in [https://github.com/unocss/unocss/issues/3957](https://togithub.com/unocss/unocss/issues/3957) [(77db3)](https://togithub.com/unocss/unocss/commit/77db34f5) #####    🐞 Bug Fixes - Update iconify utils to fix icon scaling  -  by [@​cyberalien](https://togithub.com/cyberalien) in [https://github.com/unocss/unocss/issues/4023](https://togithub.com/unocss/unocss/issues/4023) [(f890e)](https://togithub.com/unocss/unocss/commit/f890ef6e) - Upgrade `unconfig`, fix [#​3812](https://togithub.com/unocss/unocss/issues/3812)  -  by [@​antfu](https://togithub.com/antfu) and **userquin** in [https://github.com/unocss/unocss/issues/3814](https://togithub.com/unocss/unocss/issues/3814) and [https://github.com/unocss/unocss/issues/3812](https://togithub.com/unocss/unocss/issues/3812) [(100d8)](https://togithub.com/unocss/unocss/commit/100d812f) - **preset-mini**: Align rules order between `mini` and `wind`  -  by [@​MellowCo](https://togithub.com/MellowCo) and [@​antfu](https://togithub.com/antfu) in [https://github.com/unocss/unocss/issues/4025](https://togithub.com/unocss/unocss/issues/4025) [(870d3)](https://togithub.com/unocss/unocss/commit/870d3588) #####     [View changes on GitHub](https://togithub.com/unocss/unocss/compare/v0.61.6...v0.61.7) ### [`v0.61.6`](https://togithub.com/unocss/unocss/releases/tag/v0.61.6) [Compare Source](https://togithub.com/unocss/unocss/compare/v0.61.5...v0.61.6) #####    🚀 Features - **preset-mini**: Support `(float  -  by **end)` ([#​3997](https://togithub.com/unocss/unocss/issues/3997))\*\* and **Anthony Fu** [(clear)](https://togithub.com/unocss/unocss/commit/clear)-(start) #####    🐞 Bug Fixes - **cli**: Fix deduplication for files containing [@​media](https://togithub.com/media)  -  by [@​lzl0304](https://togithub.com/lzl0304), [@​antfu](https://togithub.com/antfu) and **Anthony Fu** in [https://github.com/unocss/unocss/issues/3882](https://togithub.com/unocss/unocss/issues/3882) [(fbe74)](https://togithub.com/unocss/unocss/commit/fbe74324) #####     [View changes on GitHub](https://togithub.com/unocss/unocss/compare/v0.61.5...v0.61.6) ### [`v0.61.5`](https://togithub.com/unocss/unocss/releases/tag/v0.61.5) [Compare Source](https://togithub.com/unocss/unocss/compare/v0.61.4...v0.61.5) #####    🐞 Bug Fixes - **svelte-scoped**: Make sure createRecoveryConfigLoader() runs before reloadConfig()  -  by [@​henrikvilhelmberglund](https://togithub.com/henrikvilhelmberglund) in [https://github.com/unocss/unocss/issues/3992](https://togithub.com/unocss/unocss/issues/3992) [(3ac85)](https://togithub.com/unocss/unocss/commit/3ac85f61) #####     [View changes on GitHub](https://togithub.com/unocss/unocss/compare/v0.61.4...v0.61.5) ### [`v0.61.4`](https://togithub.com/unocss/unocss/releases/tag/v0.61.4) [Compare Source](https://togithub.com/unocss/unocss/compare/v0.61.3...v0.61.4) #####    🚀 Features - **config**: Introduce `createRecoveryConfigLoader`  -  by [@​Simon-He95](https://togithub.com/Simon-He95), [@​antfu](https://togithub.com/antfu) and **Anthony Fu** in [https://github.com/unocss/unocss/issues/3953](https://togithub.com/unocss/unocss/issues/3953) [(64fb0)](https://togithub.com/unocss/unocss/commit/64fb0b59) #####    🐞 Bug Fixes - **shared-integration**: - DefaultIdeMatchInclude String literals  -  by [@​Simon-He95](https://togithub.com/Simon-He95) in [https://github.com/unocss/unocss/issues/3983](https://togithub.com/unocss/unocss/issues/3983) [(7ee8b)](https://togithub.com/unocss/unocss/commit/7ee8b561) - Prevent potential data race in `flushTask`  -  by [@​KermanX](https://togithub.com/KermanX) in [https://github.com/unocss/unocss/issues/3984](https://togithub.com/unocss/unocss/issues/3984) [(141cd)](https://togithub.com/unocss/unocss/commit/141cd743) - **transformer-directives**: - With important  -  by [@​Simon-He95](https://togithub.com/Simon-He95) in [https://github.com/unocss/unocss/issues/3977](https://togithub.com/unocss/unocss/issues/3977) [(8d40e)](https://togithub.com/unocss/unocss/commit/8d40ea2d) - Screen with css compression  -  by [@​Simon-He95](https://togithub.com/Simon-He95) in [https://github.com/unocss/unocss/issues/3981](https://togithub.com/unocss/unocss/issues/3981) [(8fb60)](https://togithub.com/unocss/unocss/commit/8fb60141) - **web-fonts**: - Missing `local` node10 types  -  by [@​userquin](https://togithub.com/userquin) in [https://github.com/unocss/unocss/issues/3963](https://togithub.com/unocss/unocss/issues/3963) [(3ff7c)](https://togithub.com/unocss/unocss/commit/3ff7c620) #####     [View changes on GitHub](https://togithub.com/unocss/unocss/compare/v0.61.3...v0.61.4) ### [`v0.61.3`](https://togithub.com/unocss/unocss/releases/tag/v0.61.3) [Compare Source](https://togithub.com/unocss/unocss/compare/v0.61.2...v0.61.3) #####    🚀 Features - **web-fonts**: Ability to serve fonts from local  -  by [@​antfu](https://togithub.com/antfu), [@​userquin](https://togithub.com/userquin) and **onmax** in [https://github.com/unocss/unocss/issues/3962](https://togithub.com/unocss/unocss/issues/3962) [(a6aff)](https://togithub.com/unocss/unocss/commit/a6affaba) #####     [View changes on GitHub](https://togithub.com/unocss/unocss/compare/v0.61.2...v0.61.3) ### [`v0.61.2`](https://togithub.com/unocss/unocss/releases/tag/v0.61.2) [Compare Source](https://togithub.com/unocss/unocss/compare/v0.61.0...v0.61.2) *No significant changes* #####     [View changes on GitHub](https://togithub.com/unocss/unocss/compare/v0.61.1...v0.61.2) ### [`v0.61.0`](https://togithub.com/unocss/unocss/releases/tag/v0.61.0) [Compare Source](https://togithub.com/unocss/unocss/compare/v0.60.4...v0.61.0) #####    🚀 Features - **core**: - Support generator in rule matcher  -  by [@​antfu](https://togithub.com/antfu) in [https://github.com/unocss/unocss/issues/3884](https://togithub.com/unocss/unocss/issues/3884) [(7e156)](https://togithub.com/unocss/unocss/commit/7e15633b) - Introduce special symbols for applying custom variants  -  by [@​antfu](https://togithub.com/antfu) in [https://github.com/unocss/unocss/issues/3885](https://togithub.com/unocss/unocss/issues/3885) [(d80f6)](https://togithub.com/unocss/unocss/commit/d80f6cad) - **preset-mini**: - Add support for peer and group variants on aria-\* variants to Preset-Mini  -  by [@​Johnkat-Mj](https://togithub.com/Johnkat-Mj) and [@​Simon-He95](https://togithub.com/Simon-He95) in [https://github.com/unocss/unocss/issues/3692](https://togithub.com/unocss/unocss/issues/3692) [(c3265)](https://togithub.com/unocss/unocss/commit/c3265cc2) - **vscode**: - Add borderRadius to control color cube  -  by [@​Simon-He95](https://togithub.com/Simon-He95) and [@​antfu](https://togithub.com/antfu) in [https://github.com/unocss/unocss/issues/3872](https://togithub.com/unocss/unocss/issues/3872) [(ad294)](https://togithub.com/unocss/unocss/commit/ad294ffd) #####    🐞 Bug Fixes - **extractor-arbitrary-variants**: - Quote in \[]  -  by [@​Simon-He95](https://togithub.com/Simon-He95) and [@​antfu](https://togithub.com/antfu) in [https://github.com/unocss/unocss/issues/3875](https://togithub.com/unocss/unocss/issues/3875) [(cd529)](https://togithub.com/unocss/unocss/commit/cd5296f5) - **preset-mini**: - ColorableShadows with cssvar  -  by [@​Simon-He95](https://togithub.com/Simon-He95) in [https://github.com/unocss/unocss/issues/3878](https://togithub.com/unocss/unocss/issues/3878) [(1ac22)](https://togithub.com/unocss/unocss/commit/1ac223a4) - Support composite props  -  by [@​zyyv](https://togithub.com/zyyv) and [@​antfu](https://togithub.com/antfu) in [https://github.com/unocss/unocss/issues/3810](https://togithub.com/unocss/unocss/issues/3810) [(f7ad5)](https://togithub.com/unocss/unocss/commit/f7ad5200) - `transform-cpu` should not include `rotate-x` and `rotate-y`  -  by [@​zzc6332](https://togithub.com/zzc6332) in [https://github.com/unocss/unocss/issues/3813](https://togithub.com/unocss/unocss/issues/3813) [(ae072)](https://togithub.com/unocss/unocss/commit/ae072a54) - **transformer-attributify-jsx**: - With prefix  -  by [@​Simon-He95](https://togithub.com/Simon-He95) in [https://github.com/unocss/unocss/issues/3867](https://togithub.com/unocss/unocss/issues/3867) [(83728)](https://togithub.com/unocss/unocss/commit/83728748) - **vite**: - Legacy chunks build  -  by [@​Simon-He95](https://togithub.com/Simon-He95) and [@​antfu](https://togithub.com/antfu) in [https://github.com/unocss/unocss/issues/3879](https://togithub.com/unocss/unocss/issues/3879) [(c7f63)](https://togithub.com/unocss/unocss/commit/c7f63118) #####     [View changes on GitHub](https://togithub.com/unocss/unocss/compare/v0.60.4...v0.61.0) ### [`v0.60.4`](https://togithub.com/unocss/unocss/releases/tag/v0.60.4) [Compare Source](https://togithub.com/unocss/unocss/compare/v0.60.3...v0.60.4) #####    🚀 Features - Nuxt layers support  -  by [@​enkot](https://togithub.com/enkot) in [https://github.com/unocss/unocss/issues/3838](https://togithub.com/unocss/unocss/issues/3838) [(d6bd8)](https://togithub.com/unocss/unocss/commit/d6bd8b1c) - **eslint-plugin**: Blocklist message function  -  by [@​enkot](https://togithub.com/enkot) and **Chris** in [https://github.com/unocss/unocss/issues/3854](https://togithub.com/unocss/unocss/issues/3854) [(9fe90)](https://togithub.com/unocss/unocss/commit/9fe90153) - **preset-mini**: Support max  -  by [@​Simon-He95](https://togithub.com/Simon-He95) \[(min a)]\(https://github.com/unocss/unocss/commit/min arbitrary values for responsive ([#​3831](https://togithub.com/unocss/unocss/issues/3831))) #####    🐞 Bug Fixes - Prepare for new type in vite 6.0  -  by [@​antfu](https://togithub.com/antfu) [(e66b1)](https://togithub.com/unocss/unocss/commit/e66b1c5c) - **annotation**: Prefix hoverMessage & autocomplete  -  by [@​Simon-He95](https://togithub.com/Simon-He95) and [@​antfu](https://togithub.com/antfu) in [https://github.com/unocss/unocss/issues/3849](https://togithub.com/unocss/unocss/issues/3849) [(68e65)](https://togithub.com/unocss/unocss/commit/68e65713) - **directives**: Correctly parse colons in directives  -  by [@​antfu](https://togithub.com/antfu) [(9bce9)](https://togithub.com/unocss/unocss/commit/9bce9b1a) - **vite**: Using astro integration in vitest causes hangs  -  by [@​Dunqing](https://togithub.com/Dunqing) in [https://github.com/unocss/unocss/issues/3851](https://togithub.com/unocss/unocss/issues/3851) [(51c60)](https://togithub.com/unocss/unocss/commit/51c60659) #####     [View changes on GitHub](https://togithub.com/unocss/unocss/compare/v0.60.3...v0.60.4) ### [`v0.60.3`](https://togithub.com/unocss/unocss/releases/tag/v0.60.3) [Compare Source](https://togithub.com/unocss/unocss/compare/v0.60.2...v0.60.3) #####    🚀 Features - **preset-mini**: `text-align` utility  -  by [@​UltraCakeBakery](https://togithub.com/UltraCakeBakery), **Chris** and [@​antfu](https://togithub.com/antfu) in [https://github.com/unocss/unocss/issues/3796](https://togithub.com/unocss/unocss/issues/3796) [(5f2a8)](https://togithub.com/unocss/unocss/commit/5f2a8999) - **transformer-directives**: Add removeComments  -  by [@​Simon-He95](https://togithub.com/Simon-He95) and [@​antfu](https://togithub.com/antfu) in [https://github.com/unocss/unocss/issues/3799](https://togithub.com/unocss/unocss/issues/3799) [(a9ab8)](https://togithub.com/unocss/unocss/commit/a9ab8693) #####    🐞 Bug Fixes - Enable regex eslint rule, optimize regexes  -  by [@​antfu](https://togithub.com/antfu) in [https://github.com/unocss/unocss/issues/3801](https://togithub.com/unocss/unocss/issues/3801) [(882cc)](https://togithub.com/unocss/unocss/commit/882cc694) - **cli**: Extractors not working  -  by [@​Simon-He95](https://togithub.com/Simon-He95) in [https://github.com/unocss/unocss/issues/3803](https://togithub.com/unocss/unocss/issues/3803) [(398c1)](https://togithub.com/unocss/unocss/commit/398c15ab) - **preset-mini**: DirectionSize size cause error when size is undefined  -  by [@​Simon-He95](https://togithub.com/Simon-He95) in [https://github.com/unocss/unocss/issues/3809](https://togithub.com/unocss/unocss/issues/3809) [(c19ab)](https://togithub.com/unocss/unocss/commit/c19ab689) - **shared-integration**: GetCssEscaperForJsContent replace conflict  -  by [@​Simon-He95](https://togithub.com/Simon-He95) in [https://github.com/unocss/unocss/issues/3797](https://togithub.com/unocss/unocss/issues/3797) [(dd013)](https://togithub.com/unocss/unocss/commit/dd0139bf) - **transformers**: Try improve hmr in vite  -  by [@​Simon-He95](https://togithub.com/Simon-He95) and [@​antfu](https://togithub.com/antfu) in [https://github.com/unocss/unocss/issues/3741](https://togithub.com/unocss/unocss/issues/3741) [(22ff2)](https://togithub.com/unocss/unocss/commit/22ff2616) - **vite**: Warn when `unocss:global:build:bundle` has no CSS placeholder  -  by [@​Simon-He95](https://togithub.com/Simon-He95) in [https://github.com/unocss/unocss/issues/3802](https://togithub.com/unocss/unocss/issues/3802) [(210a2)](https://togithub.com/unocss/unocss/commit/210a22b3) #####    🏎 Performance - **preset-mini**: Improve performance of `resolveBreakpoints`  -  by [@​antfu](https://togithub.com/antfu) [(05d90)](https://togithub.com/unocss/unocss/commit/05d9043d) #####     [View changes on GitHub](https://togithub.com/unocss/unocss/compare/v0.60.2...v0.60.3) ### [`v0.60.2`](https://togithub.com/unocss/unocss/releases/tag/v0.60.2) [Compare Source](https://togithub.com/unocss/unocss/compare/v0.60.1...v0.60.2) #####    🐞 Bug Fixes - **directives**: Fix parsing positions, close [#​3795](https://togithub.com/unocss/unocss/issues/3795)  -  by [@​antfu](https://togithub.com/antfu) in [https://github.com/unocss/unocss/issues/3795](https://togithub.com/unocss/unocss/issues/3795) [(84170)](https://togithub.com/unocss/unocss/commit/84170e14) #####     [View changes on GitHub](https://togithub.com/unocss/unocss/compare/v0.60.1...v0.60.2) ### [`v0.60.1`](https://togithub.com/unocss/unocss/releases/tag/v0.60.1) [Compare Source](https://togithub.com/unocss/unocss/compare/v0.60.0...v0.60.1) #####    🚀 Features - **eslint-plugin**: - Blocklist meta with message  -  by [@​enkot](https://togithub.com/enkot) and [@​antfu](https://togithub.com/antfu) in [https://github.com/unocss/unocss/issues/3783](https://togithub.com/unocss/unocss/issues/3783) [(20ed8)](https://togithub.com/unocss/unocss/commit/20ed897f) - Allow customize configPath via settings  -  by [@​antfu](https://togithub.com/antfu) [(9eb6e)](https://togithub.com/unocss/unocss/commit/9eb6e29b) #####    🐞 Bug Fixes - **transformer-attributify-jsx**: MatchedRule  -  by [@​Simon-He95](https://togithub.com/Simon-He95) in [https://github.com/unocss/unocss/issues/3791](https://togithub.com/unocss/unocss/issues/3791) [(da9c9)](https://togithub.com/unocss/unocss/commit/da9c9a5c) - **transformer-directive**: Get raw string in directive, support slash & hash  -  by [@​zyyv](https://togithub.com/zyyv) and [@​antfu](https://togithub.com/antfu) in [https://github.com/unocss/unocss/issues/3790](https://togithub.com/unocss/unocss/issues/3790) [(fa497)](https://togithub.com/unocss/unocss/commit/fa49753e) #####     [View changes on GitHub](https://togithub.com/unocss/unocss/compare/v0.60.0...v0.60.1) ### [`v0.60.0`](https://togithub.com/unocss/unocss/releases/tag/v0.60.0) [Compare Source](https://togithub.com/unocss/unocss/compare/v0.59.4...v0.60.0) #####    🚨 Breaking Changes - **CJS**: Remove `.default` suffix from d.ts and d.cts files  -  by [@​userquin](https://togithub.com/userquin) in [https://github.com/unocss/unocss/issues/3750](https://togithub.com/unocss/unocss/issues/3750) [(e9f5b)](https://togithub.com/unocss/unocss/commit/e9f5b5b8) #####    🚀 Features - **preset-icons**: Add svg props customization  -  by [@​zyyv](https://togithub.com/zyyv) and **Anthony Fu** in [https://github.com/unocss/unocss/issues/3774](https://togithub.com/unocss/unocss/issues/3774) [(0b36a)](https://togithub.com/unocss/unocss/commit/0b36a603) - **preset-mini**: Add children variant (\*-{modifier})  -  by [@​serkodev](https://togithub.com/serkodev) in [https://github.com/unocss/unocss/issues/3763](https://togithub.com/unocss/unocss/issues/3763) [(249fe)](https://togithub.com/unocss/unocss/commit/249fe730) #####    🐞 Bug Fixes - **preset-legacy-compat**: Update the split color string regex  -  by [@​zyyv](https://togithub.com/zyyv) in [https://github.com/unocss/unocss/issues/3756](https://togithub.com/unocss/unocss/issues/3756) [(47eaf)](https://togithub.com/unocss/unocss/commit/47eafba2) - **preset-mini**: Align with `selection`  -  by [@​zyyv](https://togithub.com/zyyv) in [https://github.com/unocss/unocss/issues/3771](https://togithub.com/unocss/unocss/issues/3771) [(18df5)](https://togithub.com/unocss/unocss/commit/18df52cb) - **shared-integration**: Vscode match php \(38274)](https://togithub.com/unocss/unocss/commit/38274449) - **vite**: Move [@​import](https://togithub.com/import) before other rules  -  by [@​lzl0304](https://togithub.com/lzl0304) in [https://github.com/unocss/unocss/issues/3743](https://togithub.com/unocss/unocss/issues/3743) [(0b84d)](https://togithub.com/unocss/unocss/commit/0b84df44) #####     [View changes on GitHub](https://togithub.com/unocss/unocss/compare/v0.59.4...v0.60.0)
vite-pwa/vitepress (@​vite-pwa/vitepress) ### [`v0.5.0`](https://togithub.com/vite-pwa/vitepress/releases/tag/v0.5.0) [Compare Source](https://togithub.com/vite-pwa/vitepress/compare/v0.4.0...v0.5.0) #####    🚨 Breaking Changes - Update vite-plugin-pwa dependency to 0.20.0  -  by [@​userquin](https://togithub.com/userquin) in [https://github.com/vite-pwa/vitepress/issues/32](https://togithub.com/vite-pwa/vitepress/issues/32) [(8b442)](https://togithub.com/vite-pwa/vitepress/commit/8b4427e) #####     [View changes on GitHub](https://togithub.com/vite-pwa/vitepress/compare/v0.4.0...v0.5.0)
streetsidesoftware/cspell (cspell) ### [`v8.14.2`](https://togithub.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8142-2024-08-20-small) [Compare Source](https://togithub.com/streetsidesoftware/cspell/compare/v8.14.1...v8.14.2) - chore: Update Integration Test Performance Data ([#​6126](https://togithub.com/streetsidesoftware/cspell/issues/6126)) ([012c897](https://togithub.com/streetsidesoftware/cspell/commit/012c897)), closes [#​6126](https://togithub.com/streetsidesoftware/cspell/issues/6126) ### [`v8.14.1`](https://togithub.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8141-2024-08-17-small) [Compare Source](https://togithub.com/streetsidesoftware/cspell/compare/v8.13.3...v8.14.1) - fix: Fix publishing ([8a56148](https://togithub.com/streetsidesoftware/cspell/commit/8a56148)) ### [`v8.13.3`](https://togithub.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8133-2024-08-12-small) [Compare Source](https://togithub.com/streetsidesoftware/cspell/compare/v8.13.2...v8.13.3) - chore: Update Integration Test Performance Data ([#​6079](https://togithub.com/streetsidesoftware/cspell/issues/6079)) ([dd28ef5](https://togithub.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#​6079](https://togithub.com/streetsidesoftware/cspell/issues/6079) ### [`v8.13.2`](https://togithub.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8132-2024-08-08-small) [Compare Source](https://togithub.com/streetsidesoftware/cspell/compare/v8.13.1...v8.13.2) - chore: Update Integration Test Performance Data ([#​6060](https://togithub.com/streetsidesoftware/cspell/issues/6060)) ([c766d18](https://togithub.com/streetsidesoftware/cspell/commit/c766d18)), closes [#​6060](https://togithub.com/streetsidesoftware/cspell/issues/6060)
evanw/esbuild (esbuild) ### [`v0.23.1`](https://togithub.com/evanw/esbuild/blob/HEAD/CHANGELOG.md#0231) [Compare Source](https://togithub.com/evanw/esbuild/compare/v0.23.0...v0.23.1) - Allow using the `node:` import prefix with `es*` targets ([#​3821](https://togithub.com/evanw/esbuild/issues/3821)) The [`node:` prefix on imports](https://nodejs.org/api/esm.html#node-imports) is an alternate way to import built-in node modules. For example, `import fs from "fs"` can also be written `import fs from "node:fs"`. This only works with certain newer versions of node, so esbuild removes it when you target older versions of node such as with `--target=node14` so that your code still works. With the way esbuild's platform-specific feature compatibility table works, this was added by saying that only newer versions of node support this feature. However, that means that a target such as `--target=node18,es2022` removes the `node:` prefix because none of the `es*` targets are known to support this feature. This release adds the support for the `node:` flag to esbuild's internal compatibility table for `es*` to allow you to use compound targets like this: ```js // Original code import fs from 'node:fs' fs.open // Old output (with --bundle --format=esm --platform=node --target=node18,es2022) import fs from "fs"; fs.open; // New output (with --bundle --format=esm --platform=node --target=node18,es2022) import fs from "node:fs"; fs.open; ``` - Fix a panic when using the CLI with invalid build flags if `--analyze` is present ([#​3834](https://togithub.com/evanw/esbuild/issues/3834)) Previously esbuild's CLI could crash if it was invoked with flags that aren't valid for a "build" API call and the `--analyze` flag is present. This was caused by esbuild's internals attempting to add a Go plugin (which is how `--analyze` is implemented) to a null build object. The panic has been fixed in this release. - Fix incorrect location of certain error messages ([#​3845](https://togithub.com/evanw/esbuild/issues/3845)) This release fixes a regression that caused certain errors relating to variable declarations to be reported at an incorrect location. The regression was introduced in version 0.18.7 of esbuild. - Print comments before case clauses in switch statements ([#​3838](https://togithub.com/evanw/esbuild/issues/3838)) With this release, esbuild will attempt to print comments that come before case clauses in switch statements. This is similar to what esbuild already does for comments inside of certain types of expressions. Note that these types of comments are not printed if minification is enabled (specifically whitespace minification). - Fix a memory leak with `pluginData` ([#​3825](https://togithub.com/evanw/esbuild/issues/3825)) With this release, the build context's internal `pluginData` cache will now be cleared when starting a new build. This should fix a leak of memory from plugins that return `pluginData` objects from `onResolve` and/or `onLoad` callbacks. ### [`v0.23.0`](https://togithub.com/evanw/esbuild/blob/HEAD/CHANGELOG.md#0230) [Compare Source](https://togithub.com/evanw/esbuild/compare/v0.22.0...v0.23.0) ***This release deliberately contains backwards-incompatible changes.*** To avoid automatically picking up releases like this, you should either be pinning the exact version of `esbuild` in your `package.json` file (recommended) or be using a version range syntax that only accepts patch upgrades such as `^0.22.0` or `~0.22.0`. See npm's documentation about [semver](https://docs.npmjs.com/cli/v6/using-npm/semver/) for more information. - Revert the recent change to avoid bundling dependencies for node ([#​3819](https://togithub.com/evanw/esbuild/issues/3819)) This release reverts the recent change in version 0.22.0 that made `--packages=external` the default behavior with `--platform=node`. The default is now back to `--packages=bundle`. I've just been made aware that Amazon doesn't pin their dependencies in their "AWS CDK" product, which means that whenever esbuild publishes a new release, many people (potentially everyone?) using their SDK around the world instantly starts using it without Amazon checking that it works first. This change in version 0.22.0 happened to break their SDK. I'm amazed that things haven't broken before this point. This revert attempts to avoid these problems for Amazon's customers. Hopefully Amazon will pin their dependencies in the future. In addition, this is probably a sign that esbuild is used widely enough that it now needs to switch to a more complicated release model. I may have esbuild use a beta channel model for further development. - Fix preserving collapsed JSX whitespace ([#​3818](https://togithub.com/evanw/esbuild/issues/3818)) When transformed, certain whitespace inside JSX elements is ignored completely if it collapses to an empty string. However, the whitespace should only be ignored if the JSX is being transformed, not if it's being preserved. This release fixes a bug where esbuild was previously incorrectly ignoring collapsed whitespace with `--jsx=preserve`. Here is an example: ```jsx // Original code // Old output (with --jsx=preserve) ; // New output (with --jsx=preserve) ; ``` ### [`v0.22.0`](https://togithub.com/evanw/esbuild/blob/HEAD/CHANGELOG.md#0220) [Compare Source](https://togithub.com/evanw/esbuild/compare/v0.21.5...v0.22.0) **This release deliberately contains backwards-incompatible changes.** To avoid automatically picking up releases like this, you should either be pinning the exact version of `esbuild` in your `package.json` file (recommended) or be using a version range syntax that only accepts patch upgrades such as `^0.21.0` or `~0.21.0`. See npm's documentation about [semver](https://docs.npmjs.com/cli/v6/using-npm/semver/) for more information. - Omit packages from bundles by default when targeting node ([#​1874](https://togithub.com/evanw/esbuild/issues/1874), [#​2830](https://togithub.com/evanw/esbuild/issues/2830), [#​2846](https://togithub.com/evanw/esbuild/issues/2846), [#​2915](https://togithub.com/evanw/esbuild/issues/2915), [#​3145](https://togithub.com/evanw/esbuild/issues/3145), [#​3294](https://togithub.com/evanw/esbuild/issues/3294), [#​3323](https://togithub.com/evanw/esbuild/issues/3323), [#​3582](https://togithub.com/evanw/esbuild/issues/3582), [#​3809](https://togithub.com/evanw/esbuild/issues/3809), [#​3815](https://togithub.com/evanw/esbuild/issues/3815)) This breaking change is an experiment. People are commonly confused when using esbuild to bundle code for node (i.e. for `--platform=node`) because some packages may not be intended for bundlers, and may use node-specific features that don't work with a bundler. Even though esbuild's "getting started" instructions say to use `--packages=external` to work around this problem, many people don't read the documentation and don't do this, and are then confused when it doesn't work. So arguably this is a bad default behavior for esbuild to have if people keep tripping over this. With this release, esbuild will now omit packages from the bundle by default when the platform is `node` (i.e. the previous behavior of `--packages=external` is now the default in this case). *Note that your dependencies must now be present on the file system when your bundle is run.* If you don't want this behavior, you can do `--packages=bundle` to allow packages to be included in the bundle (i.e. the previous default behavior). Note that `--packages=bundle` doesn't mean all packages are bundled, just that packages are allowed to be bundled. You can still exclude individual packages from the bundle using `--external:` even when `--packages=bundle` is present. The `--packages=` setting considers all import paths that "look like" package imports in the original source code to be package imports. Specifically import paths that don't start with a path segment of `/` or `.` or `..` are considered to be package imports. The only two exceptions to this rule are [subpath imports](https://nodejs.org/api/packages.html#subpath-imports) (which start with a `#` character) and TypeScript path remappings via `paths` and/or `baseUrl` in `tsconfig.json` (which are applied first). - Drop support for older platforms ([#​3802](https://togithub.com/evanw/esbuild/issues/3802)) This release drops support for the following operating systems: - Windows 7 - Windows 8 - Windows Server 2008 - Windows Server 2012 This is because the Go programming language dropped support for these operating system versions in [Go 1.21](https://go.dev/doc/go1.21#windows), and this release updates esbuild from Go 1.20 to Go 1.22. Note that this only affects the binary esbuild executables that are published to the `esbuild` npm package. It's still possible to compile esbuild's source code for these older operating systems. If you need to, you can compile esbuild for yourself using an older version of the Go compiler (before Go version 1.21). That might look something like this: git clone https://github.com/evanw/esbuild.git cd esbuild go build ./cmd/esbuild ./esbuild.exe --version In addition, this release increases the minimum required node version for esbuild's JavaScript API from node 12 to node 18. Node 18 is the oldest version of node that is still being supported (see node's [release schedule](https://nodejs.org/en/about/previous-releases) for more information). This increase is because of an incompatibility between the JavaScript that the Go compiler generates for the `esbuild-wasm` package and versions of node before node 17.4 (specifically the `crypto.getRandomValues` function). - Update `await using` behavior to match TypeScript TypeScript 5.5 subtly changes the way `await using` behaves. This release updates esbuild to match these changes in TypeScript. You can read more about these changes in [microsoft/TypeScript#58624](https://togithub.com/microsoft/TypeScript/pull/58624). - Allow `es2024` as a target environment The ECMAScript 2024 specification was just approved, so it has been added to esbuild as a possible compilation target. You can read more about the features that it adds here: . The only addition that's relevant for esbuild is the regular expression `/v` flag. With `--target=es2024`, regular expressions that use the `/v` flag will now be passed through untransformed instead of being transformed into a call to `new RegExp`. - Publish binaries for OpenBSD on 64-bit ARM ([#​3665](https://togithub.com/evanw/esbuild/issues/3665), [#​3674](https://togithub.com/evanw/esbuild/pull/3674)) With this release, you should now be able to install the `esbuild` npm package in OpenBSD on 64-bit ARM, such as on an Apple device with an M1 chip. This was contributed by [@​ikmckenz](https://togithub.com/ikmckenz). - Publish binaries for WASI (WebAssembly System Interface) preview 1 ([#​3300](https://togithub.com/evanw/esbuild/issues/3300), [#​3779](https://togithub.com/evanw/esbuild/pull/3779)) The upcoming WASI (WebAssembly System Interface) standard is going to be a way to run WebAssembly outside of a JavaScript host environment. In this scenario you only need a `.wasm` file without any supporting JavaScript code. Instead of JavaScript providing the APIs for the host environment, the WASI standard specifies a "system interface" that WebAssembly code can access directly (e.g. for file system access). Development versions of the WASI specification are being released using preview numbers. The people behind WASI are currently working on preview 2 but the Go compiler has [released support for preview 1](https://go.dev/blog/wasi), which from what I understand is now considered an unsupported legacy release. However, some people have requested that esbuild publish binary executables that support WASI preview 1 so they can experiment with them. This release publishes esbuild precompiled for WASI preview 1 to the `@esbuild/wasi-preview1` package on npm (specifically the file `@esbuild/wasi-preview1/esbuild.wasm`). This binary executable has not been tested and won't be of

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 5 months ago

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: pnpm-lock.yaml
Scope: all 8 workspace projects
Progress: resolved 1, reused 0, downloaded 0, added 0
packages/mermaid                         |  WARN  deprecated @types/prettier@3.0.0
Progress: resolved 59, reused 52, downloaded 0, added 0
Progress: resolved 128, reused 116, downloaded 1, added 0
Progress: resolved 128, reused 116, downloaded 3, added 0
Progress: resolved 130, reused 116, downloaded 8, added 0
Progress: resolved 191, reused 161, downloaded 12, added 0
Progress: resolved 215, reused 172, downloaded 12, added 0
Progress: resolved 355, reused 308, downloaded 12, added 0
Progress: resolved 477, reused 422, downloaded 12, added 0
Progress: resolved 639, reused 596, downloaded 12, added 0
Progress: resolved 657, reused 614, downloaded 14, added 0
Progress: resolved 892, reused 856, downloaded 14, added 0
Progress: resolved 1034, reused 1000, downloaded 16, added 0
Progress: resolved 1154, reused 1114, downloaded 19, added 0
Progress: resolved 1262, reused 1198, downloaded 26, added 0
Progress: resolved 1361, reused 1260, downloaded 36, added 0
Progress: resolved 1454, reused 1343, downloaded 45, added 0
Progress: resolved 1486, reused 1363, downloaded 57, added 0
Progress: resolved 1538, reused 1408, downloaded 62, added 0
Progress: resolved 1622, reused 1493, downloaded 63, added 0
Progress: resolved 1640, reused 1511, downloaded 66, added 0
Progress: resolved 1670, reused 1539, downloaded 67, added 0
Progress: resolved 1731, reused 1594, downloaded 74, added 0
Progress: resolved 1794, reused 1654, downloaded 79, added 0
Progress: resolved 1834, reused 1693, downloaded 81, added 0
Progress: resolved 1906, reused 1766, downloaded 81, added 0
Progress: resolved 1966, reused 1824, downloaded 81, added 0
 ERR_PNPM_PATCH_NOT_APPLIED  The following patches were not applied: cytoscape@3.28.1

Either remove them from "patchedDependencies" or update them to match packages in your dependencies.
netlify[bot] commented 5 months ago

Deploy Preview for mermaid-js ready!

Name Link
Latest commit a392e20ff44980fc1fea307ded891fcef902bf2e
Latest deploy log https://app.netlify.com/sites/mermaid-js/deploys/66c9b1fdb2d28a000846de85
Deploy Preview https://deploy-preview-5479--mermaid-js.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 5.72%. Comparing base (cf20ccb) to head (d0e5599).

:exclamation: Current head d0e5599 differs from pull request most recent head 7b26028

Please upload reports for the commit 7b26028 to get more accurate results.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/mermaid-js/mermaid/pull/5479/graphs/tree.svg?width=650&height=150&src=pr&token=BaET4V1BdM&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mermaid-js)](https://app.codecov.io/gh/mermaid-js/mermaid/pull/5479?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mermaid-js) ```diff @@ Coverage Diff @@ ## develop #5479 +/- ## ========================================== - Coverage 5.73% 5.72% -0.01% ========================================== Files 278 278 Lines 41999 42013 +14 Branches 490 490 ========================================== - Hits 2409 2407 -2 - Misses 39590 39606 +16 ``` | [Flag](https://app.codecov.io/gh/mermaid-js/mermaid/pull/5479/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mermaid-js) | Coverage Δ | | |---|---|---| | [unit](https://app.codecov.io/gh/mermaid-js/mermaid/pull/5479/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mermaid-js) | `5.72% <ø> (-0.01%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mermaid-js#carryforward-flags-in-the-pull-request-comment) to find out more. [see 19 files with indirect coverage changes](https://app.codecov.io/gh/mermaid-js/mermaid/pull/5479/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mermaid-js)
codecov-commenter commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 5.21%. Comparing base (534d3dd) to head (a392e20).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/mermaid-js/mermaid/pull/5479/graphs/tree.svg?width=650&height=150&src=pr&token=BaET4V1BdM&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mermaid-js)](https://app.codecov.io/gh/mermaid-js/mermaid/pull/5479?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mermaid-js) ```diff @@ Coverage Diff @@ ## develop #5479 +/- ## ======================================= Coverage 5.21% 5.21% ======================================= Files 322 322 Lines 46083 46083 Branches 561 561 ======================================= Hits 2402 2402 Misses 43681 43681 ``` | [Flag](https://app.codecov.io/gh/mermaid-js/mermaid/pull/5479/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mermaid-js) | Coverage Δ | | |---|---|---| | [unit](https://app.codecov.io/gh/mermaid-js/mermaid/pull/5479/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mermaid-js) | `5.21% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mermaid-js#carryforward-flags-in-the-pull-request-comment) to find out more.
argos-ci[bot] commented 3 months ago

The latest updates on your projects. Learn more about Argos notifications ↗︎

Build Status Details Updated (UTC)
default (Inspect) ⚠️ Changes detected (Review) 1 changed Aug 24, 2024, 10:30 AM
changeset-bot[bot] commented 1 month ago

⚠️ No Changeset found

Latest commit: a392e20ff44980fc1fea307ded891fcef902bf2e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR