Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 7, 2023

Bumps remark-mermaid-dataurl from 1.1.1 to 2.0.7.

Release notes

Sourced from remark-mermaid-dataurl's releases.

v2.0.7

Fixed

  • Fix minimum support Node versions to ^14.13 || >=16.0. This was always the case, due to a transitive dependency via mermaid-cli on chalk. See mermaid-js/mermaid-cli@57781f7.

Dependencies

Full Changelog: aloisklink/remark-mermaid-dataurl@v2.0.6...v2.0.7

v2.0.6

Fixed

  • Fix undefined SVG svgjs namespace error Sometimes, the generated SVGs are invalid due to an unknown svgjs prefix error (this happens with mermaid-mindmaps), see svgdotjs/svg.js#1285.

    This work-around manually defines the XML svgjs namespace by adding xmlns:svgjs to the <svg ...> element until the upstream issue/bug is fixed.

Dependencies

  • Updated puppeteer from ^18.0.4 to ^19.0.0

Full Changelog: aloisklink/remark-mermaid-dataurl@v2.0.5...v2.0.6

v2.0.5

Fixed

  • Set mermaid config option useMaxWidth to false by default. In Mermaid v9.1.7, some graph types default to using all the available horizontal space. On many markdown renderers, this creates very large diagrams, so by default remark-mermaid-dataurl limits them to use a smaller amount of space (e.g. pre-v9.1.7 behaviour).
  • Fix passing configFile as a JS object.

Full Changelog: aloisklink/remark-mermaid-dataurl@v2.0.4...v2.0.5

v2.0.4

Performance

  • Share a single puppeteer browser instance for all mermaid images. 9bccb09

Dependencies

  • Updated puppeteer from ^16.0.0 to ^18.0.4

Full Changelog: aloisklink/remark-mermaid-dataurl@v2.0.3...v2.0.4

v2.0.3

Fixed

... (truncated)

Changelog

Sourced from remark-mermaid-dataurl's changelog.

[2.0.7] - 2023-03-05

Fixed

  • Fix minimum support Node versions to ^14.13 || >=16.0. This was always the case, due to a transitive dependency via mermaid-cli on chalk. See mermaid-js/mermaid-cli@57781f7.

Dependencies

[2.0.6] - 2022-11-13

Fixed

  • Fix undefined SVG svgjs namespace error Sometimes, the generated SVGs are invalid due to an unknown svgjs prefix error (this happens with mermaid-mindmaps), see svgdotjs/svg.js#1285.

    This work-around manually defines the XML svgjs namespace by adding xmlns:svgjs to the <svg ...> element until the upstream issue/bug is fixed.

Dependencies

  • Updated puppeteer from ^18.0.4 to ^19.0.0

[2.0.5] - 2022-10-09

Fixed

  • Set mermaid config option useMaxWidth to false by default. In Mermaid v9.1.7, some graph types default to using all the available horizontal space. On many markdown renderers, this creates very large diagrams, so by default remark-mermaid-dataurl limits them to use a smaller amount of space (e.g. pre-v9.1.7 behaviour).
  • Fix passing configFile as a JS object.

[2.0.4] - 2022-09-29

... (truncated)

Commits
  • af0b76d chore: publish v2.0.7 of remark-mermaid-dataurl
  • 0d7179c docs(CHANGELOG): add entry to Mermaid v10 change
  • 002fa24 Merge pull request #130 from aloisklink/dependabot/npm_and_yarn/mermaid-js/me...
  • de2c81b build: document that Node v15 is not supported
  • 0914432 chore(deps): bump @​mermaid-js/mermaid-cli from 9.4.0 to 10.0.0
  • 828121d Merge pull request #129 from aloisklink/dependabot/npm_and_yarn/eslint-8.35.0
  • 85a973b chore(deps-dev): bump eslint from 8.34.0 to 8.35.0
  • 570c1e7 Merge pull request #128 from aloisklink/dependabot/npm_and_yarn/mermaid-js/me...
  • 7b15448 chore(deps): bump @​mermaid-js/mermaid-cli from 9.3.0 to 9.4.0
  • 77a464a Merge pull request #127 from aloisklink/dependabot/npm_and_yarn/puppeteer-19.7.2
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [remark-mermaid-dataurl](https://github.com/aloisklink/remark-mermaid-dataurl) from 1.1.1 to 2.0.7.
- [Release notes](https://github.com/aloisklink/remark-mermaid-dataurl/releases)
- [Changelog](https://github.com/aloisklink/remark-mermaid-dataurl/blob/master/CHANGELOG.md)
- [Commits](aloisklink/remark-mermaid-dataurl@v1.1.1...v2.0.7)

---
updated-dependencies:
- dependency-name: remark-mermaid-dataurl
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant