mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-13 12:29:42 +02:00
chore(deps-dev): bump prettier-plugin-jsdoc from 0.3.30 to 0.3.31 (#2822)
* chore(deps-dev): bump prettier-plugin-jsdoc from 0.3.30 to 0.3.31 Bumps [prettier-plugin-jsdoc](https://github.com/hosseinmd/prettier-plugin-jsdoc) from 0.3.30 to 0.3.31. - [Release notes](https://github.com/hosseinmd/prettier-plugin-jsdoc/releases) - [Changelog](https://github.com/hosseinmd/prettier-plugin-jsdoc/blob/master/CHANGELOG.md) - [Commits](https://github.com/hosseinmd/prettier-plugin-jsdoc/compare/v0.3.30...v0.3.31) --- updated-dependencies: - dependency-name: prettier-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update config.js * Update defaultConfig.js Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matthieu MOREL <mmorel-35@users.noreply.github.com>
This commit is contained in:
@@ -52,7 +52,7 @@ export const updateCurrentConfig = (siteCfg, _directives) => {
|
|||||||
* **Notes:** Sets the siteConfig. The siteConfig is a protected configuration for repeat use. Calls
|
* **Notes:** Sets the siteConfig. The siteConfig is a protected configuration for repeat use. Calls
|
||||||
* to reset() will reset the currentConfig to siteConfig. Calls to reset(configApi.defaultConfig)
|
* to reset() will reset the currentConfig to siteConfig. Calls to reset(configApi.defaultConfig)
|
||||||
* will reset siteConfig and currentConfig to the defaultConfig Note: currentConfig is set in this
|
* will reset siteConfig and currentConfig to the defaultConfig Note: currentConfig is set in this
|
||||||
* function *Default value: At default, will mirror Global Config**
|
* function _Default value: At default, will mirror Global Config_
|
||||||
*
|
*
|
||||||
* @param conf - The base currentConfig to use as siteConfig
|
* @param conf - The base currentConfig to use as siteConfig
|
||||||
* @returns {object} - The siteConfig
|
* @returns {object} - The siteConfig
|
||||||
|
@@ -100,7 +100,7 @@ const config = {
|
|||||||
arrowMarkerAbsolute: false,
|
arrowMarkerAbsolute: false,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This option controls which currentConfig keys are considered *secure* and can only be changed
|
* This option controls which currentConfig keys are considered _secure_ and can only be changed
|
||||||
* via call to mermaidAPI.initialize. Calls to mermaidAPI.reinitialize cannot make changes to the
|
* via call to mermaidAPI.initialize. Calls to mermaidAPI.reinitialize cannot make changes to the
|
||||||
* `secure` keys in the current currentConfig. This prevents malicious graph directives from
|
* `secure` keys in the current currentConfig. This prevents malicious graph directives from
|
||||||
* overriding a site's default security.
|
* overriding a site's default security.
|
||||||
|
@@ -8948,9 +8948,9 @@ prettier-linter-helpers@^1.0.0:
|
|||||||
fast-diff "^1.1.2"
|
fast-diff "^1.1.2"
|
||||||
|
|
||||||
prettier-plugin-jsdoc@^0.3.30:
|
prettier-plugin-jsdoc@^0.3.30:
|
||||||
version "0.3.30"
|
version "0.3.31"
|
||||||
resolved "https://registry.yarnpkg.com/prettier-plugin-jsdoc/-/prettier-plugin-jsdoc-0.3.30.tgz#c0cce02279ad1467c9dc9660c6dec1fada259d7f"
|
resolved "https://registry.yarnpkg.com/prettier-plugin-jsdoc/-/prettier-plugin-jsdoc-0.3.31.tgz#d2401a865118b93dd9161bf8a7a31777880d00db"
|
||||||
integrity sha512-BTBojOMmrUA1qsWLpJN5whUfU/E72WBUQAB5AvrDkha+O8TxmqaAivnuW+87ItYGRPBFWWzj2r5iWELhBml1Ag==
|
integrity sha512-/YDoJtEwPLRU4fKKjsWqqWHGII4AEzmNsnLglIDxj3iduWeVinT+fjKyez/eHq4oaawqXVt8JxNpbm5WVakN1Q==
|
||||||
dependencies:
|
dependencies:
|
||||||
binary-search-bounds "^2.0.5"
|
binary-search-bounds "^2.0.5"
|
||||||
comment-parser "^1.1.4"
|
comment-parser "^1.1.4"
|
||||||
|
Reference in New Issue
Block a user