Merge pull request #5354 from mermaid-js/renovate/patch-all-patch

chore(deps): update all patch dependencies (patch)
This commit is contained in:
Sidharth Vinod
2024-03-05 16:32:29 +00:00
committed by GitHub
5 changed files with 1395 additions and 2127 deletions

View File

@@ -1,2 +1,2 @@
FROM node:20.11.0-alpine3.19 AS base FROM node:20.11.1-alpine3.19 AS base
RUN wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh - RUN wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh -

View File

@@ -14,10 +14,6 @@
`Optional` **bindFunctions**: (`element`: `Element`) => `void` `Optional` **bindFunctions**: (`element`: `Element`) => `void`
#### Type declaration
▸ (`element`): `void`
Bind function to be called after the svg has been inserted into the DOM. Bind function to be called after the svg has been inserted into the DOM.
This is necessary for adding event listeners to the elements in the svg. This is necessary for adding event listeners to the elements in the svg.
@@ -27,6 +23,10 @@ div.innerHTML = svg;
bindFunctions?.(div); // To call bindFunctions only if it's present. bindFunctions?.(div); // To call bindFunctions only if it's present.
``` ```
#### Type declaration
▸ (`element`): `void`
##### Parameters ##### Parameters
| Name | Type | | Name | Type |

View File

@@ -4,7 +4,7 @@
"version": "10.2.4", "version": "10.2.4",
"description": "Markdownish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs.", "description": "Markdownish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs.",
"type": "module", "type": "module",
"packageManager": "pnpm@8.15.1", "packageManager": "pnpm@8.15.4",
"keywords": [ "keywords": [
"diagram", "diagram",
"markdown", "markdown",

View File

@@ -34,7 +34,7 @@
"unplugin-vue-components": "^0.26.0", "unplugin-vue-components": "^0.26.0",
"vite": "^4.5.2", "vite": "^4.5.2",
"vite-plugin-pwa": "^0.19.0", "vite-plugin-pwa": "^0.19.0",
"vitepress": "1.0.0-rc.42", "vitepress": "1.0.0-rc.44",
"workbox-window": "^7.0.0" "workbox-window": "^7.0.0"
} }
} }

3508
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff