Skip to content

Commit 6b658fe

Browse files
chore(deps): update dependency @theguild/remark-mermaid to v0.3.0 (#221)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [@theguild/remark-mermaid](https://redirect.github.com/the-guild-org/docs) ([source](https://redirect.github.com/the-guild-org/docs/tree/HEAD/packages/remark-mermaid)) | dependencies | minor | [`0.2.0` -> `0.3.0`](https://renovatebot.com/diffs/npm/@theguild%2fremark-mermaid/0.2.0/0.3.0) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/the-guild-org/docs/badge)](https://securityscorecards.dev/viewer/?uri=github.com/the-guild-org/docs) | --- ### Release Notes <details> <summary>the-guild-org/docs (@&#8203;theguild/remark-mermaid)</summary> ### [`v0.3.0`](https://redirect.github.com/the-guild-org/docs/blob/HEAD/packages/remark-mermaid/CHANGELOG.md#030) [Compare Source](https://redirect.github.com/the-guild-org/docs/compare/@theguild/remark-mermaid@0.2.0...@theguild/remark-mermaid@0.3.0) ##### Minor Changes - [#&#8203;2039](https://redirect.github.com/the-guild-org/docs/pull/2039) [`a4cf7fe`](https://redirect.github.com/the-guild-org/docs/commit/a4cf7fe3c8d4fcf6411d487d13af471f2b83deec) Thanks [@&#8203;amorey](https://redirect.github.com/amorey)! - Update React peer dependency to include React 19 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "* 0-4,22-23 * * 1-5,* * * * 0,6" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/settlemint/docs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> ## Summary by Sourcery Chores: - Update @theguild/remark-mermaid dependency to v0.3.0. Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 826c2af commit 6b658fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bun.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "docs",
66
"dependencies": {
77
"@next/third-parties": "15.2.2",
8-
"@theguild/remark-mermaid": "0.2.0",
8+
"@theguild/remark-mermaid": "0.3.0",
99
"class-variance-authority": "0.7.1",
1010
"clsx": "2.1.1",
1111
"fumadocs-core": "15.0.18",
@@ -381,7 +381,7 @@
381381

382382
"@tailwindcss/postcss": ["@tailwindcss/postcss@4.0.14", "", { "dependencies": { "@alloc/quick-lru": "^5.2.0", "@tailwindcss/node": "4.0.14", "@tailwindcss/oxide": "4.0.14", "lightningcss": "1.29.2", "postcss": "^8.4.41", "tailwindcss": "4.0.14" } }, "sha512-+uIR6KtKhla1XeIanF27KtrfYy+PX+R679v5LxbkmEZlhQe3g8rk+wKj7Xgt++rWGRuFLGMXY80Ek8JNn+kN/g=="],
383383

384-
"@theguild/remark-mermaid": ["@theguild/remark-mermaid@0.2.0", "", { "dependencies": { "mermaid": "^11.0.0", "unist-util-visit": "^5.0.0" }, "peerDependencies": { "react": "^18.2.0" } }, "sha512-o8n57TJy0OI4PCrNw8z6S+vpHtrwoQZzTA5Y3fL0U1NDRIoMg/78duWgEBFsCZcWM1G6zjE91yg1aKCsDwgE2Q=="],
384+
"@theguild/remark-mermaid": ["@theguild/remark-mermaid@0.3.0", "", { "dependencies": { "mermaid": "^11.0.0", "unist-util-visit": "^5.0.0" }, "peerDependencies": { "react": "^18.2.0 || ^19.0.0" } }, "sha512-Fy1J4FSj8totuHsHFpaeWyWRaRSIvpzGTRoEfnNJc1JmLV9uV70sYE3zcT+Jj5Yw20Xq4iCsiT+3Ho49BBZcBQ=="],
385385

386386
"@ts-morph/common": ["@ts-morph/common@0.26.1", "", { "dependencies": { "fast-glob": "^3.3.2", "minimatch": "^9.0.4", "path-browserify": "^1.0.1" } }, "sha512-Sn28TGl/4cFpcM+jwsH1wLncYq3FtN/BIpem+HOygfBWPT5pAeS5dB4VFVzV8FbnOKHpDLZmvAl4AjPEev5idA=="],
387387

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@next/third-parties": "15.2.2",
16-
"@theguild/remark-mermaid": "0.2.0",
16+
"@theguild/remark-mermaid": "0.3.0",
1717
"class-variance-authority": "0.7.1",
1818
"clsx": "2.1.1",
1919
"fumadocs-core": "15.0.18",

0 commit comments

Comments
 (0)