Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump plantuml-markdown from 3.9.0 to 3.9.1 in /CI #1318

Merged
merged 1 commit into from
May 2, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 2, 2023

Bumps plantuml-markdown from 3.9.0 to 3.9.1.

Release notes

Sourced from plantuml-markdown's releases.

Fixed urllib3 warning about use of insecure connections

When using a PlantUML server with self-signed certificates it is necessary to set the insecure configuration option to true, allowing for insecure connections. But in this case 'urllib3' gives us a warning that it will appear on the rendered page; this release resolves this issue. It also solves another small problem, when using other types of diagrams (such as plantgantt) with a PlantUML server.

Changelog

Sourced from plantuml-markdown's changelog.

3.9.1 (2023-04-27)

Fix

  • Fixed handle of other diagram types with plantuml server. [Michele Tessaro]

    When using a PlantUML server the handling of non-uml diagrams (startmindmap, startjson, etc.) was building wrong open/close tags.

  • Fixed urllib3 warning in output page (fixes #89) [Michele Tessaro]

    urllib3 gives a warning when an insecure connection is used, and the warning is included in the output page. Now the warning is disabled if an insecure connection to a PlantUML server is used.

Commits
  • ab5ad5f chg: doc: updated the changelog
  • 6fcc355 chg: pkg: updated version for the new release
  • 58e1b24 fix: usr: fixed handle of other diagram types with plantuml server
  • 435ad49 fix: usr: fixed urllib3 warning in output page (fixes #89)
  • See full diff 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 [plantuml-markdown](https://github.com/mikitex70/plantuml-markdown) from 3.9.0 to 3.9.1.
- [Release notes](https://github.com/mikitex70/plantuml-markdown/releases)
- [Changelog](https://github.com/mikitex70/plantuml-markdown/blob/master/CHANGELOG.md)
- [Commits](mikitex70/plantuml-markdown@3.9.0...3.9.1)

---
updated-dependencies:
- dependency-name: plantuml-markdown
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner May 2, 2023 00:00
@dependabot dependabot bot added the DocOps Related to documentation system, tools and CI label May 2, 2023
@alexandratran alexandratran merged commit 1eed8c1 into main May 2, 2023
@alexandratran alexandratran deleted the dependabot/pip/CI/plantuml-markdown-3.9.1 branch May 2, 2023 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DocOps Related to documentation system, tools and CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant